id
stringlengths 9
16
| submitter
stringlengths 1
64
⌀ | authors
stringlengths 3
62.8k
| title
stringlengths 1
382
| comments
stringlengths 1
1.15k
⌀ | journal-ref
stringlengths 1
557
⌀ | doi
stringlengths 7
153
⌀ | report-no
stringlengths 1
509
⌀ | categories
stringlengths 5
125
| license
stringclasses 9
values | abstract
stringlengths 6
6.09k
| versions
listlengths 1
187
| update_date
timestamp[s]date 2007-05-23 00:00:00
2025-04-25 00:00:00
| authors_parsed
sequencelengths 1
2.83k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2412.11669 | Matthias Lanzinger | Matthias Lanzinger, Cem Okulmus, Reinhard Pichler, Alexander Selzer
and Georg Gottlob | Soft and Constrained Hypertree Width | null | null | null | null | cs.DB | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Hypertree decompositions provide a way to evaluate Conjunctive Queries (CQs)
in polynomial time, where the exponent of this polynomial is determined by the
width of the decomposition. In theory, the goal of efficient CQ evaluation
therefore has to be a minimisation of the width. However, in practical
settings, it turns out that there are also other properties of a decomposition
that influence the performance of query evaluation. It is therefore of interest
to restrict the computation of decompositions by constraints and to guide this
computation by preferences. To this end, we propose a novel framework based on
candidate tree decompositions, which allows us to introduce soft hypertree
width (shw). This width measure is a relaxation of hypertree width (hw); it is
never greater than hw and, in some cases, shw may actually be lower than hw.
Most importantly, shw preserves the tractability of deciding if a given CQ is
below some fixed bound, while offering more algorithmic flexibility. In
particular, it provides a natural way to incorporate preferences and
constraints into the computation of decompositions. A prototype implementation
and preliminary experiments confirm that this novel framework can indeed have a
practical impact on query evaluation.
| [
{
"version": "v1",
"created": "Mon, 16 Dec 2024 11:21:24 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 13:46:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lanzinger",
"Matthias",
""
],
[
"Okulmus",
"Cem",
""
],
[
"Pichler",
"Reinhard",
""
],
[
"Selzer",
"Alexander",
""
],
[
"Gottlob",
"Georg",
""
]
] |
2412.11684 | Martin Krejca | Benjamin Doerr, Martin S. Krejca, G\"unter Rudolph | Runtime Analysis for Multi-Objective Evolutionary Algorithms in
Unbounded Integer Spaces | To appear at AAAI 2025 | Conference on Artificial Intelligence, AAAI 2025, 26955-26963.
AAAI Press, 2025 | 10.1609/aaai.v39i25.34901 | null | cs.NE | http://creativecommons.org/licenses/by/4.0/ | Randomized search heuristics have been applied successfully to a plethora of
problems. This success is complemented by a large body of theoretical results.
Unfortunately, the vast majority of these results regard problems with binary
or continuous decision variables -- the theoretical analysis of randomized
search heuristics for unbounded integer domains is almost nonexistent. To
resolve this shortcoming, we start the runtime analysis of multi-objective
evolutionary algorithms, which are among the most successful randomized search
heuristics, for unbounded integer search spaces. We analyze single- and
full-dimensional mutation operators with three different mutation strengths,
namely changes by plus/minus one (unit strength), random changes following a
law with exponential tails, and random changes following a power-law. The
performance guarantees we prove on a recently proposed natural benchmark
problem suggest that unit mutation strengths can be slow when the initial
solutions are far from the Pareto front. When setting the expected change right
(depending on the benchmark parameter and the distance of the initial
solutions), the mutation strength with exponential tails yields the best
runtime guarantees in our results -- however, with a wrong choice of this
expectation, the performance guarantees quickly become highly uninteresting.
With power-law mutation, which is an essentially parameter-less mutation
operator, we obtain good results uniformly over all problem parameters and
starting points. We complement our mathematical findings with experimental
results that suggest that our bounds are not always tight. Most prominently,
our experiments indicate that power-law mutation outperforms the one with
exponential tails even when the latter uses a near-optimal parametrization.
Hence, we suggest to favor power-law mutation for unknown problems in integer
spaces.
| [
{
"version": "v1",
"created": "Mon, 16 Dec 2024 11:53:54 GMT"
},
{
"version": "v2",
"created": "Tue, 17 Dec 2024 12:52:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Doerr",
"Benjamin",
""
],
[
"Krejca",
"Martin S.",
""
],
[
"Rudolph",
"Günter",
""
]
] |
2412.11931 | Martin Krejca | Benjamin Doerr, Tudor Ivan, Martin S. Krejca | Speeding Up the NSGA-II With a Simple Tie-Breaking Rule | To appear at AAAI 2025 | Proceedings of the AAAI Conference on Artificial Intelligence,
39(25), 26964-26972. AAAI Press, 2025 | 10.1609/aaai.v39i25.34902 | null | cs.NE | http://creativecommons.org/licenses/by/4.0/ | The non-dominated sorting genetic algorithm~II (NSGA-II) is the most popular
multi-objective optimization heuristic. Recent mathematical runtime analyses
have detected two shortcomings in discrete search spaces, namely, that the
NSGA-II has difficulties with more than two objectives and that it is very
sensitive to the choice of the population size. To overcome these difficulties,
we analyze a simple tie-breaking rule in the selection of the next population.
Similar rules have been proposed before, but have found only little acceptance.
We prove the effectiveness of our tie-breaking rule via mathematical runtime
analyses on the classic OneMinMax, LeadingOnesTrailingZeros, and
OneJumpZeroJump benchmarks. We prove that this modified NSGA-II can optimize
the three benchmarks efficiently also for many objectives, in contrast to the
exponential lower runtime bound previously shown for OneMinMax with three or
more objectives. For the bi-objective problems, we show runtime guarantees that
do not increase when moderately increasing the population size over the minimum
admissible size. For example, for the OneJumpZeroJump problem with
representation length $n$ and gap parameter $k$, we show a runtime guarantee of
$O(\max\{n^{k+1},Nn\})$ function evaluations when the population size is at
least four times the size of the Pareto front. For population sizes larger than
the minimal choice $N = \Theta(n)$, this result improves considerably over the
$\Theta(Nn^k)$ runtime of the classic NSGA-II.
| [
{
"version": "v1",
"created": "Mon, 16 Dec 2024 16:15:37 GMT"
},
{
"version": "v2",
"created": "Tue, 17 Dec 2024 12:57:30 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Doerr",
"Benjamin",
""
],
[
"Ivan",
"Tudor",
""
],
[
"Krejca",
"Martin S.",
""
]
] |
2412.12300 | Xiangyu Peng | Xiangyu Peng, Prafulla Kumar Choubey, Caiming Xiong, Chien-Sheng Wu | Unanswerability Evaluation for Retrieval Augmented Generation | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Existing evaluation frameworks for retrieval-augmented generation (RAG)
systems focus on answerable queries, but they overlook the importance of
appropriately rejecting unanswerable requests. In this paper, we introduce
UAEval4RAG, a framework designed to evaluate whether RAG systems can handle
unanswerable queries effectively. We define a taxonomy with six unanswerable
categories, and UAEval4RAG automatically synthesizes diverse and challenging
queries for any given knowledge base with unanswered ratio and acceptable ratio
metrics. We conduct experiments with various RAG components, including
retrieval models, rewriting methods, rerankers, language models, and prompting
strategies, and reveal hidden trade-offs in performance of RAG systems. Our
findings highlight the critical role of component selection and prompt design
in optimizing RAG systems to balance the accuracy of answerable queries with
high rejection rates of unanswerable ones. UAEval4RAG provides valuable
insights and tools for developing more robust and reliable RAG systems.
| [
{
"version": "v1",
"created": "Mon, 16 Dec 2024 19:11:55 GMT"
},
{
"version": "v2",
"created": "Wed, 5 Feb 2025 18:21:06 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 04:16:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Peng",
"Xiangyu",
""
],
[
"Choubey",
"Prafulla Kumar",
""
],
[
"Xiong",
"Caiming",
""
],
[
"Wu",
"Chien-Sheng",
""
]
] |
2412.12694 | Zhenxing Zhang | Zhenxing Zhang, Tianxian Zhang, Xiangliang Xu | An Adaptive Balance Search Based Complementary Heterogeneous Particle
Swarm Optimization Architecture | null | null | null | null | cs.NE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A series of modified cognitive-only particle swarm optimization (PSO)
algorithms effectively mitigate premature convergence by constructing distinct
vectors for different particles. However, the underutilization of these
constructed vectors hampers convergence accuracy. In this paper, an adaptive
balance search based complementary heterogeneous PSO architecture is proposed,
which consists of a complementary heterogeneous PSO (CHxPSO) framework and an
adaptive balance search (ABS) strategy. The CHxPSO framework mainly includes
two update channels and two subswarms. Two channels exhibit nearly
heterogeneous properties while sharing a common constructed vector. This
ensures that one constructed vector is utilized across both heterogeneous
update mechanisms. The two subswarms work within their respective channels
during the evolutionary process, preventing interference between the two
channels. The ABS strategy precisely controls the proportion of particles
involved in the evolution in the two channels, and thereby guarantees the
flexible utilization of the constructed vectors, based on the evolutionary
process and the interactions with the problem's fitness landscape. Together,
our architecture ensures the effective utilization of the constructed vectors
by emphasizing exploration in the early evolutionary process while exploitation
in the later, enhancing the performance of a series of modified cognitive-only
PSOs. Extensive experimental results demonstrate the generalization performance
of our architecture.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 09:11:37 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 06:47:10 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Zhenxing",
""
],
[
"Zhang",
"Tianxian",
""
],
[
"Xu",
"Xiangliang",
""
]
] |
2412.12711 | Marco Mauritz | Matthias J. Ehrhardt and Marco Mauritz | Complex extension of optical flow and its practical evaluation for
undersampled dynamic MRI | null | null | 10.3934/ammc.2025005 | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Reconstructing high-quality images from undersampled dynamic MRI data is a
challenging task and important for the success of this imaging modality. To
remedy the naturally occurring artifacts due to measurement undersampling, one
can incorporate a motion model into the reconstruction so that information can
propagate across time frames. Current models for MRI imaging are using the
optical flow equation. However, they are based on real-valued images. Here, we
generalise the optical flow equation to complex-valued images and demonstrate,
based on two real cardiac MRI datasets, that the new model is capable of
improving image quality.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 09:27:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ehrhardt",
"Matthias J.",
""
],
[
"Mauritz",
"Marco",
""
]
] |
2412.12892 | Xing Liufu | Xing Liufu, Chaolei Tan, Xiaotong Lin, Yonggang Qi, Jinxuan Li,
Jian-Fang Hu | SAUGE: Taming SAM for Uncertainty-Aligned Multi-Granularity Edge
Detection | Accepted to AAAI 2025 | null | 10.1609/aaai.v39i6.32615 | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Edge labels are typically at various granularity levels owing to the varying
preferences of annotators, thus handling the subjectivity of per-pixel labels
has been a focal point for edge detection. Previous methods often employ a
simple voting strategy to diminish such label uncertainty or impose a strong
assumption of labels with a pre-defined distribution, e.g., Gaussian. In this
work, we unveil that the segment anything model (SAM) provides strong prior
knowledge to model the uncertainty in edge labels. Our key insight is that the
intermediate SAM features inherently correspond to object edges at various
granularities, which reflects different edge options due to uncertainty.
Therefore, we attempt to align uncertainty with granularity by regressing
intermediate SAM features from different layers to object edges at
multi-granularity levels. In doing so, the model can fully and explicitly
explore diverse ``uncertainties'' in a data-driven fashion. Specifically, we
inject a lightweight module (~ 1.5% additional parameters) into the frozen SAM
to progressively fuse and adapt its intermediate features to estimate edges
from coarse to fine. It is crucial to normalize the granularity level of human
edge labels to match their innate uncertainty. For this, we simply perform
linear blending to the real edge labels at hand to create pseudo labels with
varying granularities. Consequently, our uncertainty-aligned edge detector can
flexibly produce edges at any desired granularity (including an optimal one).
Thanks to SAM, our model uniquely demonstrates strong generalizability for
cross-dataset edge detection. Extensive experimental results on BSDS500,
Muticue and NYUDv2 validate our model's superiority.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 13:18:41 GMT"
},
{
"version": "v2",
"created": "Mon, 10 Mar 2025 17:43:15 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 03:14:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liufu",
"Xing",
""
],
[
"Tan",
"Chaolei",
""
],
[
"Lin",
"Xiaotong",
""
],
[
"Qi",
"Yonggang",
""
],
[
"Li",
"Jinxuan",
""
],
[
"Hu",
"Jian-Fang",
""
]
] |
2412.12969 | Maria Tsampazi | Maria Tsampazi, Tommaso Melodia | System-Level Experimental Evaluation of Reconfigurable Intelligent
Surfaces for NextG Communication Systems | 16 pages, 10 figures | null | null | null | cs.NI eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Reconfigurable Intelligent Surfaces (RISs) are a promising technique for
enhancing the performance of Next Generation (NextG) wireless communication
systems in terms of both spectral and energy efficiency, as well as resource
utilization. However, current RIS research has primarily focused on theoretical
modeling and Physical (PHY) layer considerations only. Full protocol stack
emulation and accurate modeling of the propagation characteristics of the
wireless channel are necessary for studying the benefits introduced by RIS
technology across various spectrum bands and use-cases. In this paper, we
propose, for the first time: (i) accurate PHY layer RIS-enabled channel
modeling through Geometry-Based Stochastic Models (GBSMs), leveraging the QUAsi
Deterministic RadIo channel GenerAtor (QuaDRiGa) open-source statistical
ray-tracer; (ii) optimized resource allocation with RISs by comprehensively
studying energy efficiency and power control on different portions of the
spectrum through a single-leader multiple-followers Stackelberg game
theoretical approach; (iii) full-stack emulation and performance evaluation of
RIS-assisted channels with SCOPE/srsRAN for Enhanced Mobile Broadband (eMBB)
and Ultra Reliable and Low Latency Communications (URLLC) applications in the
worlds largest emulator of wireless systems with hardware-in-the-loop, namely
Colosseum. Our findings indicate (i) the significant power savings in terms of
energy efficiency achieved with RIS-assisted topologies, especially in the
millimeter wave (mmWave) band; and (ii) the benefits introduced for Sub-6 GHz
band User Equipments (UEs), where the deployment of a relatively small RIS
(e.g., in the order of 100 RIS elements) can result in decreased levels of
latency for URLLC services in resource-constrained environments.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 14:53:51 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 08:11:13 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tsampazi",
"Maria",
""
],
[
"Melodia",
"Tommaso",
""
]
] |
2412.13188 | Yunzhi Yan | Yunzhi Yan, Zhen Xu, Haotong Lin, Haian Jin, Haoyu Guo, Yida Wang, Kun
Zhan, Xianpeng Lang, Hujun Bao, Xiaowei Zhou, Sida Peng | StreetCrafter: Street View Synthesis with Controllable Video Diffusion
Models | Project page: https://zju3dv.github.io/street_crafter | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper aims to tackle the problem of photorealistic view synthesis from
vehicle sensor data. Recent advancements in neural scene representation have
achieved notable success in rendering high-quality autonomous driving scenes,
but the performance significantly degrades as the viewpoint deviates from the
training trajectory. To mitigate this problem, we introduce StreetCrafter, a
novel controllable video diffusion model that utilizes LiDAR point cloud
renderings as pixel-level conditions, which fully exploits the generative prior
for novel view synthesis, while preserving precise camera control. Moreover,
the utilization of pixel-level LiDAR conditions allows us to make accurate
pixel-level edits to target scenes. In addition, the generative prior of
StreetCrafter can be effectively incorporated into dynamic scene
representations to achieve real-time rendering. Experiments on Waymo Open
Dataset and PandaSet demonstrate that our model enables flexible control over
viewpoint changes, enlarging the view synthesis regions for satisfying
rendering, which outperforms existing methods.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 18:58:55 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 13:47:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yan",
"Yunzhi",
""
],
[
"Xu",
"Zhen",
""
],
[
"Lin",
"Haotong",
""
],
[
"Jin",
"Haian",
""
],
[
"Guo",
"Haoyu",
""
],
[
"Wang",
"Yida",
""
],
[
"Zhan",
"Kun",
""
],
[
"Lang",
"Xianpeng",
""
],
[
"Bao",
"Hujun",
""
],
[
"Zhou",
"Xiaowei",
""
],
[
"Peng",
"Sida",
""
]
] |
2412.13295 | Florian Kaltenberger | Florian Kaltenberger, Tommaso Melodia, Irfan Ghauri, Michele Polese,
Raymond Knopp, Tien Thinh Nguyen, Sakthivel Velumani, Davide Villa, Leonardo
Bonati, Robert Schmidt, Sagar Arora, Mikel Irazabal, Navid Nikaein | Driving Innovation in 6G Wireless Technologies: The OpenAirInterface
Approach | This work has been submitted to the Elsesvier Computer Networks
Journal for possible publication | null | null | null | cs.NI eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The development of 6G wireless technologies is rapidly advancing, with the
3rd Generation Partnership Project (3GPP) entering the pre-standardization
phase and aiming to deliver the first specifications by 2028. This paper
explores the OpenAirInterface (OAI) project, an open-source initiative that
plays a crucial role in the evolution of 5G and future 6G networks. OAI
provides a comprehensive implementation of 3GPP and O-RAN compliant networks,
including Radio Access Network (RAN), Core Network (CN), and software-defined
User Equipment (UE) components. This paper details the history and evolution of
OAI, its licensing model, and the various projects under its umbrella, such as
RAN, the CN, and the Operations, Administration and Maintenance (OAM) projects.
It also highlights the development methodology, Continuous
Integration/Continuous Delivery (CI/CD) processes, and end-to-end systems
powered by OAI. Furthermore, the paper discusses the potential of OAI for 6G
research, focusing on spectrum, reflective intelligent surfaces, and Artificial
Intelligence (AI)/Machine Learning (ML) integration. The open-source approach
of OAI is emphasized as essential for tackling the challenges of 6G, fostering
community collaboration, and driving innovation in next-generation wireless
technologies.
| [
{
"version": "v1",
"created": "Tue, 17 Dec 2024 19:48:09 GMT"
},
{
"version": "v2",
"created": "Mon, 6 Jan 2025 19:51:53 GMT"
},
{
"version": "v3",
"created": "Fri, 18 Apr 2025 20:37:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kaltenberger",
"Florian",
""
],
[
"Melodia",
"Tommaso",
""
],
[
"Ghauri",
"Irfan",
""
],
[
"Polese",
"Michele",
""
],
[
"Knopp",
"Raymond",
""
],
[
"Nguyen",
"Tien Thinh",
""
],
[
"Velumani",
"Sakthivel",
""
],
[
"Villa",
"Davide",
""
],
[
"Bonati",
"Leonardo",
""
],
[
"Schmidt",
"Robert",
""
],
[
"Arora",
"Sagar",
""
],
[
"Irazabal",
"Mikel",
""
],
[
"Nikaein",
"Navid",
""
]
] |
2412.13548 | Jingxiang Guo | Jingxiang Guo, Jiayu Luo, Zhenyu Wei, Yiwen Hou, Zhixuan Xu, Xiaoyi
Lin, Chongkai Gao, Lin Shao | TelePreview: A User-Friendly Teleoperation System with Virtual Arm
Assistance for Enhanced Effectiveness | In submission | null | null | null | cs.RO cs.HC | http://creativecommons.org/licenses/by/4.0/ | Teleoperation provides an effective way to collect robot data, which is
crucial for learning from demonstrations. In this field, teleoperation faces
several key challenges: user-friendliness for new users, safety assurance, and
transferability across different platforms. While collecting real robot
dexterous manipulation data by teleoperation to train robots has shown
impressive results on diverse tasks, due to the morphological differences
between human and robot hands, it is not only hard for new users to understand
the action mapping but also raises potential safety concerns during operation.
To address these limitations, we introduce TelePreview. This teleoperation
system offers real-time visual feedback on robot actions based on human user
inputs, with a total hardware cost of less than $1,000. TelePreview allows the
user to see a virtual robot that represents the outcome of the user's next
movement. By enabling flexible switching between command visualization and
actual execution, this system helps new users learn how to demonstrate quickly
and safely. We demonstrate that it outperforms other teleoperation systems
across five tasks, emphasize its ease of use, and highlight its straightforward
deployment across diverse robotic platforms. We release our code and a
deployment document on our website
https://nus-lins-lab.github.io/telepreview-web/.
| [
{
"version": "v1",
"created": "Wed, 18 Dec 2024 06:49:46 GMT"
},
{
"version": "v2",
"created": "Fri, 3 Jan 2025 15:18:18 GMT"
},
{
"version": "v3",
"created": "Wed, 22 Jan 2025 02:30:41 GMT"
},
{
"version": "v4",
"created": "Mon, 27 Jan 2025 17:04:37 GMT"
},
{
"version": "v5",
"created": "Tue, 1 Apr 2025 16:15:02 GMT"
},
{
"version": "v6",
"created": "Mon, 21 Apr 2025 11:40:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Guo",
"Jingxiang",
""
],
[
"Luo",
"Jiayu",
""
],
[
"Wei",
"Zhenyu",
""
],
[
"Hou",
"Yiwen",
""
],
[
"Xu",
"Zhixuan",
""
],
[
"Lin",
"Xiaoyi",
""
],
[
"Gao",
"Chongkai",
""
],
[
"Shao",
"Lin",
""
]
] |
2412.13616 | Tushar Bag | Kanat Abdukhalikov (UAEU), Tushar Bag (LIP, QINFO), Daniel Panario | Quantum Codes from Group Ring Codes | null | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This article examines group ring codes over finite fields and finite groups.
We also present a section on two-dimensional cyclic codes in the quotient ring
$\mathbb{F}_q[x, y] / \langle x^{l} - 1, y^{m} - 1 \rangle$. These
two-dimensional cyclic codes can be analyzed using the group ring
$\mathbb{F}_q(C_{l} \times C_{m})$, where $C_{l}$ and $C_{m}$ represent cyclic
groups of orders $l$ and $m$, respectively. The aim is to show that studying
group ring codes provides a more compact approach compared to the quotient ring
method. We further extend this group ring framework to study codes over other
group structures, such as the dihedral group, direct products of cyclic and
dihedral groups, direct products of two cyclic groups, and semidirect products
of two groups. Additionally, we explore necessary and sufficient conditions for
such group ring codes to be self-orthogonal under Euclidean, Hermitian, and
symplectic inner products and propose a construction for quantum codes.
| [
{
"version": "v1",
"created": "Wed, 18 Dec 2024 08:54:37 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 16:03:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Abdukhalikov",
"Kanat",
"",
"UAEU"
],
[
"Bag",
"Tushar",
"",
"LIP, QINFO"
],
[
"Panario",
"Daniel",
""
]
] |
2412.14205 | Louis Rosenberg PhD | Louis Rosenberg, Hans Schumann, Christopher Dishop, Gregg Willcox,
Anita Woolley, Ganesh Mani | Large-scale Group Brainstorming using Conversational Swarm Intelligence
(CSI) versus Traditional Chat | null | In Proceedings of the 27th International Conference on Enterprise
Information Systems - Volume 1: ICEIS; ISBN 978-989-758-749-8; ISSN
2184-4992, SciTePress, pages 867-872. April 4, 2025 | 10.5220/0013379800003929 | null | cs.HC cs.AI cs.SI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Conversational Swarm Intelligence (CSI) is an AI-facilitated method for
enabling real-time conversational deliberations and prioritizations among
networked human groups of potentially unlimited size. Based on the biological
principle of Swarm Intelligence and modelled on the decision-making dynamics of
fish schools, CSI has been shown in prior studies to amplify group
intelligence, increase group participation, and facilitate productive
collaboration among hundreds of participants at once. It works by dividing a
large population into a set of small subgroups that are woven together by
real-time AI agents called Conversational Surrogates. The present study focuses
on the use of a CSI platform called Thinkscape to enable real-time
brainstorming and prioritization among groups of 75 networked users. The study
employed a variant of a common brainstorming intervention called an Alternative
Use Task (AUT) and was designed to compare through subjective feedback, the
experience of participants brainstorming using a CSI structure vs brainstorming
in a single large chat room. This comparison revealed that participants
significantly preferred brainstorming with the CSI structure and reported that
it felt (i) more collaborative, (ii) more productive, and (iii) was better at
surfacing quality answers. In addition, participants using the CSI structure
reported (iv) feeling more ownership and more buy-in in the final answers the
group converged on and (v) reported feeling more heard as compared to
brainstorming in a traditional text chat environment. Overall, the results
suggest that CSI is a very promising AI-facilitated method for brainstorming
and prioritization among large-scale, networked human groups.
| [
{
"version": "v1",
"created": "Mon, 16 Dec 2024 22:11:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rosenberg",
"Louis",
""
],
[
"Schumann",
"Hans",
""
],
[
"Dishop",
"Christopher",
""
],
[
"Willcox",
"Gregg",
""
],
[
"Woolley",
"Anita",
""
],
[
"Mani",
"Ganesh",
""
]
] |
2412.14337 | Jakub Cerny | Salam Afiouni, Jakub \v{C}ern\'y, Chun Kai Ling, Christian Kroer | Commitment to Sparse Strategies in Two-Player Games | Proceedings of AAAI'25 | null | 10.1609/aaai.v39i13.33474 | null | cs.GT | http://creativecommons.org/licenses/by/4.0/ | While Nash equilibria are guaranteed to exist, they may exhibit dense
support, making them difficult to understand and execute in some applications.
In this paper, we study $k$-sparse commitments in games where one player is
restricted to mixed strategies with support size at most $k$. Finding
$k$-sparse commitments is known to be computationally hard. We start by showing
several structural properties of $k$-sparse solutions, including that the
optimal support may vary dramatically as $k$ increases. These results suggest
that naive greedy or double-oracle-based approaches are unlikely to yield
practical algorithms. We then develop a simple approach based on mixed integer
linear programs (MILPs) for zero-sum games, general-sum Stackelberg games, and
various forms of structured sparsity. We also propose practical algorithms for
cases where one or both players have large (i.e., practically innumerable)
action sets, utilizing a combination of MILPs and incremental strategy
generation. We evaluate our methods on synthetic and real-world scenarios based
on security applications. In both settings, we observe that even for small
support sizes, we can obtain more than $90\%$ of the true Nash value while
maintaining a reasonable runtime, demonstrating the significance of our
formulation and algorithms.
| [
{
"version": "v1",
"created": "Wed, 18 Dec 2024 21:09:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Afiouni",
"Salam",
""
],
[
"Černý",
"Jakub",
""
],
[
"Ling",
"Chun Kai",
""
],
[
"Kroer",
"Christian",
""
]
] |
2412.14462 | Jixuan He | Jixuan He, Wanhua Li, Ye Liu, Junsik Kim, Donglai Wei, Hanspeter
Pfister | Affordance-Aware Object Insertion via Mask-Aware Dual Diffusion | Code is available at:
https://github.com/KaKituken/affordance-aware-any. Project page at:
https://kakituken.github.io/affordance-any.github.io/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | As a common image editing operation, image composition involves integrating
foreground objects into background scenes. In this paper, we expand the
application of the concept of Affordance from human-centered image composition
tasks to a more general object-scene composition framework, addressing the
complex interplay between foreground objects and background scenes. Following
the principle of Affordance, we define the affordance-aware object insertion
task, which aims to seamlessly insert any object into any scene with various
position prompts. To address the limited data issue and incorporate this task,
we constructed the SAM-FB dataset, which contains over 3 million examples
across more than 3,000 object categories. Furthermore, we propose the
Mask-Aware Dual Diffusion (MADD) model, which utilizes a dual-stream
architecture to simultaneously denoise the RGB image and the insertion mask. By
explicitly modeling the insertion mask in the diffusion process, MADD
effectively facilitates the notion of affordance. Extensive experimental
results show that our method outperforms the state-of-the-art methods and
exhibits strong generalization performance on in-the-wild images. Please refer
to our code on https://github.com/KaKituken/affordance-aware-any.
| [
{
"version": "v1",
"created": "Thu, 19 Dec 2024 02:23:13 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 20:58:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"He",
"Jixuan",
""
],
[
"Li",
"Wanhua",
""
],
[
"Liu",
"Ye",
""
],
[
"Kim",
"Junsik",
""
],
[
"Wei",
"Donglai",
""
],
[
"Pfister",
"Hanspeter",
""
]
] |
2412.15429 | Ze Gong | Ze Gong, Akshat Kumar, Pradeep Varakantham | Offline Safe Reinforcement Learning Using Trajectory Classification | AAAI 2025. Updated results | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Offline safe reinforcement learning (RL) has emerged as a promising approach
for learning safe behaviors without engaging in risky online interactions with
the environment. Most existing methods in offline safe RL rely on cost
constraints at each time step (derived from global cost constraints) and this
can result in either overly conservative policies or violation of safety
constraints. In this paper, we propose to learn a policy that generates
desirable trajectories and avoids undesirable trajectories. To be specific, we
first partition the pre-collected dataset of state-action trajectories into
desirable and undesirable subsets. Intuitively, the desirable set contains high
reward and safe trajectories, and undesirable set contains unsafe trajectories
and low-reward safe trajectories. Second, we learn a policy that generates
desirable trajectories and avoids undesirable trajectories, where
(un)desirability scores are provided by a classifier learnt from the dataset of
desirable and undesirable trajectories. This approach bypasses the
computational complexity and stability issues of a min-max objective that is
employed in existing methods. Theoretically, we also show our approach's strong
connections to existing learning paradigms involving human feedback. Finally,
we extensively evaluate our method using the DSRL benchmark for offline safe
RL. Empirically, our method outperforms competitive baselines, achieving higher
rewards and better constraint satisfaction across a wide variety of benchmark
tasks.
| [
{
"version": "v1",
"created": "Thu, 19 Dec 2024 22:29:03 GMT"
},
{
"version": "v2",
"created": "Mon, 24 Feb 2025 17:22:17 GMT"
},
{
"version": "v3",
"created": "Fri, 7 Mar 2025 11:20:12 GMT"
},
{
"version": "v4",
"created": "Mon, 14 Apr 2025 02:10:33 GMT"
},
{
"version": "v5",
"created": "Sat, 19 Apr 2025 01:50:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gong",
"Ze",
""
],
[
"Kumar",
"Akshat",
""
],
[
"Varakantham",
"Pradeep",
""
]
] |
2412.16299 | Jaelsson Silva Lima | Jaelsson S. Lima and Rodrigo von Marttens and Luciano Casarini | Interacting dark sector with quadratic coupling: theoretical and
observational viability | 13 pages, 10 figures, 4 tables. Accepted for publication in EPJ Plus | Eur. Phys. J. Plus 140, 297 (2025) | 10.1140/epjp/s13360-025-06237-9 | null | astro-ph.CO | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Models proposing a non-gravitational interaction between dark energy (DE) and
dark matter (CDM) have been extensively studied as alternatives to the standard
cosmological model. A common approach to describing the DE-CDM coupling assumes
it to be linearly proportional to the dark energy density. In this work, we
consider the model with interaction term
$Q=3H\gamma{\rho_{x}^{2}}/{(\rho_{c}+\rho_{x})}$. We show that for positive
values of $\gamma$ this model predicts a future violation of the Weak Energy
Condition (WEC) for the dark matter component, and for a specific range of
negative values of $\gamma$ the CDM energy density can be negative in the past.
We perform a parameter selection analysis for this model using data from Type
Ia supernovae from the Pantheon sample, $H(z)$ measurements from the Cosmic
Chronometers sample, Baryon Acoustic Oscillations from the DESI survey, and
Cosmic Microwave Background data from the Planck combined with the Hubble
constant $H_0$ prior. Imposing a prior to ensure that the WEC is not violated,
our model is consistent with $\Lambda$CDM in 2$\sigma$ C.L., yet exhibits a
preference for smaller values of $\sigma_8$, alleviating the $\sigma_8$ tension
between the CMB results from Planck 2018 and the weak gravitational lensing
observations from the KiDS-1000 cosmic shear survey.
| [
{
"version": "v1",
"created": "Fri, 20 Dec 2024 19:17:28 GMT"
},
{
"version": "v2",
"created": "Tue, 21 Jan 2025 00:57:00 GMT"
},
{
"version": "v3",
"created": "Mon, 7 Apr 2025 20:50:33 GMT"
},
{
"version": "v4",
"created": "Fri, 18 Apr 2025 20:54:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lima",
"Jaelsson S.",
""
],
[
"von Marttens",
"Rodrigo",
""
],
[
"Casarini",
"Luciano",
""
]
] |
2412.17012 | Fethi Bencherki | Fethi Bencherki, Anders Rantzer | Adaptive Control of Positive Systems with Application to Learning SSP | Accepted for publication in the Proceedings of the 7th Annual
Learning for Dynamics and Control Conference (L4DC) | null | null | null | math.OC cs.SY eess.SY | http://creativecommons.org/licenses/by-nc-nd/4.0/ | An adaptive controller is proposed and analyzed for the class of
infinite-horizon optimal control problems in positive linear systems presented
in (Ohlin et al., 2024b). This controller is derived from the solution of a
"data-driven algebraic equation" constructed using the model-free Bellman
equation from Q-learning. The equation is driven by data correlation matrices
that do not scale with the number of data points, enabling efficient online
implementation. Consequently, a sufficient condition guaranteeing stability and
robustness to unmodeled dynamics is established. The derived results also
provide a quantitative characterization of the interplay between excitation
level and robustness to unmodeled dynamics. The class of optimal control
problems considered here is equivalent to Stochastic Shortest Path (SSP)
problems, allowing for a performance comparison between the proposed adaptive
policy and model-free algorithms for learning the stochastic shortest path, as
demonstrated in the numerical experiment.
| [
{
"version": "v1",
"created": "Sun, 22 Dec 2024 13:21:34 GMT"
},
{
"version": "v2",
"created": "Fri, 27 Dec 2024 13:44:45 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 16:33:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bencherki",
"Fethi",
""
],
[
"Rantzer",
"Anders",
""
]
] |
2412.17024 | Yaoting Gui | Yaoting Gui, Yuqiao Li, Jun Sun | Foliation of constant harmonic mean curvature surfaces in asymptotic
Schwarzschild spaces | Comments are welcome, a missing term is added in Lemma 2.2, some
formulas are modified | null | null | null | math.DG | http://creativecommons.org/licenses/by/4.0/ | This paper investigates the volume-preserving harmonic mean curvature flow in
asymptotically Schwarzschild spaces. We demonstrate the long-time existence and
exponential convergence of this flow with a coordinate sphere of large radius
serving as the initial surface in the asymptotically flat end, which eventually
converges to a constant harmonic mean curvature surface. We also establish that
these surfaces form a foliation of the space outside a large ball. Finally, we
utilize this foliation to define the center of mass, proving that it agrees
with the center of mass defined by the ADM formulation of the initial data set.
| [
{
"version": "v1",
"created": "Sun, 22 Dec 2024 13:59:17 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 15:17:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gui",
"Yaoting",
""
],
[
"Li",
"Yuqiao",
""
],
[
"Sun",
"Jun",
""
]
] |
2412.17062 | Jiasi Zhou | Jiasi Zhou, Chintha Tellambura, and Geoffrey Ye Li | Hybrid Beamforming Design for RSMA-enabled Near-Field Integrated Sensing
and Communications | 13 pages and 9 figures | null | null | null | cs.IT eess.SP math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Integrated sensing and communication (ISAC) networks leverage extremely large
antenna arrays and high frequencies. This inevitably extends the Rayleigh
distance, making near-field (NF) spherical wave propagation dominant. This
unlocks numerous spatial degrees of freedom, raising the challenge of
optimizing them for communication and sensing tradeoffs. To this end, we
propose a rate-splitting multiple access (RSMA)-based NF-ISAC transmit scheme
utilizing hybrid analog-digital antennas. RSMA enhances interference
management, while a variable number of dedicated sensing beams adds beamforming
flexibility. The objective is to maximize the minimum communication rate while
ensuring multi-target sensing performance by jointly optimizing receive
filters, analog and digital beamformers, common rate allocation, and the
sensing beam count. To address uncertainty in sensing beam allocation, a
rank-zero solution reconstruction method demonstrates that dedicated sensing
beams are unnecessary for NF multi-target detection. A penalty dual
decomposition (PDD)-based double-loop algorithm is introduced, employing
weighted minimum mean-squared error (WMMSE) and quadratic transforms to
reformulate communication and sensing rates. Simulations reveal that the
proposed scheme: 1) achieves performance comparable to fully digital
beamforming with fewer RF chains, (2) maintains NF multi-target detection
without compromising communication rates, and 3) significantly outperforms
conventional multiple access schemes and far-field ISAC systems.
| [
{
"version": "v1",
"created": "Sun, 22 Dec 2024 15:18:42 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 02:29:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhou",
"Jiasi",
""
],
[
"Tellambura",
"Chintha",
""
],
[
"Li",
"Geoffrey Ye",
""
]
] |
2412.17096 | Duarte Rocha | Duarte Rocha, Detlef Lohse and Christian Diddens | Marangoni flow driven hysteresis and azimuthal symmetry breaking in
evaporating binary droplets | null | null | null | null | physics.flu-dyn | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The non-uniform evaporation rate at the liquid-gas interface of binary
droplets induces solutal Marangoni flows. In glycerol-water mixtures (positive
Marangoni number, where the more volatile fluid has higher surface tension),
these flows stabilise into steady patterns. Conversely, in water-ethanol
mixtures (negative Marangoni number, where the less volatile fluid has higher
surface tension), Marangoni instabilities emerge, producing seemingly chaotic
flows. This behaviour arises from the opposing signs of the Marangoni number.
Perturbations locally reducing surface tension at the interface drive Marangoni
flows away from the perturbed region. Incompressibility enforces a return flow,
drawing fluid from the bulk towards the interface. In mixtures with a negative
Marangoni number, preferential evaporation of the lower-surface-tension
component leads to a higher concentration of the higher-surface-tension
component at the interface as compared to the bulk. The return flow therefore
creates a positive feedback loop, further reducing surface tension and
enhancing the instability. We investigate bistable quasi-stationary solutions
in evaporating binary droplets with negative Marangoni numbers and we examine
symmetry breaking across a range of Marangoni number and contact angles.
Remarkably, droplets with low contact angle show instabilities at lower
critical Marangoni numbers than droplets with larger contact angles. Our
numerical simulations reveal that interactions between droplet height profiles
and non-uniform evaporation rates trigger azimuthal Marangoni instabilities in
flat droplets. This geometrically confined instability can even destabilise
mixtures with positive Marangoni numbers, particularly for concave liquid-gas
interfaces. Finally, through Lyapunov exponent analysis, we confirm the chaotic
nature of flows in droplets with a negative Marangoni number.
| [
{
"version": "v1",
"created": "Sun, 22 Dec 2024 17:11:11 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 14:08:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rocha",
"Duarte",
""
],
[
"Lohse",
"Detlef",
""
],
[
"Diddens",
"Christian",
""
]
] |
2412.17319 | Xiaoji Zhou | Yuying Chen, Zhengxi Zhang, Chi-Kin Lai, Yun Liang, Hongmian Shui,
Haixiang Fu, Fansu Wei, and Xiaoji Zhou | Scattering halos in strongly interacting Feshbach molecular
Bose-Einstein condensates | null | Phys. Rev. A 111, 043303 (2025) | 10.1103/PhysRevA.111.043303 | null | cond-mat.quant-gas quant-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate the scattering halos resulting from collisions between
discrete momentum components in the time-of-flight expansion of
interaction-tunable $^6\rm Li_2$ molecular Bose-Einstein condensates. A key
highlight of this study is the observation of the influence of interactions on
the collisional scattering process. We measure the production of scattering
halos at different interaction levels by varying the number of particles and
the scattering length, and quantitatively assess the applicability of
perturbation theory. To delve into a general theory of scattering halos, we
introduce a scattering factor and obtain a universal relation between it and
the halo ratio. Furthermore, we simulate the formation of scattering halos
under non-perturbative conditions and analyze the discrepancies between
simulation results and experiments through a return pulse experiment. This
study enhances our understanding of the physical mechanisms underlying
scattering processes in many-body systems and provides new perspectives for
further theoretical research.
| [
{
"version": "v1",
"created": "Mon, 23 Dec 2024 06:22:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Yuying",
""
],
[
"Zhang",
"Zhengxi",
""
],
[
"Lai",
"Chi-Kin",
""
],
[
"Liang",
"Yun",
""
],
[
"Shui",
"Hongmian",
""
],
[
"Fu",
"Haixiang",
""
],
[
"Wei",
"Fansu",
""
],
[
"Zhou",
"Xiaoji",
""
]
] |
2412.17590 | The CMS Collaboration | CMS Collaboration | Identification of low-momentum muons in the CMS detector using
multivariate techniques in proton-proton collisions at $\sqrt{s}$ = 13.6 TeV | Replaced with the published version. Added the journal reference and
the DOI. All the figures and tables can be found at
http://cms-results.web.cern.ch/cms-results/public-results/publications/MUO-24-001
(CMS Public Pages) | JINST 20 (2025) P04021 | 10.1088/1748-0221/20/04/P04021 | CMS-MUO-24-001, CERN-EP-2024-325 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | "Soft" muons with a transverse momentum below 10 GeV are featured in many
processes studied by the CMS experiment, such as decays of heavy-flavor hadrons
or rare tau lepton decays. Maximizing the selection efficiency for these muons,
while simultaneously suppressing backgrounds from long-lived light-flavor
hadron decays, is therefore important for the success of the CMS physics
program. Multivariate techniques have been shown to deliver better muon
identification performance than traditional selection techniques. To take full
advantage of the large data set currently being collected during Run 3 of the
CERN LHC, a new multivariate classifier based on a gradient-boosted decision
tree has been developed. It offers a significantly improved separation of
signal and background muons compared to a similar classifier used for the
analysis of the Run 2 data. The performance of the new classifier is evaluated
on a data set collected with the CMS detector in 2022 and 2023, corresponding
to an integrated luminosity of 62 fb$^{-1}$.
| [
{
"version": "v1",
"created": "Mon, 23 Dec 2024 14:04:38 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 06:30:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"CMS Collaboration",
"",
""
]
] |
2412.18109 | Akshay Sathiya | Akshay Sathiya, Rohit Pandey | The EnvDesign Model: A Method to Solve the Environment Design Problem | null | null | null | null | cs.DM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Today, several people and organizations rely on cloud platforms. The
reliability of cloud platforms depends heavily on the performance of their
internal programs (agents). To better prevent regressions in cloud platforms,
the design of pre-production testing environments (that test new agents, new
hardwares, and other changes) must take into account the diversity of
server/node properties (hardware model, virtual machine type, etc.) across the
fleet and dynamically emphasize or de-emphasize the prevalence of certain node
properties based on current testing priorities. This paper formulates this task
as the ``environment design" problem and presents the EnvDesign model, a method
that uses graph theory and optimization algorithms to solve the environment
design problem. The EnvDesign model was built on context and techniques that
apply to combinatorial testing in general, so it can support combinatorial
testing in other domains. An earlier version of this paper was peer-reviewed
and published internally at Microsoft.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 02:45:12 GMT"
},
{
"version": "v2",
"created": "Tue, 4 Mar 2025 17:01:45 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 20:08:07 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sathiya",
"Akshay",
""
],
[
"Pandey",
"Rohit",
""
]
] |
2412.18411 | Gaston Giribet | Gaston Giribet, Mauricio Leston, Pedro Schmied, Bruno Sivilotti | Deforming the Double Liouville String | 9 pages, 0 figures. v2: comments added; version published in PRD | null | null | null | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider a generalization of the double Liouville theory, which can be
thought of as a two-parameter family of marginal deformations of the so-called
Virasoro Minimal String (VMS). The latter consists of a timelike ($c_{-}<1$)
and a spacelike ($c_{+}>25$) Liouville field theory formulated on a fluctuating
Riemann surface. For the deformed theory, we compute the sphere partition
function exactly in $1/c_{\pm}$ and at third order in the coupling constant
($\lambda $) that controls the deformation. We also discuss the analogous
computation in the case of the Complex Liouville String (CLS) theory, which is
defined as two spacelike Liouville theories with complex central charges
$c_{\pm }=13\pm i\mathbb{R}_{>0}$. We show that the partition functions of VMS
and CLS differ at leading order in $\lambda $ due to the presence of elliptic
functions in the observables of the latter. Both VMS and CLS theories have
recently been studied in relation to many interesting models, including the
double scaled Sachdev-Ye-Kitaev model, matrix models, and de Sitter gravity in
2 and 3 dimensions. We comment on the interpretation of the marginal
deformation in some of these contexts.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 13:00:00 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 22:05:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Giribet",
"Gaston",
""
],
[
"Leston",
"Mauricio",
""
],
[
"Schmied",
"Pedro",
""
],
[
"Sivilotti",
"Bruno",
""
]
] |
2412.18485 | Kalam Khadka | Kalam Khadka | Persuasion and Phishing: Analysing the Interplay of Persuasion Tactics
in Cyber Threats | This paper is accepted and presented in 28th Colloquium for
Information Systems Security Education (CISSE) a Cybersecurity Education
Conference | null | 10.53735/cisse.v12i1.207 | null | cs.CR cs.CY cs.HC | http://creativecommons.org/licenses/by/4.0/ | This study extends the research of Ferreira and Teles (2019), who synthesized
works by Cialdini (2007), Gragg (2003), and Stajano and Wilson (2011) to
propose a unique list of persuasion principles in social engineering. While
Ferreira and Teles focused on email subject lines, this research analyzed
entire email contents to identify principles of human persuasion in phishing
emails. This study also examined the goals and targets of phishing emails,
providing a novel contribution to the field. Applying these findings to the
ontological model by Mouton et al. (2014) reveals that when social engineers
use email for phishing, individuals are the primary targets. The goals are
typically unauthorized access, followed by financial gain and service
disruption, with Distraction as the most commonly used compliance principle.
This research highlights the importance of understanding human persuasion in
technology-mediated interactions to develop methods for detecting and
preventing phishing emails before they reach users. Despite previous
identification of luring elements in phishing emails, empirical findings have
been inconsistent. For example, Akbar (2014) found 'authority' and 'scarcity'
most common, while Ferreira et al. (2015) identified 'liking' and 'similarity.'
In this study, 'Distraction' was most frequently used, followed by 'Deception,'
'Integrity,' and 'Authority.' This paper offers additional insights into
phishing email tactics and suggests future solutions should leverage
socio-technical principles. Future work will apply this methodology to other
social engineering techniques beyond phishing emails, using the ontological
model to further inform the research community.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 15:17:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Khadka",
"Kalam",
""
]
] |
2412.18569 | Debashree Sen | Atanu Guha, Debashree Sen, and Chang Ho Hyun | Non-radial oscillations of hadronic neutron stars, quark stars, and
hybrid stars : Calculation of $f$, $p$, and $g$ mode frequencies | 38 Pages, 12 Figures; Accepted for publication in EPJC | Eur. Phys. J. C 85, 442 (2025) | 10.1140/epjc/s10052-025-14183-0 | null | hep-ph astro-ph.HE nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The composition and equation of state (EoS) of dense matter relevant to
compact stars are quite inconclusive. However, certain observational
constraints on the structural properties of compact stars help us constrain the
EoS to a fair extent. Moreover, gravitational asteroseismology gives a notion
of the composition and EoS of compact stars. The next generation gravitational
wave (GW) detectors are likely to detect several oscillation mode frequencies
of the GWs. In this work we compute the fundamental ($f$) and the first
pressure ($p_1$) mode frequencies ($f_f$ and $f_{p1}$, respectively) with
different compositions viz., hadronic, quark, and hybrid star (HS) matter. For
HSs, we also study the gravity ($g$) mode frequency ($f_g$). For each phase we
also study the correlation between the oscillation frequencies of 1.4
$M_{\odot}$ and 2.01 $M_{\odot}$ compact stars with other different properties.
We find that various possible composition of compact stars substantially
affects the oscillation frequencies. However, the mass-scaled angular $f$ mode
frequency ($\omega_f M$) varies universally with compactness ($C$) for all
hadronic, quark and hybrid stars. The $f$ mode frequency ($f_{f_{1.4}}$) of the
canonical 1.4 $M_{\odot}$ compact star, obtained with different composition, is
quite correlated with the canonical radius ($R_{1.4}$) and tidal deformability
($\Lambda_{1.4}$) while $f_{p_{1.4}}$ is well correlated with slope parameter
of the symmetry energy. We also show that $f_{g_{1.4}}$ of the HSs varies
almost linearly with $\Lambda_{1.4}$. Should $g$ modes be detected, they could
not only support the existence of HSs, but $f_g$ could be useful to understand
the strength of quark repulsion in HSs.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 17:43:58 GMT"
},
{
"version": "v2",
"created": "Thu, 10 Apr 2025 14:11:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Guha",
"Atanu",
""
],
[
"Sen",
"Debashree",
""
],
[
"Hyun",
"Chang Ho",
""
]
] |
2412.18870 | Weiyuan Peng | Chenyang Lei, Weiyuan Peng, Guang Zhou, Meiying Zhang, Qi Hao, Chunlin
Ji, Chengzhong Xu | TSceneJAL: Joint Active Learning of Traffic Scenes for 3D Object
Detection | null | null | 10.1109/TITS.2025.3553170 | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Most autonomous driving (AD) datasets incur substantial costs for collection
and labeling, inevitably yielding a plethora of low-quality and redundant data
instances, thereby compromising performance and efficiency. Many applications
in AD systems necessitate high-quality training datasets using both existing
datasets and newly collected data. In this paper, we propose a traffic scene
joint active learning (TSceneJAL) framework that can efficiently sample the
balanced, diverse, and complex traffic scenes from both labeled and unlabeled
data. The novelty of this framework is threefold: 1) a scene sampling scheme
based on a category entropy, to identify scenes containing multiple object
classes, thus mitigating class imbalance for the active learner; 2) a
similarity sampling scheme, estimated through the directed graph representation
and a marginalize kernel algorithm, to pick sparse and diverse scenes; 3) an
uncertainty sampling scheme, predicted by a mixture density network, to select
instances with the most unclear or complex regression outcomes for the learner.
Finally, the integration of these three schemes in a joint selection strategy
yields an optimal and valuable subdataset. Experiments on the KITTI, Lyft,
nuScenes and SUScape datasets demonstrate that our approach outperforms
existing state-of-the-art methods on 3D object detection tasks with up to 12%
improvements.
| [
{
"version": "v1",
"created": "Wed, 25 Dec 2024 11:07:04 GMT"
},
{
"version": "v2",
"created": "Thu, 3 Apr 2025 08:13:51 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 06:15:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lei",
"Chenyang",
""
],
[
"Peng",
"Weiyuan",
""
],
[
"Zhou",
"Guang",
""
],
[
"Zhang",
"Meiying",
""
],
[
"Hao",
"Qi",
""
],
[
"Ji",
"Chunlin",
""
],
[
"Xu",
"Chengzhong",
""
]
] |
2412.19118 | Xin Chen | Xin Chen, Fengyi Zhou, Yan Suo, Cheng Shao, Xu Cheng, Duo Wang, Biplab
Sanyal | Discovery of an ultrastable antiferromagnetic two-dimensional CrF3 phase
with anisotropic quasi-one-dimensional mechanical, electronic, and thermal
properties | null | null | 10.1103/PhysRevB.111.155425 | null | cond-mat.mtrl-sci cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We report the discovery of an ultra-stable antiferromagnetic two-dimensional
(2D) CrF3 phase that is energetically more favorable than the traditionally
assumed hexagonal structure. Using first-principles calculations and
evolutionary structure searches, we identify a new low-energy rectangular
configuration of CrF3 with remarkable anisotropic properties. Mechanically,
this phase exhibits zero in-plane Poisson's ratio, a rare negative out-of-plane
Poisson's ratio, and quasi-one-dimensional (quasi-1D) behavior characterized by
minimal coupling between orthogonal directions. Electronically, CrF3 shows
quasi-1D transport with two independent conduction bands near the Fermi level,
tunable via uniaxial strain. The calculated bandgap is 3.05 eV, which can be
modulated under strain, enabling control over its electronic properties. The
material also displays out-of-plane antiferromagnetic ordering with a magnetic
anisotropy energy of 0.098 meV per Cr atom and an estimated Neel temperature of
20 K. Additionally, we investigate the thermal conductivity of monolayer
rectangular CrF3 (r-CrF3), revealing significant anisotropy in heat transport.
The thermal conductivity along the y-axis is approximately 60.5 W/mK at 300 K,
much higher than along the x-axis at 13.2 W/mK. The thermal anisotropic factor
is 4.58, surpassing that of other 2D materials like black phosphorene, WTe2,
and arsenene, highlighting r-CrF3's potential for advanced directional heat
management. Consequently, the rectangular CrF3 phase is a promising candidate
for applications in spintronics, strain-engineered nanoelectronics, mechanical
metamaterials, and thermal management technologies.
| [
{
"version": "v1",
"created": "Thu, 26 Dec 2024 08:36:35 GMT"
},
{
"version": "v2",
"created": "Thu, 2 Jan 2025 09:45:16 GMT"
},
{
"version": "v3",
"created": "Fri, 3 Jan 2025 12:01:08 GMT"
},
{
"version": "v4",
"created": "Fri, 11 Apr 2025 14:24:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Xin",
""
],
[
"Zhou",
"Fengyi",
""
],
[
"Suo",
"Yan",
""
],
[
"Shao",
"Cheng",
""
],
[
"Cheng",
"Xu",
""
],
[
"Wang",
"Duo",
""
],
[
"Sanyal",
"Biplab",
""
]
] |
2412.19237 | Danfeng Hong | Xuyang Li and Chenyu Li and Gemine Vivone and Danfeng Hong | SeaMo: A Season-Aware Multimodal Foundation Model for Remote Sensing | null | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Remote Sensing (RS) data encapsulates rich multi-dimensional information
essential for Earth observation. Its vast volume, diverse sources, and temporal
continuity make it particularly well-suited for developing large Visual
Foundation Models (VFMs). These models serve as powerful feature extractors,
leveraging extensive RS data for pretraining and subsequent fine-tuning in
various geoscientific applications. However, existing VFMs in the RS domain
often concentrate on specific image characteristics, neglecting the full
season-aware potential of RS data. To bridge this gap, we introduce SeaMo, a
novel VFM that effectively integrates multimodal and multi-seasonal RS
information. SeaMo leverages a masked image modeling framework to fully exploit
the spatial, spectral, and seasonal dimensions of RS data. Specifically, we
employ unaligned spatial region selection to capture spatial heterogeneity,
incorporate multi-source inputs for enhanced multimodal integration, and
introduce temporal-multimodal fusion blocks to assimilate seasonal variations
effectively. By explicitly modeling the complex, season-dependent attributes of
RS data, SeaMo enhances generalization, robustness, and adaptability across
geoscientific tasks. Extensive experiments and ablation studies demonstrate its
superior performance, underscoring its potential as a foundational model for
Earth observation.
| [
{
"version": "v1",
"created": "Thu, 26 Dec 2024 14:40:38 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 00:08:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Xuyang",
""
],
[
"Li",
"Chenyu",
""
],
[
"Vivone",
"Gemine",
""
],
[
"Hong",
"Danfeng",
""
]
] |
2412.19697 | Christian Blohmann | Lory Aintablian and Christian Blohmann | Differentiable groupoid objects and their abstract Lie algebroids | 88 pages, comments welcome | null | null | MPIM-Bonn-2024 | math.CT math.DG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The infinitesimal counterpart of a Lie groupoid is its Lie algebroid. As a
vector bundle, it is given by the source vertical tangent bundle restricted to
the identity bisection. Its sections can be identified with the invariant
vector fields on the groupoid, which are closed under the Lie bracket. We
generalize this differentiation procedure to groupoid objects in any category
with an abstract tangent structure in the sense of Rosick\'{y} and a scalar
multiplication by a ring object that plays the role of the real numbers. We
identify the categorical conditions that the groupoid object must satisfy to
admit a natural notion of invariant vector fields. Then we show that invariant
vector fields are closed under the Lie bracket defined by Rosick\'{y} and
satisfy the Leibniz rule with respect to ring-valued morphisms on the base of
the groupoid. The result is what we define axiomatically as an abstract Lie
algebroid, by generalizing the underlying vector bundle to a module object in
the slice category over its base. Examples include diffeomorphism groups,
bisection groups of Lie groupoids, the diffeological symmetry groupoids of
general relativity (Blohmann/Fernandes/Weinstein), symmetry groupoids in
Lagrangian Field Theory, holonomy groupoids of singular foliations, elastic
diffeological groupoids, and groupoid objects in differentiable stacks.
| [
{
"version": "v1",
"created": "Fri, 27 Dec 2024 15:50:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Aintablian",
"Lory",
""
],
[
"Blohmann",
"Christian",
""
]
] |
2412.19710 | Rohan Srikumar | Markus Exner, Rohan Srikumar, Richard Bl\"attner, Matthew T. Eiles,
Peter Schmelcher, Herwig Ott | High precision spectroscopy of trilobite Rydberg molecules | 8 pages, 7figures | null | null | null | physics.atom-ph quant-ph | http://creativecommons.org/licenses/by/4.0/ | We perform three-photon photoassociation to obtain high resolution spectra of
$^{87}$Rb trilobite dimers for the principal quantum numbers $n = 22,24,25,26$,
and $27$. The large binding energy of the molecules in combination with a
relative spectroscopic resolution of $10^{-4}$ provides a rigorous benchmark
for existing theoretical models. A recently developed Green's function
framework, which circumvents the convergence issues that afflicted previous
studies,, is employed to theoretically reproduce the vibrational spectrum of
the molecule with high accuracy. The relatively large molecular binding energy
are primarily determined by the low energy $S$-wave electron-atom scattering
length, thereby allowing us to extract the $^3S_1$ scattering phase shift with
unprecedented accuracy, at low energy regimes inaccessible to free electrons.
| [
{
"version": "v1",
"created": "Fri, 27 Dec 2024 16:04:17 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 23:33:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Exner",
"Markus",
""
],
[
"Srikumar",
"Rohan",
""
],
[
"Blättner",
"Richard",
""
],
[
"Eiles",
"Matthew T.",
""
],
[
"Schmelcher",
"Peter",
""
],
[
"Ott",
"Herwig",
""
]
] |
2412.20093 | Eugeny Babichev | Eugeny Babichev | Cherenkov radiation as ghost instability | 13 pages; v2: minor corrections, references added | null | null | null | gr-qc hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We demonstrate that Cherenkov radiation can be interpreted as ghost
instability of a certain type. Solutions of modified gravity theories often
contain ghost instabilities. One type of such ghost instability is associated
with existence of different types of species with causal cones that do not
share common time, which leads to vacuum decay via creation of particles with
positive and negative energies. We show that this ghost instability can be seen
as Cherenkov radiation and vice versa.
| [
{
"version": "v1",
"created": "Sat, 28 Dec 2024 09:24:20 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:00:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Babichev",
"Eugeny",
""
]
] |
2412.20294 | Roman Shvydkoy | R. Shvydkoy | Global well-posedness and relaxation for solutions of the
Fokker-Planck-Alignment equations | 43 pages, major update, renormalization included which streamlines
many results and justifies the spread of positivity | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper we prove global existence of weak solutions, their
regularization, and global relaxation to Maxwellian for a broad class of
Fokker-Planck-Alignment models which appear in collective dynamics. The main
feature of these results, as opposed to previously known ones, is the lack of
regularity or no-vacuum requirements on the initial data. With a particular
application to the classical kinetic Cucker-Smale model, we demonstrate that
any bounded data with finite energy, $(1+ |v|^2) f_0 \in L^1$, $f_0 \in
L^\infty$, and finite higher moment $|v|^q f\in L^2$, $q \gg 2$, gives rise to
a global instantly smooth solution, satisfying entropy equality and relaxing
exponentially fast.
The results are achieved through the use of a new thickness-based
renormalization, which circumvents the problem of degenerate diffusion in
non-perturbative regime.
| [
{
"version": "v1",
"created": "Sat, 28 Dec 2024 23:06:09 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 19:24:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Shvydkoy",
"R.",
""
]
] |
2412.20561 | Aram Saharian | A.A. Saharian, G.V. Chalyan, L.Sh. Grigoryan, H.F. Khachatryan, V.Kh.
Kotanjyan | Radiation of surface polaritons by an annular beam coaxially enclosing a
cylindrical waveguide | 12 pages, 4 figures, discussion and clarifications added | Nuclear Inst. and Methods in Physics Research A 1075 (2025) 170408 | 10.1016/j.nima.2025.170408 | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | We investigate the radiation of surface polaritons by an annular beam that
coaxially encloses a cylindrical waveguide surrounded by a homogeneous medium.
By using the Green dyadic, the electromagnetic potentials and the electric and
magnetic fields are found inside and outside the waveguide. The expression for
the energy losses is derived for the general case of the dispersion for
dielectric permittivities inside and outside the cylinder. A comprehensive
analysis is presented in the spectral range corresponding to the radiation of
surface polaritons. The highest peaks in the spectral distribution are obtained
for intermediate values of the beam velocity. In the limit of transparent
medium the spectrum of radiated surface polaritons is discrete and the
corresponding frequencies are determined by the eigenvalue equation for the
cylindrical waveguide. Numerical examples are presented for the Drude model of
dispersion.
| [
{
"version": "v1",
"created": "Sun, 29 Dec 2024 20:15:03 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 19:11:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Saharian",
"A. A.",
""
],
[
"Chalyan",
"G. V.",
""
],
[
"Grigoryan",
"L. Sh.",
""
],
[
"Khachatryan",
"H. F.",
""
],
[
"Kotanjyan",
"V. Kh.",
""
]
] |
2412.20978 | Bin Li Dr. | Hai-Ming Cao and Bin Li | EdSr: A Novel End-to-End Approach for State-Space Sampling in Molecular
Dynamics Simulation | null | null | null | null | physics.comp-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The molecular dynamics (MD) simulation technique has been widely used in
complex systems, but the time scale is limited due to the small timestep. Here,
we propose a novel method, named Exploratory dynamics Sampling with recursion
(EdSr), which is inspired by Langevin dynamics, Stochastic Differential
Equation and Taylor expansion formula, can be used in MD simulation with
flexible timestep. By setting up four groups of experiments including simple
function, ideal physical model, all-atom simulation and coarse-grained
simulation, we demonstrate that EdSr can dynamically and flexibly adjust the
simulation timestep according to the requirements during simulation period, and
can work with larger timestep than the widely used velocity-Verlet integrator.
Although this method can not perform perfectly at flexible timestep with all
simulation systems, we believe that it will be a promising approach in the
future.
| [
{
"version": "v1",
"created": "Mon, 30 Dec 2024 14:31:15 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 06:49:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cao",
"Hai-Ming",
""
],
[
"Li",
"Bin",
""
]
] |
2412.21137 | Yong Xu | Yong Xu | Probing Gravitational Dark Matter with Ultra-high Frequency
Gravitational Waves | v1: two columns, 4 pages, 2 figures; v2: references updated, version
published in Physics Letters B | null | 10.1016/j.physletb.2025.139483 | null | hep-ph astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | The evidence for the existence of dark matter (DM) is compelling, yet its
nature remains elusive. A minimal scenario involves DM interacting solely
through gravity. However, the detection would be extremely challenging. In the
early Universe, such DM can be unavoidably generated via annihilation of
particles in the standard model (SM) thermal plasma. It is known that the SM
thermal plasma also produces gravitational waves (GWs). In this study, we
establish a simple connection between the amplitude of thermal GWs and the
properties of pure gravitational DM. Notably, future GW experiments in the
ultra-high frequency regime have the potential to shed light on the mass and
spin of pure gravitational DM.
| [
{
"version": "v1",
"created": "Mon, 30 Dec 2024 18:13:38 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 11:30:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xu",
"Yong",
""
]
] |
2501.00286 | Hiroshi Suzuki | Motokazu Abe, Okuto Morikawa, and Hiroshi Suzuki | Monte Carlo simulation of the $SU(2)/\mathbb{Z}_2$ Yang--Mills theory | 24 pages, many figures | null | null | KYUSHU-HET-307, RIKEN-iTHEMS-Report-25 | hep-lat hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We carry out a hybrid Monte Carlo (HMC) simulation of the
$SU(2)/\mathbb{Z}_2$ Yang--Mills theory in which the $\mathbb{Z}_N$ 2-form flat
gauge field (the 't~Hooft flux) is explicitly treated as one of dynamical
variables. We observe that our HMC algorithm in the $SU(2)/\mathbb{Z}_2$ theory
drastically reduces autocorrelation lengths of the topological charge and of a
physical quantity which couples to slow modes in the conventional HMC
simulation of the $SU(2)$ theory. Provided that sufficiently large lattice
volumes are available, therefore, the HMC algorithm of the $SU(N)/\mathbb{Z}_N$
theory could be employed as an alternative for the simulation of the $SU(N)$
Yang--Mills theory, because local observables are expected to be insensitive to
the difference between $SU(N)$ and~$SU(N)/\mathbb{Z}_N$ in the large volume
limit. A possible method to incorporate quarks (fermions in the fundamental
representation of~$SU(N)$ with the baryon number~$1/N$) in this framework is
also considered.
| [
{
"version": "v1",
"created": "Tue, 31 Dec 2024 05:37:25 GMT"
},
{
"version": "v2",
"created": "Thu, 9 Jan 2025 09:27:26 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 04:35:14 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Abe",
"Motokazu",
""
],
[
"Morikawa",
"Okuto",
""
],
[
"Suzuki",
"Hiroshi",
""
]
] |
2501.00609 | Andrew Mayo | Andrew W. Mayo, Charles D. Fortenbach, Dana R. Louie, Courtney D.
Dressing, Emma V. Turtelboom, Steven Giacalone, Caleb K. Harada | Detection of H2O and CO2 in the Atmosphere of the Hot Super-Neptune
WASP-166b with JWST | Resubmitted to AAS Journals, 54 pages, 26 figures, 12 tables | null | null | null | astro-ph.EP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We characterize the atmosphere of the hot super-Neptune WASP-166b ($P = 5.44$
d, $R_p = 6.9 \pm 0.3$ R$_\oplus$, $M_p = 32.1 \pm 1.6$ M$_\oplus$,
$T_\mathrm{eq} = 1270 \pm 30$ K) orbiting an F9V star using JWST transmission
spectroscopy with NIRISS and NIRSpec ($0.85-5.17$ $\mu$m). With this broad
wavelength range, NIRISS provides strong constraints on H$_2$O and clouds
(where NIRSpec performs poorly) while NIRSpec captures CO$_2$ and NH$_3$ (where
NIRISS performs poorly). Our POSEIDON free chemistry retrievals confirm the
detection of H$_2$O ($15.2\sigma$ significance) and detect CO$_2$
($14.7\sigma$) for the first time. We also find a possible hint of NH$_3$
($2.3\sigma$) and an intermediate pressure cloud deck ($2.6\sigma$). Finally,
we report inconclusive support for the presence of SO$_2$, CO, and Na, as well
as non-detections of CH$_4$, C$_2$H$_2$, HCN, H$_2$S, and K. We verify our
results using a TauREx free chemistry retrieval. We also measure with POSEIDON
equilibrium chemistry retrievals a superstellar planetary atmospheric
metallicity ($\log(Z) = 1.57^{+0.17}_{-0.18}$, $Z = 37^{+18}_{-13}$) and
planetary C/O ratio ($C/O = 0.282^{+0.078}_{-0.053}$) consistent with the
stellar C/O ratio ($C/O_* = 0.41 \pm 0.08$). These results are compatible with
various planetary formation pathways, especially those that include
planetesimal accretion followed by core erosion or photoevaporation. WASP-166b
also resides near the edge of the Hot Neptune Desert, a scarcity of
intermediate-sized planets at high insolation fluxes; thus, these results and
further atmospheric observations of Hot Neptunes will help determine the
driving processes in the formation of the Hot Neptune Desert.
| [
{
"version": "v1",
"created": "Tue, 31 Dec 2024 19:12:19 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 18:14:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mayo",
"Andrew W.",
""
],
[
"Fortenbach",
"Charles D.",
""
],
[
"Louie",
"Dana R.",
""
],
[
"Dressing",
"Courtney D.",
""
],
[
"Turtelboom",
"Emma V.",
""
],
[
"Giacalone",
"Steven",
""
],
[
"Harada",
"Caleb K.",
""
]
] |
2501.00689 | Yu Zeng | Fuming Jiang, Yu Zeng | Finite groups with exactly two nonlinear irreducible $p$-Brauer
characters | null | null | null | null | math.GR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Let $p$ be a prime. We classify the finite groups having exactly two
irreducible $p$-Brauer characters of degree larger than one. The case, where
the finite groups have orders not divisible by $p$, was done by P. P\'alfy in
1981.
| [
{
"version": "v1",
"created": "Wed, 1 Jan 2025 00:56:25 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 09:22:49 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jiang",
"Fuming",
""
],
[
"Zeng",
"Yu",
""
]
] |
2501.00925 | Cedric Villani | C\'edric Villani | Fisher Information in Kinetic Theory | Lecture Notes from a course at the Mathemata Summer School at Festum
Pi, Chania (Crete), July 2024. V2 corrected and augmented after a careful
referee report. V3: Remark 8.11 added. V4: Minor correction | null | null | null | math.AP math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | These notes review the theory of Fisher information, especially its use in
kinetic theory of gases and plasmas. The recent monotonicity theorem by
Guillen--Silvestre for the Landau--Coulomb equation is put in perspective and
generalised. Following my joint work with Imbert and Silvestre, it is proven
that Fisher information is decaying along the spatially homogeneous Boltzmann
equation, for all relevant interactions, and from this the once longstanding
problem of regularity estimates for very singular collision kernels (very soft
potentials) is solved.
| [
{
"version": "v1",
"created": "Wed, 1 Jan 2025 18:51:02 GMT"
},
{
"version": "v2",
"created": "Sun, 6 Apr 2025 14:11:26 GMT"
},
{
"version": "v3",
"created": "Tue, 15 Apr 2025 06:51:08 GMT"
},
{
"version": "v4",
"created": "Sat, 19 Apr 2025 21:57:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Villani",
"Cédric",
""
]
] |
2501.01566 | Cooper Finnigan | Cooper Finnigan and Dmitry K. Efimkin | Anomalous skew scattering of plasmons in a Dirac electron fluid | 11 pages, 6 figures | Phys. Rev. B 111, 165404 (2025) | 10.1103/PhysRevB.111.165404 | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Berry phase-related nontrivial electronic band geometries can
significantly influence bulk and edge plasmons resulting in their
non-reciprocal propagation and opening new opportunities for plasmonics. In the
present work, we extend the hydrodynamic framework to describe the scattering
of plasmons in a Dirac electron fluid off a circular region with an induced
nonzero anomalous Hall response, i.e. a Berry flux target. We demonstrate that
the scattering has a giant asymmetry or skewness and exhibits a series of
resonances. The latter appears due to a chiral non-topological trapped mode
circulating the target. We discuss possible experimental realizations,
including the surface of a topological insulator film and graphene irradiated
by the circularly polarized beam.
| [
{
"version": "v1",
"created": "Thu, 2 Jan 2025 23:00:32 GMT"
},
{
"version": "v2",
"created": "Mon, 14 Apr 2025 00:04:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Finnigan",
"Cooper",
""
],
[
"Efimkin",
"Dmitry K.",
""
]
] |
2501.01575 | Oleksiy Al-Saadi | Oleksiy Al-saadi, Joseph Natal | Diameter Constraints in 2-distance Graphs | Version 2 has the proof that the main result of this manuscript is
sharp for any even value of k | null | null | null | math.CO | http://creativecommons.org/licenses/by/4.0/ | For any finite, simple graph $G = (V,E)$, its $2$-distance graph $G_2$ is a
graph having the same vertex set $V$ where two vertices are adjacent if and
only if their distance is $2$ in $G$. Connectivity and diameter properties of
these graphs have been well studied. For example, it has been shown that if
${\rm diam}(G) = k \geq 3$ then $\lceil \frac{1}{2} k \rceil \leq {\rm
diam}(G_2)$, and that this bound is sharp. In this paper, we prove that ${\rm
diam}(G_2) = \infty$ (that is, $G_2$ is disconnected) or otherwise ${\rm
diam}(G_2) \leq k + 2$. In addition, we show that this inequality is sharp for
any even $k$, a result that we verify for some higher orders through judicious
use of a \textsc{sat} solver.
| [
{
"version": "v1",
"created": "Thu, 2 Jan 2025 23:44:46 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 07:41:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Al-saadi",
"Oleksiy",
""
],
[
"Natal",
"Joseph",
""
]
] |
2501.01682 | Yilong Zhang | Yilong Zhang | Hilbert Scheme of a Pair of Skew Lines on Cubic Hypersurfaces | 32 pages, 3 figures, revised, removed section 10 | null | null | null | math.AG math.AC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study an irreducible component H(X) of the Hilbert scheme Hilb^{2t+2}(X)
of a smooth cubic hypersurface X containing two disjoint lines. For cubic
threefolds, H(X) is always smooth, as shown in arXiv:2010.11622. We provide a
second proof and generalize this result to higher dimensions. Specifically, for
cubic hypersurfaces of dimension at least four, we show H(X) is normal, and it
is smooth if and only if X lacks certain "higher triple lines." We characterize
H(X) using the Hilbert-Chow morphism and describe its singularities when X is
special.
| [
{
"version": "v1",
"created": "Fri, 3 Jan 2025 07:58:18 GMT"
},
{
"version": "v2",
"created": "Fri, 18 Apr 2025 19:02:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Yilong",
""
]
] |
2501.01809 | Olivier Gimenez | Olivier Gimenez | Estimating invasive rodent abundance using removal data and hierarchical
models | 20 pages, 5 figures, 1 table | null | null | null | q-bio.PE | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Invasive rodents pose significant ecological, economic, and public health
challenges. Robust methods are needed for estimating population abundance to
guide effective management. Traditional methods such as capture-recapture are
often impractical for invasive species due to ethical, legal and logistical
constraints. Here, I showcase the application of hierarchical multinomial
N-mixture models for estimating the abundance of invasive rodents using removal
data. First, I perform a simulation study which demonstrates minimal bias, as
well as good precision and reliable coverage of confidence intervals across a
range of sampling scenarios. I also illustrate the consequences of violating
the population closure assumption, showing how between-occasion dynamics can
bias inference. Second, I analyze removal data for two invasive rodent species,
namely coypus (Myocastor coypus) in France and muskrats (Ondatra zibethicus) in
the Netherlands. Using hierarchical multinomial N-mixture models, I examine the
effects of temperature on abundance while accounting for imperfect and
time-varying capture probabilities. I also show how to accommodate spatial
variability using random effects, quantify uncertainty in parameter estimates,
and account for violations of closure by fitting an open-population model to
multi-year data. Overall, I hope to demonstrate the flexibility and utility of
hierarchical models in invasive species management.
| [
{
"version": "v1",
"created": "Fri, 3 Jan 2025 13:47:33 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 14:25:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gimenez",
"Olivier",
""
]
] |
2501.01884 | Ugur Kursuncu | Apaar Bawa, Ugur Kursuncu, Dilshod Achilov, Valerie L. Shalin, Nitin
Agarwal, Esra Akbas | Telegram as a Battlefield: Kremlin-related Communications during the
Russia-Ukraine Conflict | null | Proceedings of the International AAAI conference on Web and Social
Media (ICWSM 2025) | null | null | cs.SI cs.CY cs.HC | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Telegram emerged as a crucial platform for both parties during the conflict
between Russia and Ukraine. Per its minimal policies for content moderation,
Pro-Kremlin narratives and potential misinformation were spread on Telegram,
while anti-Kremlin narratives with related content were also propagated, such
as war footage, troop movements, maps of bomb shelters, and air raid warnings.
This paper presents a dataset of posts from both pro-Kremlin and anti-Kremlin
Telegram channels, collected over a period spanning a year before and a year
after the Russian invasion. The dataset comprises 404 pro-Kremlin channels with
4,109,645 posts and 114 anti-Kremlin channels with 1,117,768 posts. We provide
details on the data collection process, processing methods, and dataset
characterization. Lastly, we discuss the potential research opportunities this
dataset may enable researchers across various disciplines.
| [
{
"version": "v1",
"created": "Fri, 3 Jan 2025 16:31:59 GMT"
},
{
"version": "v2",
"created": "Mon, 13 Jan 2025 17:58:55 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 15:56:06 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bawa",
"Apaar",
""
],
[
"Kursuncu",
"Ugur",
""
],
[
"Achilov",
"Dilshod",
""
],
[
"Shalin",
"Valerie L.",
""
],
[
"Agarwal",
"Nitin",
""
],
[
"Akbas",
"Esra",
""
]
] |
2501.02116 | Zhaoyuan Gu | Zhaoyuan Gu, Junheng Li, Wenlan Shen, Wenhao Yu, Zhaoming Xie, Stephen
McCrory, Xianyi Cheng, Abdulaziz Shamsah, Robert Griffin, C. Karen Liu,
Abderrahmane Kheddar, Xue Bin Peng, Yuke Zhu, Guanya Shi, Quan Nguyen, Gordon
Cheng, Huijun Gao, Ye Zhao | Humanoid Locomotion and Manipulation: Current Progress and Challenges in
Control, Planning, and Learning | null | null | null | null | cs.RO | http://creativecommons.org/licenses/by/4.0/ | Humanoid robots hold great potential to perform various human-level skills,
involving unified locomotion and manipulation in real-world settings. Driven by
advances in machine learning and the strength of existing model-based
approaches, these capabilities have progressed rapidly, but often separately.
This survey offers a comprehensive overview of the state-of-the-art in humanoid
locomotion and manipulation (HLM), with a focus on control, planning, and
learning methods. We first review the model-based methods that have been the
backbone of humanoid robotics for the past three decades. We discuss contact
planning, motion planning, and whole-body control, highlighting the trade-offs
between model fidelity and computational efficiency. Then the focus is shifted
to examine emerging learning-based methods, with an emphasis on reinforcement
and imitation learning that enhance the robustness and versatility of
loco-manipulation skills. Furthermore, we assess the potential of integrating
foundation models with humanoid embodiments to enable the development of
generalist humanoid agents. This survey also highlights the emerging role of
tactile sensing, particularly whole-body tactile feedback, as a crucial
modality for handling contact-rich interactions. Finally, we compare the
strengths and limitations of model-based and learning-based paradigms from
multiple perspectives, such as robustness, computational efficiency,
versatility, and generalizability, and suggest potential solutions to existing
challenges.
| [
{
"version": "v1",
"created": "Fri, 3 Jan 2025 22:00:53 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 18:59:07 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gu",
"Zhaoyuan",
""
],
[
"Li",
"Junheng",
""
],
[
"Shen",
"Wenlan",
""
],
[
"Yu",
"Wenhao",
""
],
[
"Xie",
"Zhaoming",
""
],
[
"McCrory",
"Stephen",
""
],
[
"Cheng",
"Xianyi",
""
],
[
"Shamsah",
"Abdulaziz",
""
],
[
"Griffin",
"Robert",
""
],
[
"Liu",
"C. Karen",
""
],
[
"Kheddar",
"Abderrahmane",
""
],
[
"Peng",
"Xue Bin",
""
],
[
"Zhu",
"Yuke",
""
],
[
"Shi",
"Guanya",
""
],
[
"Nguyen",
"Quan",
""
],
[
"Cheng",
"Gordon",
""
],
[
"Gao",
"Huijun",
""
],
[
"Zhao",
"Ye",
""
]
] |
2501.02484 | Marc Barthelemy | Marc Barthelemy, Geoff Boeing, Alain Chiarada, Chris Webster | Surfacic networks | 11 pages+3 pages Supp. material; Figure 6A corrected | PNAS Nexus, Vol. 4 (1):585 (2025) | null | null | physics.soc-ph cond-mat.dis-nn cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Surfacic networks are structures built upon a two-dimensional manifold. Many
systems, including transportation networks and various urban networks, fall
into this category. The fluctuations of node elevations imply significant
deviations from typical plane networks and require specific tools to understand
their impact. Here, we present such tools, including lazy paths that minimize
elevation differences, graph arduousness which measures the tiring nature of
shortest paths, and the excess effort, which characterizes positive elevation
variations along shortest paths. We illustrate these measures using toy models
of surfacic networks and empirically examine pedestrian networks in selected
cities. Specifically, we examine how changes in elevation affect the spatial
distribution of betweenness centrality. We also demonstrate that the excess
effort follows a non-trivial power law distribution, with an exponent that is
not universal, which illustrates that there is a significant probability of
encountering steep slopes along shortest paths, regardless of the elevation
difference between the starting point and the destination. These findings
highlight the significance of elevation fluctuations in shaping network
characteristics. Surfacic networks offer a promising framework for
comprehensively analyzing and modeling complex systems that are situated on or
constrained to a surface environment.
| [
{
"version": "v1",
"created": "Sun, 5 Jan 2025 09:26:17 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 17:47:11 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Barthelemy",
"Marc",
""
],
[
"Boeing",
"Geoff",
""
],
[
"Chiarada",
"Alain",
""
],
[
"Webster",
"Chris",
""
]
] |
2501.02579 | Bao-An Li | Bao-An Li and Wen-Jie Xie | Evolutions of in-medium baryon-baryon scattering cross sections and
stiffness of dense nuclear matter from Bayesian analyses of FOPI proton flow
excitation functions | Added more discussions. Phys. Rev. C in press | null | null | null | nucl-th astro-ph.HE nucl-ex | http://creativecommons.org/publicdomain/zero/1.0/ | Within a Bayesian statistical framework using a Gaussian Process (GP)
emulator for an isospin-dependent Boltzmann-Uehling-Uhlenbeck (IBUU) transport
model simulator of heavy-ion reactions with momentum-independent Skyrme
interactions, we infer from the proton directed and elliptical flow in
mid-central Au+Au reactions at beam energies from 150 to 1200 MeV/nucleon taken
by the FOPI Collaboration the posterior Probability Distribution Functions
(PDFs) of the in-medium baryon-baryon scattering cross section (BBSCS)
modification factor $X$ (with respect to their free-space values) and the
stiffness parameter $K$ of dense nuclear matter. We find that the most probable
value of $X$ evolves from around 0.7 to 1.0 as the beam energy $E_{beam}/A$
increases. On the other hand, the posterior PDF($K$) may have dual peaks having
roughly the same height or extended shoulders at high $K$ values. More
quantitatively, the posterior PDF($K$) changes from having a major peak around
220 MeV characterizing a soft EOS in the reaction at $E_{beam}/A$=150 MeV to
one that peaks around 320 MeV indicating a stiff EOS in the reactions at
$E_{beam}/A$ higher than about 600 MeV. The transition from soft to stiff
happens in mid-central Au+Au reactions at beam energies around 250 MeV/nucleon
in which $K=220$ MeV and $K=320$ MeV are approximately equally probable.
Altogether, the FOPI proton flow excitation function data indicate a gradual
hardening of hot and dense nuclear matter as its density and temperature
increase in reactions with higher beam energies.
| [
{
"version": "v1",
"created": "Sun, 5 Jan 2025 15:25:52 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 23:22:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Bao-An",
""
],
[
"Xie",
"Wen-Jie",
""
]
] |
2501.02607 | Alexander Getling | A. V. Getling and A. G. Kosovichev | Variation of global and local flows in the solar convection zone during
activity cycles 24 and 25 | To be published in Astronomicheskii Zhurnal (Russian version) and
Astronomy Reports (English version) | null | null | null | astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | Convection, differential rotation, and meridional circulation of solar plasma
are studied based on helioseismic data covering the period from May 2010 to
August 2024, significantly prolonged compared to that previously considered.
Depth variation in the spatial spectrum of convective motions indicates a
superposition of differently scaled flows. The giant-cell-scale component of
the velocity field demonstrates a tendency to form meridionally elongated
(possibly bananashaped) structures. The integrated spectral power of the flows
is anticorrelated with the solar-activity level in the near-surface layers and
positively correlates with it in deeper layers. An extended 22-year cycle of
zonal flows ("torsional oscillations" of the Sun) and variations of the
meridional flows are traced. A secondary meridional flow observed at the epoch
of the maximum of Solar Cycle 24 to be directed equatorward in the subsurface
layers is clearly manifest in Cycle 25.
| [
{
"version": "v1",
"created": "Sun, 5 Jan 2025 17:31:57 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 08:25:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Getling",
"A. V.",
""
],
[
"Kosovichev",
"A. G.",
""
]
] |
2501.02944 | Barnabe Ledoux | Barnabe Ledoux, David Lacoste | Inhibition of bacterial growth by antibiotics | 5 pages, 3 figures for the main. 20 pages, 10 figures for the
supplemental | null | null | null | physics.bio-ph | http://creativecommons.org/licenses/by/4.0/ | Growth in bacterial populations generally depends on the environment
(availability and quality of nutrients, presence of a toxic inhibitor, product
inhibition..). Here, we build a general model to describe the action of a
bacteriostatic antibiotic, assuming that this drug inhibits essential
autocatalytic cycles involved in the cell metabolism. The model can describe
various types of antibiotics and confirms the existence of two distinct regimes
of growth-dependent susceptibility, previously identified only for ribosome
targeting antibiotics. Interestingly, below a certain threshold, a coexistence
of two values of the growth rate is possible, which has also been observed
experimentally.
| [
{
"version": "v1",
"created": "Mon, 6 Jan 2025 11:37:25 GMT"
},
{
"version": "v2",
"created": "Tue, 7 Jan 2025 15:20:52 GMT"
},
{
"version": "v3",
"created": "Sat, 8 Feb 2025 14:58:38 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 07:30:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ledoux",
"Barnabe",
""
],
[
"Lacoste",
"David",
""
]
] |
2501.03393 | Matteo Cococcioni | Elia Stocco, Maria Barbara Maccioni, Andrea Floris and Matteo
Cococcioni | Magnetic properties of Cr$_8$ and V$_8$ molecular rings from ab initio
calculations | 12 pages, 7 figures | null | null | null | cond-mat.mtrl-sci cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Molecular nanomagnets are systems with a vast phenomenology and are very
promising for a variety of technological applications, most notably spintronics
and quantum information. Their low-energy spectrum and magnetic properties can
be modeled using effective spin Hamiltonians, once the exchange coupling
parameters between the localized magnetic moments are determined. In this work
we employ density functional theory (DFT) to compute the exchange parameters
between the atomic spins for two representative ring-shaped molecules
containing eight transition-metal magnetic ions: Cr$_8$ and V$_8$. Considering
a set of properly chosen spin configurations and mapping their DFT energies on
the corresponding expressions from a Heisenberg Hamiltonian, we compute the
exchange couplings between magnetic ions which are first, second and further
neighbors on the rings. In spite of their chemical and structural similarities
the two systems exhibit very different ground states: antiferromagnetic for
Cr$_8$, ferromagnetic for V$_8$, which also features non-negligible couplings
between second nearest neighbors. A rationalization of these results is
proposed that is based on a multi-band Hubbard model with less-than-half filled
shells on magnetic ions.
| [
{
"version": "v1",
"created": "Mon, 6 Jan 2025 21:17:44 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 22:58:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Stocco",
"Elia",
""
],
[
"Maccioni",
"Maria Barbara",
""
],
[
"Floris",
"Andrea",
""
],
[
"Cococcioni",
"Matteo",
""
]
] |
2501.03946 | Frank Fagan | Frank Fagan | Proxy Discrimination After Students for Fair Admissions | null | Journal of Law & Technology at Texas, forthcoming 2025 | null | null | cs.CY | http://creativecommons.org/licenses/by/4.0/ | Today, there is no clear legal test for regulating the use of variables that
proxy for race and other protected classes and classifications. This Article
develops such a test. Decision tools that use proxies are narrowly tailored
when they exhibit the weakest total proxy power. The test is necessarily
comparative. Thus, if two algorithms predict loan repayment or university
academic performance with identical accuracy rates, but one uses zip code and
the other does not, then the second algorithm can be said to have deployed a
more equitable means for achieving the same result as the first algorithm.
Scenarios in which two algorithms produce comparable and non-identical results
present a greater challenge. This Article suggests that lawmakers can develop
caps to permissible proxy power over time, as courts and algorithm builders
learn more about the power of variables. Finally, the Article considers who
should bear the burden of producing less discriminatory alternatives and
suggests plaintiffs remain in the best position to keep defendants honest - so
long as testing data is made available.
| [
{
"version": "v1",
"created": "Tue, 7 Jan 2025 17:13:24 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 12:23:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fagan",
"Frank",
""
]
] |
2501.04118 | Paula Ferreira | Paula S. Ferreira and Ribamar R. R. Reis | Pz Cats: Photometric redshift catalogs based on DES Y3 BAO sample | 22 pages, 14 figures. New tests and updated figure 3 | null | null | null | astro-ph.GA astro-ph.CO | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Over the years, photometric redshift estimation (photo-z) has advanced
through various methods. This study evaluates four distinct photo-z
estimators-ANNz2, BPZ, ENF, and DNF-using the Dark Energy Survey Y3 BAO Sample.
Unlike most studies, we explore selecting optimal galaxies based on their
redshift Probability Distribution Function (PDF) by either reducing noise or
identifying those approximating a Gaussian distribution. We cross-matched
25,760 galaxies drawn from four spectroscopic surveys with the photo-z sample
to comprehend redshift bias and its 68th percentile $\sigma_{68}$. The lowest
$\sigma$ for all estimators was found in the range $0.79<z_p<0.85$. Among the
estimators, DMF exhibited the greatest bias, while ENF, ANNz2, and BPZ showed
decreased precision outside 0.7 to 0.9 redshift range. To select galaxies with
minimal bias, ANNz2 emerged as the most reliable algorithm across all criteria.
PDFs selection significantly improves colour representation over the
spectroscopic sample, underscoring the role of magnitude space in selection.
While ANNz2 achieved superior precision, ENF poorly selected Gaussian PDFs,
leaving few galaxies for LSS evaluation. Despite smooth PDFs, catastrophic
redshift errors were present. Though DNF had the poorest precision, it offered
enough galaxies for cosmological use. Subsampling galaxies with secondary peaks
less than 30\% of the main peak height, termed Small Peaks, showed ANNz2
excelled. The catalogs produced have been published as Pz Cats within the
ZENODO repository.
| [
{
"version": "v1",
"created": "Tue, 7 Jan 2025 19:53:39 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:34:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ferreira",
"Paula S.",
""
],
[
"Reis",
"Ribamar R. R.",
""
]
] |
2501.04683 | Conrad Borchers | Conrad Borchers | Toward Sufficient Statistical Power in Algorithmic Bias Assessment: A
Test for ABROCA | Short paper accepted to Educational Data Mining (EDM) 2025 | null | null | null | stat.ML cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Algorithmic bias is a pressing concern in educational data mining (EDM), as
it risks amplifying inequities in learning outcomes. The Area Between ROC
Curves (ABROCA) metric is frequently used to measure discrepancies in model
performance across demographic groups to quantify overall model fairness.
However, its skewed distribution--especially when class or group imbalances
exist--makes significance testing challenging. This study investigates ABROCA's
distributional properties and contributes robust methods for its significance
testing. Specifically, we address (1) whether ABROCA follows any known
distribution, (2) how to reliably test for algorithmic bias using ABROCA, and
(3) the statistical power achievable with ABROCA-based bias assessments under
typical EDM sample specifications. Simulation results confirm that ABROCA does
not match standard distributions, including those suited to accommodate
skewness. We propose nonparametric randomization tests for ABROCA and
demonstrate that reliably detecting bias with ABROCA requires large sample
sizes or substantial effect sizes, particularly in imbalanced settings.
Findings suggest that ABROCA-based bias evaluations based on sample sizes
common in EDM tend to be underpowered, undermining the reliability of
conclusions about model fairness. By offering open-source code to simulate
power and statistically test ABROCA, this paper aims to foster more reliable
statistical testing in EDM research. It supports broader efforts toward
replicability and equity in educational modeling.
| [
{
"version": "v1",
"created": "Wed, 8 Jan 2025 18:43:59 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 15:33:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Borchers",
"Conrad",
""
]
] |
2501.04841 | Ka Wai Wu | Ka Wai Wu | Blockchain-Based Secure Vehicle Auction System with Smart Contracts | null | null | null | null | cs.CR | http://creativecommons.org/licenses/by/4.0/ | The problem of a single point of failure in centralized systems poses a great
challenge to the stability of such systems. Meanwhile, the tamperability of
data within centralized systems makes users reluctant to trust and use
centralized applications in many scenarios, including the financial and
business sectors.
Blockchain, as a new decentralized technology, addresses these issues
effectively. As a typical decentralized system, blockchain can be utilized to
build a data-sharing model. Users in a blockchain do not need to trust other
users; instead, they trust that the majority of miner nodes are honest. Smart
contracts enable developers to write distributed programs based on blockchain
systems, ensuring that all code is immutable and secure.
In this paper, we analyze the security of blockchain technology to illustrate
its advantages and justify its use. Furthermore, we design a new system for
storing and trading vehicle information based on the Ethereum blockchain and
smart contract technology. Specifically, our system allows users to upload
vehicle information and auction vehicles to transfer ownership. Our application
provides great convenience to buyers and owners, while the use of smart
contracts enhances the security and privacy of the system.
| [
{
"version": "v1",
"created": "Wed, 8 Jan 2025 21:07:25 GMT"
},
{
"version": "v2",
"created": "Sun, 23 Feb 2025 21:39:12 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 15:20:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wu",
"Ka Wai",
""
]
] |
2501.04960 | Paula Ferreira | Paula S. Ferreira and Ribamar R. R. Reis | Influence of photometric galaxies redshift distribution in BAO
estimation | 21 pages, 9 figures. Correction of equations 4.5 and 4.6 and new
plots | null | null | null | astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | Photometric surveys are good solutions for large-scale structure studies. The
Baryon Acoustic Oscillations (BAO) benefit from photometric redshift survey
observations due to faster coverage and a higher number of observed objects. In
the present study, we use the Dark Energy Survey Year 3 catalog of Luminous Red
Galaxies (LRG) to incorporate the realistic galaxies' redshift Probability
Distribution Function (PDF) into the correlation function cosmological model.
We used four different photo-z estimators \texttt{ANNz2}, \texttt{BPZ},
\texttt{ENF}, and \texttt{DNF} to compare how they affect the BAO feature
constraint, the catalogs called \texttt{Pz Cats}. Moreover, each algorithm
included two sample selections based on distinct PDF shapes; one where the PDFs
are nearly Gaussian and another opting for the least noisy PDFs with a
pronounced peak. Our investigation identifies whether our samples detect BAO
using the correlation function's polynomial parameterization. Later, we
computed the correlation function $\xi_\perp(z_p)$ by getting the bin pairs
transversal to each other using \texttt{CAMB}. The kernel window function is
the $f(z|z_p)$ which is the selection of the PDF value when the photometric
redshift is nearly the same as the spectroscopic redshift estimated by the
matched spectroscopic sample. For compatible $z_{\rm eff}$, we concluded that
the shape of the galaxy redshift PDF could shift the BAO feature position
either by including the PDF in the model or not. We also learnt that, given the
same spectroscopic sample, \texttt{ANNz2} estimator with its respective
selection samples outperforms other estimators for most parameters examined.
| [
{
"version": "v1",
"created": "Thu, 9 Jan 2025 04:24:51 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 15:04:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ferreira",
"Paula S.",
""
],
[
"Reis",
"Ribamar R. R.",
""
]
] |
2501.04994 | Nirjan Biswas | Nirjan Biswas, Souptik Chakraborty | On $p$-fractional weakly-coupled system with critical nonlinearities | 30 pages | null | null | null | math.AP math.FA | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This paper deals with the following nonlocal system of equations:
\begin{align}\tag{$\mathcal S$}\label{MAT1} (-\Delta_p)^s u =
\frac{\alpha}{p_s^*}|u|^{\alpha-2}u|v|^{\beta}+f(x) \text{ in } \mathbb{R}^{d},
\, (-\Delta_p)^s v = \frac{\beta}{p_s^*}|v|^{\beta-2}v|u|^{\alpha}+g(x) \text{
in } \mathbb{R}^{d},\; u,v >0 \mbox{ in } \mathbb{R}^{d}, \end{align} where
$0<s<1<p< \infty$, $d>sp$, $\alpha,\beta>1$, $\alpha+\beta=\frac{dp}{d-sp}$,
and $f,g$ are nontrivial nonnegative functionals in the dual space of
$\mathcal{D}^{s,p}(\mathbb{R}^{d})$. The primary objective of this paper is to
present a global compactness result that offers a complete characterization of
the Palais-Smale sequences of the energy functional associated with
\eqref{MAT1}. Using this characterization, within a certain range of $s$, we
establish the existence of a solution with negative energy for \eqref{MAT1}
when $\ker(f)=\ker(g)$.
| [
{
"version": "v1",
"created": "Thu, 9 Jan 2025 06:19:26 GMT"
},
{
"version": "v2",
"created": "Fri, 10 Jan 2025 09:30:58 GMT"
},
{
"version": "v3",
"created": "Tue, 4 Mar 2025 15:31:58 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 10:26:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Biswas",
"Nirjan",
""
],
[
"Chakraborty",
"Souptik",
""
]
] |
2501.05414 | Xi Ye | Xi Ye and Fangcong Yin and Yinghui He and Joie Zhang and Howard Yen
and Tianyu Gao and Greg Durrett and Danqi Chen | LongProc: Benchmarking Long-Context Language Models on Long Procedural
Generation | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Existing benchmarks for evaluating long-context language models (LCLMs)
primarily focus on long-context recall, requiring models to produce short
responses based on a few critical snippets while processing thousands of
irrelevant tokens. We introduce LongProc (Long Procedural Generation), a new
benchmark that requires both the integration of highly dispersed information
and long-form generation. LongProc consists of six diverse procedural
generation tasks, such as extracting structured information from HTML pages
into a TSV format and executing complex search procedures to create travel
plans. These tasks challenge LCLMs by testing their ability to follow detailed
procedural instructions, synthesize and reason over dispersed information, and
generate structured, long-form outputs (up to 8K tokens). Furthermore, as these
tasks adhere to deterministic procedures and yield structured outputs, they
enable reliable rule-based evaluation. We evaluated 23 LCLMs, including
instruction-tuned models and recent reasoning models, on LongProc at three
difficulty levels, with the maximum number of output tokens set at 500, 2K, and
8K. Notably, while all tested models claim a context window size above 32K
tokens, open-weight models typically falter on 2K-token tasks, and
closed-source models like GPT-4o show significant degradation on 8K-token
tasks. Reasoning models achieve stronger overall performance in long-form
generation, benefiting from long CoT training. Further analysis reveals that
LCLMs struggle to maintain long-range coherence in long-form generations. These
findings highlight critical limitations in current LCLMs and suggest
substantial room for improvement. Data and code available at:
https://princeton-pli.github.io/LongProc.
| [
{
"version": "v1",
"created": "Thu, 9 Jan 2025 18:16:55 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 13:50:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ye",
"Xi",
""
],
[
"Yin",
"Fangcong",
""
],
[
"He",
"Yinghui",
""
],
[
"Zhang",
"Joie",
""
],
[
"Yen",
"Howard",
""
],
[
"Gao",
"Tianyu",
""
],
[
"Durrett",
"Greg",
""
],
[
"Chen",
"Danqi",
""
]
] |
2501.05651 | Chenxi Yang | Chenxi Yang, Yan Li, Martin Maas, Mustafa Uysal, Ubaid Ullah Hafeez,
Arif Merchant, Richard McDougall | A Bring-Your-Own-Model Approach for ML-Driven Storage Placement in
Warehouse-Scale Computers | MLSys 2025 | null | null | null | cs.DC cs.LG | http://creativecommons.org/licenses/by/4.0/ | Storage systems account for a major portion of the total cost of ownership
(TCO) of warehouse-scale computers, and thus have a major impact on the overall
system's efficiency. Machine learning (ML)-based methods for solving key
problems in storage system efficiency, such as data placement, have shown
significant promise. However, there are few known practical deployments of such
methods. Studying this problem in the context of real-world hyperscale data
centers at Google, we identify a number of challenges that we believe cause
this lack of practical adoption. Specifically, prior work assumes a monolithic
model that resides entirely within the storage layer, an unrealistic assumption
in real-world deployments with frequently changing workloads. To address this
problem, we introduce a cross-layer approach where workloads instead ''bring
their own model''. This strategy moves ML out of the storage system and instead
allows each workload to train its own lightweight model at the application
layer, capturing the workload's specific characteristics. These small,
interpretable models generate predictions that guide a co-designed scheduling
heuristic at the storage layer, enabling adaptation to diverse online
environments. We build a proof-of-concept of this approach in a production
distributed computation framework at Google. Evaluations in a test deployment
and large-scale simulation studies using production traces show improvements of
as much as 3.47$\times$ in TCO savings compared to state-of-the-art baselines.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 01:42:05 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 05:31:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yang",
"Chenxi",
""
],
[
"Li",
"Yan",
""
],
[
"Maas",
"Martin",
""
],
[
"Uysal",
"Mustafa",
""
],
[
"Hafeez",
"Ubaid Ullah",
""
],
[
"Merchant",
"Arif",
""
],
[
"McDougall",
"Richard",
""
]
] |
2501.05714 | Chen Huang | Chen Huang, Yang Deng, Wenqiang Lei, Jiancheng Lv, Tat-Seng Chua,
Jimmy Xiangji Huang | How to Enable Effective Cooperation Between Humans and NLP Models: A
Survey of Principles, Formalizations, and Beyond | V2: Only minor edits were made to the main text, and we've added more
supplementary materials | null | null | null | cs.CL cs.AI cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the advancement of large language models (LLMs), intelligent models have
evolved from mere tools to autonomous agents with their own goals and
strategies for cooperating with humans. This evolution has birthed a novel
paradigm in NLP, i.e., human-model cooperation, that has yielded remarkable
progress in numerous NLP tasks in recent years. In this paper, we take the
first step to present a thorough review of human-model cooperation, exploring
its principles, formalizations, and open challenges. In particular, we
introduce a new taxonomy that provides a unified perspective to summarize
existing approaches. Also, we discuss potential frontier areas and their
corresponding challenges. We regard our work as an entry point, paving the way
for more breakthrough research in this regard.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 05:15:14 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 02:18:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Huang",
"Chen",
""
],
[
"Deng",
"Yang",
""
],
[
"Lei",
"Wenqiang",
""
],
[
"Lv",
"Jiancheng",
""
],
[
"Chua",
"Tat-Seng",
""
],
[
"Huang",
"Jimmy Xiangji",
""
]
] |
2501.05970 | Shahrzad Jamshidi | Shahrzad Jamshidi, Arthur Bousquet, Sugata Banerji, Mark F. Conneely,
Bita Aslrousta | A Brain Age Residual Biomarker (BARB): Leveraging MRI-Based Models to
Detect Latent Health Conditions in U.S. Veterans | Submitted to NeuroImage | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Age prediction using brain imaging, such as MRIs, has achieved promising
results, with several studies identifying the model's residual as a potential
biomarker for chronic disease states. In this study, we developed a brain age
predictive model using a dataset of 1,220 U.S. veterans (18--80 years) and
convolutional neural networks (CNNs) trained on two-dimensional slices of axial
T2-weighted fast spin-echo and T2-weighted fluid attenuated inversion recovery
MRI images. The model, incorporating a degree-3 polynomial ensemble, achieved
an $R^{2}$ of 0.816 on the testing set. Images were acquired at the level of
the anterior commissure and the frontal horns of the lateral ventricles.
Residual analysis was performed to assess its potential as a biomarker for five
ICD-coded conditions: hypertension (HTN), diabetes mellitus (DM), mild
traumatic brain injury (mTBI), illicit substance abuse/dependence (SAD), and
alcohol abuse/dependence (AAD). Residuals grouped by the number of ICD-coded
conditions demonstrated different trends that were statistically significant
($p = 0.002$), suggesting a relationship between disease states and predicted
brain age. This association was particularly pronounced in patients over 49
years, where negative residuals (indicating advanced brain aging) correlated
with the presence of multiple ICD codes. These findings support the potential
of residuals as biomarkers for detecting latent health conditions.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 13:56:03 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 04:09:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jamshidi",
"Shahrzad",
""
],
[
"Bousquet",
"Arthur",
""
],
[
"Banerji",
"Sugata",
""
],
[
"Conneely",
"Mark F.",
""
],
[
"Aslrousta",
"Bita",
""
]
] |
2501.06097 | Mark Saffman | R. Chinnarasu, C. Poole, L. Phuttitarn, A. Noori, T. M. Graham, S. N.
Coppersmith, A. B. Balantekin, and M. Saffman | Variational simulation of the Lipkin-Meshkov-Glick model on a neutral
atom quantum computer | v3: added additional simulation of VQE convergence for 15 spins | null | null | null | quant-ph physics.atom-ph | http://creativecommons.org/licenses/by/4.0/ | We simulate the Lipkin-Meshkov-Glick (LMG) model using the
Variational-Quantum-Eigensolver (VQE) algorithm on a neutral atom quantum
computer. We test the ground-state energy of spin systems with up to 15 spins.
Two different encoding schemes are used: an individual spin encoding where each
spin is represented by one qubit, and an efficient Gray code encoding scheme
which only requires a number of qubits that scales with the logarithm of the
number of spins. This more efficient encoding, together with zero noise
extrapolation techniques, is shown to improve the fidelity of the simulated
energies with respect to exact solutions.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 16:51:00 GMT"
},
{
"version": "v2",
"created": "Sat, 18 Jan 2025 22:35:08 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 23:26:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chinnarasu",
"R.",
""
],
[
"Poole",
"C.",
""
],
[
"Phuttitarn",
"L.",
""
],
[
"Noori",
"A.",
""
],
[
"Graham",
"T. M.",
""
],
[
"Coppersmith",
"S. N.",
""
],
[
"Balantekin",
"A. B.",
""
],
[
"Saffman",
"M.",
""
]
] |
2501.06307 | Maria Mehmood | Muhammad Nadeem Ahmad, Maria Mehmood, Mansoor Ur Rehman and Qaisar
Shafi | $\mathbf{\mu}$-Hybrid Inflation and Metastable Cosmic Strings in
$\mathbf{SU(3)_c\times SU(2)_L\times SU(2)_R \times U(1)_{B-L}}$ | null | Phys.Rev.D 111(2025)8,083526 | 10.1103/PhysRevD.111.083526 | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We develop a scenario based on $\mu$-hybrid inflation within the framework of
a left-right symmetric model defined by the gauge symmetry group $G_{3221} =
SU(3)_c \times SU(2)_L \times SU(2)_R \times U(1)_{B-L}$. This model features a
two-stage symmetry breaking to the Standard Model, with inflation occurring
between the two stages, resulting in the dilution of primordial monopoles
produced during the symmetry breaking of $SU(2)_R$ to $U(1)_R$. The second
symmetry breaking gives rise to a network of metastable cosmic strings, which
produces gravitational waves that can be observed by current and future
experiments. A crucial aspect of this model is the inclusion of $R$-symmetry
breaking terms in the superpotential, which helps explain the origin of the
first symmetry breaking scale and ensures experimentally viable inflation with
a minimal (canonical) K\"ahler potential. We show that the model successfully
implements consistent inflation, leptogenesis, metastable cosmic strings, and
gravitino dark matter, all in agreement with the observational data and
constraints on reheating temperature from leptogenesis and gravitino
overproduction bounds. We explore the potential embedding of $G_{3221}$ within
the gauge symmetry $G_{422} = SU(4)_c \times SU(2)_L \times SU(2)_R$, and
provide a brief discussion on the proton decay predictions, which can be tested
by the upcoming experiments.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 19:09:05 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 14:46:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ahmad",
"Muhammad Nadeem",
""
],
[
"Mehmood",
"Maria",
""
],
[
"Rehman",
"Mansoor Ur",
""
],
[
"Shafi",
"Qaisar",
""
]
] |
2501.06801 | Ruiying Cao | Ruiying Cao and Xin Chen | Optimizing Sequencing Coverage Depth in DNA Storage: Insights From DNA
Storage Data | This version adds a reference in the introduction, improves the
problem description in Section 2, replaces the original Figure 5 with Table
2, and corrects minor grammatical and punctuation issues | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | DNA storage is now being considered as a new archival storage method for its
durability and high information density, but still facing some challenges like
high costs and low throughput. By reducing sequencing sample size for decoding
digital data, minimizing DNA coverage depth helps lower both costs and system
latency. Previous studies have mainly focused on minimizing coverage depth in
uniform distribution channels under theoretical assumptions. In contrast, our
work uses real DNA storage experimental data to extend this problem to
log-normal distribution channels, a conclusion derived from our PCR and
sequencing data analysis. In this framework, we investigate both noiseless and
noisy channels. We first demonstrate a detailed positive correlation between
MDS code rate and the expected minimum sequencing coverage depth. Moreover, we
observe that the probability of successfully decoding all information in a
single sequencing run decreases and then increases as code rate rises, when the
sample size is optimized for complete decoding. Then we extend the lower bounds
of the DNA coverage depth from uniform to log-normal noisy channels. The
findings of this study provide valuable insights for the efficient execution of
DNA storage experiments.
| [
{
"version": "v1",
"created": "Sun, 12 Jan 2025 12:48:49 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 14:05:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Cao",
"Ruiying",
""
],
[
"Chen",
"Xin",
""
]
] |
2501.06891 | Alexander Yakimenko | Luca Salasnich and Alexander Yakimenko | Collective Excitations of Self-Gravitating Ultralight Dark Matter Cores | 29 pages 5 figures | null | null | null | astro-ph.CO astro-ph.GA nlin.PS | http://creativecommons.org/licenses/by/4.0/ | A remarkable feature of dark matter consisting of ultralight bosonic
particles is the emergence of superfluid Bose-Einstein condensate structures on
galactic scales. We investigate the oscillations of the solitonic dark matter
structure in the central galactic region by numerically solving the
Bogoliubov-de Gennes problem, accounting for perturbations in the gravitational
potential and local self-interactions. Our findings reveal that the central
solitonic core, formed by the balance of gravitational attraction, quantum
pressure, and repulsive interactions, exhibits significant oscillatory
behaviour. These oscillations, characterized by distinct eigenmodes, provide
insights into the dynamical properties of solitonic dark matter structures and
their observational implications and contributions to galactic structure
formation and evolution.
| [
{
"version": "v1",
"created": "Sun, 12 Jan 2025 18:01:17 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:49:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Salasnich",
"Luca",
""
],
[
"Yakimenko",
"Alexander",
""
]
] |
2501.06961 | Andreas Tersenov | Andreas Tersenov, Lucie Baumont, Jean-Luc Starck, Martin Kilbinger | Impact of weak-lensing mass-mapping algorithms on cosmology inference | null | null | null | null | astro-ph.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Weak-lensing mass-mapping algorithms, which reconstruct the convergence field
from galaxy shear measurements, are crucial for extracting higher-order
statistics to constrain cosmological parameters. However, only limited research
has explored whether the choice of mass-mapping algorithm affects the inference
of cosmological parameters from weak-lensing higher-order statistics. This
study aims to evaluate the impact of different mass-mapping algorithms on the
inference of cosmological parameters measured with weak-lensing peak counts. We
employ Kaiser-Squires, inpainting Kaiser-Squires, and MCALens mass-mapping
algorithms to reconstruct the convergence field from simulated weak-lensing
data. Using these maps, we compute the peak counts and wavelet peak counts as
data vectors and perform Bayesian analysis with MCMC sampling to estimate
posterior distributions of cosmological parameters. Our results indicate that
the choice of mass-mapping algorithm significantly affects the constraints on
cosmological parameters, with the MCALens method improving constraints by up to
157$\%$ compared to the standard Kaiser-Squires method. This improvement arises
from MCALens' ability to better capture small-scale structures. In contrast,
inpainting Kaiser-Squires yields constraints similar to Kaiser-Squires,
indicating a limited benefit from inpainting for cosmological parameter
estimation with peaks. The accuracy of mass-mapping algorithms is thus critical
for cosmological inference from weak-lensing data. Advanced algorithms like
MCALens, which offer superior reconstruction of the convergence field, can
substantially enhance the precision of cosmological parameter estimates. These
findings underscore the importance of selecting appropriate mass-mapping
techniques in weak-lensing studies to fully exploit the potential of
higher-order statistics for cosmological research.
| [
{
"version": "v1",
"created": "Sun, 12 Jan 2025 22:47:40 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:49:13 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tersenov",
"Andreas",
""
],
[
"Baumont",
"Lucie",
""
],
[
"Starck",
"Jean-Luc",
""
],
[
"Kilbinger",
"Martin",
""
]
] |
2501.07155 | Bangchen Yin | Bangchen Yin, Jiaao Wang, Weitao Du, Pengbo Wang, Penghua Ying, Haojun
Jia, Zisheng Zhang, Yuanqi Du, Carla P. Gomes, Chenru Duan, Graeme Henkelman,
Hai Xiao | AlphaNet: Scaling Up Local-frame-based Atomistic Interatomic Potential | 15 pages, 4 figures | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Molecular dynamics simulations demand an unprecedented combination of
accuracy and scalability to tackle grand challenges in catalysis and materials
design. To bridge this gap, we present AlphaNet, a local-frame-based
equivariant model that simultaneously improves computational efficiency and
predictive precision for interatomic interactions. By constructing equivariant
local frames with learnable geometric transitions, AlphaNet encodes atomic
environments with enhanced representational capacity, achieving
state-of-the-art accuracy in energy and force predictions. Extensive benchmarks
on large-scale datasets spanning molecular reactions, crystal stability, and
surface catalysis (Matbench Discovery and OC2M) demonstrate its superior
performance over existing neural network interatomic potentials while ensuring
scalability across diverse system sizes with varying types of interatomic
interactions. The synergy of accuracy, efficiency, and transferability
positions AlphaNet as a transformative tool for modeling multiscale phenomena,
decoding dynamics in catalysis and functional interfaces, with direct
implications for accelerating the discovery of complex molecular systems and
functional materials.
| [
{
"version": "v1",
"created": "Mon, 13 Jan 2025 09:28:47 GMT"
},
{
"version": "v2",
"created": "Mon, 10 Mar 2025 09:59:57 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Mar 2025 02:32:22 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 08:07:07 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yin",
"Bangchen",
""
],
[
"Wang",
"Jiaao",
""
],
[
"Du",
"Weitao",
""
],
[
"Wang",
"Pengbo",
""
],
[
"Ying",
"Penghua",
""
],
[
"Jia",
"Haojun",
""
],
[
"Zhang",
"Zisheng",
""
],
[
"Du",
"Yuanqi",
""
],
[
"Gomes",
"Carla P.",
""
],
[
"Duan",
"Chenru",
""
],
[
"Henkelman",
"Graeme",
""
],
[
"Xiao",
"Hai",
""
]
] |
2501.07164 | Lo\"ic M\'echin | Lo\"ic M\'echin, Fran\c{c}ois M\'edard, Jo\"el Leymarie, Sophie
Bouchoule, Blandine Alloing, Jes\`us Zu\~niga-P\'erez and Pierre Disseix | Effects of the built-in electric field on free and bound excitons in a
polar GaN/AlGaN/GaN based heterostructure | null | null | 10.1103/PhysRevB.109.125401 | null | cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Low-temperature luminescence spectra reveal the presence of two independant
populations of GaN excitons within a $\mathrm{GaN/AlGaN/GaN/Al_2O_3}$
heterostructure in which a thick (1.5 $\mathrm{\mu m}$) AlGaN layer separates a
thin (150 nm) top GaN layer and a thick (3.5 $\mathrm{\mu m}$) bottom GaN layer
grown on sapphire. The presence of these two spectrally-distinct families of
excitons in each GaN layer of the heterostructure is demonstrated using three
different experimental methods: (i) low-power $\mathrm{\mu}$-photoluminescence
($\mathrm{\mu PL}$) using laser excitation sources with wavelengths above and
below the AlGaN bandgap, (ii) $\mathrm{\mu PL}$ as a function of optically
injected free carrier density, and (iii) quantitative numerical simulation of
the $\mathrm{\mu}$-Reflectivity ($\mathrm{\mu R}$). One major impact of the
built-in electric field is the reduction of the excitonic lifetime in the GaN
surface layer, which transitions from less than 10 ps in the presence of the
built-in electric field to the bulk lifetime (90 ps) when the field is
screened. This increase in the excitonic lifetime is related to the
modification of the band structure in the presence of optically injected free
carriers. The effect of these lifetime variations on the luminescence spectra
is analyzed. Lastly, we provide an estimate of the Mott density in GaN as
$n_{\mathrm{Mott}} = 4\times 10^{17}\, \mathrm{cm^{-3}}$ at 130 K, consistent
with values reported in the literature and accounting for the free carrier
density required to screen the electric field.
| [
{
"version": "v1",
"created": "Mon, 13 Jan 2025 09:51:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Méchin",
"Loïc",
""
],
[
"Médard",
"François",
""
],
[
"Leymarie",
"Joël",
""
],
[
"Bouchoule",
"Sophie",
""
],
[
"Alloing",
"Blandine",
""
],
[
"Zuñiga-Pérez",
"Jesùs",
""
],
[
"Disseix",
"Pierre",
""
]
] |
2501.07965 | Takeshi Saito | Takeshi Saito | On singular supports in mixed characteristic | Some errors are corrected in v2 | null | null | null | math.AG | http://creativecommons.org/licenses/by-sa/4.0/ | We fix an excellent regular noetherian scheme $S$ over ${\mathbf Z}_{(p)}$
satisfying a certain finiteness condition. For a constructible \'etale sheaf
${\cal F}$ on a regular scheme $X$ of finite type over $S$, we introduce a
variant of the singular support relatively to $S$ and prove the existence of a
saturated relative variant of the singular support by adopting the method of
Beilinson using the Radon transform. We may deduce the existence of the
singular support itself, if we admit an expected property on the micro support
of tensor product and if the scheme $X$ is sufficiently ramified over the base
$S$.
| [
{
"version": "v1",
"created": "Tue, 14 Jan 2025 09:35:57 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 06:05:51 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Saito",
"Takeshi",
""
]
] |
2501.08646 | Jorge Cayao | Kazuki Maeda, Yuri Fukaya, Keiji Yada, Bo Lu, Yukio Tanaka, and Jorge
Cayao | Classification of pair symmetries in superconductors with unconventional
magnetism | 15 pages, 10 figures. Published version | Phys. Rev. B 111, 144508 (2025) | 10.1103/PhysRevB.111.144508 | null | cond-mat.supr-con cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider unconventional magnets with proximity-induced superconductivity
and investigate the emergence of superconducting correlations by carrying out a
full classification of allowed Cooper pair symmetries. In particular, we focus
on $d$-wave altermagnets and $p$-wave magnets under the influence of
spin-singlet and spin-triplet superconductivity induced by proximity effect.
Under generic conditions, we find that unconventional magnets not only drive a
spin-singlet to spin-triplet conversion but also they transfer their parity
symmetry that induces superconducting correlations with higher angular
momentum. For instance, a conventional spin-singlet $s$-wave superconductor
with $d$-wave altermagnetism is able to host odd-frequency mixed spin-triplet
$d$-wave superconducting pair amplitudes, while when combining with $p$-wave
magnetism the emerging superconducting pairing acquires an even-frequency mixed
spin-triplet $p$-wave symmetry. We further demonstrate that unconventional
magnetism produces even more exotic superconducting correlations in
spin-singlet $d$-wave superconductors, where odd-frequency mixed spin-triplet
$g$-wave and even-frequency mixed spin-triplet $f$-wave pair symmetries are
possible in altermagnets and $p$-wave magnets, respectively. We also discuss
how these ideas generalize to spin-triplet $p$-wave superconductors and also
show how our results can be applied to unconventional magnets with higher
angular momentum, such as with $f$-, $g$-, and $i$-wave symmetries. Our results
can help understand the emergent superconducting correlations due to the
interplay of unconventional magnetism and superconductivity.
| [
{
"version": "v1",
"created": "Wed, 15 Jan 2025 08:19:27 GMT"
},
{
"version": "v2",
"created": "Wed, 5 Feb 2025 08:24:18 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 12:22:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Maeda",
"Kazuki",
""
],
[
"Fukaya",
"Yuri",
""
],
[
"Yada",
"Keiji",
""
],
[
"Lu",
"Bo",
""
],
[
"Tanaka",
"Yukio",
""
],
[
"Cayao",
"Jorge",
""
]
] |
2501.09043 | Jeong Ryeol Choi | Salim Medjber, Hacene Bekkar, Salah Menouar, Jeong Ryeol Choi | Quantum analysis of the effects of coordinate noncommutativity on
bi-dimensional harmonic motion under parametric variations | 14 pages | null | null | null | quant-ph hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In high-energy physics, coordinate noncommutativity represents the core idea
that space itself can be quantized, as expressed through the frameworks of
string theory and noncommutative field theory. Influence of such a
noncommutativity on 2D quantum oscillatory motion, which undergoes parameter
variations, is investigated. We first derive quantum solutions of the system
described with time-independent parameters considering the noncommutativity of
coordinates as a preliminary step. And then, we extend our study, framed with
noncommutative phase-space formalism, to obtain relevant solutions of the
system with time-dependent parameters. This system, which we focus on, is
nonstationary due to variation of parameters in time. While the left and right
circular annihilation and creation operators are utilized in the quantal
management of the basic stationary system, the Schr\"odinger equation of the
nonstationary system is solved using the Lewis-Riesenfeld invariant theory and
the invariant-related unitary transformation procedure. The outcome of our
analysis is useful in understanding the effects of noncommutativity from
quantum perspectives, especially in conjunction with the impact of parameter
variations.
| [
{
"version": "v1",
"created": "Wed, 15 Jan 2025 07:07:29 GMT"
},
{
"version": "v2",
"created": "Fri, 24 Jan 2025 05:13:40 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 05:29:52 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Medjber",
"Salim",
""
],
[
"Bekkar",
"Hacene",
""
],
[
"Menouar",
"Salah",
""
],
[
"Choi",
"Jeong Ryeol",
""
]
] |
2501.09842 | Abdul Basit | Abdul Basit, Bertille Granet, Daniel Horsley, Andr\'e K\"undgen, and
Katherine Staden | The semi-inducibility problem | 45 pages including references; added references to related results | null | null | null | math.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Let $H$ be a $k$-edge-coloured graph and let $n$ be a positive integer. What
is the maximum number of copies of $H$ in a $k$-edge-coloured complete graph on
$n$ vertices? This paper studies the case $k=2$, which we call the
semi-inducibility problem. This problem is a generalisation of the inducibility
problem of Pippenger and Golumbic which is solved only for some small graphs
and limited families of graphs. We prove sharp or almost sharp results for
alternating walks, for alternating cycles of length divisible by 4, and for
4-cycles of every colour pattern.
Liu, Mubayi and Reiher asked whether there is a graph $F$ for which the
binomial random graph is an asymptotically extremal graph in the inducibility
problem over all graphs of a given edge density. This was recently answered in
a strong negative sense by Jain, Michelen and Wei. In contrast, we find a
\emph{quantum} graph $Q$ with positive coefficients and an interval of edge
densities for which the only extremal graphs are quasirandom.
| [
{
"version": "v1",
"created": "Thu, 16 Jan 2025 21:08:35 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 09:59:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Basit",
"Abdul",
""
],
[
"Granet",
"Bertille",
""
],
[
"Horsley",
"Daniel",
""
],
[
"Kündgen",
"André",
""
],
[
"Staden",
"Katherine",
""
]
] |
2501.10451 | Diego Pestana | Diego Pestana, Enrique Areyan Viqueira | Automating Credit Card Limit Adjustments Using Machine Learning | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Venezuelan banks have historically made credit card limit adjustment
decisions manually through committees. However, since the number of credit card
holders in Venezuela is expected to increase in the upcoming months due to
economic improvements, manual decisions are starting to become unfeasible. In
this project, a machine learning model that uses cost-sensitive learning is
proposed to automate the task of handing out credit card limit increases. To
accomplish this, several neural network and XGBoost models are trained and
compared, leveraging Venezolano de Credito's data and using grid search with
10-fold cross-validation. The proposed model is ultimately chosen due to its
superior balance of accuracy, cost-effectiveness, and interpretability. The
model's performance is evaluated against the committee's decisions using
Cohen's kappa coefficient, showing an almost perfect agreement.
| [
{
"version": "v1",
"created": "Tue, 14 Jan 2025 17:22:57 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 15:57:53 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Pestana",
"Diego",
""
],
[
"Viqueira",
"Enrique Areyan",
""
]
] |
2501.10475 | O. I. Morozov | I.S. Krasil'shchik and O.I. Morozov | Integrability structures of the $(2+1)$-dimensional Euler equation | null | null | null | null | nlin.SI | http://creativecommons.org/licenses/by/4.0/ | We construct local and nonlocal Hamiltonian structures and variational
symplectic structures for the $(2+1)$-dimensional Euler equation in the
vorticity form and study the action of the local Hamiltonian and symplectic
structures on the cosymmetries of second order and the contact symmetries.
| [
{
"version": "v1",
"created": "Thu, 16 Jan 2025 12:49:12 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:31:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Krasil'shchik",
"I. S.",
""
],
[
"Morozov",
"O. I.",
""
]
] |
2501.10928 | Daochang Liu | Daochang Liu, Junyu Zhang, Anh-Dung Dinh, Eunbyung Park, Shichao
Zhang, Ajmal Mian, Mubarak Shah, Chang Xu | Generative Physical AI in Vision: A Survey | An updated version | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Generative Artificial Intelligence (AI) has rapidly advanced the field of
computer vision by enabling machines to create and interpret visual data with
unprecedented sophistication. This transformation builds upon a foundation of
generative models to produce realistic images, videos, and 3D/4D content.
Conventional generative models primarily focus on visual fidelity while often
neglecting the physical plausibility of the generated content. This gap limits
their effectiveness in applications that require adherence to real-world
physical laws, such as robotics, autonomous systems, and scientific
simulations. As generative models evolve to increasingly integrate physical
realism and dynamic simulation, their potential to function as "world
simulators" expands. Therefore, the field of physics-aware generation in
computer vision is rapidly growing, calling for a comprehensive survey to
provide a structured analysis of current efforts. To serve this purpose, the
survey presents a systematic review, categorizing methods based on how they
incorporate physical knowledge, either through explicit simulation or implicit
learning. It also analyzes key paradigms, discusses evaluation protocols, and
identifies future research directions. By offering a comprehensive overview,
this survey aims to help future developments in physically grounded generation
for computer vision. The reviewed papers are summarized at
https://tinyurl.com/Physics-Aware-Generation.
| [
{
"version": "v1",
"created": "Sun, 19 Jan 2025 03:19:47 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 14:52:08 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Daochang",
""
],
[
"Zhang",
"Junyu",
""
],
[
"Dinh",
"Anh-Dung",
""
],
[
"Park",
"Eunbyung",
""
],
[
"Zhang",
"Shichao",
""
],
[
"Mian",
"Ajmal",
""
],
[
"Shah",
"Mubarak",
""
],
[
"Xu",
"Chang",
""
]
] |
2501.11153 | Huu Phong Nguyen | Huu Phong Nguyen, Shekhar Madhav Khairnar, Sofia Garces Palacios, Amr
Al-Abbas, Francisco Antunes, Bernardete Ribeiro, Melissa E. Hogg, Amer H.
Zureikat, Patricio M. Polanco, Herbert Zeh III, Ganesh Sankaranarayanan | Efficient Frame Extraction: A Novel Approach Through Frame Similarity
and Surgical Tool Tracking for Video Segmentation | 18 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | The interest in leveraging Artificial Intelligence (AI) for surgical
procedures to automate analysis has witnessed a significant surge in recent
years. One of the primary tools for recording surgical procedures and
conducting subsequent analyses, such as performance assessment, is through
videos. However, these operative videos tend to be notably lengthy compared to
other fields, spanning from thirty minutes to several hours, which poses a
challenge for AI models to effectively learn from them. Despite this challenge,
the foreseeable increase in the volume of such videos in the near future
necessitates the development and implementation of innovative techniques to
tackle this issue effectively. In this article, we propose a novel technique
called Kinematics Adaptive Frame Recognition (KAFR) that can efficiently
eliminate redundant frames to reduce dataset size and computation time while
retaining useful frames to improve accuracy. Specifically, we compute the
similarity between consecutive frames by tracking the movement of surgical
tools. Our approach follows these steps: $i)$ Tracking phase: a YOLOv8 model is
utilized to detect tools presented in the scene, $ii)$ Similarity phase:
Similarities between consecutive frames are computed by estimating variation in
the spatial positions and velocities of the tools, $iii$) Classification phase:
An X3D CNN is trained to classify segmentation. We evaluate the effectiveness
of our approach by analyzing datasets obtained through retrospective reviews of
cases at two referral centers. The newly annotated Gastrojejunostomy (GJ)
dataset covers procedures performed between 2017 and 2021, while the previously
annotated Pancreaticojejunostomy (PJ) dataset spans from 2011 to 2022 at the
same centers.
| [
{
"version": "v1",
"created": "Sun, 19 Jan 2025 19:36:09 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 07:28:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Nguyen",
"Huu Phong",
""
],
[
"Khairnar",
"Shekhar Madhav",
""
],
[
"Palacios",
"Sofia Garces",
""
],
[
"Al-Abbas",
"Amr",
""
],
[
"Antunes",
"Francisco",
""
],
[
"Ribeiro",
"Bernardete",
""
],
[
"Hogg",
"Melissa E.",
""
],
[
"Zureikat",
"Amer H.",
""
],
[
"Polanco",
"Patricio M.",
""
],
[
"Zeh",
"Herbert",
"III"
],
[
"Sankaranarayanan",
"Ganesh",
""
]
] |
2501.11514 | Buddhi Wijenayake | Tharaka Fonseka, Buddhi Wijenayake, Athulya Ratnayake, Inosha Alwis,
Supun Manathunga, Roshan Godaliyadda, Samath Dharmarathne, Vijitha Herath,
Parakrama Ekanayake and Isuru Pamuditha | Devising PoPStat: A Metric Bridging Population Pyramids with Global
Disease Mortality | 16 pages, 5 figures and currently under review | null | null | null | stat.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Understanding the relationship between population dynamics and
disease-specific mortality is central to evidence-based health policy. This
study introduces two novel metrics, PoPDivergence and PoPStat, one to quantify
the difference between population pyramids and the other to assess the strength
and nature of their association with the mortality of a given disease.
PoPDivergence, based on Kullback-Leibler divergence, measures deviations
between a countrys population pyramid and a reference pyramid. PoPStat is the
correlation between these deviations and the log form of disease-specific
mortality rates. The reference population is selected by a brute-force
optimization that maximizes this correlation. Utilizing mortality data from the
Global Burden of Disease 2021 and population statistics from the United
Nations, we applied these metrics to 371 diseases across 204 countries. Results
reveal that PoPStat outperforms traditional indicators such as median age, GDP
per capita, and Human Development Index in explaining the mortality of most
diseases. Noncommunicable diseases (NCDs) like neurological disorders and
cancers, communicable diseases (CDs) like neglected tropical diseases, and
maternal and neonatal diseases were tightly bound to the underlying demographic
attributes whereas NCDs like diabetes, CDs like respiratory infections and
injuries including self-harm and interpersonal violence were weakly associated
with population pyramid shapes. Notably, except for diabetes, the NCD mortality
burden was shared by constrictive population pyramids, while mortality of
communicable diseases, maternal and neonatal causes and injuries were largely
borne by expansive pyramids. Therefore, PoPStat provides insights into
demographic determinants of health and empirical support for models on
epidemiological transition. Code and scripts:
https://github.com/Buddhi19/DevisingPoPStat.git
| [
{
"version": "v1",
"created": "Mon, 20 Jan 2025 14:45:00 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 11:32:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fonseka",
"Tharaka",
""
],
[
"Wijenayake",
"Buddhi",
""
],
[
"Ratnayake",
"Athulya",
""
],
[
"Alwis",
"Inosha",
""
],
[
"Manathunga",
"Supun",
""
],
[
"Godaliyadda",
"Roshan",
""
],
[
"Dharmarathne",
"Samath",
""
],
[
"Herath",
"Vijitha",
""
],
[
"Ekanayake",
"Parakrama",
""
],
[
"Pamuditha",
"Isuru",
""
]
] |
2501.11690 | Dieter L\"ust | Luis Anchordoqui, Ignatios Antoniadis, Dieter Lust | Two Micron-Size Dark Dimensions | 10 pages, 1 figure, revised version takes into account updated
astrophysical bounds and contains a modified discussion on astrophysical and
cosmological bounds | null | null | MPP-2025-5, LMU-ASC 02/25 | hep-th hep-ph | http://creativecommons.org/licenses/by/4.0/ | Two extra dimensions of micron scale might simultaneously address the gauge
and cosmological hierarchy problems. In our paper we examine various
observational bounds in scenarios with one and two large extra dimensions, to
see if they are compatible with the micron scale. We show that consistency with
astrophysical observations requires that two extra dimensions of micron scale
must not admit isometries, whereby conservation of the extra dimensional
momentum is violated, allowing the massive Kaluza-Klein modes of the graviton
to decay to other lighter graviton modes. However, to remain consistent with
cosmological observations two extra dimensions of micron scale require a
delicately fine tuning of the temperature at which the universe enters the
radiation dominated epoch. Diving into this fine-tuned scenario we also show
that primordial black holes with masses in the range $10^8 <M_{\rm BH}/{\rm g}
<10^{21}$ could make all cosmological dark matter.
| [
{
"version": "v1",
"created": "Mon, 20 Jan 2025 19:14:55 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 17:32:35 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Anchordoqui",
"Luis",
""
],
[
"Antoniadis",
"Ignatios",
""
],
[
"Lust",
"Dieter",
""
]
] |
2501.11805 | Xiyuan Liu | Xiyuan Liu | Multiple change point detection based on Hodrick-Prescott and $l_1$
filtering method for random walk time series data | Need to major review the research proof section | null | null | null | stat.ME | http://creativecommons.org/licenses/by/4.0/ | We propose new methods for detecting multiple change points in time series,
specifically designed for random walk processes, where stationarity and
variance changes present challenges. Our approach combines two trend estimation
methods: the Hodrick Prescott (HP) filter and the l1 filter. A major challenge
in these methods is selecting the tuning parameter lambda, which we address by
introducing two selection techniques. For the HP based change point detection,
we propose a probability-based threshold to select lambda under the assumption
of an exponential distribution. For the l1 based method, we suggest a selection
strategy assuming normality. Additionally, we introduce a technique to estimate
the maximum number of change points in time segments using the l1 based method.
We validate our methods by comparing them to similar techniques, such as PELT,
using simulated data. We also demonstrate the practical application of our
approach to real-world SNP stock data, showcasing its effectiveness in
detecting change points.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 00:47:45 GMT"
},
{
"version": "v2",
"created": "Wed, 22 Jan 2025 19:50:51 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 15:53:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Xiyuan",
""
]
] |
2501.12047 | Yixin Lan | Jiepeng Fang, Yixin Lan | Lusztig sheaves, characteristic cycles and the Borel-Moore homology of
Nakajima's quiver varieties | 34 pages | null | null | null | math.RT math-ph math.MP math.QA | http://creativecommons.org/licenses/by/4.0/ | By using characteristic cycles, we build a morphism from the canonical bases
of integrable highest weight modules of quantum groups to the top Borel-Moore
homology groups of Nakajima's quiver and tensor product varieties, and compare
the canonical bases and the fundamental classes. As an application, we show
that Nakajima's realization of irreducible highest weight modules and their
tensor products can be defined over integers. We also give a new proof of
Nakajima's conjecture on the canonical isomorphism of tensor product varieties.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 11:17:23 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Mar 2025 06:15:49 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 07:29:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fang",
"Jiepeng",
""
],
[
"Lan",
"Yixin",
""
]
] |
2501.12062 | Stanislav \v{Z}ivn\'y | Tamio-Vesa Nakajima and Zephyr Verwimp and Marcin Wrochna and
Stanislav \v{Z}ivn\'y | Complexity of approximate conflict-free, linearly-ordered, and
nonmonochromatic hypergraph colourings | subsumes arXiv:2205.14719 | null | null | null | cs.DM cs.CC math.CO | http://creativecommons.org/licenses/by/4.0/ | Using the algebraic approach to promise constraint satisfaction problems, we
establish complexity classifications of three natural variants of hypergraph
colourings: standard nonmonochromatic colourings, conflict-free colourings, and
linearly-ordered colourings.
Firstly, we show that finding an $\ell$-colouring of a $k$-colourable
$r$-uniform hypergraph is NP-hard for all constant $2\leq k\leq \ell$ and
$r\geq 3$. This provides a shorter proof of a celebrated result by Dinur et al.
[FOCS'02/Combinatorica'05].
Secondly, we show that finding an $\ell$-conflict-free colouring of an
$r$-uniform hypergraph that admits a $k$-conflict-free colouring is NP-hard for
all constant $3\leq k\leq\ell$ and $r\geq 4$, except for $r=4$ and $k=2$ (and
any $\ell$); this case is solvable in polynomial time. The case of $r=3$ is the
standard nonmonochromatic colouring, and the case of $r=2$ is the notoriously
difficult open problem of approximate graph colouring.
Thirdly, we show that finding an $\ell$-linearly-ordered colouring of an
$r$-uniform hypergraph that admits a $k$-linearly-ordered colouring is NP-hard
for all constant $3\leq k\leq\ell$ and $r\geq 4$, thus improving on the results
of Nakajima and \v{Z}ivn\'y [ICALP'22/ACM TocT'23].
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 11:35:22 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 10:12:52 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Nakajima",
"Tamio-Vesa",
""
],
[
"Verwimp",
"Zephyr",
""
],
[
"Wrochna",
"Marcin",
""
],
[
"Živný",
"Stanislav",
""
]
] |
2501.12093 | Daniela Ferreiro | Daniela Ferreiro, Ignacio Casso, Jose F. Morales, Pedro
L\'opez-Garc\'ia, Manuel V. Hermenegildo | Checkification: A Practical Approach for Testing Static Analysis Truths | Under consideration in Theory and Practice of Logic Programming
(TPLP). Extended, revised version of our work published in LOPSTR (Casso et
al. 2021) | null | null | null | cs.SE cs.PL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Static analysis is an essential component of many modern software development
tools. Unfortunately, the ever-increasing complexity of static analyzers makes
their coding error-prone. Even analysis tools based on rigorous mathematical
techniques, such as abstract interpretation, are not immune to bugs. Ensuring
the correctness and reliability of software analyzers is critical if they are
to be inserted in production compilers and development environments. While
compiler validation has seen notable success, formal validation of static
analysis tools remains relatively unexplored. In this paper, we propose a
method for testing abstract interpretation-based static analyzers. Broadly, it
consists in checking, over a suite of benchmarks, that the properties inferred
statically are satisfied dynamically. The main advantage of our approach lies
in its simplicity, which stems directly from framing it within the Ciao
assertion-based validation framework, and its blended static/dynamic assertion
checking approach. We demonstrate that in this setting, the analysis can be
tested with little effort by combining the following components already present
in the framework: 1) the static analyzer, which outputs its results as the
original program source with assertions interspersed; 2) the assertion run-time
checking mechanism, which instruments a program to ensure that no assertion is
violated at run time; 3) the random test case generator, which generates random
test cases satisfying the properties present in assertion preconditions; and 4)
the unit-test framework, which executes those test cases. We have applied our
approach to the CiaoPP static analyzer, resulting in the identification of many
bugs with reasonable overhead. Most of these bugs have been either fixed or
confirmed, helping us detect a range of errors not only related to analysis
soundness but also within other aspects of the framework.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 12:38:04 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 18:42:18 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ferreiro",
"Daniela",
""
],
[
"Casso",
"Ignacio",
""
],
[
"Morales",
"Jose F.",
""
],
[
"López-García",
"Pedro",
""
],
[
"Hermenegildo",
"Manuel V.",
""
]
] |
2501.12218 | Seokju Cho | In\`es Hyeonsu Kim, Seokju Cho, Jiahui Huang, Jung Yi, Joon-Young Lee,
Seungryong Kim | Exploring Temporally-Aware Features for Point Tracking | CVPR 2025. Project page: https://cvlab-kaist.github.io/Chrono/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Point tracking in videos is a fundamental task with applications in robotics,
video editing, and more. While many vision tasks benefit from pre-trained
feature backbones to improve generalizability, point tracking has primarily
relied on simpler backbones trained from scratch on synthetic data, which may
limit robustness in real-world scenarios. Additionally, point tracking requires
temporal awareness to ensure coherence across frames, but using
temporally-aware features is still underexplored. Most current methods often
employ a two-stage process: an initial coarse prediction followed by a
refinement stage to inject temporal information and correct errors from the
coarse stage. These approach, however, is computationally expensive and
potentially redundant if the feature backbone itself captures sufficient
temporal information.
In this work, we introduce Chrono, a feature backbone specifically designed
for point tracking with built-in temporal awareness. Leveraging pre-trained
representations from self-supervised learner DINOv2 and enhanced with a
temporal adapter, Chrono effectively captures long-term temporal context,
enabling precise prediction even without the refinement stage. Experimental
results demonstrate that Chrono achieves state-of-the-art performance in a
refiner-free setting on the TAP-Vid-DAVIS and TAP-Vid-Kinetics datasets, among
common feature backbones used in point tracking as well as DINOv2, with
exceptional efficiency. Project page: https://cvlab-kaist.github.io/Chrono/
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 15:39:40 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 14:33:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kim",
"Inès Hyeonsu",
""
],
[
"Cho",
"Seokju",
""
],
[
"Huang",
"Jiahui",
""
],
[
"Yi",
"Jung",
""
],
[
"Lee",
"Joon-Young",
""
],
[
"Kim",
"Seungryong",
""
]
] |
2501.12235 | Junyu Xia | Junyu Xia and Jiesong Bai and Yihang Dong | DLEN: Dual Branch of Transformer for Low-Light Image Enhancement in Dual
Domains | 9 pages and 6 figures | null | null | null | cs.CV eess.IV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Low-light image enhancement (LLE) aims to improve the visual quality of
images captured in poorly lit conditions, which often suffer from low
brightness, low contrast, noise, and color distortions. These issues hinder the
performance of computer vision tasks such as object detection, facial
recognition, and autonomous driving.Traditional enhancement techniques, such as
multi-scale fusion and histogram equalization, fail to preserve fine details
and often struggle with maintaining the natural appearance of enhanced images
under complex lighting conditions. Although the Retinex theory provides a
foundation for image decomposition, it often amplifies noise, leading to
suboptimal image quality. In this paper, we propose the Dual Light Enhance
Network (DLEN), a novel architecture that incorporates two distinct attention
mechanisms, considering both spatial and frequency domains. Our model
introduces a learnable wavelet transform module in the illumination estimation
phase, preserving high- and low-frequency components to enhance edge and
texture details. Additionally, we design a dual-branch structure that leverages
the power of the Transformer architecture to enhance both the illumination and
structural components of the image.Through extensive experiments, our model
outperforms state-of-the-art methods on standard benchmarks.Code is available
here: https://github.com/LaLaLoXX/DLEN
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 15:58:16 GMT"
},
{
"version": "v2",
"created": "Mon, 10 Mar 2025 02:13:57 GMT"
},
{
"version": "v3",
"created": "Fri, 21 Mar 2025 13:49:32 GMT"
},
{
"version": "v4",
"created": "Mon, 21 Apr 2025 06:24:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xia",
"Junyu",
""
],
[
"Bai",
"Jiesong",
""
],
[
"Dong",
"Yihang",
""
]
] |
2501.12365 | Amirali Aghazadeh | Darin Tsui, Kunal Talreja, Amirali Aghazadeh | Efficient Algorithm for Sparse Fourier Transform of Generalized $q$-ary
Functions | null | null | null | null | cs.CC cs.DM cs.IT cs.LG math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Computing the Fourier transform of a $q$-ary function
$f:\mathbb{Z}_{q}^n\rightarrow \mathbb{R}$, which maps $q$-ary sequences to
real numbers, is an important problem in mathematics with wide-ranging
applications in biology, signal processing, and machine learning. Previous
studies have shown that, under the sparsity assumption, the Fourier transform
can be computed efficiently using fast and sample-efficient algorithms.
However, in most practical settings, the function is defined over a more
general space -- the space of generalized $q$-ary sequences $\mathbb{Z}_{q_1}
\times \mathbb{Z}_{q_2} \times \cdots \times \mathbb{Z}_{q_n}$ -- where each
$\mathbb{Z}_{q_i}$ corresponds to integers modulo $q_i$. Herein, we develop
GFast, a coding theoretic algorithm that computes the $S$-sparse Fourier
transform of $f$ with a sample complexity of $O(Sn)$, computational complexity
of $O(Sn \log N)$, and a failure probability that approaches zero as
$N=\prod_{i=1}^n q_i \rightarrow \infty$ with $S = N^\delta$ for some $0 \leq
\delta < 1$. We show that a noise-robust version of GFast computes the
transform with a sample complexity of $O(Sn^2)$ and computational complexity of
$O(Sn^2 \log N)$ under the same high probability guarantees. Additionally, we
demonstrate that GFast computes the sparse Fourier transform of generalized
$q$-ary functions $8\times$ faster using $16\times$ fewer samples on synthetic
experiments, and enables explaining real-world heart disease diagnosis and
protein fitness models using up to $13\times$ fewer samples compared to
existing Fourier algorithms applied to the most efficient parameterization of
the models as $q$-ary functions.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 18:45:09 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 00:23:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tsui",
"Darin",
""
],
[
"Talreja",
"Kunal",
""
],
[
"Aghazadeh",
"Amirali",
""
]
] |
2501.12369 | Vishagar Arunan | Vishagar Arunan (1), Saeedha Nazar (1), Hashiru Pramuditha (1),
Vinasirajan Viruthshaan (1), Sameera Ramasinghe (2), Simon Lucey (2) and
Ranga Rodrigo (1) ((1) University of Moratuwa, (2) University of Adelaide) | DARB-Splatting: Generalizing Splatting with Decaying Anisotropic Radial
Basis Functions | Link to the project page:
https://randomnerds.github.io/darbs.github.io/ | null | null | null | cs.CV cs.AI cs.GR | http://creativecommons.org/licenses/by/4.0/ | Splatting-based 3D reconstruction methods have gained popularity with the
advent of 3D Gaussian Splatting, efficiently synthesizing high-quality novel
views. These methods commonly resort to using exponential family functions,
such as the Gaussian function, as reconstruction kernels due to their
anisotropic nature, ease of projection, and differentiability in rasterization.
However, the field remains restricted to variations within the exponential
family, leaving generalized reconstruction kernels largely underexplored,
partly due to the lack of easy integrability in 3D to 2D projections. In this
light, we show that a class of decaying anisotropic radial basis functions
(DARBFs), which are non-negative functions of the Mahalanobis distance,
supports splatting by approximating the Gaussian function's closed-form
integration advantage. With this fresh perspective, we demonstrate up to 34%
faster convergence during training and a 45% reduction in memory consumption
across various DARB reconstruction kernels, while maintaining comparable PSNR,
SSIM, and LPIPS results. We will make the code available.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 18:49:06 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 10:43:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Arunan",
"Vishagar",
"",
"University of Moratuwa"
],
[
"Nazar",
"Saeedha",
"",
"University of Moratuwa"
],
[
"Pramuditha",
"Hashiru",
"",
"University of Moratuwa"
],
[
"Viruthshaan",
"Vinasirajan",
"",
"University of Moratuwa"
],
[
"Ramasinghe",
"Sameera",
"",
"University of Adelaide"
],
[
"Lucey",
"Simon",
"",
"University of Adelaide"
],
[
"Rodrigo",
"Ranga",
"",
"University of Moratuwa"
]
] |
2501.12679 | Wen-Gao Long | Dan Dai, Wen-Gao Long, Shuai-Xia Xu, Lu-Ming Yao and Lun Zhang | The multiplicative constant in asymptotics of higher-order analogues of
the Tracy-Widom distribution | 59 pages, 17 figures | null | null | null | math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we are concerned with higher-order analogues of the
Tracy-Widom distribution, which describe the eigenvalue distributions in
unitary random matrix models near critical edge points. The associated kernels
are constructed by functions related to the even members of the Painlev\'{e} I
hierarchy $\mathrm{P_{I}^{2k}}, k\in\mathbb{N}^{+}$, and are regarded as
higher-order analogues of the Airy kernel. We present a novel approach to
establish the multiplicative constant in the large gap asymptotics of the
distribution, resolving an open problem in the work of Clayes, Its and
Krasovsky. An important new feature of the expression is the involvement of an
integral of the Hamiltonian associated with a special, real, pole-free solution
for $\mathrm{P_{I}^{2k}}$. In addition, we show that the total integral of the
Hamiltonian vanishes for all $k$, and establish a transition from the
higher-order Tracy-Widom distribution to the classical one in the asymptotic
regime. Our approach can also be adapted to calculate similar critical
constants in other problems arising from mathematical physics.
| [
{
"version": "v1",
"created": "Wed, 22 Jan 2025 06:49:34 GMT"
},
{
"version": "v2",
"created": "Sun, 20 Apr 2025 13:56:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dai",
"Dan",
""
],
[
"Long",
"Wen-Gao",
""
],
[
"Xu",
"Shuai-Xia",
""
],
[
"Yao",
"Lu-Ming",
""
],
[
"Zhang",
"Lun",
""
]
] |
2501.12761 | Yuan Bian | Yuan Bian, Min Liu, Yunqi Yi, Xueping Wang, Yunfeng Ma and Yaonan Wang | Modality Unified Attack for Omni-Modality Person Re-Identification | 9 pages,3 figures | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Deep learning based person re-identification (re-id) models have been widely
employed in surveillance systems. Recent studies have demonstrated that
black-box single-modality and cross-modality re-id models are vulnerable to
adversarial examples (AEs), leaving the robustness of multi-modality re-id
models unexplored. Due to the lack of knowledge about the specific type of
model deployed in the target black-box surveillance system, we aim to generate
modality unified AEs for omni-modality (single-, cross- and multi-modality)
re-id models. Specifically, we propose a novel Modality Unified Attack method
to train modality-specific adversarial generators to generate AEs that
effectively attack different omni-modality models. A multi-modality model is
adopted as the surrogate model, wherein the features of each modality are
perturbed by metric disruption loss before fusion. To collapse the common
features of omni-modality models, Cross Modality Simulated Disruption approach
is introduced to mimic the cross-modality feature embeddings by intentionally
feeding images to non-corresponding modality-specific subnetworks of the
surrogate model. Moreover, Multi Modality Collaborative Disruption strategy is
devised to facilitate the attacker to comprehensively corrupt the informative
content of person images by leveraging a multi modality feature collaborative
metric disruption loss. Extensive experiments show that our MUA method can
effectively attack the omni-modality re-id models, achieving 55.9%, 24.4%,
49.0% and 62.7% mean mAP Drop Rate, respectively.
| [
{
"version": "v1",
"created": "Wed, 22 Jan 2025 09:54:43 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 01:50:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bian",
"Yuan",
""
],
[
"Liu",
"Min",
""
],
[
"Yi",
"Yunqi",
""
],
[
"Wang",
"Xueping",
""
],
[
"Ma",
"Yunfeng",
""
],
[
"Wang",
"Yaonan",
""
]
] |
2501.12828 | Amartya Chakrabortty Mr | Amartya Chakrabortty, Haradhan Dutta, Hari Shankar Mahato | Mathematical modelling and homogenization of thin fiber-reinforced
hydrogels | 24 pages, 1 figure | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | This work considers simultaneous homogenization dimension reduction of a
poroelastic model for thin fiber-reinforced hydrogels. The analysed medium is
defined as a two-component system consisting of a continuous fiber framework
with hydrogel inclusions arranged periodically throughout. The fibers are
assumed to operate under quasi-stationary linear elasticity, whereas the
hydrogel's hydromechanical behavior is represented using Biot's linear
poroelasticity model. The asymptotic limit of the coupled system is established
when the periodicity and thickness parameters are of the same order and tend to
zero simultaneously, utilizing the re-scaling unfolding operator. It is
demonstrated that the limit displacement exhibits Kirchhoff-Love-type behavior
using the decomposition of plate displacements. Towards the end, a unique
solution for the macroscopic problem has been demonstrated.
| [
{
"version": "v1",
"created": "Wed, 22 Jan 2025 12:15:25 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 12:16:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chakrabortty",
"Amartya",
""
],
[
"Dutta",
"Haradhan",
""
],
[
"Mahato",
"Hari Shankar",
""
]
] |
2501.13476 | Sota Asai | Sota Asai | Extensions of semibricks and maximal finite semibricks in quiver
representations | 8 pages, comments welcome | null | null | null | math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A semibrick is a set of modules satisfying Schur's Lemma. We prove that any
finite semibrick $\mathcal{S}$ in representations of a finite acyclic quiver
can be extended to an infinite semibrick if there exists a brick in
$\mathcal{S}$ which is not exceptional. Therefore any maximal finite semibrick
consists of exceptional modules.
| [
{
"version": "v1",
"created": "Thu, 23 Jan 2025 08:47:11 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 14:32:50 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Asai",
"Sota",
""
]
] |
2501.13580 | Changjiang Du | Changjiang Du | Multivariable $(\varphi_q,\mathcal{O}_K^{\times})$-modules associated to
$p$-adic representations of $\mathrm{Gal}(\overline{K}/K)$ | 48 pages, some typos are fixed | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | Let $K$ be an unramified extension of $\mathbb{Q}_p$, and $E$ a finite
extension of $K$ with ring of integers $\mathcal{O}_E$. We associate to every
finite type continuous $\mathcal{O}_E$-representation $\rho$ of
$\mathrm{Gal}(\overline{K}/K)$ an \'etale
$(\varphi_q,\mathcal{O}_K^{\times})$-module $D_{A_{\mathrm{mv},E}}^{(0)}(\rho)$
over $A_{\mathrm{mv},E}$, where $A_{\mathrm{mv},E}$ is the $p$-adic completion
of a completed localization of the Iwasawa algebra
$\mathcal{O}_E[\negthinspace[\mathcal{O}_K]\negthinspace]$. Furthermore, we
prove that the functor $D_{A_{\mathrm{mv},E}}^{(0)}$ is fully faithful and
exact. This functor is a $p$-adic analogue of $D_A^{(0)}$ in the recent work of
Breuil, Herzig, Hu, Morra and Schraen.
| [
{
"version": "v1",
"created": "Thu, 23 Jan 2025 11:39:19 GMT"
},
{
"version": "v2",
"created": "Tue, 18 Mar 2025 17:05:04 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 14:47:48 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Du",
"Changjiang",
""
]
] |
2501.13620 | Mohit Vaishnav | Mohit Vaishnav and Tanel Tammet | A Cognitive Paradigm Approach to Probe the Perception-Reasoning
Interface in VLMs | null | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | A fundamental challenge in artificial intelligence involves understanding the
cognitive processes underlying visual reasoning in sophisticated models like
Vision-Language Models (VLMs). How do these models integrate visual perception
with abstract thought, especially when reasoning across multiple images?
Drawing inspiration from cognitive science, this paper introduces a structured
evaluation framework using Bongard Problems (BPs) - a classic test of visual
abstraction to dissect the perception-reasoning interface in VLMs. We propose
three distinct evaluation paradigms, mirroring human problem-solving
strategies: Direct Visual Rule Learning (DVRL; holistic processing), Deductive
Rule Learning (DRL; rule extraction and application), and Componential Analysis
(CA; analytical decomposition via textual descriptions). These paradigms allow
us to systematically vary the cognitive load and probe specific processing
stages. Notably, the CA paradigm enables the evaluation of multi-image
reasoning even in VLMs architecturally limited to single images and facilitates
the isolation of reasoning capabilities from perceptual limitations by
controlling the descriptive input. Ablation studies further confirm that
reasoning abilities improve significantly when perceptual challenges are
mitigated. Our framework provides a valuable diagnostic tool, highlighting the
need to enhance visual processing fidelity for achieving more robust and
human-like visual intelligence in AI.
| [
{
"version": "v1",
"created": "Thu, 23 Jan 2025 12:42:42 GMT"
},
{
"version": "v2",
"created": "Mon, 10 Feb 2025 21:59:13 GMT"
},
{
"version": "v3",
"created": "Mon, 21 Apr 2025 11:03:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Vaishnav",
"Mohit",
""
],
[
"Tammet",
"Tanel",
""
]
] |
2501.14249 | Nathaniel Li | Long Phan, Alice Gatti, Ziwen Han, Nathaniel Li, Josephina Hu, Hugh
Zhang, Chen Bo Calvin Zhang, Mohamed Shaaban, John Ling, Sean Shi, Michael
Choi, Anish Agrawal, Arnav Chopra, Adam Khoja, Ryan Kim, Richard Ren, Jason
Hausenloy, Oliver Zhang, Mantas Mazeika, Dmitry Dodonov, Tung Nguyen, Jaeho
Lee, Daron Anderson, Mikhail Doroshenko, Alun Cennyth Stokes, Mobeen Mahmood,
Oleksandr Pokutnyi, Oleg Iskra, Jessica P. Wang, John-Clark Levin, Mstyslav
Kazakov, Fiona Feng, Steven Y. Feng, Haoran Zhao, Michael Yu, Varun Gangal,
Chelsea Zou, Zihan Wang, Serguei Popov, Robert Gerbicz, Geoff Galgon,
Johannes Schmitt, Will Yeadon, Yongki Lee, Scott Sauers, Alvaro Sanchez,
Fabian Giska, Marc Roth, S{\o}ren Riis, Saiteja Utpala, Noah Burns, Gashaw M.
Goshu, Mohinder Maheshbhai Naiya, Chidozie Agu, Zachary Giboney, Antrell
Cheatom, Francesco Fournier-Facio, Sarah-Jane Crowson, Lennart Finke, Zerui
Cheng, Jennifer Zampese, Ryan G. Hoerr, Mark Nandor, Hyunwoo Park, Tim
Gehrunger, Jiaqi Cai, Ben McCarty, Alexis C Garretson, Edwin Taylor, Damien
Sileo, Qiuyu Ren, Usman Qazi, Lianghui Li, Jungbae Nam, John B. Wydallis,
Pavel Arkhipov, Jack Wei Lun Shi, Aras Bacho, Chris G. Willcocks, Hangrui
Cao, Sumeet Motwani, Emily de Oliveira Santos, Johannes Veith, Edward
Vendrow, Doru Cojoc, Kengo Zenitani, Joshua Robinson, Longke Tang, Yuqi Li,
Joshua Vendrow, Natanael Wildner Fraga, Vladyslav Kuchkin, Andrey Pupasov
Maksimov, Pierre Marion, Denis Efremov, Jayson Lynch, Kaiqu Liang, Aleksandar
Mikov, Andrew Gritsevskiy, Julien Guillod, G\"ozdenur Demir, Dakotah
Martinez, Ben Pageler, Kevin Zhou, Saeed Soori, Ori Press, Henry Tang, Paolo
Rissone, Sean R. Green, Lina Br\"ussel, Moon Twayana, Aymeric Dieuleveut,
Joseph Marvin Imperial, Ameya Prabhu, Jinzhou Yang, Nick Crispino, Arun Rao,
Dimitri Zvonkine, Gabriel Loiseau, Mikhail Kalinin, Marco Lukas, Ciprian
Manolescu, Nate Stambaugh, Subrata Mishra, Tad Hogg, Carlo Bosio, Brian P
Coppola, Julian Salazar, Jaehyeok Jin, Rafael Sayous, Stefan Ivanov, Philippe
Schwaller, Shaipranesh Senthilkuma, Andres M Bran, Andres Algaba, Kelsey Van
den Houte, Lynn Van Der Sypt, Brecht Verbeken, David Noever, Alexei Kopylov,
Benjamin Myklebust, Bikun Li, Lisa Schut, Evgenii Zheltonozhskii, Qiaochu
Yuan, Derek Lim, Richard Stanley, Tong Yang, John Maar, Julian Wykowski,
Mart\'i Oller, Anmol Sahu, Cesare Giulio Ardito, Yuzheng Hu, Ariel Ghislain
Kemogne Kamdoum, Alvin Jin, Tobias Garcia Vilchis, Yuexuan Zu, Martin
Lackner, James Koppel, Gongbo Sun, Daniil S. Antonenko, Steffi Chern,
Bingchen Zhao, Pierrot Arsene, Joseph M Cavanagh, Daofeng Li, Jiawei Shen,
Donato Crisostomi, Wenjin Zhang, Ali Dehghan, Sergey Ivanov, David Perrella,
Nurdin Kaparov, Allen Zang, Ilia Sucholutsky, Arina Kharlamova, Daniil Orel,
Vladislav Poritski, Shalev Ben-David, Zachary Berger, Parker Whitfill,
Michael Foster, Daniel Munro, Linh Ho, Shankar Sivarajan, Dan Bar Hava,
Aleksey Kuchkin, David Holmes, Alexandra Rodriguez-Romero, Frank Sommerhage,
Anji Zhang, Richard Moat, Keith Schneider, Zakayo Kazibwe, Don Clarke, Dae
Hyun Kim, Felipe Meneguitti Dias, Sara Fish, Veit Elser, Tobias Kreiman,
Victor Efren Guadarrama Vilchis, Immo Klose, Ujjwala Anantheswaran, Adam
Zweiger, Kaivalya Rawal, Jeffery Li, Jeremy Nguyen, Nicolas Daans, Haline
Heidinger, Maksim Radionov, V\'aclav Rozho\v{n}, Vincent Ginis, Christian
Stump, Niv Cohen, Rafa{\l} Po\'swiata, Josef Tkadlec, Alan Goldfarb,
Chenguang Wang, Piotr Padlewski, Stanislaw Barzowski, Kyle Montgomery, Ryan
Stendall, Jamie Tucker-Foltz, Jack Stade, T. Ryan Rogers, Tom Goertzen,
Declan Grabb, Abhishek Shukla, Alan Givr\'e, John Arnold Ambay, Archan Sen,
Muhammad Fayez Aziz, Mark H Inlow, Hao He, Ling Zhang, Younesse Kaddar, Ivar
\"Angquist, Yanxu Chen, Harrison K Wang, Kalyan Ramakrishnan, Elliott
Thornley, Antonio Terpin, Hailey Schoelkopf, Eric Zheng, Avishy Carmi, Ethan
D. L. Brown, Kelin Zhu, Max Bartolo, Richard Wheeler, Martin Stehberger,
Peter Bradshaw, JP Heimonen, Kaustubh Sridhar, Ido Akov, Jennifer Sandlin,
Yury Makarychev, Joanna Tam, Hieu Hoang, David M. Cunningham, Vladimir
Goryachev, Demosthenes Patramanis, Michael Krause, Andrew Redenti, David
Aldous, Jesyin Lai, Shannon Coleman, Jiangnan Xu, Sangwon Lee, Ilias
Magoulas, Sandy Zhao, Ning Tang, Michael K. Cohen, Orr Paradise, Jan Hendrik
Kirchner, Maksym Ovchynnikov, Jason O. Matos, Adithya Shenoy, Michael Wang,
Yuzhou Nie, Anna Sztyber-Betley, Paolo Faraboschi, Robin Riblet, Jonathan
Crozier, Shiv Halasyamani, Shreyas Verma, Prashant Joshi, Eli Meril, Ziqiao
Ma, J\'er\'emy Andr\'eoletti, Raghav Singhal, Jacob Platnick, Volodymyr
Nevirkovets, Luke Basler, Alexander Ivanov, Seri Khoury, Nils Gustafsson,
Marco Piccardo, Hamid Mostaghimi, Qijia Chen, Virendra Singh, Tran Quoc
Kh\'anh, Paul Rosu, Hannah Szlyk, Zachary Brown, Himanshu Narayan, Aline
Menezes, Jonathan Roberts, William Alley, Kunyang Sun, Arkil Patel, Max
Lamparth, Anka Reuel, Linwei Xin, Hanmeng Xu, Jacob Loader, Freddie Martin,
Zixuan Wang, Andrea Achilleos, Thomas Preu, Tomek Korbak, Ida Bosio,
Fereshteh Kazemi, Ziye Chen, Bir\'o B\'alint, Eve J. Y. Lo, Jiaqi Wang, Maria
In\^es S. Nunes, Jeremiah Milbauer, M Saiful Bari, Zihao Wang, Behzad
Ansarinejad, Yewen Sun, Stephane Durand, Hossam Elgnainy, Guillaume Douville,
Daniel Tordera, George Balabanian, Hew Wolff, Lynna Kvistad, Hsiaoyun
Milliron, Ahmad Sakor, Murat Eron, Andrew Favre D.O., Shailesh Shah,
Xiaoxiang Zhou, Firuz Kamalov, Sherwin Abdoli, Tim Santens, Shaul Barkan,
Allison Tee, Robin Zhang, Alessandro Tomasiello, G. Bruno De Luca, Shi-Zhuo
Looi, Vinh-Kha Le, Noam Kolt, Jiayi Pan, Emma Rodman, Jacob Drori, Carl J
Fossum, Niklas Muennighoff, Milind Jagota, Ronak Pradeep, Honglu Fan,
Jonathan Eicher, Michael Chen, Kushal Thaman, William Merrill, Moritz
Firsching, Carter Harris, Stefan Ciob\^ac\u{a}, Jason Gross, Rohan Pandey,
Ilya Gusev, Adam Jones, Shashank Agnihotri, Pavel Zhelnov, Mohammadreza
Mofayezi, Alexander Piperski, David K. Zhang, Kostiantyn Dobarskyi, Roman
Leventov, Ignat Soroko, Joshua Duersch, Vage Taamazyan, Andrew Ho, Wenjie Ma,
William Held, Ruicheng Xian, Armel Randy Zebaze, Mohanad Mohamed, Julian Noah
Leser, Michelle X Yuan, Laila Yacar, Johannes Lengler, Katarzyna Olszewska,
Claudio Di Fratta, Edson Oliveira, Joseph W. Jackson, Andy Zou, Muthu
Chidambaram, Timothy Manik, Hector Haffenden, Dashiell Stander, Ali Dasouqi,
Alexander Shen, Bita Golshani, David Stap, Egor Kretov, Mikalai Uzhou, Alina
Borisovna Zhidkovskaya, Nick Winter, Miguel Orbegozo Rodriguez, Robert Lauff,
Dustin Wehr, Colin Tang, Zaki Hossain, Shaun Phillips, Fortuna Samuele,
Fredrik Ekstr\"om, Angela Hammon, Oam Patel, Faraz Farhidi, George Medley,
Forough Mohammadzadeh, Madellene Pe\~naflor, Haile Kassahun, Alena Friedrich,
Rayner Hernandez Perez, Daniel Pyda, Taom Sakal, Omkar Dhamane, Ali Khajegili
Mirabadi, Eric Hallman, Kenchi Okutsu, Mike Battaglia, Mohammad
Maghsoudimehrabani, Alon Amit, Dave Hulbert, Roberto Pereira, Simon Weber,
Handoko, Anton Peristyy, Stephen Malina, Mustafa Mehkary, Rami Aly, Frank
Reidegeld, Anna-Katharina Dick, Cary Friday, Mukhwinder Singh, Hassan
Shapourian, Wanyoung Kim, Mariana Costa, Hubeyb Gurdogan, Harsh Kumar, Chiara
Ceconello, Chao Zhuang, Haon Park, Micah Carroll, Andrew R. Tawfeek, Stefan
Steinerberger, Daattavya Aggarwal, Michael Kirchhof, Linjie Dai, Evan Kim,
Johan Ferret, Jainam Shah, Yuzhou Wang, Minghao Yan, Krzysztof Burdzy, Lixin
Zhang, Antonio Franca, Diana T. Pham, Kang Yong Loh, Joshua Robinson, Abram
Jackson, Paolo Giordano, Philipp Petersen, Adrian Cosma, Jesus Colino, Colin
White, Jacob Votava, Vladimir Vinnikov, Ethan Delaney, Petr Spelda, Vit
Stritecky, Syed M. Shahid, Jean-Christophe Mourrat, Lavr Vetoshkin, Koen
Sponselee, Renas Bacho, Zheng-Xin Yong, Florencia de la Rosa, Nathan Cho,
Xiuyu Li, Guillaume Malod, Orion Weller, Guglielmo Albani, Leon Lang, Julien
Laurendeau, Dmitry Kazakov, Fatimah Adesanya, Julien Portier, Lawrence
Hollom, Victor Souza, Yuchen Anna Zhou, Julien Degorre, Yi\u{g}it Yal{\i}n,
Gbenga Daniel Obikoya, Rai (Michael Pokorny), Filippo Bigi, M.C. Bosc\'a,
Oleg Shumar, Kaniuar Bacho, Gabriel Recchia, Mara Popescu, Nikita Shulga,
Ngefor Mildred Tanwie, Thomas C.H. Lux, Ben Rank, Colin Ni, Matthew Brooks,
Alesia Yakimchyk, Huanxu (Quinn) Liu, Stefano Cavalleri, Olle H\"aggstr\"om,
Emil Verkama, Joshua Newbould, Hans Gundlach, Leonor Brito-Santana, Brian
Amaro, Vivek Vajipey, Rynaa Grover, Ting Wang, Yosi Kratish, Wen-Ding Li,
Sivakanth Gopi, Andrea Caciolai, Christian Schroeder de Witt, Pablo
Hern\'andez-C\'amara, Emanuele Rodol\`a, Jules Robins, Dominic Williamson,
Vincent Cheng, Brad Raynor, Hao Qi, Ben Segev, Jingxuan Fan, Sarah Martinson,
Erik Y. Wang, Kaylie Hausknecht, Michael P. Brenner, Mao Mao, Christoph
Demian, Peyman Kassani, Xinyu Zhang, David Avagian, Eshawn Jessica Scipio,
Alon Ragoler, Justin Tan, Blake Sims, Rebeka Plecnik, Aaron Kirtland, Omer
Faruk Bodur, D.P. Shinde, Yan Carlos Leyva Labrador, Zahra Adoul, Mohamed
Zekry, Ali Karakoc, Tania C. B. Santos, Samir Shamseldeen, Loukmane Karim,
Anna Liakhovitskaia, Nate Resman, Nicholas Farina, Juan Carlos Gonzalez, Gabe
Maayan, Earth Anderson, Rodrigo De Oliveira Pena, Elizabeth Kelley, Hodjat
Mariji, Rasoul Pouriamanesh, Wentao Wu, Ross Finocchio, Ismail Alarab, Joshua
Cole, Danyelle Ferreira, Bryan Johnson, Mohammad Safdari, Liangti Dai,
Siriphan Arthornthurasuk, Isaac C. McAlister, Alejandro Jos\'e Moyano, Alexey
Pronin, Jing Fan, Angel Ramirez-Trinidad, Yana Malysheva, Daphiny Pottmaier,
Omid Taheri, Stanley Stepanic, Samuel Perry, Luke Askew, Ra\'ul Adri\'an
Huerta Rodr\'iguez, Ali M. R. Minissi, Ricardo Lorena, Krishnamurthy Iyer,
Arshad Anil Fasiludeen, Ronald Clark, Josh Ducey, Matheus Piza, Maja Somrak,
Eric Vergo, Juehang Qin, Benj\'amin Borb\'as, Eric Chu, Jack Lindsey, Antoine
Jallon, I.M.J. McInnis, Evan Chen, Avi Semler, Luk Gloor, Tej Shah, Marc
Carauleanu, Pascal Lauer, Tran {\DJ}uc Huy, Hossein Shahrtash, Emilien Duc,
Lukas Lewark, Assaf Brown, Samuel Albanie, Brian Weber, Warren S. Vaz, Pierre
Clavier, Yiyang Fan, Gabriel Poesia Reis e Silva, Long (Tony) Lian, Marcus
Abramovitch, Xi Jiang, Sandra Mendoza, Murat Islam, Juan Gonzalez, Vasilios
Mavroudis, Justin Xu, Pawan Kumar, Laxman Prasad Goswami, Daniel Bugas,
Nasser Heydari, Ferenc Jeanplong, Thorben Jansen, Antonella Pinto, Archimedes
Apronti, Abdallah Galal, Ng Ze-An, Ankit Singh, Tong Jiang, Joan of Arc
Xavier, Kanu Priya Agarwal, Mohammed Berkani, Gang Zhang, Zhehang Du,
Benedito Alves de Oliveira Junior, Dmitry Malishev, Nicolas Remy, Taylor D.
Hartman, Tim Tarver, Stephen Mensah, Gautier Abou Loume, Wiktor Morak, Farzad
Habibi, Sarah Hoback, Will Cai, Javier Gimenez, Roselynn Grace Montecillo,
Jakub {\L}ucki, Russell Campbell, Asankhaya Sharma, Khalida Meer, Shreen Gul,
Daniel Espinosa Gonzalez, Xavier Alapont, Alex Hoover, Gunjan Chhablani,
Freddie Vargus, Arunim Agarwal, Yibo Jiang, Deepakkumar Patil, David
Outevsky, Kevin Joseph Scaria, Rajat Maheshwari, Abdelkader Dendane, Priti
Shukla, Ashley Cartwright, Sergei Bogdanov, Niels M\"undler, S\"oren
M\"oller, Luca Arnaboldi, Kunvar Thaman, Muhammad Rehan Siddiqi, Prajvi
Saxena, Himanshu Gupta, Tony Fruhauff, Glen Sherman, M\'aty\'as Vincze,
Siranut Usawasutsakorn, Dylan Ler, Anil Radhakrishnan, Innocent Enyekwe, Sk
Md Salauddin, Jiang Muzhen, Aleksandr Maksapetyan, Vivien Rossbach, Chris
Harjadi, Mohsen Bahaloohoreh, Claire Sparrow, Jasdeep Sidhu, Sam Ali, Song
Bian, John Lai, Eric Singer, Justine Leon Uro, Greg Bateman, Mohamed Sayed,
Ahmed Menshawy, Darling Duclosel, Dario Bezzi, Yashaswini Jain, Ashley Aaron,
Murat Tiryakioglu, Sheeshram Siddh, Keith Krenek, Imad Ali Shah, Jun Jin,
Scott Creighton, Denis Peskoff, Zienab EL-Wasif, Ragavendran P V, Michael
Richmond, Joseph McGowan, Tejal Patwardhan, Hao-Yu Sun, Ting Sun, Nikola
Zubi\'c, Samuele Sala, Stephen Ebert, Jean Kaddour, Manuel Schottdorf,
Dianzhuo Wang, Gerol Petruzella, Alex Meiburg, Tilen Medved, Ali ElSheikh, S
Ashwin Hebbar, Lorenzo Vaquero, Xianjun Yang, Jason Poulos, Vil\'em Zouhar,
Sergey Bogdanik, Mingfang Zhang, Jorge Sanz-Ros, David Anugraha, Yinwei Dai,
Anh N. Nhu, Xue Wang, Ali Anil Demircali, Zhibai Jia, Yuyin Zhou, Juncheng
Wu, Mike He, Nitin Chandok, Aarush Sinha, Gaoxiang Luo, Long Le, Micka\"el
Noy\'e, Micha{\l} Pere{\l}kiewicz, Ioannis Pantidis, Tianbo Qi, Soham Sachin
Purohit, Letitia Parcalabescu, Thai-Hoa Nguyen, Genta Indra Winata, Edoardo
M. Ponti, Hanchen Li, Kaustubh Dhole, Jongee Park, Dario Abbondanza, Yuanli
Wang, Anupam Nayak, Diogo M. Caetano, Antonio A. W. L. Wong, Maria del
Rio-Chanona, D\'aniel Kondor, Pieter Francois, Ed Chalstrey, Jakob Zsambok,
Dan Hoyer, Jenny Reddish, Jakob Hauser, Francisco-Javier Rodrigo-Gin\'es,
Suchandra Datta, Maxwell Shepherd, Thom Kamphuis, Qizheng Zhang, Hyunjun Kim,
Ruiji Sun, Jianzhu Yao, Franck Dernoncourt, Satyapriya Krishna, Sina
Rismanchian, Bonan Pu, Francesco Pinto, Yingheng Wang, Kumar Shridhar, Kalon
J. Overholt, Glib Briia, Hieu Nguyen, David (Quod) Soler Bartomeu, Tony CY
Pang, Adam Wecker, Yifan Xiong, Fanfei Li, Lukas S. Huber, Joshua Jaeger,
Romano De Maddalena, Xing Han L\`u, Yuhui Zhang, Claas Beger, Patrick Tser
Jern Kon, Sean Li, Vivek Sanker, Ming Yin, Yihao Liang, Xinlu Zhang, Ankit
Agrawal, Li S. Yifei, Zechen Zhang, Mu Cai, Yasin Sonmez, Costin Cozianu,
Changhao Li, Alex Slen, Shoubin Yu, Hyun Kyu Park, Gabriele Sarti, Marcin
Bria\'nski, Alessandro Stolfo, Truong An Nguyen, Mike Zhang, Yotam Perlitz,
Jose Hernandez-Orallo, Runjia Li, Amin Shabani, Felix Juefei-Xu, Shikhar
Dhingra, Orr Zohar, My Chiffon Nguyen, Alexander Pondaven, Abdurrahim Yilmaz,
Xuandong Zhao, Chuanyang Jin, Muyan Jiang, Stefan Todoran, Xinyao Han, Jules
Kreuer, Brian Rabern, Anna Plassart, Martino Maggetti, Luther Yap, Robert
Geirhos, Jonathon Kean, Dingsu Wang, Sina Mollaei, Chenkai Sun, Yifan Yin,
Shiqi Wang, Rui Li, Yaowen Chang, Anjiang Wei, Alice Bizeul, Xiaohan Wang,
Alexandre Oliveira Arrais, Kushin Mukherjee, Jorge Chamorro-Padial, Jiachen
Liu, Xingyu Qu, Junyi Guan, Adam Bouyamourn, Shuyu Wu, Martyna Plomecka,
Junda Chen, Mengze Tang, Jiaqi Deng, Shreyas Subramanian, Haocheng Xi,
Haoxuan Chen, Weizhi Zhang, Yinuo Ren, Haoqin Tu, Sejong Kim, Yushun Chen,
Sara Vera Marjanovi\'c, Junwoo Ha, Grzegorz Luczyna, Jeff J. Ma, Zewen Shen,
Dawn Song, Cedegao E. Zhang, Zhun Wang, Ga\"el Gendron, Yunze Xiao, Leo
Smucker, Erica Weng, Kwok Hao Lee, Zhe Ye, Stefano Ermon, Ignacio D.
Lopez-Miguel, Theo Knights, Anthony Gitter, Namkyu Park, Boyi Wei, Hongzheng
Chen, Kunal Pai, Ahmed Elkhanany, Han Lin, Philipp D. Siedler, Jichao Fang,
Ritwik Mishra, K\'aroly Zsolnai-Feh\'er, Xilin Jiang, Shadab Khan, Jun Yuan,
Rishab Kumar Jain, Xi Lin, Mike Peterson, Zhe Wang, Aditya Malusare, Maosen
Tang, Isha Gupta, Ivan Fosin, Timothy Kang, Barbara Dworakowska, Kazuki
Matsumoto, Guangyao Zheng, Gerben Sewuster, Jorge Pretel Villanueva, Ivan
Rannev, Igor Chernyavsky, Jiale Chen, Deepayan Banik, Ben Racz, Wenchao Dong,
Jianxin Wang, Laila Bashmal, Duarte V. Gon\c{c}alves, Wei Hu, Kaushik Bar,
Ondrej Bohdal, Atharv Singh Patlan, Shehzaad Dhuliawala, Caroline Geirhos,
Julien Wist, Yuval Kansal, Bingsen Chen, Kutay Tire, Atak Talay Y\"ucel,
Brandon Christof, Veerupaksh Singla, Zijian Song, Sanxing Chen, Jiaxin Ge,
Kaustubh Ponkshe, Isaac Park, Tianneng Shi, Martin Q. Ma, Joshua Mak, Sherwin
Lai, Antoine Moulin, Zhuo Cheng, Zhanda Zhu, Ziyi Zhang, Vaidehi Patil, Ketan
Jha, Qiutong Men, Jiaxuan Wu, Tianchi Zhang, Bruno Hebling Vieira, Alham
Fikri Aji, Jae-Won Chung, Mohammed Mahfoud, Ha Thi Hoang, Marc Sperzel, Wei
Hao, Kristof Meding, Sihan Xu, Vassilis Kostakos, Davide Manini, Yueying Liu,
Christopher Toukmaji, Jay Paek, Eunmi Yu, Arif Engin Demircali, Zhiyi Sun,
Ivan Dewerpe, Hongsen Qin, Roman Pflugfelder, James Bailey, Johnathan Morris,
Ville Heilala, Sybille Rosset, Zishun Yu, Peter E. Chen, Woongyeong Yeo,
Eeshaan Jain, Ryan Yang, Sreekar Chigurupati, Julia Chernyavsky, Sai Prajwal
Reddy, Subhashini Venugopalan, Hunar Batra, Core Francisco Park, Hieu Tran,
Guilherme Maximiano, Genghan Zhang, Yizhuo Liang, Hu Shiyu, Rongwu Xu, Rui
Pan, Siddharth Suresh, Ziqi Liu, Samaksh Gulati, Songyang Zhang, Peter
Turchin, Christopher W. Bartlett, Christopher R. Scotese, Phuong M. Cao,
Aakaash Nattanmai, Gordon McKellips, Anish Cheraku, Asim Suhail, Ethan Luo,
Marvin Deng, Jason Luo, Ashley Zhang, Kavin Jindel, Jay Paek, Kasper Halevy,
Allen Baranov, Michael Liu, Advaith Avadhanam, David Zhang, Vincent Cheng,
Brad Ma, Evan Fu, Liam Do, Joshua Lass, Hubert Yang, Surya Sunkari, Vishruth
Bharath, Violet Ai, James Leung, Rishit Agrawal, Alan Zhou, Kevin Chen, Tejas
Kalpathi, Ziqi Xu, Gavin Wang, Tyler Xiao, Erik Maung, Sam Lee, Ryan Yang,
Roy Yue, Ben Zhao, Julia Yoon, Sunny Sun, Aryan Singh, Ethan Luo, Clark Peng,
Tyler Osbey, Taozhi Wang, Daryl Echeazu, Hubert Yang, Timothy Wu, Spandan
Patel, Vidhi Kulkarni, Vijaykaarti Sundarapandiyan, Ashley Zhang, Andrew Le,
Zafir Nasim, Srikar Yalam, Ritesh Kasamsetty, Soham Samal, Hubert Yang, David
Sun, Nihar Shah, Abhijeet Saha, Alex Zhang, Leon Nguyen, Laasya Nagumalli,
Kaixin Wang, Alan Zhou, Aidan Wu, Jason Luo, Anwith Telluri, Summer Yue,
Alexandr Wang, Dan Hendrycks | Humanity's Last Exam | 29 pages, 6 figures | null | null | null | cs.LG cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | Benchmarks are important tools for tracking the rapid advancements in large
language model (LLM) capabilities. However, benchmarks are not keeping pace in
difficulty: LLMs now achieve over 90\% accuracy on popular benchmarks like
MMLU, limiting informed measurement of state-of-the-art LLM capabilities. In
response, we introduce Humanity's Last Exam (HLE), a multi-modal benchmark at
the frontier of human knowledge, designed to be the final closed-ended academic
benchmark of its kind with broad subject coverage. HLE consists of 2,500
questions across dozens of subjects, including mathematics, humanities, and the
natural sciences. HLE is developed globally by subject-matter experts and
consists of multiple-choice and short-answer questions suitable for automated
grading. Each question has a known solution that is unambiguous and easily
verifiable, but cannot be quickly answered via internet retrieval.
State-of-the-art LLMs demonstrate low accuracy and calibration on HLE,
highlighting a significant gap between current LLM capabilities and the expert
human frontier on closed-ended academic questions. To inform research and
policymaking upon a clear understanding of model capabilities, we publicly
release HLE at https://lastexam.ai.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 05:27:46 GMT"
},
{
"version": "v2",
"created": "Thu, 6 Feb 2025 01:07:03 GMT"
},
{
"version": "v3",
"created": "Wed, 12 Feb 2025 05:39:05 GMT"
},
{
"version": "v4",
"created": "Wed, 19 Feb 2025 06:36:17 GMT"
},
{
"version": "v5",
"created": "Fri, 21 Feb 2025 01:12:25 GMT"
},
{
"version": "v6",
"created": "Fri, 11 Apr 2025 03:34:49 GMT"
},
{
"version": "v7",
"created": "Sat, 19 Apr 2025 21:49:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Phan",
"Long",
"",
"Michael Pokorny"
],
[
"Gatti",
"Alice",
"",
"Michael Pokorny"
],
[
"Han",
"Ziwen",
"",
"Michael Pokorny"
],
[
"Li",
"Nathaniel",
"",
"Michael Pokorny"
],
[
"Hu",
"Josephina",
"",
"Michael Pokorny"
],
[
"Zhang",
"Hugh",
"",
"Michael Pokorny"
],
[
"Zhang",
"Chen Bo Calvin",
"",
"Michael Pokorny"
],
[
"Shaaban",
"Mohamed",
"",
"Michael Pokorny"
],
[
"Ling",
"John",
"",
"Michael Pokorny"
],
[
"Shi",
"Sean",
"",
"Michael Pokorny"
],
[
"Choi",
"Michael",
"",
"Michael Pokorny"
],
[
"Agrawal",
"Anish",
"",
"Michael Pokorny"
],
[
"Chopra",
"Arnav",
"",
"Michael Pokorny"
],
[
"Khoja",
"Adam",
"",
"Michael Pokorny"
],
[
"Kim",
"Ryan",
"",
"Michael Pokorny"
],
[
"Ren",
"Richard",
"",
"Michael Pokorny"
],
[
"Hausenloy",
"Jason",
"",
"Michael Pokorny"
],
[
"Zhang",
"Oliver",
"",
"Michael Pokorny"
],
[
"Mazeika",
"Mantas",
"",
"Michael Pokorny"
],
[
"Dodonov",
"Dmitry",
"",
"Michael Pokorny"
],
[
"Nguyen",
"Tung",
"",
"Michael Pokorny"
],
[
"Lee",
"Jaeho",
"",
"Michael Pokorny"
],
[
"Anderson",
"Daron",
"",
"Michael Pokorny"
],
[
"Doroshenko",
"Mikhail",
"",
"Michael Pokorny"
],
[
"Stokes",
"Alun Cennyth",
"",
"Michael Pokorny"
],
[
"Mahmood",
"Mobeen",
"",
"Michael Pokorny"
],
[
"Pokutnyi",
"Oleksandr",
"",
"Michael Pokorny"
],
[
"Iskra",
"Oleg",
"",
"Michael Pokorny"
],
[
"Wang",
"Jessica P.",
"",
"Michael Pokorny"
],
[
"Levin",
"John-Clark",
"",
"Michael Pokorny"
],
[
"Kazakov",
"Mstyslav",
"",
"Michael Pokorny"
],
[
"Feng",
"Fiona",
"",
"Michael Pokorny"
],
[
"Feng",
"Steven Y.",
"",
"Michael Pokorny"
],
[
"Zhao",
"Haoran",
"",
"Michael Pokorny"
],
[
"Yu",
"Michael",
"",
"Michael Pokorny"
],
[
"Gangal",
"Varun",
"",
"Michael Pokorny"
],
[
"Zou",
"Chelsea",
"",
"Michael Pokorny"
],
[
"Wang",
"Zihan",
"",
"Michael Pokorny"
],
[
"Popov",
"Serguei",
"",
"Michael Pokorny"
],
[
"Gerbicz",
"Robert",
"",
"Michael Pokorny"
],
[
"Galgon",
"Geoff",
"",
"Michael Pokorny"
],
[
"Schmitt",
"Johannes",
"",
"Michael Pokorny"
],
[
"Yeadon",
"Will",
"",
"Michael Pokorny"
],
[
"Lee",
"Yongki",
"",
"Michael Pokorny"
],
[
"Sauers",
"Scott",
"",
"Michael Pokorny"
],
[
"Sanchez",
"Alvaro",
"",
"Michael Pokorny"
],
[
"Giska",
"Fabian",
"",
"Michael Pokorny"
],
[
"Roth",
"Marc",
"",
"Michael Pokorny"
],
[
"Riis",
"Søren",
"",
"Michael Pokorny"
],
[
"Utpala",
"Saiteja",
"",
"Michael Pokorny"
],
[
"Burns",
"Noah",
"",
"Michael Pokorny"
],
[
"Goshu",
"Gashaw M.",
"",
"Michael Pokorny"
],
[
"Naiya",
"Mohinder Maheshbhai",
"",
"Michael Pokorny"
],
[
"Agu",
"Chidozie",
"",
"Michael Pokorny"
],
[
"Giboney",
"Zachary",
"",
"Michael Pokorny"
],
[
"Cheatom",
"Antrell",
"",
"Michael Pokorny"
],
[
"Fournier-Facio",
"Francesco",
"",
"Michael Pokorny"
],
[
"Crowson",
"Sarah-Jane",
"",
"Michael Pokorny"
],
[
"Finke",
"Lennart",
"",
"Michael Pokorny"
],
[
"Cheng",
"Zerui",
"",
"Michael Pokorny"
],
[
"Zampese",
"Jennifer",
"",
"Michael Pokorny"
],
[
"Hoerr",
"Ryan G.",
"",
"Michael Pokorny"
],
[
"Nandor",
"Mark",
"",
"Michael Pokorny"
],
[
"Park",
"Hyunwoo",
"",
"Michael Pokorny"
],
[
"Gehrunger",
"Tim",
"",
"Michael Pokorny"
],
[
"Cai",
"Jiaqi",
"",
"Michael Pokorny"
],
[
"McCarty",
"Ben",
"",
"Michael Pokorny"
],
[
"Garretson",
"Alexis C",
"",
"Michael Pokorny"
],
[
"Taylor",
"Edwin",
"",
"Michael Pokorny"
],
[
"Sileo",
"Damien",
"",
"Michael Pokorny"
],
[
"Ren",
"Qiuyu",
"",
"Michael Pokorny"
],
[
"Qazi",
"Usman",
"",
"Michael Pokorny"
],
[
"Li",
"Lianghui",
"",
"Michael Pokorny"
],
[
"Nam",
"Jungbae",
"",
"Michael Pokorny"
],
[
"Wydallis",
"John B.",
"",
"Michael Pokorny"
],
[
"Arkhipov",
"Pavel",
"",
"Michael Pokorny"
],
[
"Shi",
"Jack Wei Lun",
"",
"Michael Pokorny"
],
[
"Bacho",
"Aras",
"",
"Michael Pokorny"
],
[
"Willcocks",
"Chris G.",
"",
"Michael Pokorny"
],
[
"Cao",
"Hangrui",
"",
"Michael Pokorny"
],
[
"Motwani",
"Sumeet",
"",
"Michael Pokorny"
],
[
"Santos",
"Emily de Oliveira",
"",
"Michael Pokorny"
],
[
"Veith",
"Johannes",
"",
"Michael Pokorny"
],
[
"Vendrow",
"Edward",
"",
"Michael Pokorny"
],
[
"Cojoc",
"Doru",
"",
"Michael Pokorny"
],
[
"Zenitani",
"Kengo",
"",
"Michael Pokorny"
],
[
"Robinson",
"Joshua",
"",
"Michael Pokorny"
],
[
"Tang",
"Longke",
"",
"Michael Pokorny"
],
[
"Li",
"Yuqi",
"",
"Michael Pokorny"
],
[
"Vendrow",
"Joshua",
"",
"Michael Pokorny"
],
[
"Fraga",
"Natanael Wildner",
"",
"Michael Pokorny"
],
[
"Kuchkin",
"Vladyslav",
"",
"Michael Pokorny"
],
[
"Maksimov",
"Andrey Pupasov",
"",
"Michael Pokorny"
],
[
"Marion",
"Pierre",
"",
"Michael Pokorny"
],
[
"Efremov",
"Denis",
"",
"Michael Pokorny"
],
[
"Lynch",
"Jayson",
"",
"Michael Pokorny"
],
[
"Liang",
"Kaiqu",
"",
"Michael Pokorny"
],
[
"Mikov",
"Aleksandar",
"",
"Michael Pokorny"
],
[
"Gritsevskiy",
"Andrew",
"",
"Michael Pokorny"
],
[
"Guillod",
"Julien",
"",
"Michael Pokorny"
],
[
"Demir",
"Gözdenur",
"",
"Michael Pokorny"
],
[
"Martinez",
"Dakotah",
"",
"Michael Pokorny"
],
[
"Pageler",
"Ben",
"",
"Michael Pokorny"
],
[
"Zhou",
"Kevin",
"",
"Michael Pokorny"
],
[
"Soori",
"Saeed",
"",
"Michael Pokorny"
],
[
"Press",
"Ori",
"",
"Michael Pokorny"
],
[
"Tang",
"Henry",
"",
"Michael Pokorny"
],
[
"Rissone",
"Paolo",
"",
"Michael Pokorny"
],
[
"Green",
"Sean R.",
"",
"Michael Pokorny"
],
[
"Brüssel",
"Lina",
"",
"Michael Pokorny"
],
[
"Twayana",
"Moon",
"",
"Michael Pokorny"
],
[
"Dieuleveut",
"Aymeric",
"",
"Michael Pokorny"
],
[
"Imperial",
"Joseph Marvin",
"",
"Michael Pokorny"
],
[
"Prabhu",
"Ameya",
"",
"Michael Pokorny"
],
[
"Yang",
"Jinzhou",
"",
"Michael Pokorny"
],
[
"Crispino",
"Nick",
"",
"Michael Pokorny"
],
[
"Rao",
"Arun",
"",
"Michael Pokorny"
],
[
"Zvonkine",
"Dimitri",
"",
"Michael Pokorny"
],
[
"Loiseau",
"Gabriel",
"",
"Michael Pokorny"
],
[
"Kalinin",
"Mikhail",
"",
"Michael Pokorny"
],
[
"Lukas",
"Marco",
"",
"Michael Pokorny"
],
[
"Manolescu",
"Ciprian",
"",
"Michael Pokorny"
],
[
"Stambaugh",
"Nate",
"",
"Michael Pokorny"
],
[
"Mishra",
"Subrata",
"",
"Michael Pokorny"
],
[
"Hogg",
"Tad",
"",
"Michael Pokorny"
],
[
"Bosio",
"Carlo",
"",
"Michael Pokorny"
],
[
"Coppola",
"Brian P",
"",
"Michael Pokorny"
],
[
"Salazar",
"Julian",
"",
"Michael Pokorny"
],
[
"Jin",
"Jaehyeok",
"",
"Michael Pokorny"
],
[
"Sayous",
"Rafael",
"",
"Michael Pokorny"
],
[
"Ivanov",
"Stefan",
"",
"Michael Pokorny"
],
[
"Schwaller",
"Philippe",
"",
"Michael Pokorny"
],
[
"Senthilkuma",
"Shaipranesh",
"",
"Michael Pokorny"
],
[
"Bran",
"Andres M",
"",
"Michael Pokorny"
],
[
"Algaba",
"Andres",
"",
"Michael Pokorny"
],
[
"Houte",
"Kelsey Van den",
"",
"Michael Pokorny"
],
[
"Van Der Sypt",
"Lynn",
"",
"Michael Pokorny"
],
[
"Verbeken",
"Brecht",
"",
"Michael Pokorny"
],
[
"Noever",
"David",
"",
"Michael Pokorny"
],
[
"Kopylov",
"Alexei",
"",
"Michael Pokorny"
],
[
"Myklebust",
"Benjamin",
"",
"Michael Pokorny"
],
[
"Li",
"Bikun",
"",
"Michael Pokorny"
],
[
"Schut",
"Lisa",
"",
"Michael Pokorny"
],
[
"Zheltonozhskii",
"Evgenii",
"",
"Michael Pokorny"
],
[
"Yuan",
"Qiaochu",
"",
"Michael Pokorny"
],
[
"Lim",
"Derek",
"",
"Michael Pokorny"
],
[
"Stanley",
"Richard",
"",
"Michael Pokorny"
],
[
"Yang",
"Tong",
"",
"Michael Pokorny"
],
[
"Maar",
"John",
"",
"Michael Pokorny"
],
[
"Wykowski",
"Julian",
"",
"Michael Pokorny"
],
[
"Oller",
"Martí",
"",
"Michael Pokorny"
],
[
"Sahu",
"Anmol",
"",
"Michael Pokorny"
],
[
"Ardito",
"Cesare Giulio",
"",
"Michael Pokorny"
],
[
"Hu",
"Yuzheng",
"",
"Michael Pokorny"
],
[
"Kamdoum",
"Ariel Ghislain Kemogne",
"",
"Michael Pokorny"
],
[
"Jin",
"Alvin",
"",
"Michael Pokorny"
],
[
"Vilchis",
"Tobias Garcia",
"",
"Michael Pokorny"
],
[
"Zu",
"Yuexuan",
"",
"Michael Pokorny"
],
[
"Lackner",
"Martin",
"",
"Michael Pokorny"
],
[
"Koppel",
"James",
"",
"Michael Pokorny"
],
[
"Sun",
"Gongbo",
"",
"Michael Pokorny"
],
[
"Antonenko",
"Daniil S.",
"",
"Michael Pokorny"
],
[
"Chern",
"Steffi",
"",
"Michael Pokorny"
],
[
"Zhao",
"Bingchen",
"",
"Michael Pokorny"
],
[
"Arsene",
"Pierrot",
"",
"Michael Pokorny"
],
[
"Cavanagh",
"Joseph M",
"",
"Michael Pokorny"
],
[
"Li",
"Daofeng",
"",
"Michael Pokorny"
],
[
"Shen",
"Jiawei",
"",
"Michael Pokorny"
],
[
"Crisostomi",
"Donato",
"",
"Michael Pokorny"
],
[
"Zhang",
"Wenjin",
"",
"Michael Pokorny"
],
[
"Dehghan",
"Ali",
"",
"Michael Pokorny"
],
[
"Ivanov",
"Sergey",
"",
"Michael Pokorny"
],
[
"Perrella",
"David",
"",
"Michael Pokorny"
],
[
"Kaparov",
"Nurdin",
"",
"Michael Pokorny"
],
[
"Zang",
"Allen",
"",
"Michael Pokorny"
],
[
"Sucholutsky",
"Ilia",
"",
"Michael Pokorny"
],
[
"Kharlamova",
"Arina",
"",
"Michael Pokorny"
],
[
"Orel",
"Daniil",
"",
"Michael Pokorny"
],
[
"Poritski",
"Vladislav",
"",
"Michael Pokorny"
],
[
"Ben-David",
"Shalev",
"",
"Michael Pokorny"
],
[
"Berger",
"Zachary",
"",
"Michael Pokorny"
],
[
"Whitfill",
"Parker",
"",
"Michael Pokorny"
],
[
"Foster",
"Michael",
"",
"Michael Pokorny"
],
[
"Munro",
"Daniel",
"",
"Michael Pokorny"
],
[
"Ho",
"Linh",
"",
"Michael Pokorny"
],
[
"Sivarajan",
"Shankar",
"",
"Michael Pokorny"
],
[
"Hava",
"Dan Bar",
"",
"Michael Pokorny"
],
[
"Kuchkin",
"Aleksey",
"",
"Michael Pokorny"
],
[
"Holmes",
"David",
"",
"Michael Pokorny"
],
[
"Rodriguez-Romero",
"Alexandra",
"",
"Michael Pokorny"
],
[
"Sommerhage",
"Frank",
"",
"Michael Pokorny"
],
[
"Zhang",
"Anji",
"",
"Michael Pokorny"
],
[
"Moat",
"Richard",
"",
"Michael Pokorny"
],
[
"Schneider",
"Keith",
"",
"Michael Pokorny"
],
[
"Kazibwe",
"Zakayo",
"",
"Michael Pokorny"
],
[
"Clarke",
"Don",
"",
"Michael Pokorny"
],
[
"Kim",
"Dae Hyun",
"",
"Michael Pokorny"
],
[
"Dias",
"Felipe Meneguitti",
"",
"Michael Pokorny"
],
[
"Fish",
"Sara",
"",
"Michael Pokorny"
],
[
"Elser",
"Veit",
"",
"Michael Pokorny"
],
[
"Kreiman",
"Tobias",
"",
"Michael Pokorny"
],
[
"Vilchis",
"Victor Efren Guadarrama",
"",
"Michael Pokorny"
],
[
"Klose",
"Immo",
"",
"Michael Pokorny"
],
[
"Anantheswaran",
"Ujjwala",
"",
"Michael Pokorny"
],
[
"Zweiger",
"Adam",
"",
"Michael Pokorny"
],
[
"Rawal",
"Kaivalya",
"",
"Michael Pokorny"
],
[
"Li",
"Jeffery",
"",
"Michael Pokorny"
],
[
"Nguyen",
"Jeremy",
"",
"Michael Pokorny"
],
[
"Daans",
"Nicolas",
"",
"Michael Pokorny"
],
[
"Heidinger",
"Haline",
"",
"Michael Pokorny"
],
[
"Radionov",
"Maksim",
"",
"Michael Pokorny"
],
[
"Rozhoň",
"Václav",
"",
"Michael Pokorny"
],
[
"Ginis",
"Vincent",
"",
"Michael Pokorny"
],
[
"Stump",
"Christian",
"",
"Michael Pokorny"
],
[
"Cohen",
"Niv",
"",
"Michael Pokorny"
],
[
"Poświata",
"Rafał",
"",
"Michael Pokorny"
],
[
"Tkadlec",
"Josef",
"",
"Michael Pokorny"
],
[
"Goldfarb",
"Alan",
"",
"Michael Pokorny"
],
[
"Wang",
"Chenguang",
"",
"Michael Pokorny"
],
[
"Padlewski",
"Piotr",
"",
"Michael Pokorny"
],
[
"Barzowski",
"Stanislaw",
"",
"Michael Pokorny"
],
[
"Montgomery",
"Kyle",
"",
"Michael Pokorny"
],
[
"Stendall",
"Ryan",
"",
"Michael Pokorny"
],
[
"Tucker-Foltz",
"Jamie",
"",
"Michael Pokorny"
],
[
"Stade",
"Jack",
"",
"Michael Pokorny"
],
[
"Rogers",
"T. Ryan",
"",
"Michael Pokorny"
],
[
"Goertzen",
"Tom",
"",
"Michael Pokorny"
],
[
"Grabb",
"Declan",
"",
"Michael Pokorny"
],
[
"Shukla",
"Abhishek",
"",
"Michael Pokorny"
],
[
"Givré",
"Alan",
"",
"Michael Pokorny"
],
[
"Ambay",
"John Arnold",
"",
"Michael Pokorny"
],
[
"Sen",
"Archan",
"",
"Michael Pokorny"
],
[
"Aziz",
"Muhammad Fayez",
"",
"Michael Pokorny"
],
[
"Inlow",
"Mark H",
"",
"Michael Pokorny"
],
[
"He",
"Hao",
"",
"Michael Pokorny"
],
[
"Zhang",
"Ling",
"",
"Michael Pokorny"
],
[
"Kaddar",
"Younesse",
"",
"Michael Pokorny"
],
[
"Ängquist",
"Ivar",
"",
"Michael Pokorny"
],
[
"Chen",
"Yanxu",
"",
"Michael Pokorny"
],
[
"Wang",
"Harrison K",
"",
"Michael Pokorny"
],
[
"Ramakrishnan",
"Kalyan",
"",
"Michael Pokorny"
],
[
"Thornley",
"Elliott",
"",
"Michael Pokorny"
],
[
"Terpin",
"Antonio",
"",
"Michael Pokorny"
],
[
"Schoelkopf",
"Hailey",
"",
"Michael Pokorny"
],
[
"Zheng",
"Eric",
"",
"Michael Pokorny"
],
[
"Carmi",
"Avishy",
"",
"Michael Pokorny"
],
[
"Brown",
"Ethan D. L.",
"",
"Michael Pokorny"
],
[
"Zhu",
"Kelin",
"",
"Michael Pokorny"
],
[
"Bartolo",
"Max",
"",
"Michael Pokorny"
],
[
"Wheeler",
"Richard",
"",
"Michael Pokorny"
],
[
"Stehberger",
"Martin",
"",
"Michael Pokorny"
],
[
"Bradshaw",
"Peter",
"",
"Michael Pokorny"
],
[
"Heimonen",
"JP",
"",
"Michael Pokorny"
],
[
"Sridhar",
"Kaustubh",
"",
"Michael Pokorny"
],
[
"Akov",
"Ido",
"",
"Michael Pokorny"
],
[
"Sandlin",
"Jennifer",
"",
"Michael Pokorny"
],
[
"Makarychev",
"Yury",
"",
"Michael Pokorny"
],
[
"Tam",
"Joanna",
"",
"Michael Pokorny"
],
[
"Hoang",
"Hieu",
"",
"Michael Pokorny"
],
[
"Cunningham",
"David M.",
"",
"Michael Pokorny"
],
[
"Goryachev",
"Vladimir",
"",
"Michael Pokorny"
],
[
"Patramanis",
"Demosthenes",
"",
"Michael Pokorny"
],
[
"Krause",
"Michael",
"",
"Michael Pokorny"
],
[
"Redenti",
"Andrew",
"",
"Michael Pokorny"
],
[
"Aldous",
"David",
"",
"Michael Pokorny"
],
[
"Lai",
"Jesyin",
"",
"Michael Pokorny"
],
[
"Coleman",
"Shannon",
"",
"Michael Pokorny"
],
[
"Xu",
"Jiangnan",
"",
"Michael Pokorny"
],
[
"Lee",
"Sangwon",
"",
"Michael Pokorny"
],
[
"Magoulas",
"Ilias",
"",
"Michael Pokorny"
],
[
"Zhao",
"Sandy",
"",
"Michael Pokorny"
],
[
"Tang",
"Ning",
"",
"Michael Pokorny"
],
[
"Cohen",
"Michael K.",
"",
"Michael Pokorny"
],
[
"Paradise",
"Orr",
"",
"Michael Pokorny"
],
[
"Kirchner",
"Jan Hendrik",
"",
"Michael Pokorny"
],
[
"Ovchynnikov",
"Maksym",
"",
"Michael Pokorny"
],
[
"Matos",
"Jason O.",
"",
"Michael Pokorny"
],
[
"Shenoy",
"Adithya",
"",
"Michael Pokorny"
],
[
"Wang",
"Michael",
"",
"Michael Pokorny"
],
[
"Nie",
"Yuzhou",
"",
"Michael Pokorny"
],
[
"Sztyber-Betley",
"Anna",
"",
"Michael Pokorny"
],
[
"Faraboschi",
"Paolo",
"",
"Michael Pokorny"
],
[
"Riblet",
"Robin",
"",
"Michael Pokorny"
],
[
"Crozier",
"Jonathan",
"",
"Michael Pokorny"
],
[
"Halasyamani",
"Shiv",
"",
"Michael Pokorny"
],
[
"Verma",
"Shreyas",
"",
"Michael Pokorny"
],
[
"Joshi",
"Prashant",
"",
"Michael Pokorny"
],
[
"Meril",
"Eli",
"",
"Michael Pokorny"
],
[
"Ma",
"Ziqiao",
"",
"Michael Pokorny"
],
[
"Andréoletti",
"Jérémy",
"",
"Michael Pokorny"
],
[
"Singhal",
"Raghav",
"",
"Michael Pokorny"
],
[
"Platnick",
"Jacob",
"",
"Michael Pokorny"
],
[
"Nevirkovets",
"Volodymyr",
"",
"Michael Pokorny"
],
[
"Basler",
"Luke",
"",
"Michael Pokorny"
],
[
"Ivanov",
"Alexander",
"",
"Michael Pokorny"
],
[
"Khoury",
"Seri",
"",
"Michael Pokorny"
],
[
"Gustafsson",
"Nils",
"",
"Michael Pokorny"
],
[
"Piccardo",
"Marco",
"",
"Michael Pokorny"
],
[
"Mostaghimi",
"Hamid",
"",
"Michael Pokorny"
],
[
"Chen",
"Qijia",
"",
"Michael Pokorny"
],
[
"Singh",
"Virendra",
"",
"Michael Pokorny"
],
[
"Khánh",
"Tran Quoc",
"",
"Michael Pokorny"
],
[
"Rosu",
"Paul",
"",
"Michael Pokorny"
],
[
"Szlyk",
"Hannah",
"",
"Michael Pokorny"
],
[
"Brown",
"Zachary",
"",
"Michael Pokorny"
],
[
"Narayan",
"Himanshu",
"",
"Michael Pokorny"
],
[
"Menezes",
"Aline",
"",
"Michael Pokorny"
],
[
"Roberts",
"Jonathan",
"",
"Michael Pokorny"
],
[
"Alley",
"William",
"",
"Michael Pokorny"
],
[
"Sun",
"Kunyang",
"",
"Michael Pokorny"
],
[
"Patel",
"Arkil",
"",
"Michael Pokorny"
],
[
"Lamparth",
"Max",
"",
"Michael Pokorny"
],
[
"Reuel",
"Anka",
"",
"Michael Pokorny"
],
[
"Xin",
"Linwei",
"",
"Michael Pokorny"
],
[
"Xu",
"Hanmeng",
"",
"Michael Pokorny"
],
[
"Loader",
"Jacob",
"",
"Michael Pokorny"
],
[
"Martin",
"Freddie",
"",
"Michael Pokorny"
],
[
"Wang",
"Zixuan",
"",
"Michael Pokorny"
],
[
"Achilleos",
"Andrea",
"",
"Michael Pokorny"
],
[
"Preu",
"Thomas",
"",
"Michael Pokorny"
],
[
"Korbak",
"Tomek",
"",
"Michael Pokorny"
],
[
"Bosio",
"Ida",
"",
"Michael Pokorny"
],
[
"Kazemi",
"Fereshteh",
"",
"Michael Pokorny"
],
[
"Chen",
"Ziye",
"",
"Michael Pokorny"
],
[
"Bálint",
"Biró",
"",
"Michael Pokorny"
],
[
"Lo",
"Eve J. Y.",
"",
"Michael Pokorny"
],
[
"Wang",
"Jiaqi",
"",
"Michael Pokorny"
],
[
"Nunes",
"Maria Inês S.",
"",
"Michael Pokorny"
],
[
"Milbauer",
"Jeremiah",
"",
"Michael Pokorny"
],
[
"Bari",
"M Saiful",
"",
"Michael Pokorny"
],
[
"Wang",
"Zihao",
"",
"Michael Pokorny"
],
[
"Ansarinejad",
"Behzad",
"",
"Michael Pokorny"
],
[
"Sun",
"Yewen",
"",
"Michael Pokorny"
],
[
"Durand",
"Stephane",
"",
"Michael Pokorny"
],
[
"Elgnainy",
"Hossam",
"",
"Michael Pokorny"
],
[
"Douville",
"Guillaume",
"",
"Michael Pokorny"
],
[
"Tordera",
"Daniel",
"",
"Michael Pokorny"
],
[
"Balabanian",
"George",
"",
"Michael Pokorny"
],
[
"Wolff",
"Hew",
"",
"Michael Pokorny"
],
[
"Kvistad",
"Lynna",
"",
"Michael Pokorny"
],
[
"Milliron",
"Hsiaoyun",
"",
"Michael Pokorny"
],
[
"Sakor",
"Ahmad",
"",
"Michael Pokorny"
],
[
"Eron",
"Murat",
"",
"Michael Pokorny"
],
[
"O.",
"Andrew Favre D.",
"",
"Michael Pokorny"
],
[
"Shah",
"Shailesh",
"",
"Michael Pokorny"
],
[
"Zhou",
"Xiaoxiang",
"",
"Michael Pokorny"
],
[
"Kamalov",
"Firuz",
"",
"Michael Pokorny"
],
[
"Abdoli",
"Sherwin",
"",
"Michael Pokorny"
],
[
"Santens",
"Tim",
"",
"Michael Pokorny"
],
[
"Barkan",
"Shaul",
"",
"Michael Pokorny"
],
[
"Tee",
"Allison",
"",
"Michael Pokorny"
],
[
"Zhang",
"Robin",
"",
"Michael Pokorny"
],
[
"Tomasiello",
"Alessandro",
"",
"Michael Pokorny"
],
[
"De Luca",
"G. Bruno",
"",
"Michael Pokorny"
],
[
"Looi",
"Shi-Zhuo",
"",
"Michael Pokorny"
],
[
"Le",
"Vinh-Kha",
"",
"Michael Pokorny"
],
[
"Kolt",
"Noam",
"",
"Michael Pokorny"
],
[
"Pan",
"Jiayi",
"",
"Michael Pokorny"
],
[
"Rodman",
"Emma",
"",
"Michael Pokorny"
],
[
"Drori",
"Jacob",
"",
"Michael Pokorny"
],
[
"Fossum",
"Carl J",
"",
"Michael Pokorny"
],
[
"Muennighoff",
"Niklas",
"",
"Michael Pokorny"
],
[
"Jagota",
"Milind",
"",
"Michael Pokorny"
],
[
"Pradeep",
"Ronak",
"",
"Michael Pokorny"
],
[
"Fan",
"Honglu",
"",
"Michael Pokorny"
],
[
"Eicher",
"Jonathan",
"",
"Michael Pokorny"
],
[
"Chen",
"Michael",
"",
"Michael Pokorny"
],
[
"Thaman",
"Kushal",
"",
"Michael Pokorny"
],
[
"Merrill",
"William",
"",
"Michael Pokorny"
],
[
"Firsching",
"Moritz",
"",
"Michael Pokorny"
],
[
"Harris",
"Carter",
"",
"Michael Pokorny"
],
[
"Ciobâcă",
"Stefan",
"",
"Michael Pokorny"
],
[
"Gross",
"Jason",
"",
"Michael Pokorny"
],
[
"Pandey",
"Rohan",
"",
"Michael Pokorny"
],
[
"Gusev",
"Ilya",
"",
"Michael Pokorny"
],
[
"Jones",
"Adam",
"",
"Michael Pokorny"
],
[
"Agnihotri",
"Shashank",
"",
"Michael Pokorny"
],
[
"Zhelnov",
"Pavel",
"",
"Michael Pokorny"
],
[
"Mofayezi",
"Mohammadreza",
"",
"Michael Pokorny"
],
[
"Piperski",
"Alexander",
"",
"Michael Pokorny"
],
[
"Zhang",
"David K.",
"",
"Michael Pokorny"
],
[
"Dobarskyi",
"Kostiantyn",
"",
"Michael Pokorny"
],
[
"Leventov",
"Roman",
"",
"Michael Pokorny"
],
[
"Soroko",
"Ignat",
"",
"Michael Pokorny"
],
[
"Duersch",
"Joshua",
"",
"Michael Pokorny"
],
[
"Taamazyan",
"Vage",
"",
"Michael Pokorny"
],
[
"Ho",
"Andrew",
"",
"Michael Pokorny"
],
[
"Ma",
"Wenjie",
"",
"Michael Pokorny"
],
[
"Held",
"William",
"",
"Michael Pokorny"
],
[
"Xian",
"Ruicheng",
"",
"Michael Pokorny"
],
[
"Zebaze",
"Armel Randy",
"",
"Michael Pokorny"
],
[
"Mohamed",
"Mohanad",
"",
"Michael Pokorny"
],
[
"Leser",
"Julian Noah",
"",
"Michael Pokorny"
],
[
"Yuan",
"Michelle X",
"",
"Michael Pokorny"
],
[
"Yacar",
"Laila",
"",
"Michael Pokorny"
],
[
"Lengler",
"Johannes",
"",
"Michael Pokorny"
],
[
"Olszewska",
"Katarzyna",
"",
"Michael Pokorny"
],
[
"Di Fratta",
"Claudio",
"",
"Michael Pokorny"
],
[
"Oliveira",
"Edson",
"",
"Michael Pokorny"
],
[
"Jackson",
"Joseph W.",
"",
"Michael Pokorny"
],
[
"Zou",
"Andy",
"",
"Michael Pokorny"
],
[
"Chidambaram",
"Muthu",
"",
"Michael Pokorny"
],
[
"Manik",
"Timothy",
"",
"Michael Pokorny"
],
[
"Haffenden",
"Hector",
"",
"Michael Pokorny"
],
[
"Stander",
"Dashiell",
"",
"Michael Pokorny"
],
[
"Dasouqi",
"Ali",
"",
"Michael Pokorny"
],
[
"Shen",
"Alexander",
"",
"Michael Pokorny"
],
[
"Golshani",
"Bita",
"",
"Michael Pokorny"
],
[
"Stap",
"David",
"",
"Michael Pokorny"
],
[
"Kretov",
"Egor",
"",
"Michael Pokorny"
],
[
"Uzhou",
"Mikalai",
"",
"Michael Pokorny"
],
[
"Zhidkovskaya",
"Alina Borisovna",
"",
"Michael Pokorny"
],
[
"Winter",
"Nick",
"",
"Michael Pokorny"
],
[
"Rodriguez",
"Miguel Orbegozo",
"",
"Michael Pokorny"
],
[
"Lauff",
"Robert",
"",
"Michael Pokorny"
],
[
"Wehr",
"Dustin",
"",
"Michael Pokorny"
],
[
"Tang",
"Colin",
"",
"Michael Pokorny"
],
[
"Hossain",
"Zaki",
"",
"Michael Pokorny"
],
[
"Phillips",
"Shaun",
"",
"Michael Pokorny"
],
[
"Samuele",
"Fortuna",
"",
"Michael Pokorny"
],
[
"Ekström",
"Fredrik",
"",
"Michael Pokorny"
],
[
"Hammon",
"Angela",
"",
"Michael Pokorny"
],
[
"Patel",
"Oam",
"",
"Michael Pokorny"
],
[
"Farhidi",
"Faraz",
"",
"Michael Pokorny"
],
[
"Medley",
"George",
"",
"Michael Pokorny"
],
[
"Mohammadzadeh",
"Forough",
"",
"Michael Pokorny"
],
[
"Peñaflor",
"Madellene",
"",
"Michael Pokorny"
],
[
"Kassahun",
"Haile",
"",
"Michael Pokorny"
],
[
"Friedrich",
"Alena",
"",
"Michael Pokorny"
],
[
"Perez",
"Rayner Hernandez",
"",
"Michael Pokorny"
],
[
"Pyda",
"Daniel",
"",
"Michael Pokorny"
],
[
"Sakal",
"Taom",
"",
"Michael Pokorny"
],
[
"Dhamane",
"Omkar",
"",
"Michael Pokorny"
],
[
"Mirabadi",
"Ali Khajegili",
"",
"Michael Pokorny"
],
[
"Hallman",
"Eric",
"",
"Michael Pokorny"
],
[
"Okutsu",
"Kenchi",
"",
"Michael Pokorny"
],
[
"Battaglia",
"Mike",
"",
"Michael Pokorny"
],
[
"Maghsoudimehrabani",
"Mohammad",
"",
"Michael Pokorny"
],
[
"Amit",
"Alon",
"",
"Michael Pokorny"
],
[
"Hulbert",
"Dave",
"",
"Michael Pokorny"
],
[
"Pereira",
"Roberto",
"",
"Michael Pokorny"
],
[
"Weber",
"Simon",
"",
"Michael Pokorny"
],
[
"Handoko",
"",
"",
"Michael Pokorny"
],
[
"Peristyy",
"Anton",
"",
"Michael Pokorny"
],
[
"Malina",
"Stephen",
"",
"Michael Pokorny"
],
[
"Mehkary",
"Mustafa",
"",
"Michael Pokorny"
],
[
"Aly",
"Rami",
"",
"Michael Pokorny"
],
[
"Reidegeld",
"Frank",
"",
"Michael Pokorny"
],
[
"Dick",
"Anna-Katharina",
"",
"Michael Pokorny"
],
[
"Friday",
"Cary",
"",
"Michael Pokorny"
],
[
"Singh",
"Mukhwinder",
"",
"Michael Pokorny"
],
[
"Shapourian",
"Hassan",
"",
"Michael Pokorny"
],
[
"Kim",
"Wanyoung",
"",
"Michael Pokorny"
],
[
"Costa",
"Mariana",
"",
"Michael Pokorny"
],
[
"Gurdogan",
"Hubeyb",
"",
"Michael Pokorny"
],
[
"Kumar",
"Harsh",
"",
"Michael Pokorny"
],
[
"Ceconello",
"Chiara",
"",
"Michael Pokorny"
],
[
"Zhuang",
"Chao",
"",
"Michael Pokorny"
],
[
"Park",
"Haon",
"",
"Michael Pokorny"
],
[
"Carroll",
"Micah",
"",
"Michael Pokorny"
],
[
"Tawfeek",
"Andrew R.",
"",
"Michael Pokorny"
],
[
"Steinerberger",
"Stefan",
"",
"Michael Pokorny"
],
[
"Aggarwal",
"Daattavya",
"",
"Michael Pokorny"
],
[
"Kirchhof",
"Michael",
"",
"Michael Pokorny"
],
[
"Dai",
"Linjie",
"",
"Michael Pokorny"
],
[
"Kim",
"Evan",
"",
"Michael Pokorny"
],
[
"Ferret",
"Johan",
"",
"Michael Pokorny"
],
[
"Shah",
"Jainam",
"",
"Michael Pokorny"
],
[
"Wang",
"Yuzhou",
"",
"Michael Pokorny"
],
[
"Yan",
"Minghao",
"",
"Michael Pokorny"
],
[
"Burdzy",
"Krzysztof",
"",
"Michael Pokorny"
],
[
"Zhang",
"Lixin",
"",
"Michael Pokorny"
],
[
"Franca",
"Antonio",
"",
"Michael Pokorny"
],
[
"Pham",
"Diana T.",
"",
"Michael Pokorny"
],
[
"Loh",
"Kang Yong",
"",
"Michael Pokorny"
],
[
"Robinson",
"Joshua",
"",
"Michael Pokorny"
],
[
"Jackson",
"Abram",
"",
"Michael Pokorny"
],
[
"Giordano",
"Paolo",
"",
"Michael Pokorny"
],
[
"Petersen",
"Philipp",
"",
"Michael Pokorny"
],
[
"Cosma",
"Adrian",
"",
"Michael Pokorny"
],
[
"Colino",
"Jesus",
"",
"Michael Pokorny"
],
[
"White",
"Colin",
"",
"Michael Pokorny"
],
[
"Votava",
"Jacob",
"",
"Michael Pokorny"
],
[
"Vinnikov",
"Vladimir",
"",
"Michael Pokorny"
],
[
"Delaney",
"Ethan",
"",
"Michael Pokorny"
],
[
"Spelda",
"Petr",
"",
"Michael Pokorny"
],
[
"Stritecky",
"Vit",
"",
"Michael Pokorny"
],
[
"Shahid",
"Syed M.",
"",
"Michael Pokorny"
],
[
"Mourrat",
"Jean-Christophe",
"",
"Michael Pokorny"
],
[
"Vetoshkin",
"Lavr",
"",
"Michael Pokorny"
],
[
"Sponselee",
"Koen",
"",
"Michael Pokorny"
],
[
"Bacho",
"Renas",
"",
"Michael Pokorny"
],
[
"Yong",
"Zheng-Xin",
"",
"Michael Pokorny"
],
[
"de la Rosa",
"Florencia",
"",
"Michael Pokorny"
],
[
"Cho",
"Nathan",
"",
"Michael Pokorny"
],
[
"Li",
"Xiuyu",
"",
"Michael Pokorny"
],
[
"Malod",
"Guillaume",
"",
"Michael Pokorny"
],
[
"Weller",
"Orion",
"",
"Michael Pokorny"
],
[
"Albani",
"Guglielmo",
"",
"Michael Pokorny"
],
[
"Lang",
"Leon",
"",
"Michael Pokorny"
],
[
"Laurendeau",
"Julien",
"",
"Michael Pokorny"
],
[
"Kazakov",
"Dmitry",
"",
"Michael Pokorny"
],
[
"Adesanya",
"Fatimah",
"",
"Michael Pokorny"
],
[
"Portier",
"Julien",
"",
"Michael Pokorny"
],
[
"Hollom",
"Lawrence",
"",
"Michael Pokorny"
],
[
"Souza",
"Victor",
"",
"Michael Pokorny"
],
[
"Zhou",
"Yuchen Anna",
"",
"Michael Pokorny"
],
[
"Degorre",
"Julien",
"",
"Michael Pokorny"
],
[
"Yalın",
"Yiğit",
"",
"Michael Pokorny"
],
[
"Obikoya",
"Gbenga Daniel",
"",
"Michael Pokorny"
],
[
"Rai",
"",
"",
"Michael Pokorny"
],
[
"Bigi",
"Filippo",
"",
"Quinn"
],
[
"Boscá",
"M. C.",
"",
"Quinn"
],
[
"Shumar",
"Oleg",
"",
"Quinn"
],
[
"Bacho",
"Kaniuar",
"",
"Quinn"
],
[
"Recchia",
"Gabriel",
"",
"Quinn"
],
[
"Popescu",
"Mara",
"",
"Quinn"
],
[
"Shulga",
"Nikita",
"",
"Quinn"
],
[
"Tanwie",
"Ngefor Mildred",
"",
"Quinn"
],
[
"Lux",
"Thomas C. H.",
"",
"Quinn"
],
[
"Rank",
"Ben",
"",
"Quinn"
],
[
"Ni",
"Colin",
"",
"Quinn"
],
[
"Brooks",
"Matthew",
"",
"Quinn"
],
[
"Yakimchyk",
"Alesia",
"",
"Quinn"
],
[
"Huanxu",
"",
"",
"Quinn"
],
[
"Liu",
"",
"",
"Tony"
],
[
"Cavalleri",
"Stefano",
"",
"Tony"
],
[
"Häggström",
"Olle",
"",
"Tony"
],
[
"Verkama",
"Emil",
"",
"Tony"
],
[
"Newbould",
"Joshua",
"",
"Tony"
],
[
"Gundlach",
"Hans",
"",
"Tony"
],
[
"Brito-Santana",
"Leonor",
"",
"Tony"
],
[
"Amaro",
"Brian",
"",
"Tony"
],
[
"Vajipey",
"Vivek",
"",
"Tony"
],
[
"Grover",
"Rynaa",
"",
"Tony"
],
[
"Wang",
"Ting",
"",
"Tony"
],
[
"Kratish",
"Yosi",
"",
"Tony"
],
[
"Li",
"Wen-Ding",
"",
"Tony"
],
[
"Gopi",
"Sivakanth",
"",
"Tony"
],
[
"Caciolai",
"Andrea",
"",
"Tony"
],
[
"de Witt",
"Christian Schroeder",
"",
"Tony"
],
[
"Hernández-Cámara",
"Pablo",
"",
"Tony"
],
[
"Rodolà",
"Emanuele",
"",
"Tony"
],
[
"Robins",
"Jules",
"",
"Tony"
],
[
"Williamson",
"Dominic",
"",
"Tony"
],
[
"Cheng",
"Vincent",
"",
"Tony"
],
[
"Raynor",
"Brad",
"",
"Tony"
],
[
"Qi",
"Hao",
"",
"Tony"
],
[
"Segev",
"Ben",
"",
"Tony"
],
[
"Fan",
"Jingxuan",
"",
"Tony"
],
[
"Martinson",
"Sarah",
"",
"Tony"
],
[
"Wang",
"Erik Y.",
"",
"Tony"
],
[
"Hausknecht",
"Kaylie",
"",
"Tony"
],
[
"Brenner",
"Michael P.",
"",
"Tony"
],
[
"Mao",
"Mao",
"",
"Tony"
],
[
"Demian",
"Christoph",
"",
"Tony"
],
[
"Kassani",
"Peyman",
"",
"Tony"
],
[
"Zhang",
"Xinyu",
"",
"Tony"
],
[
"Avagian",
"David",
"",
"Tony"
],
[
"Scipio",
"Eshawn Jessica",
"",
"Tony"
],
[
"Ragoler",
"Alon",
"",
"Tony"
],
[
"Tan",
"Justin",
"",
"Tony"
],
[
"Sims",
"Blake",
"",
"Tony"
],
[
"Plecnik",
"Rebeka",
"",
"Tony"
],
[
"Kirtland",
"Aaron",
"",
"Tony"
],
[
"Bodur",
"Omer Faruk",
"",
"Tony"
],
[
"Shinde",
"D. P.",
"",
"Tony"
],
[
"Labrador",
"Yan Carlos Leyva",
"",
"Tony"
],
[
"Adoul",
"Zahra",
"",
"Tony"
],
[
"Zekry",
"Mohamed",
"",
"Tony"
],
[
"Karakoc",
"Ali",
"",
"Tony"
],
[
"Santos",
"Tania C. B.",
"",
"Tony"
],
[
"Shamseldeen",
"Samir",
"",
"Tony"
],
[
"Karim",
"Loukmane",
"",
"Tony"
],
[
"Liakhovitskaia",
"Anna",
"",
"Tony"
],
[
"Resman",
"Nate",
"",
"Tony"
],
[
"Farina",
"Nicholas",
"",
"Tony"
],
[
"Gonzalez",
"Juan Carlos",
"",
"Tony"
],
[
"Maayan",
"Gabe",
"",
"Tony"
],
[
"Anderson",
"Earth",
"",
"Tony"
],
[
"Pena",
"Rodrigo De Oliveira",
"",
"Tony"
],
[
"Kelley",
"Elizabeth",
"",
"Tony"
],
[
"Mariji",
"Hodjat",
"",
"Tony"
],
[
"Pouriamanesh",
"Rasoul",
"",
"Tony"
],
[
"Wu",
"Wentao",
"",
"Tony"
],
[
"Finocchio",
"Ross",
"",
"Tony"
],
[
"Alarab",
"Ismail",
"",
"Tony"
],
[
"Cole",
"Joshua",
"",
"Tony"
],
[
"Ferreira",
"Danyelle",
"",
"Tony"
],
[
"Johnson",
"Bryan",
"",
"Tony"
],
[
"Safdari",
"Mohammad",
"",
"Tony"
],
[
"Dai",
"Liangti",
"",
"Tony"
],
[
"Arthornthurasuk",
"Siriphan",
"",
"Tony"
],
[
"McAlister",
"Isaac C.",
"",
"Tony"
],
[
"Moyano",
"Alejandro José",
"",
"Tony"
],
[
"Pronin",
"Alexey",
"",
"Tony"
],
[
"Fan",
"Jing",
"",
"Tony"
],
[
"Ramirez-Trinidad",
"Angel",
"",
"Tony"
],
[
"Malysheva",
"Yana",
"",
"Tony"
],
[
"Pottmaier",
"Daphiny",
"",
"Tony"
],
[
"Taheri",
"Omid",
"",
"Tony"
],
[
"Stepanic",
"Stanley",
"",
"Tony"
],
[
"Perry",
"Samuel",
"",
"Tony"
],
[
"Askew",
"Luke",
"",
"Tony"
],
[
"Rodríguez",
"Raúl Adrián Huerta",
"",
"Tony"
],
[
"Minissi",
"Ali M. R.",
"",
"Tony"
],
[
"Lorena",
"Ricardo",
"",
"Tony"
],
[
"Iyer",
"Krishnamurthy",
"",
"Tony"
],
[
"Fasiludeen",
"Arshad Anil",
"",
"Tony"
],
[
"Clark",
"Ronald",
"",
"Tony"
],
[
"Ducey",
"Josh",
"",
"Tony"
],
[
"Piza",
"Matheus",
"",
"Tony"
],
[
"Somrak",
"Maja",
"",
"Tony"
],
[
"Vergo",
"Eric",
"",
"Tony"
],
[
"Qin",
"Juehang",
"",
"Tony"
],
[
"Borbás",
"Benjámin",
"",
"Tony"
],
[
"Chu",
"Eric",
"",
"Tony"
],
[
"Lindsey",
"Jack",
"",
"Tony"
],
[
"Jallon",
"Antoine",
"",
"Tony"
],
[
"McInnis",
"I. M. J.",
"",
"Tony"
],
[
"Chen",
"Evan",
"",
"Tony"
],
[
"Semler",
"Avi",
"",
"Tony"
],
[
"Gloor",
"Luk",
"",
"Tony"
],
[
"Shah",
"Tej",
"",
"Tony"
],
[
"Carauleanu",
"Marc",
"",
"Tony"
],
[
"Lauer",
"Pascal",
"",
"Tony"
],
[
"Huy",
"Tran Đuc",
"",
"Tony"
],
[
"Shahrtash",
"Hossein",
"",
"Tony"
],
[
"Duc",
"Emilien",
"",
"Tony"
],
[
"Lewark",
"Lukas",
"",
"Tony"
],
[
"Brown",
"Assaf",
"",
"Tony"
],
[
"Albanie",
"Samuel",
"",
"Tony"
],
[
"Weber",
"Brian",
"",
"Tony"
],
[
"Vaz",
"Warren S.",
"",
"Tony"
],
[
"Clavier",
"Pierre",
"",
"Tony"
],
[
"Fan",
"Yiyang",
"",
"Tony"
],
[
"Silva",
"Gabriel Poesia Reis e",
"",
"Tony"
],
[
"Long",
"",
"",
"Tony"
],
[
"Lian",
"",
"",
"Quod"
],
[
"Abramovitch",
"Marcus",
"",
"Quod"
],
[
"Jiang",
"Xi",
"",
"Quod"
],
[
"Mendoza",
"Sandra",
"",
"Quod"
],
[
"Islam",
"Murat",
"",
"Quod"
],
[
"Gonzalez",
"Juan",
"",
"Quod"
],
[
"Mavroudis",
"Vasilios",
"",
"Quod"
],
[
"Xu",
"Justin",
"",
"Quod"
],
[
"Kumar",
"Pawan",
"",
"Quod"
],
[
"Goswami",
"Laxman Prasad",
"",
"Quod"
],
[
"Bugas",
"Daniel",
"",
"Quod"
],
[
"Heydari",
"Nasser",
"",
"Quod"
],
[
"Jeanplong",
"Ferenc",
"",
"Quod"
],
[
"Jansen",
"Thorben",
"",
"Quod"
],
[
"Pinto",
"Antonella",
"",
"Quod"
],
[
"Apronti",
"Archimedes",
"",
"Quod"
],
[
"Galal",
"Abdallah",
"",
"Quod"
],
[
"Ze-An",
"Ng",
"",
"Quod"
],
[
"Singh",
"Ankit",
"",
"Quod"
],
[
"Jiang",
"Tong",
"",
"Quod"
],
[
"Xavier",
"Joan of Arc",
"",
"Quod"
],
[
"Agarwal",
"Kanu Priya",
"",
"Quod"
],
[
"Berkani",
"Mohammed",
"",
"Quod"
],
[
"Zhang",
"Gang",
"",
"Quod"
],
[
"Du",
"Zhehang",
"",
"Quod"
],
[
"Junior",
"Benedito Alves de Oliveira",
"",
"Quod"
],
[
"Malishev",
"Dmitry",
"",
"Quod"
],
[
"Remy",
"Nicolas",
"",
"Quod"
],
[
"Hartman",
"Taylor D.",
"",
"Quod"
],
[
"Tarver",
"Tim",
"",
"Quod"
],
[
"Mensah",
"Stephen",
"",
"Quod"
],
[
"Loume",
"Gautier Abou",
"",
"Quod"
],
[
"Morak",
"Wiktor",
"",
"Quod"
],
[
"Habibi",
"Farzad",
"",
"Quod"
],
[
"Hoback",
"Sarah",
"",
"Quod"
],
[
"Cai",
"Will",
"",
"Quod"
],
[
"Gimenez",
"Javier",
"",
"Quod"
],
[
"Montecillo",
"Roselynn Grace",
"",
"Quod"
],
[
"Łucki",
"Jakub",
"",
"Quod"
],
[
"Campbell",
"Russell",
"",
"Quod"
],
[
"Sharma",
"Asankhaya",
"",
"Quod"
],
[
"Meer",
"Khalida",
"",
"Quod"
],
[
"Gul",
"Shreen",
"",
"Quod"
],
[
"Gonzalez",
"Daniel Espinosa",
"",
"Quod"
],
[
"Alapont",
"Xavier",
"",
"Quod"
],
[
"Hoover",
"Alex",
"",
"Quod"
],
[
"Chhablani",
"Gunjan",
"",
"Quod"
],
[
"Vargus",
"Freddie",
"",
"Quod"
],
[
"Agarwal",
"Arunim",
"",
"Quod"
],
[
"Jiang",
"Yibo",
"",
"Quod"
],
[
"Patil",
"Deepakkumar",
"",
"Quod"
],
[
"Outevsky",
"David",
"",
"Quod"
],
[
"Scaria",
"Kevin Joseph",
"",
"Quod"
],
[
"Maheshwari",
"Rajat",
"",
"Quod"
],
[
"Dendane",
"Abdelkader",
"",
"Quod"
],
[
"Shukla",
"Priti",
"",
"Quod"
],
[
"Cartwright",
"Ashley",
"",
"Quod"
],
[
"Bogdanov",
"Sergei",
"",
"Quod"
],
[
"Mündler",
"Niels",
"",
"Quod"
],
[
"Möller",
"Sören",
"",
"Quod"
],
[
"Arnaboldi",
"Luca",
"",
"Quod"
],
[
"Thaman",
"Kunvar",
"",
"Quod"
],
[
"Siddiqi",
"Muhammad Rehan",
"",
"Quod"
],
[
"Saxena",
"Prajvi",
"",
"Quod"
],
[
"Gupta",
"Himanshu",
"",
"Quod"
],
[
"Fruhauff",
"Tony",
"",
"Quod"
],
[
"Sherman",
"Glen",
"",
"Quod"
],
[
"Vincze",
"Mátyás",
"",
"Quod"
],
[
"Usawasutsakorn",
"Siranut",
"",
"Quod"
],
[
"Ler",
"Dylan",
"",
"Quod"
],
[
"Radhakrishnan",
"Anil",
"",
"Quod"
],
[
"Enyekwe",
"Innocent",
"",
"Quod"
],
[
"Salauddin",
"Sk Md",
"",
"Quod"
],
[
"Muzhen",
"Jiang",
"",
"Quod"
],
[
"Maksapetyan",
"Aleksandr",
"",
"Quod"
],
[
"Rossbach",
"Vivien",
"",
"Quod"
],
[
"Harjadi",
"Chris",
"",
"Quod"
],
[
"Bahaloohoreh",
"Mohsen",
"",
"Quod"
],
[
"Sparrow",
"Claire",
"",
"Quod"
],
[
"Sidhu",
"Jasdeep",
"",
"Quod"
],
[
"Ali",
"Sam",
"",
"Quod"
],
[
"Bian",
"Song",
"",
"Quod"
],
[
"Lai",
"John",
"",
"Quod"
],
[
"Singer",
"Eric",
"",
"Quod"
],
[
"Uro",
"Justine Leon",
"",
"Quod"
],
[
"Bateman",
"Greg",
"",
"Quod"
],
[
"Sayed",
"Mohamed",
"",
"Quod"
],
[
"Menshawy",
"Ahmed",
"",
"Quod"
],
[
"Duclosel",
"Darling",
"",
"Quod"
],
[
"Bezzi",
"Dario",
"",
"Quod"
],
[
"Jain",
"Yashaswini",
"",
"Quod"
],
[
"Aaron",
"Ashley",
"",
"Quod"
],
[
"Tiryakioglu",
"Murat",
"",
"Quod"
],
[
"Siddh",
"Sheeshram",
"",
"Quod"
],
[
"Krenek",
"Keith",
"",
"Quod"
],
[
"Shah",
"Imad Ali",
"",
"Quod"
],
[
"Jin",
"Jun",
"",
"Quod"
],
[
"Creighton",
"Scott",
"",
"Quod"
],
[
"Peskoff",
"Denis",
"",
"Quod"
],
[
"EL-Wasif",
"Zienab",
"",
"Quod"
],
[
"P",
"Ragavendran",
"V",
"Quod"
],
[
"Richmond",
"Michael",
"",
"Quod"
],
[
"McGowan",
"Joseph",
"",
"Quod"
],
[
"Patwardhan",
"Tejal",
"",
"Quod"
],
[
"Sun",
"Hao-Yu",
"",
"Quod"
],
[
"Sun",
"Ting",
"",
"Quod"
],
[
"Zubić",
"Nikola",
"",
"Quod"
],
[
"Sala",
"Samuele",
"",
"Quod"
],
[
"Ebert",
"Stephen",
"",
"Quod"
],
[
"Kaddour",
"Jean",
"",
"Quod"
],
[
"Schottdorf",
"Manuel",
"",
"Quod"
],
[
"Wang",
"Dianzhuo",
"",
"Quod"
],
[
"Petruzella",
"Gerol",
"",
"Quod"
],
[
"Meiburg",
"Alex",
"",
"Quod"
],
[
"Medved",
"Tilen",
"",
"Quod"
],
[
"ElSheikh",
"Ali",
"",
"Quod"
],
[
"Hebbar",
"S Ashwin",
"",
"Quod"
],
[
"Vaquero",
"Lorenzo",
"",
"Quod"
],
[
"Yang",
"Xianjun",
"",
"Quod"
],
[
"Poulos",
"Jason",
"",
"Quod"
],
[
"Zouhar",
"Vilém",
"",
"Quod"
],
[
"Bogdanik",
"Sergey",
"",
"Quod"
],
[
"Zhang",
"Mingfang",
"",
"Quod"
],
[
"Sanz-Ros",
"Jorge",
"",
"Quod"
],
[
"Anugraha",
"David",
"",
"Quod"
],
[
"Dai",
"Yinwei",
"",
"Quod"
],
[
"Nhu",
"Anh N.",
"",
"Quod"
],
[
"Wang",
"Xue",
"",
"Quod"
],
[
"Demircali",
"Ali Anil",
"",
"Quod"
],
[
"Jia",
"Zhibai",
"",
"Quod"
],
[
"Zhou",
"Yuyin",
"",
"Quod"
],
[
"Wu",
"Juncheng",
"",
"Quod"
],
[
"He",
"Mike",
"",
"Quod"
],
[
"Chandok",
"Nitin",
"",
"Quod"
],
[
"Sinha",
"Aarush",
"",
"Quod"
],
[
"Luo",
"Gaoxiang",
"",
"Quod"
],
[
"Le",
"Long",
"",
"Quod"
],
[
"Noyé",
"Mickaël",
"",
"Quod"
],
[
"Perełkiewicz",
"Michał",
"",
"Quod"
],
[
"Pantidis",
"Ioannis",
"",
"Quod"
],
[
"Qi",
"Tianbo",
"",
"Quod"
],
[
"Purohit",
"Soham Sachin",
"",
"Quod"
],
[
"Parcalabescu",
"Letitia",
"",
"Quod"
],
[
"Nguyen",
"Thai-Hoa",
"",
"Quod"
],
[
"Winata",
"Genta Indra",
"",
"Quod"
],
[
"Ponti",
"Edoardo M.",
"",
"Quod"
],
[
"Li",
"Hanchen",
"",
"Quod"
],
[
"Dhole",
"Kaustubh",
"",
"Quod"
],
[
"Park",
"Jongee",
"",
"Quod"
],
[
"Abbondanza",
"Dario",
"",
"Quod"
],
[
"Wang",
"Yuanli",
"",
"Quod"
],
[
"Nayak",
"Anupam",
"",
"Quod"
],
[
"Caetano",
"Diogo M.",
"",
"Quod"
],
[
"Wong",
"Antonio A. W. L.",
"",
"Quod"
],
[
"del Rio-Chanona",
"Maria",
"",
"Quod"
],
[
"Kondor",
"Dániel",
"",
"Quod"
],
[
"Francois",
"Pieter",
"",
"Quod"
],
[
"Chalstrey",
"Ed",
"",
"Quod"
],
[
"Zsambok",
"Jakob",
"",
"Quod"
],
[
"Hoyer",
"Dan",
"",
"Quod"
],
[
"Reddish",
"Jenny",
"",
"Quod"
],
[
"Hauser",
"Jakob",
"",
"Quod"
],
[
"Rodrigo-Ginés",
"Francisco-Javier",
"",
"Quod"
],
[
"Datta",
"Suchandra",
"",
"Quod"
],
[
"Shepherd",
"Maxwell",
"",
"Quod"
],
[
"Kamphuis",
"Thom",
"",
"Quod"
],
[
"Zhang",
"Qizheng",
"",
"Quod"
],
[
"Kim",
"Hyunjun",
"",
"Quod"
],
[
"Sun",
"Ruiji",
"",
"Quod"
],
[
"Yao",
"Jianzhu",
"",
"Quod"
],
[
"Dernoncourt",
"Franck",
"",
"Quod"
],
[
"Krishna",
"Satyapriya",
"",
"Quod"
],
[
"Rismanchian",
"Sina",
"",
"Quod"
],
[
"Pu",
"Bonan",
"",
"Quod"
],
[
"Pinto",
"Francesco",
"",
"Quod"
],
[
"Wang",
"Yingheng",
"",
"Quod"
],
[
"Shridhar",
"Kumar",
"",
"Quod"
],
[
"Overholt",
"Kalon J.",
"",
"Quod"
],
[
"Briia",
"Glib",
"",
"Quod"
],
[
"Nguyen",
"Hieu",
"",
"Quod"
],
[
"David",
"",
"",
"Quod"
],
[
"Bartomeu",
"Soler",
""
],
[
"Pang",
"Tony CY",
""
],
[
"Wecker",
"Adam",
""
],
[
"Xiong",
"Yifan",
""
],
[
"Li",
"Fanfei",
""
],
[
"Huber",
"Lukas S.",
""
],
[
"Jaeger",
"Joshua",
""
],
[
"De Maddalena",
"Romano",
""
],
[
"Lù",
"Xing Han",
""
],
[
"Zhang",
"Yuhui",
""
],
[
"Beger",
"Claas",
""
],
[
"Kon",
"Patrick Tser Jern",
""
],
[
"Li",
"Sean",
""
],
[
"Sanker",
"Vivek",
""
],
[
"Yin",
"Ming",
""
],
[
"Liang",
"Yihao",
""
],
[
"Zhang",
"Xinlu",
""
],
[
"Agrawal",
"Ankit",
""
],
[
"Yifei",
"Li S.",
""
],
[
"Zhang",
"Zechen",
""
],
[
"Cai",
"Mu",
""
],
[
"Sonmez",
"Yasin",
""
],
[
"Cozianu",
"Costin",
""
],
[
"Li",
"Changhao",
""
],
[
"Slen",
"Alex",
""
],
[
"Yu",
"Shoubin",
""
],
[
"Park",
"Hyun Kyu",
""
],
[
"Sarti",
"Gabriele",
""
],
[
"Briański",
"Marcin",
""
],
[
"Stolfo",
"Alessandro",
""
],
[
"Nguyen",
"Truong An",
""
],
[
"Zhang",
"Mike",
""
],
[
"Perlitz",
"Yotam",
""
],
[
"Hernandez-Orallo",
"Jose",
""
],
[
"Li",
"Runjia",
""
],
[
"Shabani",
"Amin",
""
],
[
"Juefei-Xu",
"Felix",
""
],
[
"Dhingra",
"Shikhar",
""
],
[
"Zohar",
"Orr",
""
],
[
"Nguyen",
"My Chiffon",
""
],
[
"Pondaven",
"Alexander",
""
],
[
"Yilmaz",
"Abdurrahim",
""
],
[
"Zhao",
"Xuandong",
""
],
[
"Jin",
"Chuanyang",
""
],
[
"Jiang",
"Muyan",
""
],
[
"Todoran",
"Stefan",
""
],
[
"Han",
"Xinyao",
""
],
[
"Kreuer",
"Jules",
""
],
[
"Rabern",
"Brian",
""
],
[
"Plassart",
"Anna",
""
],
[
"Maggetti",
"Martino",
""
],
[
"Yap",
"Luther",
""
],
[
"Geirhos",
"Robert",
""
],
[
"Kean",
"Jonathon",
""
],
[
"Wang",
"Dingsu",
""
],
[
"Mollaei",
"Sina",
""
],
[
"Sun",
"Chenkai",
""
],
[
"Yin",
"Yifan",
""
],
[
"Wang",
"Shiqi",
""
],
[
"Li",
"Rui",
""
],
[
"Chang",
"Yaowen",
""
],
[
"Wei",
"Anjiang",
""
],
[
"Bizeul",
"Alice",
""
],
[
"Wang",
"Xiaohan",
""
],
[
"Arrais",
"Alexandre Oliveira",
""
],
[
"Mukherjee",
"Kushin",
""
],
[
"Chamorro-Padial",
"Jorge",
""
],
[
"Liu",
"Jiachen",
""
],
[
"Qu",
"Xingyu",
""
],
[
"Guan",
"Junyi",
""
],
[
"Bouyamourn",
"Adam",
""
],
[
"Wu",
"Shuyu",
""
],
[
"Plomecka",
"Martyna",
""
],
[
"Chen",
"Junda",
""
],
[
"Tang",
"Mengze",
""
],
[
"Deng",
"Jiaqi",
""
],
[
"Subramanian",
"Shreyas",
""
],
[
"Xi",
"Haocheng",
""
],
[
"Chen",
"Haoxuan",
""
],
[
"Zhang",
"Weizhi",
""
],
[
"Ren",
"Yinuo",
""
],
[
"Tu",
"Haoqin",
""
],
[
"Kim",
"Sejong",
""
],
[
"Chen",
"Yushun",
""
],
[
"Marjanović",
"Sara Vera",
""
],
[
"Ha",
"Junwoo",
""
],
[
"Luczyna",
"Grzegorz",
""
],
[
"Ma",
"Jeff J.",
""
],
[
"Shen",
"Zewen",
""
],
[
"Song",
"Dawn",
""
],
[
"Zhang",
"Cedegao E.",
""
],
[
"Wang",
"Zhun",
""
],
[
"Gendron",
"Gaël",
""
],
[
"Xiao",
"Yunze",
""
],
[
"Smucker",
"Leo",
""
],
[
"Weng",
"Erica",
""
],
[
"Lee",
"Kwok Hao",
""
],
[
"Ye",
"Zhe",
""
],
[
"Ermon",
"Stefano",
""
],
[
"Lopez-Miguel",
"Ignacio D.",
""
],
[
"Knights",
"Theo",
""
],
[
"Gitter",
"Anthony",
""
],
[
"Park",
"Namkyu",
""
],
[
"Wei",
"Boyi",
""
],
[
"Chen",
"Hongzheng",
""
],
[
"Pai",
"Kunal",
""
],
[
"Elkhanany",
"Ahmed",
""
],
[
"Lin",
"Han",
""
],
[
"Siedler",
"Philipp D.",
""
],
[
"Fang",
"Jichao",
""
],
[
"Mishra",
"Ritwik",
""
],
[
"Zsolnai-Fehér",
"Károly",
""
],
[
"Jiang",
"Xilin",
""
],
[
"Khan",
"Shadab",
""
],
[
"Yuan",
"Jun",
""
],
[
"Jain",
"Rishab Kumar",
""
],
[
"Lin",
"Xi",
""
],
[
"Peterson",
"Mike",
""
],
[
"Wang",
"Zhe",
""
],
[
"Malusare",
"Aditya",
""
],
[
"Tang",
"Maosen",
""
],
[
"Gupta",
"Isha",
""
],
[
"Fosin",
"Ivan",
""
],
[
"Kang",
"Timothy",
""
],
[
"Dworakowska",
"Barbara",
""
],
[
"Matsumoto",
"Kazuki",
""
],
[
"Zheng",
"Guangyao",
""
],
[
"Sewuster",
"Gerben",
""
],
[
"Villanueva",
"Jorge Pretel",
""
],
[
"Rannev",
"Ivan",
""
],
[
"Chernyavsky",
"Igor",
""
],
[
"Chen",
"Jiale",
""
],
[
"Banik",
"Deepayan",
""
],
[
"Racz",
"Ben",
""
],
[
"Dong",
"Wenchao",
""
],
[
"Wang",
"Jianxin",
""
],
[
"Bashmal",
"Laila",
""
],
[
"Gonçalves",
"Duarte V.",
""
],
[
"Hu",
"Wei",
""
],
[
"Bar",
"Kaushik",
""
],
[
"Bohdal",
"Ondrej",
""
],
[
"Patlan",
"Atharv Singh",
""
],
[
"Dhuliawala",
"Shehzaad",
""
],
[
"Geirhos",
"Caroline",
""
],
[
"Wist",
"Julien",
""
],
[
"Kansal",
"Yuval",
""
],
[
"Chen",
"Bingsen",
""
],
[
"Tire",
"Kutay",
""
],
[
"Yücel",
"Atak Talay",
""
],
[
"Christof",
"Brandon",
""
],
[
"Singla",
"Veerupaksh",
""
],
[
"Song",
"Zijian",
""
],
[
"Chen",
"Sanxing",
""
],
[
"Ge",
"Jiaxin",
""
],
[
"Ponkshe",
"Kaustubh",
""
],
[
"Park",
"Isaac",
""
],
[
"Shi",
"Tianneng",
""
],
[
"Ma",
"Martin Q.",
""
],
[
"Mak",
"Joshua",
""
],
[
"Lai",
"Sherwin",
""
],
[
"Moulin",
"Antoine",
""
],
[
"Cheng",
"Zhuo",
""
],
[
"Zhu",
"Zhanda",
""
],
[
"Zhang",
"Ziyi",
""
],
[
"Patil",
"Vaidehi",
""
],
[
"Jha",
"Ketan",
""
],
[
"Men",
"Qiutong",
""
],
[
"Wu",
"Jiaxuan",
""
],
[
"Zhang",
"Tianchi",
""
],
[
"Vieira",
"Bruno Hebling",
""
],
[
"Aji",
"Alham Fikri",
""
],
[
"Chung",
"Jae-Won",
""
],
[
"Mahfoud",
"Mohammed",
""
],
[
"Hoang",
"Ha Thi",
""
],
[
"Sperzel",
"Marc",
""
],
[
"Hao",
"Wei",
""
],
[
"Meding",
"Kristof",
""
],
[
"Xu",
"Sihan",
""
],
[
"Kostakos",
"Vassilis",
""
],
[
"Manini",
"Davide",
""
],
[
"Liu",
"Yueying",
""
],
[
"Toukmaji",
"Christopher",
""
],
[
"Paek",
"Jay",
""
],
[
"Yu",
"Eunmi",
""
],
[
"Demircali",
"Arif Engin",
""
],
[
"Sun",
"Zhiyi",
""
],
[
"Dewerpe",
"Ivan",
""
],
[
"Qin",
"Hongsen",
""
],
[
"Pflugfelder",
"Roman",
""
],
[
"Bailey",
"James",
""
],
[
"Morris",
"Johnathan",
""
],
[
"Heilala",
"Ville",
""
],
[
"Rosset",
"Sybille",
""
],
[
"Yu",
"Zishun",
""
],
[
"Chen",
"Peter E.",
""
],
[
"Yeo",
"Woongyeong",
""
],
[
"Jain",
"Eeshaan",
""
],
[
"Yang",
"Ryan",
""
],
[
"Chigurupati",
"Sreekar",
""
],
[
"Chernyavsky",
"Julia",
""
],
[
"Reddy",
"Sai Prajwal",
""
],
[
"Venugopalan",
"Subhashini",
""
],
[
"Batra",
"Hunar",
""
],
[
"Park",
"Core Francisco",
""
],
[
"Tran",
"Hieu",
""
],
[
"Maximiano",
"Guilherme",
""
],
[
"Zhang",
"Genghan",
""
],
[
"Liang",
"Yizhuo",
""
],
[
"Shiyu",
"Hu",
""
],
[
"Xu",
"Rongwu",
""
],
[
"Pan",
"Rui",
""
],
[
"Suresh",
"Siddharth",
""
],
[
"Liu",
"Ziqi",
""
],
[
"Gulati",
"Samaksh",
""
],
[
"Zhang",
"Songyang",
""
],
[
"Turchin",
"Peter",
""
],
[
"Bartlett",
"Christopher W.",
""
],
[
"Scotese",
"Christopher R.",
""
],
[
"Cao",
"Phuong M.",
""
],
[
"Nattanmai",
"Aakaash",
""
],
[
"McKellips",
"Gordon",
""
],
[
"Cheraku",
"Anish",
""
],
[
"Suhail",
"Asim",
""
],
[
"Luo",
"Ethan",
""
],
[
"Deng",
"Marvin",
""
],
[
"Luo",
"Jason",
""
],
[
"Zhang",
"Ashley",
""
],
[
"Jindel",
"Kavin",
""
],
[
"Paek",
"Jay",
""
],
[
"Halevy",
"Kasper",
""
],
[
"Baranov",
"Allen",
""
],
[
"Liu",
"Michael",
""
],
[
"Avadhanam",
"Advaith",
""
],
[
"Zhang",
"David",
""
],
[
"Cheng",
"Vincent",
""
],
[
"Ma",
"Brad",
""
],
[
"Fu",
"Evan",
""
],
[
"Do",
"Liam",
""
],
[
"Lass",
"Joshua",
""
],
[
"Yang",
"Hubert",
""
],
[
"Sunkari",
"Surya",
""
],
[
"Bharath",
"Vishruth",
""
],
[
"Ai",
"Violet",
""
],
[
"Leung",
"James",
""
],
[
"Agrawal",
"Rishit",
""
],
[
"Zhou",
"Alan",
""
],
[
"Chen",
"Kevin",
""
],
[
"Kalpathi",
"Tejas",
""
],
[
"Xu",
"Ziqi",
""
],
[
"Wang",
"Gavin",
""
],
[
"Xiao",
"Tyler",
""
],
[
"Maung",
"Erik",
""
],
[
"Lee",
"Sam",
""
],
[
"Yang",
"Ryan",
""
],
[
"Yue",
"Roy",
""
],
[
"Zhao",
"Ben",
""
],
[
"Yoon",
"Julia",
""
],
[
"Sun",
"Sunny",
""
],
[
"Singh",
"Aryan",
""
],
[
"Luo",
"Ethan",
""
],
[
"Peng",
"Clark",
""
],
[
"Osbey",
"Tyler",
""
],
[
"Wang",
"Taozhi",
""
],
[
"Echeazu",
"Daryl",
""
],
[
"Yang",
"Hubert",
""
],
[
"Wu",
"Timothy",
""
],
[
"Patel",
"Spandan",
""
],
[
"Kulkarni",
"Vidhi",
""
],
[
"Sundarapandiyan",
"Vijaykaarti",
""
],
[
"Zhang",
"Ashley",
""
],
[
"Le",
"Andrew",
""
],
[
"Nasim",
"Zafir",
""
],
[
"Yalam",
"Srikar",
""
],
[
"Kasamsetty",
"Ritesh",
""
],
[
"Samal",
"Soham",
""
],
[
"Yang",
"Hubert",
""
],
[
"Sun",
"David",
""
],
[
"Shah",
"Nihar",
""
],
[
"Saha",
"Abhijeet",
""
],
[
"Zhang",
"Alex",
""
],
[
"Nguyen",
"Leon",
""
],
[
"Nagumalli",
"Laasya",
""
],
[
"Wang",
"Kaixin",
""
],
[
"Zhou",
"Alan",
""
],
[
"Wu",
"Aidan",
""
],
[
"Luo",
"Jason",
""
],
[
"Telluri",
"Anwith",
""
],
[
"Yue",
"Summer",
""
],
[
"Wang",
"Alexandr",
""
],
[
"Hendrycks",
"Dan",
""
]
] |
2501.14278 | Jaehyun Park | Jaehyun Park, Dongmin Park, Jae-Gil Lee | Active Learning for Continual Learning: Keeping the Past Alive in the
Present | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | Continual learning (CL) enables deep neural networks to adapt to
ever-changing data distributions. In practice, there may be scenarios where
annotation is costly, leading to active continual learning (ACL), which
performs active learning (AL) for the CL scenarios when reducing the labeling
cost by selecting the most informative subset is preferable. However,
conventional AL strategies are not suitable for ACL, as they focus solely on
learning the new knowledge, leading to catastrophic forgetting of previously
learned tasks. Therefore, ACL requires a new AL strategy that can balance the
prevention of catastrophic forgetting and the ability to quickly learn new
tasks. In this paper, we propose AccuACL, Accumulated informativeness-based
Active Continual Learning, by the novel use of the Fisher information matrix as
a criterion for sample selection, derived from a theoretical analysis of the
Fisher-optimality preservation properties within the framework of ACL, while
also addressing the scalability issue of Fisher information-based AL. Extensive
experiments demonstrate that AccuACL significantly outperforms AL baselines
across various CL algorithms, increasing the average accuracy and forgetting by
23.8% and 17.0%, respectively, on average.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 06:46:58 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Apr 2025 07:58:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Park",
"Jaehyun",
""
],
[
"Park",
"Dongmin",
""
],
[
"Lee",
"Jae-Gil",
""
]
] |
2501.14528 | Hossein Hassani | Skala Kamaran Omer and Hossein Hassani | Idiom Detection in Sorani Kurdish Texts | 22 pages, 8 figures, 7 tables | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Idiom detection using Natural Language Processing (NLP) is the computerized
process of recognizing figurative expressions within a text that convey
meanings beyond the literal interpretation of the words. While idiom detection
has seen significant progress across various languages, the Kurdish language
faces a considerable research gap in this area despite the importance of idioms
in tasks like machine translation and sentiment analysis. This study addresses
idiom detection in Sorani Kurdish by approaching it as a text classification
task using deep learning techniques. To tackle this, we developed a dataset
containing 10,580 sentences embedding 101 Sorani Kurdish idioms across diverse
contexts. Using this dataset, we developed and evaluated three deep learning
models: KuBERT-based transformer sequence classification, a Recurrent
Convolutional Neural Network (RCNN), and a BiLSTM model with an attention
mechanism. The evaluations revealed that the transformer model, the fine-tuned
BERT, consistently outperformed the others, achieving nearly 99% accuracy while
the RCNN achieved 96.5% and the BiLSTM 80%. These results highlight the
effectiveness of Transformer-based architectures in low-resource languages like
Kurdish. This research provides a dataset, three optimized models, and insights
into idiom detection, laying a foundation for advancing Kurdish NLP.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 14:31:30 GMT"
},
{
"version": "v2",
"created": "Thu, 30 Jan 2025 10:15:35 GMT"
},
{
"version": "v3",
"created": "Sun, 20 Apr 2025 14:22:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Omer",
"Skala Kamaran",
""
],
[
"Hassani",
"Hossein",
""
]
] |
2501.14989 | Ningji Wei | Ningji Wei, Xian Yu, Peter Zhang | Redefining Coherent Risk Measures: From Gauge Optimization to
Regularization | null | null | null | null | math.OC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | It is well understood that each coherent risk measure can be represented as
the expectation with respect to the worst-case reweighted density function,
chosen from an abstract risk envelope. This paper introduces an equivalent but
more explicit definition of the risk envelope that uses gauge sets (i.e., a
type of convex sets widely utilized in convex analysis and gauge optimization)
to provide a generalized measure of distance between any reweighting function
and the nominal one. Using the primal gauge set reweighting problem, we provide
a unified framework for various existing methods in optimization under
uncertainty, including risk-neutral/risk-averse stochastic programming, robust
optimization, and distributionally robust optimization with moment-based and
distance-based ambiguity sets. On the other hand, the associated dual problem
offers an intuitive interpretation from the regularization perspective. This
approach not only simplifies the derivation of classic results but also
provides a versatile framework for robustness design via manipulations of the
gauge sets (e.g., intersection, union, summation, convex combination, and
function basis enforcement). To demonstrate this flexibility, we present
approaches for customizing robustness to specific managerial needs, including
methods for selecting flexible tail behaviors, addressing spatial
distributional ambiguities, combining multiple robustness metrics, and
achieving heterogeneous distributional robustness. We also discuss general
reformulation techniques and computational approaches for this unified
framework.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 23:48:33 GMT"
},
{
"version": "v2",
"created": "Sat, 19 Apr 2025 01:38:32 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wei",
"Ningji",
""
],
[
"Yu",
"Xian",
""
],
[
"Zhang",
"Peter",
""
]
] |
2501.15167 | Jianhui Wang | Yangfan He, Jianhui Wang, Yijin Wang, Kun Li, Yan Zhong, Xinyuan Song,
Li Sun, Jingyuan Lu, Miao Zhang, Tianyu Shi, Xinhang Yuan, Kuan Lu, Menghao
Huo, Keqin Li, Jiaqi Chen | Enhancing Intent Understanding for Ambiguous prompt: A Human-Machine
Co-Adaption Strategy | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Today's image generation systems are capable of producing realistic and
high-quality images. However, user prompts often contain ambiguities, making it
difficult for these systems to interpret users' actual intentions.
Consequently, many users must modify their prompts several times to ensure the
generated images meet their expectations. While some methods focus on enhancing
prompts to make the generated images fit user needs, the model is still hard to
understand users' real needs, especially for non-expert users. In this
research, we aim to enhance the visual parameter-tuning process, making the
model user-friendly for individuals without specialized knowledge and better
understand user needs. We propose a human-machine co-adaption strategy using
mutual information between the user's prompts and the pictures under
modification as the optimizing target to make the system better adapt to user
needs. We find that an improved model can reduce the necessity for multiple
rounds of adjustments. We also collect multi-round dialogue datasets with
prompts and images pairs and user intent. Various experiments demonstrate the
effectiveness of the proposed method in our proposed dataset. Our annotation
tools and several examples of our dataset are available at
https://zenodo.org/records/14876029 for easier review. We will make open source
our full dataset and code.
| [
{
"version": "v1",
"created": "Sat, 25 Jan 2025 10:32:00 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Feb 2025 18:02:47 GMT"
},
{
"version": "v3",
"created": "Tue, 4 Mar 2025 19:51:26 GMT"
},
{
"version": "v4",
"created": "Mon, 31 Mar 2025 06:06:33 GMT"
},
{
"version": "v5",
"created": "Mon, 21 Apr 2025 05:35:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"He",
"Yangfan",
""
],
[
"Wang",
"Jianhui",
""
],
[
"Wang",
"Yijin",
""
],
[
"Li",
"Kun",
""
],
[
"Zhong",
"Yan",
""
],
[
"Song",
"Xinyuan",
""
],
[
"Sun",
"Li",
""
],
[
"Lu",
"Jingyuan",
""
],
[
"Zhang",
"Miao",
""
],
[
"Shi",
"Tianyu",
""
],
[
"Yuan",
"Xinhang",
""
],
[
"Lu",
"Kuan",
""
],
[
"Huo",
"Menghao",
""
],
[
"Li",
"Keqin",
""
],
[
"Chen",
"Jiaqi",
""
]
] |
2501.15206 | Ran Zhang | Ran Zhang, Caihua Wan, Yingqian Xu, Xiaohan Li, Raik Hoffmann, Meike
Hindenberg, Shiqiang Liu, Dehao Kong, Shilong Xiong, Shikun He, Alptekin
Vardar, Qiang Dai, Junlu Gong, Yihui Sun, Zejie Zheng, Thomas K\"ampfe,
Guoqiang Yu, and Xiufeng Han | Engineering-Oriented Design of Drift-Resilient MTJ Random Number
Generator via Hybrid Control Strategies | 16 pages, 9 figures, data shared at
https://doi.org/10.6084/m9.figshare.28680899.v1 | null | null | null | physics.app-ph cond-mat.dis-nn cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | Magnetic Tunnel Junctions (MTJs) have shown great promise as hardware sources
for true random number generation (TRNG) due to their intrinsic stochastic
switching behavior. However, practical deployment remains challenged by drift
in switching probability caused by thermal fluctuations, device aging, and
environmental instability. This work presents an engineering-oriented,
drift-resilient MTJ-based TRNG architecture, enabled by a hybrid control
strategy that combines self-stabilizing feedback with pulse width modulation. A
key component is the Downcalibration-2 scheme, which updates the control
parameter every two steps using only integer-resolution timing, ensuring
excellent statistical quality without requiring bit discarding,
pre-characterization, or external calibration. Extensive experimental
measurements and numerical simulations demonstrate that this approach maintains
stable randomness under dynamic temperature drift, using only simple digital
logic. The proposed architecture offers high throughput, robustness, and
scalability, making it well-suited for secure hardware applications, embedded
systems, and edge computing environments.
| [
{
"version": "v1",
"created": "Sat, 25 Jan 2025 13:20:11 GMT"
},
{
"version": "v2",
"created": "Fri, 28 Mar 2025 00:04:04 GMT"
},
{
"version": "v3",
"created": "Sat, 19 Apr 2025 20:36:54 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Ran",
""
],
[
"Wan",
"Caihua",
""
],
[
"Xu",
"Yingqian",
""
],
[
"Li",
"Xiaohan",
""
],
[
"Hoffmann",
"Raik",
""
],
[
"Hindenberg",
"Meike",
""
],
[
"Liu",
"Shiqiang",
""
],
[
"Kong",
"Dehao",
""
],
[
"Xiong",
"Shilong",
""
],
[
"He",
"Shikun",
""
],
[
"Vardar",
"Alptekin",
""
],
[
"Dai",
"Qiang",
""
],
[
"Gong",
"Junlu",
""
],
[
"Sun",
"Yihui",
""
],
[
"Zheng",
"Zejie",
""
],
[
"Kämpfe",
"Thomas",
""
],
[
"Yu",
"Guoqiang",
""
],
[
"Han",
"Xiufeng",
""
]
] |
2501.15293 | Sajjad Saleem | Rubab Hafeez, Sadia Waheed, Syeda Aleena Naqvi, Fahad Maqbool, Amna
Sarwar, Sajjad Saleem, Muhammad Imran Sharif, Kamran Siddique, Zahid Akhtar | Deep Learning in Early Alzheimer's disease's Detection: A Comprehensive
Survey of Classification, Segmentation, and Feature Extraction Methods | 22 pages | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Alzheimers disease is a deadly neurological condition, impairing important
memory and brain functions. Alzheimers disease promotes brain shrinkage,
ultimately leading to dementia. Dementia diagnosis typically takes 2.8 to 4.4
years after the first clinical indication. Advancements in computing and
information technology have led to many techniques of studying Alzheimers
disease. Early identification and therapy are crucial for preventing Alzheimers
disease, as early-onset dementia hits people before the age of 65, while
late-onset dementia occurs after this age. According to the 2015 World
Alzheimers disease Report, there are 46.8 million individuals worldwide
suffering from dementia, with an anticipated 74.7 million more by 2030 and
131.5 million by 2050. Deep Learning has outperformed conventional Machine
Learning techniques by identifying intricate structures in high-dimensional
data. Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN),
have achieved an accuracy of up to 96.0% for Alzheimers disease classification,
and 84.2% for mild cognitive impairment (MCI) conversion prediction. There have
been few literature surveys available on applying ML to predict dementia,
lacking in congenital observations. However, this survey has focused on a
specific data channel for dementia detection. This study evaluated Deep
Learning algorithms for early Alzheimers disease detection, using openly
accessible datasets, feature segmentation, and classification methods. This
article also has identified research gaps and limits in detecting Alzheimers
disease, which can inform future research.
| [
{
"version": "v1",
"created": "Sat, 25 Jan 2025 18:00:17 GMT"
},
{
"version": "v2",
"created": "Wed, 29 Jan 2025 10:30:35 GMT"
},
{
"version": "v3",
"created": "Wed, 9 Apr 2025 22:39:50 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Apr 2025 12:23:19 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Hafeez",
"Rubab",
""
],
[
"Waheed",
"Sadia",
""
],
[
"Naqvi",
"Syeda Aleena",
""
],
[
"Maqbool",
"Fahad",
""
],
[
"Sarwar",
"Amna",
""
],
[
"Saleem",
"Sajjad",
""
],
[
"Sharif",
"Muhammad Imran",
""
],
[
"Siddique",
"Kamran",
""
],
[
"Akhtar",
"Zahid",
""
]
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.