id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2412.17739 | Ermo Hua | Ermo Hua, Che Jiang, Xingtai Lv, Kaiyan Zhang, Ning Ding, Youbang Sun,
Biqing Qi, Yuchen Fan, Xuekai Zhu, and Bowen Zhou | Fourier Position Embedding: Enhancing Attention's Periodic Extension for
Length Generalization | Accepted to ICML 2025 | null | null | null | cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | Extending the context length of Language Models (LMs) by improving Rotary
Position Embedding (RoPE) has become a trend. While existing works mainly
address RoPE's limitations within attention mechanism, this paper provides an
analysis across nearly all parts of LMs, uncovering their adverse effects on
length generalization for RoPE-based attention. Using Discrete Signal
Processing theory, we show that RoPE enables periodic attention by implicitly
achieving Non-Uniform Discrete Fourier Transform. However, this periodicity is
undermined by the spectral damage caused by: 1) linear layers and activation
functions outside of attention; 2) insufficiently trained frequency components
brought by time-domain truncation. Building on our observations, we propose
Fourier Position Embedding (FoPE), which enhances attention's frequency-domain
properties to improve both its periodic extension and length generalization.
FoPE constructs Fourier Series and zero-outs the destructive frequency
components, increasing model robustness against the spectrum damage.
Experiments across various model scales and benchmarks show that, within
varying context windows, FoPE maintains a more stable performance compared to
RoPE and ALiBi. Several analyses and ablations bring further support to our
method and theoretical modeling.
| [
{
"version": "v1",
"created": "Mon, 23 Dec 2024 17:44:01 GMT"
},
{
"version": "v2",
"created": "Thu, 2 Jan 2025 08:58:38 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 07:47:40 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hua",
"Ermo",
""
],
[
"Jiang",
"Che",
""
],
[
"Lv",
"Xingtai",
""
],
[
"Zhang",
"Kaiyan",
""
],
[
"Ding",
"Ning",
""
],
[
"Sun",
"Youbang",
""
],
[
"Qi",
"Biqing",
""
],
[
"Fan",
"Yuchen",
""
],
[
"Zhu",
"Xuekai",
""
],
[
"Zhou",
"Bowen",
""
]
] |
2412.17895 | Monica Jinwoo Kang | Monica Jinwoo Kang, Craig Lawrie, Ki-Hong Lee, and Jaewon Song | A landscape of 4d N=1 SCFTs with a=c | 54 pages + references, 3 figures, and 3 tables | Phys.Rev.D 111 (2025) 8, 086002 | 10.1103/PhysRevD.111.086002 | DESY-24-171 | hep-th math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study a landscape of four-dimensional $\mathcal{N}=1$ superconformal field
theories (SCFTs) with identical central charges. These theories are obtained by
renormalization group flows triggered by supersymmetry-preserving
superpotential deformations of the $\mathcal{N}=1$ gauging of the flavor
symmetry of a collection of $\mathcal{N}=2$ $\mathcal{D}_p(G)$ Argyres--Douglas
SCFTs. In this work, we focus on the fixed points in the landscape of the
$SU(3)$ gauging of three copies of the $\mathcal{D}_2(SU(3)) = H_2$ theory
together with an adjoint-valued chiral multiplet. We catalogue the network of
$a = c$ fixed points, and, along the way, we find a variety of dualities and
instances of supersymmetry enhancement.
| [
{
"version": "v1",
"created": "Mon, 23 Dec 2024 19:00:00 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kang",
"Monica Jinwoo",
""
],
[
"Lawrie",
"Craig",
""
],
[
"Lee",
"Ki-Hong",
""
],
[
"Song",
"Jaewon",
""
]
] |
2412.18116 | Hao Wen | Hao Wen, Shizuo Tian, Borislav Pavlov, Wenjie Du, Yixuan Li, Ge Chang,
Shanhui Zhao, Jiacheng Liu, Yunxin Liu, Ya-Qin Zhang, Yuanchun Li | AutoDroid-V2: Boosting SLM-based GUI Agents via Code Generation | 13 pages, 5 figures | null | null | null | cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large language models (LLMs) have brought exciting new advances to mobile UI
agents, a long-standing research field that aims to complete arbitrary natural
language tasks through mobile UI interactions. However, existing UI agents
usually demand powerful large language models that are difficult to be deployed
locally on end-users' devices, raising huge concerns about user privacy and
centralized serving cost. Inspired by the remarkable coding abilities of recent
small language models (SLMs), we propose to convert the UI task automation
problem to a code generation problem, which can be effectively solved by an
on-device SLM and efficiently executed with an on-device code interpreter.
Unlike normal coding tasks that can be extensively pre-trained with public
datasets, generating UI automation code is challenging due to the diversity,
complexity, and variability of target apps. Therefore, we adopt a
document-centered approach that automatically builds fine-grained API
documentation for each app and generates diverse task samples based on this
documentation. By guiding the agent with the synthetic documents and task
samples, it learns to generate precise and efficient scripts to complete unseen
tasks. Based on detailed comparisons with state-of-the-art mobile UI agents,
our approach effectively improves the mobile task automation with significantly
higher success rates and lower latency/token consumption. Code is open-sourced
at https://github.com/MobileLLM/AutoDroid-V2.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 02:54:56 GMT"
},
{
"version": "v2",
"created": "Thu, 26 Dec 2024 13:52:48 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 12:24:43 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Wen",
"Hao",
""
],
[
"Tian",
"Shizuo",
""
],
[
"Pavlov",
"Borislav",
""
],
[
"Du",
"Wenjie",
""
],
[
"Li",
"Yixuan",
""
],
[
"Chang",
"Ge",
""
],
[
"Zhao",
"Shanhui",
""
],
[
"Liu",
"Jiacheng",
""
],
[
"Liu",
"Yunxin",
""
],
[
"Zhang",
"Ya-Qin",
""
],
[
"Li",
"Yuanchun",
""
]
] |
2412.18135 | Binrui Zeng | Binrui Zeng, Bin Ji, Xiaodong Liu, Jie Yu, Shasha Li, Jun Ma, Xiaopeng
Li, Shangwen Wang, Xinran Hong, Yongtao Tang | LSAQ: Layer-Specific Adaptive Quantization for Large Language Model
Deployment | 8 pages, 4 figures, accepted to IJCNN 2025 | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | As Large Language Models (LLMs) demonstrate exceptional performance across
various domains, deploying LLMs on edge devices has emerged as a new trend.
Quantization techniques, which reduce the size and memory requirements of LLMs,
are effective for deploying LLMs on resource-limited edge devices. However,
existing one-size-fits-all quantization methods often fail to dynamically
adjust the memory requirements of LLMs, limiting their applications to
practical edge devices with various computation resources. To tackle this
issue, we propose Layer-Specific Adaptive Quantization (LSAQ), a system for
adaptive quantization and dynamic deployment of LLMs based on layer importance.
Specifically, LSAQ evaluates the importance of LLMs' neural layers by
constructing top-k token sets from the inputs and outputs of each layer and
calculating their Jaccard similarity. Based on layer importance, our system
adaptively adjusts quantization strategies in real time according to the
computation resource of edge devices, which applies higher quantization
precision to layers with higher importance, and vice versa. {Experimental
results show that LSAQ consistently outperforms the selected quantization
baselines in terms of perplexity and zero-shot tasks. Additionally, it can
devise appropriate quantization schemes for different usage scenarios to
facilitate the deployment of LLMs.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 03:43:15 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:41:37 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zeng",
"Binrui",
""
],
[
"Ji",
"Bin",
""
],
[
"Liu",
"Xiaodong",
""
],
[
"Yu",
"Jie",
""
],
[
"Li",
"Shasha",
""
],
[
"Ma",
"Jun",
""
],
[
"Li",
"Xiaopeng",
""
],
[
"Wang",
"Shangwen",
""
],
[
"Hong",
"Xinran",
""
],
[
"Tang",
"Yongtao",
""
]
] |
2412.18292 | Zhixuan Shen | Zhixuan Shen, Haonan Luo, Kexun Chen, Fengmao Lv, Tianrui Li | Enhancing Multi-Robot Semantic Navigation Through Multimodal
Chain-of-Thought Score Collaboration | 16 pages, 10 figures, Extended Version of accepted AAAI 2025 Paper | null | null | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Understanding how humans cooperatively utilize semantic knowledge to explore
unfamiliar environments and decide on navigation directions is critical for
house service multi-robot systems. Previous methods primarily focused on
single-robot centralized planning strategies, which severely limited
exploration efficiency. Recent research has considered decentralized planning
strategies for multiple robots, assigning separate planning models to each
robot, but these approaches often overlook communication costs. In this work,
we propose Multimodal Chain-of-Thought Co-Navigation (MCoCoNav), a modular
approach that utilizes multimodal Chain-of-Thought to plan collaborative
semantic navigation for multiple robots. MCoCoNav combines visual perception
with Vision Language Models (VLMs) to evaluate exploration value through
probabilistic scoring, thus reducing time costs and achieving stable outputs.
Additionally, a global semantic map is used as a communication bridge,
minimizing communication overhead while integrating observational results.
Guided by scores that reflect exploration trends, robots utilize this map to
assess whether to explore new frontier points or revisit history nodes.
Experiments on HM3D_v0.2 and MP3D demonstrate the effectiveness of our
approach. Our code is available at https://github.com/FrankZxShen/MCoCoNav.git.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 09:00:31 GMT"
},
{
"version": "v2",
"created": "Wed, 5 Mar 2025 02:00:30 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 04:16:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Shen",
"Zhixuan",
""
],
[
"Luo",
"Haonan",
""
],
[
"Chen",
"Kexun",
""
],
[
"Lv",
"Fengmao",
""
],
[
"Li",
"Tianrui",
""
]
] |
2412.18318 | Tore Deniz Boybeyi | Tore Boybeyi, Sebastien Clesse, Sachiko Kuroyanagi, Mairi
Sakellariadou | Search for a gravitational wave background from primordial black hole
binaries using data from the first three LIGO-Virgo-KAGRA observing runs | Improved analysis, added references. 14 pages, 6 figures | null | null | IFT-UAM/CSIC-24-171, KCL-PH-TH-2024-64 | astro-ph.CO gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Using the cross-correlation data from the first three observing runs of the
LIGO-Virgo-KAGRA Collaboration, we search for a gravitational-wave background
(GWB) from primordial black holes, arising from the superposition of compact
binary coalescence events. We consider both early and late binary formation
mechanisms, and perform Bayesian parameter inference, investigating different
prior distributions of the model parameters. From the non-detection of the GWB,
we provide constraints on the fraction of primordial black holes contributing
to the present dark matter energy density.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 10:07:10 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 23:32:40 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Boybeyi",
"Tore",
""
],
[
"Clesse",
"Sebastien",
""
],
[
"Kuroyanagi",
"Sachiko",
""
],
[
"Sakellariadou",
"Mairi",
""
]
] |
2412.18659 | Marco Aur\'elio Abreu de Paula | Marco A. A. de Paula, Haroldo C. D. Lima Junior, Pedro V. P. Cunha,
Carlos A. R. Herdeiro, Lu\'is C. B. Crispino | Good tachyons, bad bradyons: role reversal in
Einstein-nonlinear-electrodynamics models | 6 pages, 1 figure, 1 table. Version accepted by PLB | Phys. Lett. B 866, 139513 (2025) | 10.1016/j.physletb.2025.139513 | null | gr-qc | http://creativecommons.org/licenses/by/4.0/ | In relativistic mechanics, the 4-velocity and the 4-momentum need not be
parallel. This allows their norm to have a different sign. This possibility
occurs in nonlinear electrodynamics (NED) models minimally coupled to
Einstein's theory. Surprisingly, for a large class of NED models with a Maxwell
limit, for weak fields, the causal (acausal) photons, as determined by their
4-velocity, have a spacelike (timelike) 4-momentum, leading to good tachyons
and bad bradyons. Departing from weak fields, this possibility is determined
solely by the concavity of the NED Lagrangian, which is consistent with the
Dominant Energy Condition analysis. As a corollary, some popular regular black
hole solutions sourced by NED, such as the Bardeen and Hayward solutions, are
acausal.
| [
{
"version": "v1",
"created": "Tue, 24 Dec 2024 19:10:54 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 19:00:38 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"de Paula",
"Marco A. A.",
""
],
[
"Junior",
"Haroldo C. D. Lima",
""
],
[
"Cunha",
"Pedro V. P.",
""
],
[
"Herdeiro",
"Carlos A. R.",
""
],
[
"Crispino",
"Luís C. B.",
""
]
] |
2412.19597 | Kang Xian-Wei | Xian-Wei Kang and Wen-Shuo Ding | Composite nature of the $T_{cc}$ state | revtex-4 13 pages, 1 figure, 1 table; to be published in
Communications in Theoretical Physics | null | null | null | hep-ph hep-ex nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In 2021, LHCb collaboration reported a very narrow state in the $D^0D^0\pi^+$
mass spectrum just below the $D^{*+}D^0$ mass threshold. We consider the
influence of the Castillejo-Dalitz-Dyson (CDD) pole in the scattering amplitude
to derive a general treatment for the two-body final state interaction near its
threshold. The line shape (or the energy dependent event distribution) are then
obtained, where the parameters can be fixed by fitting to the experimental data
on the $D^0D^0\pi^+$ mass spectrum. Within our method the data are quite well
reproduced. The pole structure in the complex energy plane indicates that the
$T_{cc}$ state has a large portion of elementary degree of freedom (e.g., the
compact tetraquark component) inside its hadron wave function. The
compositeness as a measure of molecule component in its wave function is
predicted to be $0.23_{-0.09}^{+0.40}$. Clearly, the non-molecular component
takes a non-negligible or even dominant portion.
| [
{
"version": "v1",
"created": "Fri, 27 Dec 2024 11:42:44 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:40:40 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kang",
"Xian-Wei",
""
],
[
"Ding",
"Wen-Shuo",
""
]
] |
2412.20244 | Joel Maldonado | Lucas Hackl, Mario Kieburg, Joel Maldonado | Average mutual information for random fermionic Gaussian quantum states | 39 pages, 7 figures | null | null | null | quant-ph cond-mat.stat-mech math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Studying the typical entanglement entropy of a bipartite system when
averaging over different ensembles of pure quantum states has been instrumental
in different areas of physics, ranging from many-body quantum chaos to black
hole evaporation. We extend such analysis to open quantum systems and mixed
states, where we compute the typical mutual information in a bipartite system
averaged over the ensemble of mixed Gaussian states with a fixed spectrum.
Tools from random matrix theory and determinantal point processes allow us to
compute arbitrary k-point correlation functions of the singular values of the
corresponding complex structure in a subsystem for a given spectrum in the full
system. In particular, we evaluate the average von Neumann entropy in a
subsystem based on the level density and the average mutual information. Those
results are given for finite system size as well as in the thermodynamic limit.
| [
{
"version": "v1",
"created": "Sat, 28 Dec 2024 19:11:21 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 02:53:53 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hackl",
"Lucas",
""
],
[
"Kieburg",
"Mario",
""
],
[
"Maldonado",
"Joel",
""
]
] |
2412.20971 | Matteo Fadel | Q. Rumman Rahman, Igor Kladari\'c, Max-Emanuel Kern, Luk\'a\v{s}
Lachman, Yiwen Chu, Radim Filip, Matteo Fadel | Genuine quantum non-Gaussianity and metrological sensitivity of Fock
states prepared in a mechanical resonator | null | Phys. Rev. Lett. 134, 180801 (2025) | 10.1103/PhysRevLett.134.180801 | null | quant-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Fock states of the quantum harmonic oscillator are fundamental to quantum
sensing and information processing, serving as key resources for exploiting
bosonic degrees of freedom. Here, we prepare high Fock states in a
high-overtone bulk acoustic wave resonator (HBAR) by coupling it to a
superconducting qubit and applying microwave pulses designed using quantum
optimal control. We characterize the experimentally realized states by
employing a criterion for genuine quantum non-Gaussianity (QNG) designed to
reveal multiphonon contributions. Although energy relaxation and decoherence
limit the achievable fidelities, we demonstrate genuine QNG features compatible
with Fock state $\vert 6\rangle$, confirming that the prepared states cannot be
generated through Gaussian operations on states with up to Fock state $\vert
5\rangle$ contributions. We further investigate the robustness of these QNG
features to losses and their utility in sensing displacement amplitudes. In
particular, we introduce a hierarchy based on the quantum Fisher information
and show that, despite decoherence and measurement imperfections, the prepared
states achieve a displacement sensitivity surpassing that of an ideal Fock
state $\vert 3\rangle$. Our results have immediate applications in quantum
sensing and simulations with HBAR devices.
| [
{
"version": "v1",
"created": "Mon, 30 Dec 2024 14:19:22 GMT"
},
{
"version": "v2",
"created": "Fri, 3 Jan 2025 09:04:06 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 18:23:51 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Rahman",
"Q. Rumman",
""
],
[
"Kladarić",
"Igor",
""
],
[
"Kern",
"Max-Emanuel",
""
],
[
"Lachman",
"Lukáš",
""
],
[
"Chu",
"Yiwen",
""
],
[
"Filip",
"Radim",
""
],
[
"Fadel",
"Matteo",
""
]
] |
2501.00996 | Ruidan Zhong | Yusen Xiao, Qingchen Duan, Zhaoyi Li, Shu Guo, Hengxin Tan, Ruidan
Zhong | Kagome Metal GdNb$_6$Sn$_6$: A 4d Playground for Topological Magnetism
and Electron Correlations | 7 pages, 7 figures | null | 10.1103/PhysRevB.111.205103 | null | cond-mat.mtrl-sci cond-mat.str-el | http://creativecommons.org/publicdomain/zero/1.0/ | Magnetic kagome metals have garnered considerable attention as an ideal
platform for investigating intrinsic topological structures, frustrated
magnetism, and electron correlation effects. In this work, we present the
synthesis and detailed characterization of GdNb$_6$Sn$_6$, a metal that
features a niobium-based kagome lattice and a frustrated triangular gadolinium
network. The compound adopts the HfFe$_6$Ge$_6$-type crystal structure, with
lattice parameters of a = b = 5.765(4) {\AA} and c = 9.536(8) {\AA}. Magnetic
susceptibility and specific heat measurements reveal a magnetic transition near
2.3 K. Electrical transport data confirm metallic behavior, unsaturated
positive magnetoresistance, and a hole-dominated multiband Hall effect.
Furthermore, first-principles calculations indicate that Nb-4d orbitals
predominantly contribute to the electronic states near the Fermi energy, with
the band structure showing multiple topologically nontrivial crossings around
the Fermi surface. This study also compares GdNb$_6$Sn$_6$ with GdV$_6$Sn$_6$,
highlighting their similarities and differences. Our findings pave the way for
exploring RNb$_6$Sn$_6$ (R = rare earth) with customized substitutions of R
sites to fine-tune their properties.
| [
{
"version": "v1",
"created": "Thu, 2 Jan 2025 01:25:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Xiao",
"Yusen",
""
],
[
"Duan",
"Qingchen",
""
],
[
"Li",
"Zhaoyi",
""
],
[
"Guo",
"Shu",
""
],
[
"Tan",
"Hengxin",
""
],
[
"Zhong",
"Ruidan",
""
]
] |
2501.01546 | Kim Siang Khaw | Tianqi Hu, Jun Kai Ng, Guan Ming Wong, Cheng Chen, Kim Siang Khaw,
Meng Lyu, Angela Papa, Philipp Schmidt-Wellenburg, David Staeger and Bastiano
Vitali | Beam test performance of a prototype muon trigger detector for the PSI
muEDM experiment | 22 pages, 16 figures, submitted to RDTM for review | null | null | null | physics.ins-det hep-ex | http://creativecommons.org/licenses/by/4.0/ | We report on the performance evaluation of a prototype muon trigger detector
for the PSI muEDM experiment, conducted as a proof-of-principle test at the
$\pi$E1 beamline of the Paul Scherrer Institute (PSI) using \SI{27.5}{MeV/c}
muons. The detector is designed to identify muons within the acceptance phase
space of a compact storage solenoid and activate a pulsed magnetic kicker for
muon storage; it was tested without the application of a magnetic field. It
comprises a telescope made up of four scintillators in anticoincidence with a
gate scintillator, all read out by silicon photomultipliers. The study focused
on characterizing the detector's response to various muon trajectories and the
light yield of its plastic scintillators. Experimental results demonstrated
strong agreement with Geant4 Monte Carlo simulations that incorporate optical
photon modeling, confirming the detector's concept and its potential for
meeting the stringent requirements of the muEDM experiment.
| [
{
"version": "v1",
"created": "Mon, 30 Dec 2024 07:27:57 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:07:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hu",
"Tianqi",
""
],
[
"Ng",
"Jun Kai",
""
],
[
"Wong",
"Guan Ming",
""
],
[
"Chen",
"Cheng",
""
],
[
"Khaw",
"Kim Siang",
""
],
[
"Lyu",
"Meng",
""
],
[
"Papa",
"Angela",
""
],
[
"Schmidt-Wellenburg",
"Philipp",
""
],
[
"Staeger",
"David",
""
],
[
"Vitali",
"Bastiano",
""
]
] |
2501.01569 | Punit Gandhi | Punit Gandhi, Matthew Oline and Mary Silber | A flow-kick model of dryland vegetation patterns: the impact of rainfall
variability on resilience | 41 pages, 16 figures, 1 table, 2 appendices | null | null | null | nlin.PS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In many drylands around the globe, vegetation self-organizes into regular
spatial patterns in response to aridity stress. We consider the
regularly-spaced vegetation bands, on gentle hill-slopes, that survive low
rainfall conditions by harvesting additional stormwater from upslope
low-infiltration bare zones. We are interested in the robustness of this
pattern formation survival mechanism to changes in rainfall variability. For
this, we use a flow-kick modeling framework that treats storms as instantaneous
kicks to the soil water. The positive feedbacks in the storm-level hydrology,
that act to concentrate water within the vegetation bands, are captured through
the spatial profiles of the soil water kicks. Between storms, the soil water
and vegetation, modeled by a two-component reaction-diffusion system, evolve
together. We use a combination of linear stability analysis and numerical
simulation to compare predictions of idealized periodic rainfall, with no
variability, to predictions when there is randomness in the timing and
magnitude of water input from storms. We show that including these random
elements leads to a decrease in the parameter range over which patterns appear.
This suggests that an increase in storm variability, even with the same mean
annual rainfall, may negatively impact the resilience of these pattern-forming
dryland ecosystems.
| [
{
"version": "v1",
"created": "Thu, 2 Jan 2025 23:07:25 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:15:49 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gandhi",
"Punit",
""
],
[
"Oline",
"Matthew",
""
],
[
"Silber",
"Mary",
""
]
] |
2501.02944 | Barnabe Ledoux | Barnabe Ledoux, David Lacoste | Inhibition of bacterial growth by antibiotics : A simple view | 14 pages, 7 figures for the main. 19 pages and 4 figures for the
supplementary | 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 model to describe the action of a
bacteriostatic antibiotic, assuming that this drug inhibits an essential
autocatalytic cycle involved in the cell metabolism. The model recovers known
growth laws, 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 in terms of antibiotic concentration, a coexistence
between two values of the growth rate is possible, which has also been observed
experimentally. Interesting extensions of the model include the antagonistic
effect of two drugs targeting different autocatalytic cycles or the production
of an inhibiting waste.
| [
{
"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"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 07:09:23 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ledoux",
"Barnabe",
""
],
[
"Lacoste",
"David",
""
]
] |
2501.03082 | Haiming Zhang | Hai-Ming Zhang, Zi-Qi Wang, Cui-Yuan Dai, Yi-Yun Huang, Ruo-Yu Liu,
En-Wei Liang and Xiang-Yu Wang | A two-hump spectrum in the prompt emission of GRB 240825A | Accepted for publication in the ApJ Letters | null | 10.3847/2041-8213/adcf1a | null | astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | An extra hard spectral component that extends to GeV energies, in additional
to the typical sub- MeV Band component, appears in several gamma-ray burst
(GRBs) detected by Fermi Large Area Telescopes (LAT). Only in one case (i.e.,
GRB 090926A), a spectral break feature at the high energy end is identified in
the extra hard component, but the photon counts are not enough to distinguish
between the cutoff model and the broken power law model for the spectral break.
In this work, we report the detection of an extra hard component showing the
spectral break in GRB 240825A. We find that a broken power-law model fits the
spectral data of the extra component better than a single power-law with an
exponential cutoff in the time resolved spectrum for the second emission pulse,
with a break at about 50 MeV. This spectral feature disfavors the gamma-ray
opacity to pair creation as the origin of the spectral break, but points to an
intrinsic peak for the extra component. The low ratio between the peak of the
extra hard component and that of the Band component challenges the synchrotron
self-Compton origin for the extra component. Alternative scenarios, such as the
inverse Compton scattering of the photosphere emission, are discussed. In
addition, we find a clear transition from the prompt emission to afterglow
emission at GeV energies in GRB 240825A, manifested by a temporal steep decay
and an unique spectral evolution.
| [
{
"version": "v1",
"created": "Mon, 6 Jan 2025 15:25:59 GMT"
},
{
"version": "v2",
"created": "Tue, 22 Apr 2025 09:35:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhang",
"Hai-Ming",
""
],
[
"Wang",
"Zi-Qi",
""
],
[
"Dai",
"Cui-Yuan",
""
],
[
"Huang",
"Yi-Yun",
""
],
[
"Liu",
"Ruo-Yu",
""
],
[
"Liang",
"En-Wei",
""
],
[
"Wang",
"Xiang-Yu",
""
]
] |
2501.03170 | Joy Dutta | Joy Dutta, Bijit Mukherjee and Jeremy M. Hutson | Universality in the microwave shielding of ultracold polar molecules | 13 pages, 10 figures, Accepted in PHYSICAL REVIEW RESEARCH | null | null | null | cond-mat.quant-gas physics.atom-ph | http://creativecommons.org/licenses/by/4.0/ | Microwave shielding is an important technique that can suppress the losses
that arise from collisions of ultracold polar molecules. It has been
instrumental in achieving molecular Bose-Einstein condensation (BEC) for NaCs
[Bigagli et al., Nature 631, 289 (2024)]. We demonstrate that microwave
shielding is universal, in the sense that the 2-body collision properties of
different molecules are very similar when expressed in suitable reduced units
of length and energy. This applies to rate coefficients for inelastic
scattering and loss, to scattering lengths, and to the properties of 2-molecule
bound states. We also explore the small deviations from universality that arise
at very large Rabi frequencies. In general, the collision properties are
near-universal except when the Rabi frequency exceeds a few percent of the
molecular rotational constant. The universality extends to elliptically
polarized microwaves and to combinations of multiple fields. Our results
indicate that the methods that have been used to achieve BEC for NaCs can be
transferred directly to most other polar molecules.
| [
{
"version": "v1",
"created": "Mon, 6 Jan 2025 17:38:37 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 14:24:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Dutta",
"Joy",
""
],
[
"Mukherjee",
"Bijit",
""
],
[
"Hutson",
"Jeremy M.",
""
]
] |
2501.04291 | Sona Taheri | Adil M. Bagirov and Kaisa Joki and Marko M. Makela and Sona Taheri | A truncated epsilon-subdifferential method for global DC optimization | 35 pages, 9 figures | null | null | null | math.OC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We consider the difference of convex (DC) optimization problem subject to box
constraints. Utilizing epsilon-subdifferentials of DC components of the
objective, we develop a new method for finding global solutions to this
problem. The method combines a local search approach with a special procedure
for escaping non-global solutions by identifying improved initial points for a
local search. The method terminates when the solution cannot be improved
further. The escaping procedure is designed using subsets of the
epsilon-subdifferentials of DC components. We compute the deviation between
these subsets and determine epsilon-subgradients, providing this deviation.
Using these specific epsilon-subgradients, we formulate a subproblem with a
convex objective function. The solution to this subproblem serves as a starting
point for a local search. We study the convergence of the conceptual version of
the proposed method and discuss its implementation. A large number of academic
test problems demonstrate that the method requires reasonable computational
effort to find higher-quality solutions than other local DC optimization
methods. Additionally, we apply the new method to find global solutions to DC
optimization problems and compare its performance with two benchmark global
optimization solvers.
| [
{
"version": "v1",
"created": "Wed, 8 Jan 2025 05:31:58 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:51:29 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bagirov",
"Adil M.",
""
],
[
"Joki",
"Kaisa",
""
],
[
"Makela",
"Marko M.",
""
],
[
"Taheri",
"Sona",
""
]
] |
2501.04508 | Mazen Elsaadany | Mazen Elsaadany, Mads R. Almassalkhi and Simon H. Tindemans | Linear Model of Aggregated Homogeneous Energy Storage Elements with
Realizable Dispatch Guarantees | null | null | null | null | eess.SY cs.SY | http://creativecommons.org/licenses/by/4.0/ | To optimize the dispatch of batteries, a model is required that can predict
the state of charge (SOC) trajectory for a chosen open-loop power schedule to
ensure admissibility (i.e., that schedule can be realized). However, battery
dispatch optimization is inherently challenging since batteries cannot
simultaneously charge and discharge, which begets a non-convex complementarity
constraint. In this paper, we develop a novel composition of energy storage
elements that can charge or discharge independently and provide a sufficient
linear energy storage model of the composite battery. This permits convex
optimization of the composite battery SOC trajectory while guaranteeing
admissibility of the resulting (aggregated) power schedule and its
disaggregation to the individual energy storage elements.
| [
{
"version": "v1",
"created": "Wed, 8 Jan 2025 13:55:22 GMT"
},
{
"version": "v2",
"created": "Mon, 20 Jan 2025 21:35:15 GMT"
},
{
"version": "v3",
"created": "Fri, 24 Jan 2025 22:13:40 GMT"
},
{
"version": "v4",
"created": "Mon, 5 May 2025 20:10:35 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Elsaadany",
"Mazen",
""
],
[
"Almassalkhi",
"Mads R.",
""
],
[
"Tindemans",
"Simon H.",
""
]
] |
2501.05675 | Feiyi Chen | Feiyi Chen, Leilei Zhang, Guansong Pang, Roger Zimmermann, Shuiguang
Deng | Synergizing Large Language Models and Task-specific Models for Time
Series Anomaly Detection | null | null | null | null | cs.AI cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In anomaly detection, methods based on large language models (LLMs) can
incorporate expert knowledge by reading professional document, while
task-specific small models excel at extracting normal data patterns and
detecting value fluctuations from training data of target applications.
Inspired by the human nervous system, where the brain stores expert knowledge
and the peripheral nervous system and spinal cord handle specific tasks like
withdrawal and knee-jerk reflexes, we propose CoLLaTe, a framework designed to
facilitate collaboration between LLMs and task-specific models, leveraging the
strengths of both models for anomaly detection.
In particular, we first formulate the collaboration process and identify two
key challenges in the collaboration:
(1) the misalignment between the expression domains of the LLMs and
task-specific small models, and (2) error accumulation arising from the
predictions of both models.
To address these challenges, we then introduce two key components in CoLLaTe:
a model alignment module and a collaborative loss function. Through theoretical
analysis and experimental validation, we demonstrate that these components
effectively mitigate the identified challenges and achieve better performance
than both LLM-based and task-specific models.
| [
{
"version": "v1",
"created": "Fri, 10 Jan 2025 02:57:08 GMT"
},
{
"version": "v2",
"created": "Sat, 18 Jan 2025 05:30:01 GMT"
},
{
"version": "v3",
"created": "Thu, 23 Jan 2025 04:23:49 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 07:57:08 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Chen",
"Feiyi",
""
],
[
"Zhang",
"Leilei",
""
],
[
"Pang",
"Guansong",
""
],
[
"Zimmermann",
"Roger",
""
],
[
"Deng",
"Shuiguang",
""
]
] |
2501.07725 | Pedro De La Torre Luque | Shyam Balaji, Pierluca Carenza, Pedro De la Torre Luque, Alessandro
Lella, Leonardo Mastrototaro | In-flight positron annihilation as a probe of feebly interacting
particles | 16 figures, 10 pages. Matching the contents of published version
(Phys.Rev.D 111 (2025) 8, 083053) | Phys.Rev.D 111 (2025) 8, 083053 | 10.1103/PhysRevD.111.083053 | null | hep-ph astro-ph.HE hep-th | http://creativecommons.org/licenses/by/4.0/ | Core-collapse supernovae (SNe) provide a unique environment to study Feebly
Interacting Particles (FIPs) such as Axion-Like Particles (ALPs), sterile
neutrinos, and Dark Photons (DPs). This paper focuses on heavy FIPs produced in
SNe, whose decay produces electrons and positrons, generating observable
secondary signals during their propagation and annihilation. We focus on the
In-flight Annihilation (IA) of positrons, which emerge as the most significant
contribution to the resulting gamma-ray spectrum. Using data from COMPTEL and
EGRET we derive the most stringent bounds on the FIP-electron couplings for
heavy ALPs, sterile neutrinos, and DPs. These results strenghten existing
bounds of one or two orders of magnitude, depending on the FIP model.
| [
{
"version": "v1",
"created": "Mon, 13 Jan 2025 22:24:05 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:41:32 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Balaji",
"Shyam",
""
],
[
"Carenza",
"Pierluca",
""
],
[
"Luque",
"Pedro De la Torre",
""
],
[
"Lella",
"Alessandro",
""
],
[
"Mastrototaro",
"Leonardo",
""
]
] |
2501.08423 | William Nockolds | William Cole Nockolds, C. G. Krishnanunni, Tan Bui-Thanh, Xianxhu Tang | Lilan: A linear latent network approach for real-time solutions of
stiff, nonlinear, ordinary differential equations | null | null | null | null | stat.ML cs.LG | http://creativecommons.org/licenses/by-sa/4.0/ | Solving stiff ordinary differential equations (StODEs) requires sophisticated
numerical solvers, which are often computationally expensive. In particular,
StODE's often cannot be solved with traditional explicit time integration
schemes and one must resort to costly implicit methods to compute solutions. On
the other hand, state-of-the-art machine learning (ML) based methods such as
Neural ODE (NODE) poorly handle the timescale separation of various elements of
the solutions to StODEs and require expensive implicit solvers for integration
at inference time. In this work, we embark on a different path which involves
learning a latent dynamics for StODEs, in which one completely avoids numerical
integration. To that end, we consider a constant velocity latent dynamical
system whose solution is a sequence of straight lines. Given the initial
condition and parameters of the ODE, the encoder networks learn the slope (i.e
the constant velocity) and the initial condition for the latent dynamics. In
other words, the solution of the original dynamics is encoded into a sequence
of straight lines which can be decoded back to retrieve the actual solution as
and when required. Another key idea in our approach is a nonlinear
transformation of time, which allows for the "stretching/squeezing" of time in
the latent space, thereby allowing for varying levels of attention to different
temporal regions in the solution. Additionally, we provide a simple
universal-approximation-type proof showing that our approach can approximate
the solution of stiff nonlinear system on a compact set to any degree of
accuracy, {\epsilon}. We show that the dimension of the latent dynamical system
in our approach is independent of {\epsilon}. Numerical investigation on
prototype StODEs suggest that our method outperforms state-of-the art machine
learning approaches for handling StODEs.
| [
{
"version": "v1",
"created": "Tue, 14 Jan 2025 20:32:31 GMT"
},
{
"version": "v2",
"created": "Tue, 18 Feb 2025 23:51:37 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 03:57:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Nockolds",
"William Cole",
""
],
[
"Krishnanunni",
"C. G.",
""
],
[
"Bui-Thanh",
"Tan",
""
],
[
"Tang",
"Xianxhu",
""
]
] |
2501.08969 | Takashi J. Moriya | Takashi J. Moriya, David A. Coulter, Christa DeCoursey, Justin D. R.
Pierel, Kevin Hainline, Matthew R. Siebert, Armin Rest, Eiichi Egami,
Sebastian Gomez, Robert M. Quimby, Ori D. Fox, Michael Engesser, Fengwu Sun,
Wenlei Chen, Yossef Zenati, Suvi Gezari, Bhavin A. Joshi, Melissa Shahbandeh,
Louis-Gregory Strolger, Qinan Wang, Stacey Alberts, Rachana Bhatawdekar,
Andrew J. Bunker, Pierluigi Rinaldi, Brant E. Robertson, Sandro Tacchella | Properties of high-redshift Type II supernovae discovered by the JADES
transient survey | 12 pages, 12 figures, 2 tables, accepted by Publications of the
Astronomical Society of Japan | null | null | null | astro-ph.HE astro-ph.CO astro-ph.GA astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | In this work we estimate the explosion and progenitor properties of six Type
II supernovae (SNe) at 0.675 <= z <= 3.61 discovered by the James Webb Space
Telescope (JWST) Advanced Deep Extragalactic Survey (JADES) transient survey by
modeling their light curves. Two Type II SNe are found to have high explosion
energies of 3e51 erg, while the other four Type II SNe are estimated to have
typical explosion energies found in the local Universe [(0.5-2)e51 erg]. The
fraction of Type II SNe with high explosion energies might be higher at high
redshifts because of, e.g., lower metallicity, but it is still difficult to
draw a firm conclusion because of the small sample size and potential
observational biases. We found it difficult to constrain the progenitor masses
for Type II SNe in our sample because of the sparse light-curve data. We found
two Type II SN light curves can be better reproduced by introducing confined,
dense circumstellar matter. Thus, the confined, dense circumstellar matter
frequently observed in nearby Type II SNe is likely to exist in Type II SNe at
high redshifts as well. Two Type II SNe are estimated to have high host galaxy
extinctions, showing the ability of JWST to discover dust-obscured SNe at high
redshifts. More high-redshift Type II SNe are required to investigate the
differences in the properties of Type II SNe near and far, but here we show the
first glimpse into the high-redshift population of Type II SNe.
| [
{
"version": "v1",
"created": "Wed, 15 Jan 2025 17:25:59 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 13:28:24 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Moriya",
"Takashi J.",
""
],
[
"Coulter",
"David A.",
""
],
[
"DeCoursey",
"Christa",
""
],
[
"Pierel",
"Justin D. R.",
""
],
[
"Hainline",
"Kevin",
""
],
[
"Siebert",
"Matthew R.",
""
],
[
"Rest",
"Armin",
""
],
[
"Egami",
"Eiichi",
""
],
[
"Gomez",
"Sebastian",
""
],
[
"Quimby",
"Robert M.",
""
],
[
"Fox",
"Ori D.",
""
],
[
"Engesser",
"Michael",
""
],
[
"Sun",
"Fengwu",
""
],
[
"Chen",
"Wenlei",
""
],
[
"Zenati",
"Yossef",
""
],
[
"Gezari",
"Suvi",
""
],
[
"Joshi",
"Bhavin A.",
""
],
[
"Shahbandeh",
"Melissa",
""
],
[
"Strolger",
"Louis-Gregory",
""
],
[
"Wang",
"Qinan",
""
],
[
"Alberts",
"Stacey",
""
],
[
"Bhatawdekar",
"Rachana",
""
],
[
"Bunker",
"Andrew J.",
""
],
[
"Rinaldi",
"Pierluigi",
""
],
[
"Robertson",
"Brant E.",
""
],
[
"Tacchella",
"Sandro",
""
]
] |
2501.10978 | Jingdong Zhang | Jingdong Zhang, Bo Zhang, Shuangjing Xu, Maria J. Rioja, Richard
Dodson, Xiaofeng Mai, Oleg Titov | Serial MultiView: an efficient approach to mitigating atmospheric
spatial-structure errors for VLBI astrometry | Accepted for publication in AJ | null | null | null | astro-ph.IM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Atmospheric propagation errors are a main constraint on the accuracy of Very
Long Baseline Interferometry (VLBI) astrometry. For relative astrometry,
differential techniques can mitigate these errors, but their effectiveness
diminishes with decreasing elevation and increasing angular separations between
target and calibrator, among others. The MultiView technique addresses
atmospheric spatial-structure errors by observing multiple calibrators around
the target and interpolating at the target position, thereby reducing
atmospheric errors more effectively than phase-referencing with only one
calibrator. The first MultiView realisation at 1.6GHz involved cyclically
observing all calibrators and the target, fitting a phase plane from calibrator
solutions in each cycle, and is a well-established technique. This
implementation reduces on-target time and is constricted by the short
atmospheric coherence time at high frequencies. We propose a new realisation,
serial MultiView, which rotates the phase plane iteratively based on the time
series of calibrator residual phases. This new strategy obviates the necessity
of observing all calibrators within each cycle, thereby shortening the
observing cycle and offering considerable potential at higher frequencies where
the temporal structure is the dominant source of errors. Additionally, by
incorporating time-domain information in the iterations, phase ambiguities can
be accurately and automatically identified. We verify the astrometric accuracy
of serial MultiView at 5GHz by comparing it to conventional MultiView,
achieving <10uas error in RA direction, and show the calibration overhead can
be reduced in both approaches. This approach enables efficient, high-accuracy
differential astrometry and artifact-reduced imaging for astrophysical studies,
and we provide a user-friendly tool for it.
| [
{
"version": "v1",
"created": "Sun, 19 Jan 2025 08:02:39 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 13:39:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhang",
"Jingdong",
""
],
[
"Zhang",
"Bo",
""
],
[
"Xu",
"Shuangjing",
""
],
[
"Rioja",
"Maria J.",
""
],
[
"Dodson",
"Richard",
""
],
[
"Mai",
"Xiaofeng",
""
],
[
"Titov",
"Oleg",
""
]
] |
2501.12029 | Irina Martynenko | Shen Zhao, Zhijie Li, Elisabeth Erber, Anna Altunina, Christoph
Sikeler, Kenji Watanabe, Takashi Taniguchi, Anvar S. Baimuratov, Tim Liedl,
Alexander H\"ogele, Irina V. Martynenko | Deterministic and Scalable Quantum Light Generation in DNA
Origami-Programmed Organic Molecule-MoS$_2$ Monolayer Hybrids | null | null | null | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The functionalization of atomically-thin transition metal dichalcogenides
(TMDs) with organic molecules is a promising approach for realizing nanoscale
optoelectronic devices with tailored functionalities, such as quantum light
generation or p-n junctions. However, achieving precise control over the
molecules' positioning on the 2D material remains a significant challenge.
Here, we overcome the limitations of solution- and vapor-deposition methods and
use a DNA origami placement technique to spatially arrange thiol molecules on a
chip surface at the single-molecule level with high assembly yields. We
successfully integrated MoS$_2$ monolayers with micron-scale thiol-origami
patterns, achieving single-photon emission from thiol-induced localized
excitons in MoS$_2$. Our work lays a foundation for the chemical control of
quantum emitters in atomically-thin semiconductors and enables the design and
production of ultracompact 2D devices for quantum technologies.
| [
{
"version": "v1",
"created": "Tue, 21 Jan 2025 10:42:16 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 10:46:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhao",
"Shen",
""
],
[
"Li",
"Zhijie",
""
],
[
"Erber",
"Elisabeth",
""
],
[
"Altunina",
"Anna",
""
],
[
"Sikeler",
"Christoph",
""
],
[
"Watanabe",
"Kenji",
""
],
[
"Taniguchi",
"Takashi",
""
],
[
"Baimuratov",
"Anvar S.",
""
],
[
"Liedl",
"Tim",
""
],
[
"Högele",
"Alexander",
""
],
[
"Martynenko",
"Irina V.",
""
]
] |
2501.13379 | Luis G. Leon-Vega | Anthony Leiva-Valverde, Fabricio Elizondo-Fern\'andez and Luis G.
Le\'on-Vega and Cristina Meinhardt and Jorge Castro-God\'inez | A Quantitative Evaluation of Approximate Softmax Functions for Deep
Neural Networks | A new author has been added due to his contributions in the FPGA part
(Section IV) | null | null | null | cs.AR eess.SP | http://creativecommons.org/licenses/by-sa/4.0/ | The softmax function is a widely used activation function in the output
layers of neural networks, responsible for converting raw scores into class
probabilities while introducing essential non-linearity. Implementing Softmax
efficiently poses challenges on low-end FPGAs due to limited hardware resources
and the computational complexity of exponential and division operations. This
work evaluates approximate computing techniques for softmax acceleration using
Taylor series and interpolation methods using Look-Up Tables (LUTs). These
approximations aim to reduce execution time and resource consumption while
maintaining acceptable levels of numerical precision. Our findings show that
quadratic interpolation with LUTs yields the lowest numerical error. In
contrast, Taylor-based approximations offer significantly better performance in
terms of execution time and resource efficiency due to their computational
simplicity. When applied to real-world deep learning models such as LeNet-5 and
MobileNet v2, the first- and second-order Taylor approximations provided
substantial trade-offs between accuracy and resource savings, achieving up to
0.2% accuracy degradation and 14% resource reduction compared to exact
implementations. These results highlight the effectiveness of approximate
Softmax designs on resource-constrained FPGAs and lay the groundwork for their
integration into larger models, including large language models (LLMs).
| [
{
"version": "v1",
"created": "Thu, 23 Jan 2025 04:43:10 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 14:56:21 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Leiva-Valverde",
"Anthony",
""
],
[
"Elizondo-Fernández",
"Fabricio",
""
],
[
"León-Vega",
"Luis G.",
""
],
[
"Meinhardt",
"Cristina",
""
],
[
"Castro-Godínez",
"Jorge",
""
]
] |
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 mechanisms 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 or
requiring fine-grained compositional understanding? Drawing inspiration from
cognitive science, this paper introduces a structured evaluation framework
using diverse visual reasoning tasks-Bongard Problems (BPs) and Winoground-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 task-agnostic textual descriptions). These paradigms
systematically vary cognitive load and probe processing stages. Notably, CA
enables multi-image reasoning evaluation even for single-image architectures
and isolates reasoning from perception by operating on textual descriptions.
Applying this framework, we demonstrate that CA, leveraging powerful language
models for reasoning over rich, independently generated descriptions, achieves
new state-of-the-art (SOTA) performance on challenging benchmarks including
Bongard-OpenWorld, Bongard-HOI, and Winoground. Ablation studies confirm
reasoning improves significantly when perceptual challenges are mitigated,
revealing a critical perception bottleneck. Our framework provides a valuable
diagnostic tool and suggests that decoupling perception (via rich,
task-agnostic description) from reasoning is a promising direction for robust
and general visual intelligence.
| [
{
"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"
},
{
"version": "v4",
"created": "Mon, 5 May 2025 07:58:38 GMT"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 13:59:11 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Vaishnav",
"Mohit",
""
],
[
"Tammet",
"Tanel",
""
]
] |
2501.14160 | Vedasri Godavarthi | Vedasri Godavarthi, Kartik Krishna, Steven L. Brunton and Kunihiko
Taira | Leveraging three-dimensionality for navigation in bluff-body wakes | 7 pages, 4 figures | Flow 5 (2025) E8 | 10.1017/flo.2025.3 | null | physics.flu-dyn | http://creativecommons.org/licenses/by/4.0/ | Biological flyers and swimmers navigate in unsteady wake flows using limited
sensory abilities and actuation energies. Understanding how vortical structures
can be leveraged for energy-efficient navigation in unsteady flows is
beneficial in developing autonomous navigation for small-scale aerial and
marine vehicles. Such vehicles are typically operated with constrained onboard
actuation and sensing capabilities, making energy-efficient trajectory planning
critically important. This study finds that trajectory planners can leverage
three-dimensionality appearing in a complex unsteady wake for efficient
navigation using limited flowfield information. This is revealed with
comprehensive investigations by finite-horizon model-predictive control for
trajectory planning of a swimmer behind a cylinder wake at Re=300. The
navigation performance of three-dimensional (3D) cases is compared to scenarios
in a two-dimensional (2D) wake. The underactuated swimmer is able to reach the
target by leveraging the background flow when the prediction horizon exceeds
one-tenth of the wake-shedding period, demonstrating that navigation is
feasible with limited information about the flowfield. Further, we identify
that the swimmer can leverage the secondary transverse vortical structures to
reach the target faster than is achievable navigating in a 2D wake.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 01:12:25 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Godavarthi",
"Vedasri",
""
],
[
"Krishna",
"Kartik",
""
],
[
"Brunton",
"Steven L.",
""
],
[
"Taira",
"Kunihiko",
""
]
] |
2501.14917 | Sara Abdali | Sara Abdali and Can Goksen and Saeed Amizadeh and Julie E. Maybee and
Kazuhito Koishida | Self-reflecting Large Language Models: A Hegelian Dialectical Approach | null | null | null | null | cs.CL cs.HC cs.LG | http://creativecommons.org/licenses/by/4.0/ | Investigating NLP through a philosophical lens has recently caught
researcher's eyes as it connects computational methods with classical schools
of philosophy. This paper introduces a philosophical approach inspired by the
\textit{Hegelian Dialectic} for LLMs' \textit{self-reflection}, utilizing a
self-dialectical approach to emulate internal critiques and then synthesize new
ideas by resolving the opposing points of view. Moreover, this paper
investigates the effect of LLMs' temperature for generation by establishing a
dynamic annealing approach, which promotes the creativity in the early stages
and gradually refines it by focusing on the nuances, as well as a
fixed-temperature strategy for generation. We assess the effectiveness of our
proposed method in generating novel ideas and in improving the reasoning
abilities of LLMs during problem-solving. Moreover, we implement a Multi-Agent
Majority Voting (MAMV) strategy to assess the validity and novelty of the
generated ideas, which proves useful in the absence of domain experts. Our
experiments demonstrate promising results in generating ideas and enhancing
problem-solving performance.
| [
{
"version": "v1",
"created": "Fri, 24 Jan 2025 20:54:29 GMT"
},
{
"version": "v2",
"created": "Tue, 28 Jan 2025 18:00:22 GMT"
},
{
"version": "v3",
"created": "Tue, 4 Feb 2025 07:12:05 GMT"
},
{
"version": "v4",
"created": "Mon, 5 May 2025 18:39:02 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Abdali",
"Sara",
""
],
[
"Goksen",
"Can",
""
],
[
"Amizadeh",
"Saeed",
""
],
[
"Maybee",
"Julie E.",
""
],
[
"Koishida",
"Kazuhito",
""
]
] |
2501.15069 | Ghaisud Din | Ghaisud Din, Muqaddar Abbas, Yunlong Wang, Feiran Wang, and Pei Zhang | Magnetic Field induced control and Multiple Magnomechanically Induced
Transparency in Single Cavity | Withdrawn due to errors in Section 2 and Appendix A. Section 2 omits
a key coupling term in the Hamiltonian, affecting predictions. Appendix A
contains a flaw in the linearization step used to derive the fluctuations. We
are revising the analysis and will resubmit | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigate magnomechanically induced transparency (MMIT) in a microwave
3D copper cavity with two YIG spheres under varying interaction parameters.
Numerical simulations show that the steady-state magnon number increases with
stronger coupling between cavity photons and magnons, and is sensitive to both
bias and drive magnetic fields. Pronounced peaks in the magnon population near
resonant fields highlight the importance of the bias field in energy transfer.
The transparency windows are tunable, with up to quadruple windows depending on
the coupling and magnon-phonon interactions, as seen in the transmission
spectrum. Dispersion analysis reveals normal and anomalous regions, enabling
slow and fast light propagation modulated by coupling strength. Phase and group
delay variations, influenced by the drive field, further validate the
tunability of transparency windows. This study demonstrates the potential of
MMIT for precise control with out any additional non-linearity over
light-matter interactions, with applications in quantum information processing
and optical communications.
| [
{
"version": "v1",
"created": "Sat, 25 Jan 2025 04:22:27 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:47:21 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Din",
"Ghaisud",
""
],
[
"Abbas",
"Muqaddar",
""
],
[
"Wang",
"Yunlong",
""
],
[
"Wang",
"Feiran",
""
],
[
"Zhang",
"Pei",
""
]
] |
2501.15326 | Jiajie Li | Jiajie Li, Brian R Quaranto, Chenhui Xu, Ishan Mishra, Ruiyang Qin,
Dancheng Liu, Peter C W Kim, Jinjun Xiong | Recognize Any Surgical Object: Unleashing the Power of Weakly-Supervised
Data | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We present RASO, a foundation model designed to Recognize Any Surgical
Object, offering robust open-set recognition capabilities across a broad range
of surgical procedures and object classes, in both surgical images and videos.
RASO leverages a novel weakly-supervised learning framework that generates
tag-image-text pairs automatically from large-scale unannotated surgical
lecture videos, significantly reducing the need for manual annotations. Our
scalable data generation pipeline gathers 2,200 surgical procedures and
produces 3.6 million tag annotations across 2,066 unique surgical tags. Our
experiments show that RASO achieves improvements of 2.9 mAP, 4.5 mAP, 10.6 mAP,
and 7.2 mAP on four standard surgical benchmarks, respectively, in zero-shot
settings, and surpasses state-of-the-art models in supervised surgical action
recognition tasks. Code, model, and demo are available at
https://ntlm1686.github.io/raso.
| [
{
"version": "v1",
"created": "Sat, 25 Jan 2025 21:01:52 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 03:57:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Jiajie",
""
],
[
"Quaranto",
"Brian R",
""
],
[
"Xu",
"Chenhui",
""
],
[
"Mishra",
"Ishan",
""
],
[
"Qin",
"Ruiyang",
""
],
[
"Liu",
"Dancheng",
""
],
[
"Kim",
"Peter C W",
""
],
[
"Xiong",
"Jinjun",
""
]
] |
2501.15530 | Huan Zhou | Huan Zhou, Zhengxiang Li, and Zong-Hong Zhu | Constraints on fast radio burst population from the first CHIME/FRB
catalog with the Hierarchical Bayesian Inference | 7 pages, 3 figures, 2 tables | null | null | null | astro-ph.HE astro-ph.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fast Radio Bursts (FRBs) have emerged as one of the most dynamic areas of
research in astronomy and cosmology. Despite increasing number of FRBs have
been reported, the exact origin of FRBs remains elusive. Investigating the
intrinsic redshift distributions of FRBs could provide valuable insights into
their possible origins and enhance the power of FRBs as a cosmological probe.
In this paper, we propose a hierarchical Bayesian inference approach combining
with several viable models to investigate the redshift distribution of the
CHIME/FRB catalog 1. By utilizing this method, we aim to uncover the underlying
patterns and characteristics of the FRB population, i.e. intrinsic redshift
distribution of FRB. Taking uncertainties within the observational data and
selection effects into consideration, we obtained that the redshift
distribution of FRBs is significantly delayed with respect to that of the star
formation history.
| [
{
"version": "v1",
"created": "Sun, 26 Jan 2025 13:49:21 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 05:44:58 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhou",
"Huan",
""
],
[
"Li",
"Zhengxiang",
""
],
[
"Zhu",
"Zong-Hong",
""
]
] |
2501.15627 | Tidor-Vlad Pricope | Tidor-Vlad Pricope | HardML: A Benchmark For Evaluating Data Science And Machine Learning
knowledge and reasoning in AI | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | We present HardML, a benchmark designed to evaluate the knowledge and
reasoning abilities in the fields of data science and machine learning. HardML
comprises a diverse set of 100 challenging multiple-choice questions,
handcrafted over a period of 6 months, covering the most popular and modern
branches of data science and machine learning. These questions are challenging
even for a typical Senior Machine Learning Engineer to answer correctly. To
minimize the risk of data contamination, HardML uses mostly original content
devised by the author. Current state of the art AI models achieve a 30% error
rate on this benchmark, which is about 3 times larger than the one achieved on
the equivalent, well known MMLU ML. While HardML is limited in scope and not
aiming to push the frontier, primarily due to its multiple choice nature, it
serves as a rigorous and modern testbed to quantify and track the progress of
top AI. While plenty benchmarks and experimentation in LLM evaluation exist in
other STEM fields like mathematics, physics and chemistry, the subfields of
data science and machine learning remain fairly underexplored.
| [
{
"version": "v1",
"created": "Sun, 26 Jan 2025 18:25:26 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:53:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Pricope",
"Tidor-Vlad",
""
]
] |
2501.15642 | Emil Alkin | Emil Alkin, Alexander Miroshnikov | On winding numbers of almost embeddings of $K_4$ in the plane | 8 pages, 4 figures | null | null | null | math.GT cs.CG math.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Let $K_4$ be the complete graph on four vertices. Let $f$ be a continuous map
of $K_4$ to the plane such that $f$-images of non-adjacent edges are disjoint.
For any vertex $v \in K_4$ take the winding number of the $f$-image of the
cycle $K_4 - v$ around $f(v)$. It is known that the sum of these four integers
is odd. We construct examples showing that this is the only relation between
these four numbers.
| [
{
"version": "v1",
"created": "Sun, 26 Jan 2025 19:02:04 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 00:09:39 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Alkin",
"Emil",
""
],
[
"Miroshnikov",
"Alexander",
""
]
] |
2501.16205 | Arsalan Ali Malik Mr. | Arsalan Ali Malik, Emre Karabulut, and Aydin Aysu | EPOCH: Enabling Preemption Operation for Context Saving in Heterogeneous
FPGA Systems | 13 Pages, 7 Figures, 3 Tables | null | null | null | cs.DC cs.AR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | FPGAs are increasingly used in multi-tenant cloud environments to offload
compute-intensive tasks from the main CPU. The operating system (OS) plays a
vital role in identifying tasks suitable for offloading and coordinating
between the CPU and FPGA for seamless task execution. The OS leverages
preemption to manage CPU efficiently and balance CPU time; however, preempting
tasks running on FPGAs without context loss remains challenging. Despite
growing reliance on FPGAs, vendors have yet to deliver a solution that fully
preserves and restores task context. This paper presents EPOCH, the first
out-of-the-box framework to seamlessly preserve the state of tasks running on
multi-tenant cloud FPGAs. EPOCH enables interrupting a tenant's execution at
any arbitrary clock cycle, capturing its state, and saving this 'state
snapshot' in off-chip memory with fine-grain granularity. Subsequently, when
task resumption is required, EPOCH can resume execution from the saved 'state
snapshot', eliminating the need to restart the task from scratch. EPOCH
automates intricate processes, shields users from complexities, and
synchronizes all underlying logic in a common clock domain, mitigating timing
violations and ensuring seamless handling of interruptions. EPOCH proficiently
captures the state of fundamental FPGA elements, such as look-up tables,
flip-flops, block--RAMs, and digital signal processing units. On real hardware,
ZynQ-XC7Z020 SoC, the proposed solution achieves context save and restore
operations per frame in 62.2us and 67.4us, respectively.
| [
{
"version": "v1",
"created": "Mon, 27 Jan 2025 16:58:33 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 17:12:15 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 16:37:03 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Malik",
"Arsalan Ali",
""
],
[
"Karabulut",
"Emre",
""
],
[
"Aysu",
"Aydin",
""
]
] |
2501.16984 | Araceli Soler Oficial | David Brizuela, Marco de Cesare and Araceli Soler Oficial | Dipolar perturbations of nonbidiagonal black holes in bigravity | null | null | null | null | gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In bimetric gravity, nonbidiagonal solutions describing a static, spherically
symmetric, and asymptotically flat black hole are given by a pair of
Schwarzschild geometries, one in each metric sector. The two geometries are
linked by a nontrivial diffeomorphism, which can be fully determined
analytically if the two geometries possess the same isometries. This exact
solution depends on four free parameters: the mass parameters of the two black
holes, the ratio between the areal radii of the two metrics, and the
proportionality constant between their (appropriately normalized)
time-translation invariance Killing vector fields. We study the dynamics of
axial dipolar perturbations on such a background and obtain general analytical
solutions for their evolution. We show that, in general, the characteristic
curves followed by dipolar gravitational waves are spacelike with respect to
both metrics, and thus the propagation is superluminal. In fact, the velocity
of a pulse, as measured by a static observer, turns out to increase with the
distance to the black hole. The only exception to this general behavior
corresponds to the special case where the two proportionality constants linking
the areal radii and the Killing vectors coincide, for which waves travel at the
speed of light. Therefore, we conclude that this is the only physically
reasonable background, and thus our results restrict the class of viable
black-hole solutions in bimetric gravity.
| [
{
"version": "v1",
"created": "Tue, 28 Jan 2025 14:30:15 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 16:42:45 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Brizuela",
"David",
""
],
[
"de Cesare",
"Marco",
""
],
[
"Oficial",
"Araceli Soler",
""
]
] |
2501.17941 | Marco Aur\'elio Abreu de Paula | Marco A. A. de Paula, Luiz C. S. Leite, Lu\'is C. B. Crispino | Sufficient conditions for unbounded superradiance in black hole
spacetimes sourced by nonlinear electrodynamics | 13 pages, 7 figures. Version accepted by PRD | Phys. Rev. D 111, 104010 (2025) | 10.1103/PhysRevD.111.104010 | null | gr-qc | http://creativecommons.org/licenses/by/4.0/ | Recently, it has been reported that black holes (BHs) sourced by nonlinear
electrodynamics (NED) can trigger unbounded superradiance, i. e., the total
absorption cross section -- the ratio between the absorbed flux and the
incident flux of the wave -- can be negative and unbounded from below.
Considering the propagation of massive charged test scalar fields in the
vicinity of electrically charged BH solutions based on the NED framework, we
derive sufficient conditions to have an unbounded superradiant regime. We also
discuss some possible general conditions that the NED electrical source
associated with the geometry has to satisfy to trigger an unbounded
superradiance. Our results apply to a broad family of electrically charged BH
solutions (regular and singular) derived in the framework of NED minimally
coupled to general relativity.
| [
{
"version": "v1",
"created": "Wed, 29 Jan 2025 19:04:46 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 19:00:53 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"de Paula",
"Marco A. A.",
""
],
[
"Leite",
"Luiz C. S.",
""
],
[
"Crispino",
"Luís C. B.",
""
]
] |
2501.18316 | Jonas Junker | Jonas Junker, Jiayi Qin, Vaishali B. Adya, Nutsinee Kijbunchoo, Sheon
S. Y. Chua, Terry G. McRae, Bram J. J. Slagmolen, David E. McClelland | Squeezing at the normal-mode splitting frequency of a nonlinear coupled
cavity | Minor corrections to text and formatting; added realistic maximum
squeezing level for our system in the third-to-last paragraph | null | null | null | quant-ph astro-ph.IM physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Coupled optical cavities, which support normal modes, play a critical role in
optical filtering, sensing, slow-light generation, and quantum state
manipulation. Recent theoretical work has proposed incorporating nonlinear
materials into these systems to enable novel quantum technologies. Here, we
report the first experimental demonstration of squeezing generated in a
quantum-enhanced coupled-cavity system, achieving a quantum noise reduction of
3.3 dB around the normal-mode splitting frequency of 7.47 MHz. We provide a
comprehensive analysis of the system's loss mechanisms and performance
limitations, validating theoretical predictions. Our results underscore the
promise of coupled-cavity squeezers for advanced quantum applications,
including gravitational wave detection and precision sensing.
| [
{
"version": "v1",
"created": "Thu, 30 Jan 2025 12:50:40 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:13:28 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Junker",
"Jonas",
""
],
[
"Qin",
"Jiayi",
""
],
[
"Adya",
"Vaishali B.",
""
],
[
"Kijbunchoo",
"Nutsinee",
""
],
[
"Chua",
"Sheon S. Y.",
""
],
[
"McRae",
"Terry G.",
""
],
[
"Slagmolen",
"Bram J. J.",
""
],
[
"McClelland",
"David E.",
""
]
] |
2501.18630 | Rong Liu | Rong Liu and Dylan Sun and Meida Chen and Yue Wang and Andrew Feng | Deformable Beta Splatting | SIGGRAPH 2025 | null | null | null | cs.CV cs.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | 3D Gaussian Splatting (3DGS) has advanced radiance field reconstruction by
enabling real-time rendering. However, its reliance on Gaussian kernels for
geometry and low-order Spherical Harmonics (SH) for color encoding limits its
ability to capture complex geometries and diverse colors. We introduce
Deformable Beta Splatting (DBS), a deformable and compact approach that
enhances both geometry and color representation. DBS replaces Gaussian kernels
with deformable Beta Kernels, which offer bounded support and adaptive
frequency control to capture fine geometric details with higher fidelity while
achieving better memory efficiency. In addition, we extended the Beta Kernel to
color encoding, which facilitates improved representation of diffuse and
specular components, yielding superior results compared to SH-based methods.
Furthermore, Unlike prior densification techniques that depend on Gaussian
properties, we mathematically prove that adjusting regularized opacity alone
ensures distribution-preserved Markov chain Monte Carlo (MCMC), independent of
the splatting kernel type. Experimental results demonstrate that DBS achieves
state-of-the-art visual quality while utilizing only 45% of the parameters and
rendering 1.5x faster than 3DGS-MCMC, highlighting the superior performance of
DBS for real-time radiance field rendering. Interactive demonstrations and
source code are available on our project website:
https://rongliu-leo.github.io/beta-splatting/.
| [
{
"version": "v1",
"created": "Mon, 27 Jan 2025 18:58:43 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:02:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Liu",
"Rong",
""
],
[
"Sun",
"Dylan",
""
],
[
"Chen",
"Meida",
""
],
[
"Wang",
"Yue",
""
],
[
"Feng",
"Andrew",
""
]
] |
2501.18691 | Matan Ben Dov | Matan Ben-Dov, Jing Chen | Regularized second-order optimization of tensor-network Born machines | 11 pages, 5 figures | null | null | null | cs.LG quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Tensor-network Born machines (TNBMs) are quantum-inspired generative models
for learning data distributions. Using tensor-network contraction and
optimization techniques, the model learns an efficient representation of the
target distribution, capable of capturing complex correlations with a compact
parameterization. Despite their promise, the optimization of TNBMs presents
several challenges. A key bottleneck of TNBMs is the logarithmic nature of the
loss function commonly used for this problem. The single-tensor logarithmic
optimization problem cannot be solved analytically, necessitating an iterative
approach that slows down convergence and increases the risk of getting trapped
in one of many non-optimal local minima. In this paper, we present an improved
second-order optimization technique for TNBM training, which significantly
enhances convergence rates and the quality of the optimized model. Our method
employs a modified Newton's method on the manifold of normalized states,
incorporating regularization of the loss landscape to mitigate local minima
issues. We demonstrate the effectiveness of our approach by training a
one-dimensional matrix product state (MPS) on both discrete and continuous
datasets, showcasing its advantages in terms of stability and efficiency, and
demonstrating its potential as a robust and scalable approach for optimizing
quantum-inspired generative models.
| [
{
"version": "v1",
"created": "Thu, 30 Jan 2025 19:00:04 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:16:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ben-Dov",
"Matan",
""
],
[
"Chen",
"Jing",
""
]
] |
2501.18692 | Suraphong Yuma | Kantapon Jensangjun, Suraphong Yuma | The outflow impacts on the size of the narrow-line region among type-2
AGNs | 17 pages, 14 figures, Accepted for publication in ApJ | null | null | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | We present the study of the gas kinematics in narrow-line regions (NLRs) of
2,009 type-2 AGNs at $z<0.34$. We construct the [O III]$\lambda$5007
emission-line images using publicly available broadband images from the Sloan
Digital Sky Survey (SDSS). The [O III] emission area of the samples, measured
down to $1.4\times10^{-15}$ erg/s/cm$^2$/arcsec$^2$, ranges from 3.7 kpc$^2$ up
to 224 kpc$^2$. With our broadband technique, we found the strong correlation
between [O III] area and AGN luminosity inferred from the [O III] luminosity
and the mid-infrared luminosity at the rest-frame $15\mu$m. The isophotal
threshold used to determine the [O III] area affects the correlation strength
in that the brighter isophote yields the stronger correlation between the [O
III] area and AGN luminosity. The presence of gas outflow is examined by the
ratio of the [O III] velocity dispersion to the stellar velocity dispersion
($\sigma_{\rm [O\,III]}/\sigma_\star > 1.4$) using the SDSS spectra. At the
given luminosity, the objects with and without outflows exhibit the same
extension of the [O III] emission. Their correlation between the [O III] area
and luminosity is almost identical. It is suggested that the size of NLRs is
not affected by outflow mechanisms but rather by photoionization from the
central AGNS.
| [
{
"version": "v1",
"created": "Thu, 30 Jan 2025 19:00:04 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 03:46:49 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Jensangjun",
"Kantapon",
""
],
[
"Yuma",
"Suraphong",
""
]
] |
2501.18991 | Gauthier Thurin | Gauthier Thurin (CNRS), Kimia Nadjahi (CNRS), Claire Boyer (LMO) | Optimal Transport-based Conformal Prediction | null | null | null | null | stat.ML cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Conformal Prediction (CP) is a principled framework for quantifying
uncertainty in blackbox learning models, by constructing prediction sets with
finite-sample coverage guarantees. Traditional approaches rely on scalar
nonconformity scores, which fail to fully exploit the geometric structure of
multivariate outputs, such as in multi-output regression or multiclass
classification. Recent methods addressing this limitation impose predefined
convex shapes for the prediction sets, potentially misaligning with the
intrinsic data geometry. We introduce a novel CP procedure handling
multivariate score functions through the lens of optimal transport.
Specifically, we leverage Monge-Kantorovich vector ranks and quantiles to
construct prediction region with flexible, potentially non-convex shapes,
better suited to the complex uncertainty patterns encountered in multivariate
learning tasks. We prove that our approach ensures finite-sample,
distribution-free coverage properties, similar to typical CP methods. We then
adapt our method for multi-output regression and multiclass classification, and
also propose simple adjustments to generate adaptive prediction regions with
asymptotic conditional coverage guarantees. Finally, we evaluate our method on
practical regression and classification problems, illustrating its advantages
in terms of (conditional) coverage and efficiency.
| [
{
"version": "v1",
"created": "Fri, 31 Jan 2025 09:48:28 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:32:39 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Thurin",
"Gauthier",
"",
"CNRS"
],
[
"Nadjahi",
"Kimia",
"",
"CNRS"
],
[
"Boyer",
"Claire",
"",
"LMO"
]
] |
2502.00047 | Franck MAMALET | Armand Foucault (IMT, ANITI), Franck Mamalet (ANITI), Fran\c{c}ois
Malgouyres (IMT) | HadamRNN: Binary and Sparse Ternary Orthogonal RNNs | null | International Conference on Learning Representations (ICLR), Apr
2025, Singapour, Singapore | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Binary and sparse ternary weights in neural networks enable faster
computations and lighter representations, facilitating their use on edge
devices with limited computational power. Meanwhile, vanilla RNNs are highly
sensitive to changes in their recurrent weights, making the binarization and
ternarization of these weights inherently challenging. To date, no method has
successfully achieved binarization or ternarization of vanilla RNN weights. We
present a new approach leveraging the properties of Hadamard matrices to
parameterize a subset of binary and sparse ternary orthogonal matrices. This
method enables the training of orthogonal RNNs (ORNNs) with binary and sparse
ternary recurrent weights, effectively creating a specific class of binary and
sparse ternary vanilla RNNs. The resulting ORNNs, called HadamRNN and
Block-HadamRNN, are evaluated on benchmarks such as the copy task, permuted and
sequential MNIST tasks, the IMDB dataset, two GLUE benchmarks, and two IoT
benchmarks. Despite binarization or sparse ternarization, these RNNs maintain
performance levels comparable to state-of-the-art full-precision models,
highlighting the effectiveness of our approach. Notably, our approach is the
first solution with binary recurrent weights capable of tackling the copy task
over 1000 timesteps.
| [
{
"version": "v1",
"created": "Tue, 28 Jan 2025 09:16:28 GMT"
},
{
"version": "v2",
"created": "Wed, 5 Feb 2025 08:22:28 GMT"
},
{
"version": "v3",
"created": "Thu, 27 Feb 2025 10:26:43 GMT"
},
{
"version": "v4",
"created": "Tue, 6 May 2025 09:45:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Foucault",
"Armand",
"",
"IMT, ANITI"
],
[
"Mamalet",
"Franck",
"",
"ANITI"
],
[
"Malgouyres",
"François",
"",
"IMT"
]
] |
2502.00798 | Qiangqiang Gu | Qiangqiang Gu and Shishir Kumar Pandey and Zhanghao Zhouyin | Deep Neural Network for Phonon-Assisted Optical Spectra in
Semiconductors | 6 pages, 5 figures | null | null | null | cond-mat.mtrl-sci cs.LG | http://creativecommons.org/licenses/by/4.0/ | Ab initio based accurate simulation of phonon-assisted optical spectra of
semiconductors at finite temperatures remains a formidable challenge, as it
requires large supercells for phonon sampling and computationally expensive
high-accuracy exchange-correlation (XC) functionals. In this work, we present
an efficient approach that combines deep learning tight-binding and potential
models to address this challenge with ab initio fidelity. By leveraging
molecular dynamics for atomic configuration sampling and deep learning-enabled
rapid Hamiltonian evaluation, our approach enables large-scale simulations of
temperature-dependent optical properties using advanced XC functionals (HSE,
SCAN). Demonstrated on silicon and gallium arsenide across temperature 100-400
K, the method accurately captures phonon-induced bandgap renormalization and
indirect/direct absorption processes which are in excellent agreement with
experimental findings over five orders of magnitude. This work establishes a
pathway for high-throughput investigation of electron-phonon coupled phenomena
in complex materials, overcoming traditional computational limitations arising
from large supercell used with computationally expensive XC-functionals.
| [
{
"version": "v1",
"created": "Sun, 2 Feb 2025 13:37:56 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:49:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gu",
"Qiangqiang",
""
],
[
"Pandey",
"Shishir Kumar",
""
],
[
"Zhouyin",
"Zhanghao",
""
]
] |
2502.00865 | Christoffer Loeffler | Christoffer Loeffler, Andrea Mart\'inez Freile, Tom\'as Rey Pizarro | Predicting potentially abusive clauses in Chilean terms of services with
natural language processing | 39 pages, 2 figures, 8 tables, accepted for publication | null | null | null | cs.CL cs.AI cs.CY cs.LG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | This study addresses the growing concern of information asymmetry in consumer
contracts, exacerbated by the proliferation of online services with complex
Terms of Service that are rarely even read. Even though research on automatic
analysis methods is conducted, the problem is aggravated by the general focus
on English-language Machine Learning approaches and on major jurisdictions,
such as the European Union. We introduce a new methodology and a substantial
dataset addressing this gap. We propose a novel annotation scheme with four
categories and a total of 20 classes, and apply it on 50 online Terms of
Service used in Chile. Our evaluation of transformer-based models highlights
how factors like language- and/or domain-specific pre-training, few-shot sample
size, and model architecture affect the detection and classification of
potentially abusive clauses. Results show a large variability in performance
for the different tasks and models, with the highest macro-F1 scores for the
detection task ranging from 79% to 89% and micro-F1 scores up to 96%, while
macro-F1 scores for the classification task range from 60% to 70% and micro-F1
scores from 64% to 80%. Notably, this is the first Spanish-language multi-label
classification dataset for legal clauses, applying Chilean law and offering a
comprehensive evaluation of Spanish-language models in the legal domain. Our
work lays the ground for future research in method development for rarely
considered legal analysis and potentially leads to practical applications to
support consumers in Chile and Latin America as a whole.
| [
{
"version": "v1",
"created": "Sun, 2 Feb 2025 18:01:39 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 18:02:07 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Loeffler",
"Christoffer",
""
],
[
"Freile",
"Andrea Martínez",
""
],
[
"Pizarro",
"Tomás Rey",
""
]
] |
2502.01800 | Aidan Curtis | Aidan Curtis, Eric Li, Michael Noseworthy, Nishad Gothoskar, Sachin
Chitta, Hui Li, Leslie Pack Kaelbling, Nicole Carey | Flow-based Domain Randomization for Learning and Sequencing Robotic
Skills | null | null | null | null | cs.RO cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Domain randomization in reinforcement learning is an established technique
for increasing the robustness of control policies trained in simulation. By
randomizing environment properties during training, the learned policy can
become robust to uncertainties along the randomized dimensions. While the
environment distribution is typically specified by hand, in this paper we
investigate automatically discovering a sampling distribution via
entropy-regularized reward maximization of a normalizing-flow-based neural
sampling distribution. We show that this architecture is more flexible and
provides greater robustness than existing approaches that learn simpler,
parameterized sampling distributions, as demonstrated in six simulated and one
real-world robotics domain. Lastly, we explore how these learned sampling
distributions, combined with a privileged value function, can be used for
out-of-distribution detection in an uncertainty-aware multi-step manipulation
planner.
| [
{
"version": "v1",
"created": "Mon, 3 Feb 2025 20:25:50 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 19:40:42 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Curtis",
"Aidan",
""
],
[
"Li",
"Eric",
""
],
[
"Noseworthy",
"Michael",
""
],
[
"Gothoskar",
"Nishad",
""
],
[
"Chitta",
"Sachin",
""
],
[
"Li",
"Hui",
""
],
[
"Kaelbling",
"Leslie Pack",
""
],
[
"Carey",
"Nicole",
""
]
] |
2502.01822 | Sahar Abdelnabi | Sahar Abdelnabi, Amr Gomaa, Per Ola Kristensson, Reza Shokri | Firewalls to Secure Dynamic LLM Agentic Networks | null | null | null | null | cs.CR cs.CY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Future LLM agents are likely to communicate on behalf of users with other
entity-representing agents on tasks that entail long-horizon plans with
interdependent goals. Current work does not focus on such agentic networks, nor
does it address their challenges. Thus, we first identify the required
properties of agents' communication, which should be proactive and adaptable.
It needs to satisfy 1) privacy: agents should not share more than what is
needed for the task, and 2) security: the communication must preserve integrity
and maintain utility against selfish entities. We design a use case (travel
planning) as a testbed that exemplifies these requirements, and we show
examples of how this can go wrong. Next, we propose a practical design,
inspired by established network security principles, for constrained LLM
agentic networks that balance adaptability, security, and privacy. Our
framework automatically constructs and updates task-specific rules from prior
simulations to build firewalls. We offer layers of defense to 1) convert
free-form input to a task-specific protocol, 2) dynamically abstract users'
data to a task-specific degree of permissiveness, and 3) self-correct the
agents' trajectory.
| [
{
"version": "v1",
"created": "Mon, 3 Feb 2025 21:00:14 GMT"
},
{
"version": "v2",
"created": "Thu, 27 Feb 2025 21:57:55 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 20:50:10 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Abdelnabi",
"Sahar",
""
],
[
"Gomaa",
"Amr",
""
],
[
"Kristensson",
"Per Ola",
""
],
[
"Shokri",
"Reza",
""
]
] |
2502.01864 | Zhiyang He | Zhiyang He, Vinod Vaikuntanathan, Adam Wills, Rachel Yun Zhang | Quantum Codes with Addressable and Transversal Non-Clifford Gates | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | The development of quantum codes with good error correction parameters and
useful sets of transversal gates is a problem of major interest in quantum
error-correction. Abundant prior works have studied transversal gates which are
restricted to acting on all logical qubits simultaneously. In this work, we
study codes that support transversal gates which induce $\textit{addressable}$
logical gates, i.e., the logical gates act on logical qubits of our choice. As
we consider scaling to high-rate codes, the study and design of low-overhead,
addressable logical operations presents an important problem for both
theoretical and practical purposes.
Our primary result is the construction of an explicit qubit code for which
$\textit{any}$ triple of logical qubits across one, two, or three codeblocks
can be addressed with a logical $\mathsf{CCZ}$ gate via a depth-one circuit of
physical $\mathsf{CCZ}$ gates, and whose parameters are asymptotically good, up
to polylogarithmic factors. The result naturally generalizes to other gates
including the $\mathsf{C}^{\ell} Z$ gates for $\ell \neq 2$.
Going beyond this, we develop a formalism for constructing quantum codes with
$\textit{addressable and transversal}$ gates. Our framework, called
$\textit{addressable orthogonality}$, encompasses the original triorthogonality
framework of Bravyi and Haah (Phys. Rev. A 2012), and extends this and other
frameworks to study addressable gates. We demonstrate the power of this
framework with the construction of an asymptotically good qubit code for which
$\textit{pre-designed}$, pairwise disjoint triples of logical qubits within a
single codeblock may be addressed with a logical $\mathsf{CCZ}$ gate via a
physical depth-one circuit of $\mathsf{Z}$, $\mathsf{CZ}$ and $\mathsf{CCZ}$
gates. In an appendix, we show that our framework extends to addressable and
transversal $T$ gates, up to Clifford corrections.
| [
{
"version": "v1",
"created": "Mon, 3 Feb 2025 22:24:34 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 19:28:45 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"He",
"Zhiyang",
""
],
[
"Vaikuntanathan",
"Vinod",
""
],
[
"Wills",
"Adam",
""
],
[
"Zhang",
"Rachel Yun",
""
]
] |
2502.02271 | Katrin Schultheiss | Christopher Heins, Joo-Von Kim, Lukas K\"orber, J\"urgen Fassbender,
Helmut Schultheiss, and Katrin Schultheiss | Benchmarking a magnon-scattering reservoir with modal and temporal
multiplexing | null | null | null | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Physical reservoir computing has emerged as a powerful framework for
exploiting the inherent nonlinear dynamics of physical systems to perform
computational tasks. Recently, we presented the magnon-scattering reservoir,
whose internal nodes are given by the fundamental wave-like excitations of
ferromagnets called magnons. These excitations can be geometrically-quantized
and, in response to an external stimulus, show transient nonlinear scattering
dynamics that can be harnessed to perform memory and nonlinear transformation
tasks. Here, we test a magnon-scattering reservoir in a single magnetic disk in
the vortex state towards two key performance indicators for physical reservoir
computing, the short-term memory and parity-check tasks. Using time-resolved
Brillouin light scattering microscopy, we measure the evolution of the
reservoir's spectral response to an input sequence consisting of random binary
inputs encoded in microwave pulses with two distinct frequencies. Two different
output spaces of the reservoir are defined, one based on the time-averaged
frequency spectra and another based on temporal multiplexing. Our results
demonstrate that the memory and nonlinear transformation capability do not
depend on the chosen read-out scheme as long as the dimension of the output
space is large enough to capture all nonlinear features provided by the
magnon-magnon interactions. This further shows that solely the nonlinear
magnons in the physical system, not the read-out, determine the reservoir's
capacity.
| [
{
"version": "v1",
"created": "Tue, 4 Feb 2025 12:31:06 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 05:55:02 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Heins",
"Christopher",
""
],
[
"Kim",
"Joo-Von",
""
],
[
"Körber",
"Lukas",
""
],
[
"Fassbender",
"Jürgen",
""
],
[
"Schultheiss",
"Helmut",
""
],
[
"Schultheiss",
"Katrin",
""
]
] |
2502.03193 | Sayyed Ahmad Abtahi | Sayyed Ahmad Abtahi, Mohsen Maddahali, Ahmad Bakhtafrouz | Spin photonic topological metasurface based on kagome lattice and
leaky-wave application | null | null | 10.1109/ACCESS.2025.3567182 | null | physics.optics cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | The emerging field of topological metasurfaces offers unique advantages,
particularly in robustness against backscattering in low-profile structures.
The lattice configuration of these structures significantly influences the
ability to achieve sharp turns in the propagation path. One of the most studied
lattices in condensed matter physics is the kagome lattice, characterized by
its hexagonal Brillouin zone, which displays a Dirac cone in its dispersion
diagram. Previous research on kagome lattices in photonic topological
insulators has primarily focused on valley types of insulators. This article
introduces a spin topological metasurface based on the kagome lattice and its
unit cell, enabling a broad range of sharp turns and propagation paths. The
unit cell is compared to its hexagonal and 60-degree rhombic counterparts, and
a parametric study of its dimensions is conducted. As a result of this
research, a new X-band leaky-wave antenna designed in the kagome lattice with
an armchair arrangement interface has been developed. This antenna provides two
forward and two backward beams, each pair achieving an approximately 50-degree
scan within the 8.8 to 11.1 GHz bandwidth.
| [
{
"version": "v1",
"created": "Wed, 5 Feb 2025 14:12:53 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Abtahi",
"Sayyed Ahmad",
""
],
[
"Maddahali",
"Mohsen",
""
],
[
"Bakhtafrouz",
"Ahmad",
""
]
] |
2502.03435 | Yu-Han Wu | Yu-Han Wu, Pierre Marion, G\'erard Biau, Claire Boyer | Taking a Big Step: Large Learning Rates in Denoising Score Matching
Prevent Memorization | null | null | null | null | stat.ML cs.LG | http://creativecommons.org/licenses/by/4.0/ | Denoising score matching plays a pivotal role in the performance of
diffusion-based generative models. However, the empirical optimal score--the
exact solution to the denoising score matching--leads to memorization, where
generated samples replicate the training data. Yet, in practice, only a
moderate degree of memorization is observed, even without explicit
regularization. In this paper, we investigate this phenomenon by uncovering an
implicit regularization mechanism driven by large learning rates. Specifically,
we show that in the small-noise regime, the empirical optimal score exhibits
high irregularity. We then prove that, when trained by stochastic gradient
descent with a large enough learning rate, neural networks cannot stably
converge to a local minimum with arbitrarily small excess risk. Consequently,
the learned score cannot be arbitrarily close to the empirical optimal score,
thereby mitigating memorization. To make the analysis tractable, we consider
one-dimensional data and two-layer neural networks. Experiments validate the
crucial role of the learning rate in preventing memorization, even beyond the
one-dimensional setting.
| [
{
"version": "v1",
"created": "Wed, 5 Feb 2025 18:29:35 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 13:17:30 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Wu",
"Yu-Han",
""
],
[
"Marion",
"Pierre",
""
],
[
"Biau",
"Gérard",
""
],
[
"Boyer",
"Claire",
""
]
] |
2502.03517 | Joerg Schmalian | Keigo Takahashi, Charles R. W. Steward, Masao Ogata, Rafael M.
Fernandes, and J\"org Schmalian | Elasto-Hall conductivity and the anomalous Hall effect in altermagnets | 17 pages, 12 figures | Phys. Rev. B 111, 184408 (2025) | 10.1103/PhysRevB.111.184408 | null | cond-mat.mtrl-sci cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | Altermagnets break time-reversal symmetry, preserve the crystal translation
invariance, and have a spin density with $d$-wave, $g$-wave, etc. momentum
dependencies which do not contribute to the magnetization. When an $s$-wave
spin-density contribution cannot be excluded by symmetry a small magnetization
and an anomalous Hall effect (AHE) emerge. However, for so-called "pure"
altermagnets, where the $s$-wave component is symmetry forbidden even in the
presence of SOC, both the zero-field magnetization and the AHE vanish. We show
that altermagnets generally exhibit a non-zero elasto-Hall-conductivity, by
which application of strain leads to a non-zero AHE. For pure altermagnets it
is the only contribution to the AHE. This elasto-Hall-conductivity is caused by
strain coupling to the Berry curvature quadrupole that characterizes
altermagnets and allows for the determination of the altermagnetic order using
transport measurements that are linear in the electrical field. We further show
that the emergence of a non-zero magnetization in the presence of strain arises
from a different response function: piezomagnetism. While this magnetization
gives rise to an additional contribution to the elasto-Hall conductivity, the
corresponding Berry curvature is qualitatively different from the distorted
Berry curvature quadrupole originating from the altermagnetic order parameter.
This insight also helps to disentangle AHE and weak ferromagnetism for systems
with symmetry-allowed $s$-wave contribution. Quantitatively, the elasto-Hall
conductivity is particularly pronounced for systems with a Dirac spectrum in
the altermagnetic state. The same mechanism gives rise to anomalous
elasto-thermal Hall, Nernst, and Ettinghausen effects.
| [
{
"version": "v1",
"created": "Wed, 5 Feb 2025 19:00:00 GMT"
},
{
"version": "v2",
"created": "Fri, 21 Feb 2025 02:39:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Takahashi",
"Keigo",
""
],
[
"Steward",
"Charles R. W.",
""
],
[
"Ogata",
"Masao",
""
],
[
"Fernandes",
"Rafael M.",
""
],
[
"Schmalian",
"Jörg",
""
]
] |
2502.03689 | Christopher Graziul | Borhane Blili-Hamelin, Christopher Graziul, Leif Hancox-Li, Hananel
Hazan, El-Mahdi El-Mhamdi, Avijit Ghosh, Katherine Heller, Jacob Metcalf,
Fabricio Murai, Eryk Salvaggio, Andrew Smart, Todd Snider, Mariame
Tighanimine, Talia Ringer, Margaret Mitchell, Shiri Dori-Hacohen | Stop treating `AGI' as the north-star goal of AI research | Position Paper accepted to ICML 2025. OpenReview:
https://openreview.net/forum?id=1RlrtH6ydW | null | null | null | cs.CY | http://creativecommons.org/licenses/by/4.0/ | The AI research community plays a vital role in shaping the scientific,
engineering, and societal goals of AI research. In this position paper, we
argue that focusing on the highly contested topic of `artificial general
intelligence' (`AGI') undermines our ability to choose effective goals. We
identify six key traps -- obstacles to productive goal setting -- that are
aggravated by AGI discourse: Illusion of Consensus, Supercharging Bad Science,
Presuming Value-Neutrality, Goal Lottery, Generality Debt, and Normalized
Exclusion. To avoid these traps, we argue that the AI research community needs
to (1) prioritize specificity in engineering and societal goals, (2) center
pluralism about multiple worthwhile approaches to multiple valuable goals, and
(3) foster innovation through greater inclusion of disciplines and communities.
Therefore, the AI research community needs to stop treating `AGI' as the
north-star goal of AI research.
| [
{
"version": "v1",
"created": "Thu, 6 Feb 2025 00:49:16 GMT"
},
{
"version": "v2",
"created": "Fri, 7 Feb 2025 04:07:16 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 16:11:55 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Blili-Hamelin",
"Borhane",
""
],
[
"Graziul",
"Christopher",
""
],
[
"Hancox-Li",
"Leif",
""
],
[
"Hazan",
"Hananel",
""
],
[
"El-Mhamdi",
"El-Mahdi",
""
],
[
"Ghosh",
"Avijit",
""
],
[
"Heller",
"Katherine",
""
],
[
"Metcalf",
"Jacob",
""
],
[
"Murai",
"Fabricio",
""
],
[
"Salvaggio",
"Eryk",
""
],
[
"Smart",
"Andrew",
""
],
[
"Snider",
"Todd",
""
],
[
"Tighanimine",
"Mariame",
""
],
[
"Ringer",
"Talia",
""
],
[
"Mitchell",
"Margaret",
""
],
[
"Dori-Hacohen",
"Shiri",
""
]
] |
2502.04009 | Nick Aquina | Nick Aquina, Bruno Cimoli, Soumya Das, Kathrin H\"ovelmanns, Fiona
Johanna Weber, Chigo Okonkwo, Simon Rommel, Boris \v{S}kori\'c, Idelfonso
Tafur Monroy, Sebastian Verschoor | A Critical Analysis of Deployed Use Cases for Quantum Key Distribution
and Comparison with Post-Quantum Cryptography | Accepted for publication in EPJ Quantum Technology | null | 10.1140/epjqt/s40507-025-00350-5 | null | cs.CR | http://creativecommons.org/licenses/by-sa/4.0/ | Quantum Key Distribution (QKD) is currently being discussed as a technology
to safeguard communication in a future where quantum computers compromise
traditional public-key cryptosystems. In this paper, we conduct a comprehensive
security evaluation of QKD-based solutions, focusing on real-world use cases
sourced from academic literature and industry reports. We analyze these use
cases, assess their security and identify the possible advantages of deploying
QKD-based solutions. We further compare QKD-based solutions with Post-Quantum
Cryptography (PQC), the alternative approach to achieving security when quantum
computers compromise traditional public-key cryptosystems, evaluating their
respective suitability for each scenario. Based on this comparative analysis,
we critically discuss and comment on which use cases QKD is suited for,
considering factors such as implementation complexity, scalability, and
long-term security. Our findings contribute to a better understanding of the
role QKD could play in future cryptographic infrastructures and offer guidance
to decision-makers considering the deployment of QKD.
| [
{
"version": "v1",
"created": "Thu, 6 Feb 2025 12:11:14 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Apr 2025 11:12:09 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Aquina",
"Nick",
""
],
[
"Cimoli",
"Bruno",
""
],
[
"Das",
"Soumya",
""
],
[
"Hövelmanns",
"Kathrin",
""
],
[
"Weber",
"Fiona Johanna",
""
],
[
"Okonkwo",
"Chigo",
""
],
[
"Rommel",
"Simon",
""
],
[
"Škorić",
"Boris",
""
],
[
"Monroy",
"Idelfonso Tafur",
""
],
[
"Verschoor",
"Sebastian",
""
]
] |
2502.04081 | Vaibhav Pratap Singh | Ashutosh Kumar Singh, Nilesh Sharma, Vaibhav Pratap Singh, Anil
Prabhakar | Backflash Attack on Coherent One-Way Quantum Key Distribution | null | null | 10.1109/JPHOT.2025.3557214 | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | In this article, we experimentally demonstrate an eavesdropper's (Eve's)
information gain by exploiting the breakdown flash generated by the single
photon avalanche detector (SPAD) used in coherent one-way quantum key
distribution (COW-QKD) setup. Unlike prior studies focusing on the device-level
characterization of backflash photons, this work quantifies Eve's learning with
a QKD system that includes a key distillation engine (KDE). Eve's learning is
quantified using the backflash photons emitted by SPAD and the information
available on the classical channel. Experimentally observed data are in good
agreement with theoretical simulations. Some mitigation strategies against the
backflash attack are also discussed.
| [
{
"version": "v1",
"created": "Thu, 6 Feb 2025 13:44:58 GMT"
},
{
"version": "v2",
"created": "Sat, 8 Feb 2025 06:24:59 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 09:19:59 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Singh",
"Ashutosh Kumar",
""
],
[
"Sharma",
"Nilesh",
""
],
[
"Singh",
"Vaibhav Pratap",
""
],
[
"Prabhakar",
"Anil",
""
]
] |
2502.05099 | Lena Armstrong | Lena Armstrong and Dana\'e Metaxa | Navigating Automated Hiring: Perceptions, Strategy Use, and Outcomes
Among Young Job Seekers | null | null | 10.1145/3711038 | null | cs.CY | http://creativecommons.org/licenses/by-nc-sa/4.0/ | As the use of automated employment decision tools (AEDTs) has rapidly
increased in hiring contexts, especially for computing jobs, there is still
limited work on applicants' perceptions of these emerging tools and their
experiences navigating them. To investigate, we conducted a survey with 448
computer science students (young, current technology job-seekers) about
perceptions of the procedural fairness of AEDTs, their willingness to be
evaluated by different AEDTs, the strategies they use relating to automation in
the hiring process, and their job seeking success. We find that young job
seekers' procedural fairness perceptions of and willingness to be evaluated by
AEDTs varied with the level of automation involved in the AEDT, the technical
nature of the task being evaluated, and their own use of strategies, such as
job referrals. Examining the relationship of their strategies with job
outcomes, notably, we find that referrals and family household income have
significant and positive impacts on hiring success, while more egalitarian
strategies (using free online coding assessment practice or adding keywords to
resumes) did not. Overall, our work speaks to young job seekers' distrust of
automation in hiring contexts, as well as the continued role of social and
socioeconomic privilege in job seeking, despite the use of AEDTs that promise
to make hiring "unbiased."
| [
{
"version": "v1",
"created": "Fri, 7 Feb 2025 17:18:07 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Armstrong",
"Lena",
""
],
[
"Metaxa",
"Danaé",
""
]
] |
2502.05463 | George Stepaniants | Kaushik Bhattacharya, Lianghao Cao, George Stepaniants, Andrew Stuart,
Margaret Trautner | Learning Memory and Material Dependent Constitutive Laws | 48 pages, 11 figures | null | null | null | math.NA cs.LG cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose and study a neural operator framework for learning memory- and
material microstructure-dependent constitutive laws for heterogeneous
materials. We work in the two-scale setting where homogenization theory
provides a systematic approach to deriving macroscale constitutive laws,
obviating the need to resolve complex microstructure repeatedly. However, the
unit cell problems defining these constitutive models are typically not
amenable to explicit evaluation. It is therefore of interest to learn
constitutive models from data generated by the unit cell problem. Our proposed
framework models homogenized constitutive laws with both memory- and
microstructure-dependence through the use of Markovian recurrent and Fourier
neural operators. The homogenization problem for Kelvin-Voigt viscoelastic
materials is studied to provide firm theoretical foundations for our model. The
theoretical properties of the cell problem in this Kelvin-Voigt setting
motivate the proposed learning framework; and are also used to prove a
universal approximation theorem for the learned macroscale constitutive model.
Numerical experiments show that the proposed learning framework accurately
learns memory- and microstructure-dependent viscoelastic and
elasto-viscoplastic constitutive models, beyond the setting of the theory.
Furthermore, we show that the learned constitutive models can be successfully
deployed in macroscale simulation of material deformation for different
microstructures without retraining.
| [
{
"version": "v1",
"created": "Sat, 8 Feb 2025 06:08:45 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 20:13:15 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bhattacharya",
"Kaushik",
""
],
[
"Cao",
"Lianghao",
""
],
[
"Stepaniants",
"George",
""
],
[
"Stuart",
"Andrew",
""
],
[
"Trautner",
"Margaret",
""
]
] |
2502.05689 | Oleksandr Stashko | R. A. Konoplya, O. S. Stashko | Transition from Regular Black Holes to Wormholes in Covariant Effective
Quantum Gravity: Scattering, Quasinormal Modes, and Hawking Radiation | null | Phys. Rev. D 111, 084031, (2025) | 10.1103/PhysRevD.111.084031 | null | gr-qc | http://creativecommons.org/licenses/by/4.0/ | Utilizing the Hamiltonian constraints approach, a quantum-corrected solution
has been derived \cite{Zhang:2024ney}, which describes either a regular black
hole or a traversable wormhole, contingent upon the value of the quantum
parameter. In this work, we compute the quasinormal modes associated with axial
gravitational and test fields' perturbations of these objects. We see that due
to quantum corrections near the event horizon, the first several overtones
deviate from their Schwarzschild values at an increasing rate. The transition
between the black hole and wormhole states is marked by modifications in the
late-time signal. Our findings reveal that the fundamental quasinormal modes of
quantum-corrected black holes exhibit only slight deviations from those of the
classical Schwarzschild solution. However, at the transition, the spectrum
undergoes significant changes, with the wormhole state characterized by
exceptionally long-lived quasinormal modes. In addition, we calculate
absorption cross-sections of partial waves, grey-body factors and energy
emission rates of Hawking radiation.
| [
{
"version": "v1",
"created": "Sat, 8 Feb 2025 20:44:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Konoplya",
"R. A.",
""
],
[
"Stashko",
"O. S.",
""
]
] |
2502.05767 | Ming-Hsiu Hsieh | Ming-Hsiu Hsieh and Roel Tempelaar | Mixed Quantum-Classical Dynamics Yields Anharmonic Rabi Oscillations | 7 pages, 3 figures | null | null | null | quant-ph physics.chem-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We apply a mixed quantum-classical (MQC) approach to the quantum Rabi model,
involving a classical optical field coupled self-consistently to a quantum
two-level system. Under the rotating wave approximation, we analytically show
this approach to yield persistent yet anharmonic Rabi oscillations, governed by
an undamped and unforced Duffing equation. We consider the single-quantum
limit, where we find such anharmonic Rabi oscillations to closely follow
full-quantum results once zero-point energy is approximately enforced when
initializing the optical field coordinate. Our findings provide guidance in the
application of MQC dynamics to classes of problems involving small quantum
numbers and far away from decoherence.
| [
{
"version": "v1",
"created": "Sun, 9 Feb 2025 04:00:45 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 17:56:16 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hsieh",
"Ming-Hsiu",
""
],
[
"Tempelaar",
"Roel",
""
]
] |
2502.06149 | Zehui Lu | Jose D. Hoyos, Tianyu Zhou, Zehui Lu, Shaoshuai Mou | Reward-Based Collision-Free Algorithm for Trajectory Planning of
Autonomous Robots | null | null | null | null | cs.RO cs.SY eess.SY | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This paper proposes a novel mission planning algorithm for autonomous robots
that selects an optimal waypoint sequence from a predefined set to maximize
total reward while satisfying obstacle avoidance, state, input, derivative,
mission time, and distance constraints. The formulation extends the
prize-collecting traveling salesman problem. A tailored genetic algorithm
evolves candidate solutions using a fitness function, crossover, and mutation,
with constraint enforcement via a penalty method. Differential flatness and
clothoid curves are employed to penalize infeasible trajectories efficiently,
while the Euler spiral method ensures curvature-continuous trajectories with
bounded curvature, enhancing dynamic feasibility and mitigating oscillations
typical of minimum-jerk and snap parameterizations. Due to the discrete
variable length optimization space, crossover is performed using a dynamic
time-warping-based method and extended convex combination with projection. The
algorithm's performance is validated through simulations and experiments with a
ground vehicle, quadrotor, and quadruped, supported by benchmarking and
time-complexity analysis.
| [
{
"version": "v1",
"created": "Mon, 10 Feb 2025 04:30:30 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 21:08:48 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hoyos",
"Jose D.",
""
],
[
"Zhou",
"Tianyu",
""
],
[
"Lu",
"Zehui",
""
],
[
"Mou",
"Shaoshuai",
""
]
] |
2502.06265 | Ipsita Mandal | Ipsita Mandal | Transmission through rectangular potentials in semimetals featuring
quadratic dispersion | corrects the solutions shown in arXiv:2004.06134 by incorporating the
missing evanescent waves | null | 10.1016/j.aop.2025.170053 | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We revisit the problem of transmission of quasiparticles through a
rectangular potential barrier for semimetals featuring quadratic-in-momentum
band-crossings at a nodal point. Although this was considered in Annals of
Physics 419 (2020) 168235, the solutions corresponding to evanescent waves were
missed, leading to a partial fulfillment of the boundary conditions required to
determine the piecewise-continuous wavefunctions. In this paper, our aim is to
correct those shortcomings, recompute the transmission coefficients, and show
the resulting behaviour of the conductivity and the Fano factor for some
representative parameter values.
| [
{
"version": "v1",
"created": "Mon, 10 Feb 2025 09:03:45 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mandal",
"Ipsita",
""
]
] |
2502.07197 | Sebasti\'an Rahausen | Robert Auffarth, Sebasti\'an Rahausen | A note on multisecants of the Kummer variety of a Jacobian | To appear in Archiv der Mathematik. 9 pages. Comments are welcome | null | null | null | math.AG | http://creativecommons.org/licenses/by/4.0/ | We show that if $C$ is a smooth projective curve and $\mathfrak{d}$ is a
$\mathfrak{g}^{n}_{2n}$ on $C$, then we obtain a rational map
$\mathrm{Sym}^{n}(C)\dashrightarrow\mathfrak{d}$ whose fibers can be related in
an interesting way to Gunning multisecants of the Kummer variety of $JC$. This
generalizes previous work done by the first author with Codogni and Salvati
Manni.
| [
{
"version": "v1",
"created": "Tue, 11 Feb 2025 02:42:05 GMT"
},
{
"version": "v2",
"created": "Wed, 12 Feb 2025 03:00:59 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 04:30:46 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Auffarth",
"Robert",
""
],
[
"Rahausen",
"Sebastián",
""
]
] |
2502.07328 | Atharva Mehta | Atharva Mehta, Shivam Chauhan, Amirbek Djanibekov, Atharva Kulkarni,
Gus Xia, Monojit Choudhury | Music for All: Representational Bias and Cross-Cultural Adaptability of
Music Generation Models | 17 pages, 5 figures, accepted to NAACL'25 | null | null | null | cs.SD cs.AI cs.CL cs.LG cs.MM | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The advent of Music-Language Models has greatly enhanced the automatic music
generation capability of AI systems, but they are also limited in their
coverage of the musical genres and cultures of the world. We present a study of
the datasets and research papers for music generation and quantify the bias and
under-representation of genres. We find that only 5.7% of the total hours of
existing music datasets come from non-Western genres, which naturally leads to
disparate performance of the models across genres. We then investigate the
efficacy of Parameter-Efficient Fine-Tuning (PEFT) techniques in mitigating
this bias. Our experiments with two popular models -- MusicGen and Mustango,
for two underrepresented non-Western music traditions -- Hindustani Classical
and Turkish Makam music, highlight the promises as well as the non-triviality
of cross-genre adaptation of music through small datasets, implying the need
for more equitable baseline music-language models that are designed for
cross-cultural transfer learning.
| [
{
"version": "v1",
"created": "Tue, 11 Feb 2025 07:46:29 GMT"
},
{
"version": "v2",
"created": "Wed, 12 Feb 2025 04:00:14 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 09:48:44 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mehta",
"Atharva",
""
],
[
"Chauhan",
"Shivam",
""
],
[
"Djanibekov",
"Amirbek",
""
],
[
"Kulkarni",
"Atharva",
""
],
[
"Xia",
"Gus",
""
],
[
"Choudhury",
"Monojit",
""
]
] |
2502.07758 | Nektarios A. Valous | Nektarios A. Valous, Eckhard Hitzer, Drago\c{s} Du\c{s}e, Rodrigo
Rojas Moraleda, Ferdinand Popp, Meggy Suarez-Carmona, Anna Berthel, Ismini
Papageorgiou, Carlo Fremd, Alexander R\"olle, Christina C. Westhoff,
B\'en\'edicte Lenoir, Niels Halama, Inka Z\"ornig, Dirk J\"ager | Novel computational workflows for natural and biomedical image
processing based on hypercomplex algebras | 24 pages, 18 figures, 14 tables | null | null | null | cs.CV cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Hypercomplex image processing extends conventional techniques in a unified
paradigm encompassing algebraic and geometric principles. This work leverages
quaternions and the two-dimensional orthogonal planes split framework
(splitting of a quaternion - representing a pixel - into pairs of orthogonal 2D
planes) for natural/biomedical image analysis through the following
computational workflows and outcomes: natural/biomedical image re-colorization,
natural image de-colorization, natural/biomedical image contrast enhancement,
computational re-staining and stain separation in histological images, and
performance gains in machine/deep learning pipelines for histological images.
The workflows are analyzed separately for natural and biomedical images to
showcase the effectiveness of the proposed approaches. The proposed workflows
can regulate color appearance (e.g. with alternative renditions and grayscale
conversion) and image contrast, be part of automated image processing pipelines
(e.g. isolating stain components, boosting learning models), and assist in
digital pathology applications (e.g. enhancing biomarker visibility, enabling
colorblind-friendly renditions). Employing only basic arithmetic and matrix
operations, this work offers a computationally accessible methodology - in the
hypercomplex domain - that showcases versatility and consistency across image
processing tasks and a range of computer vision and biomedical applications.
The proposed non-data-driven methods achieve comparable or better results
(particularly in cases involving well-known methods) to those reported in the
literature, showcasing the potential of robust theoretical frameworks with
practical effectiveness. Results, methods, and limitations are detailed
alongside discussion of promising extensions, emphasizing the potential of
feature-rich mathematical/computational frameworks for natural and biomedical
images.
| [
{
"version": "v1",
"created": "Tue, 11 Feb 2025 18:38:02 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Feb 2025 13:44:46 GMT"
},
{
"version": "v3",
"created": "Mon, 24 Feb 2025 18:29:14 GMT"
},
{
"version": "v4",
"created": "Wed, 23 Apr 2025 14:21:10 GMT"
},
{
"version": "v5",
"created": "Mon, 5 May 2025 19:20:22 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Valous",
"Nektarios A.",
""
],
[
"Hitzer",
"Eckhard",
""
],
[
"Duşe",
"Dragoş",
""
],
[
"Moraleda",
"Rodrigo Rojas",
""
],
[
"Popp",
"Ferdinand",
""
],
[
"Suarez-Carmona",
"Meggy",
""
],
[
"Berthel",
"Anna",
""
],
[
"Papageorgiou",
"Ismini",
""
],
[
"Fremd",
"Carlo",
""
],
[
"Rölle",
"Alexander",
""
],
[
"Westhoff",
"Christina C.",
""
],
[
"Lenoir",
"Bénédicte",
""
],
[
"Halama",
"Niels",
""
],
[
"Zörnig",
"Inka",
""
],
[
"Jäger",
"Dirk",
""
]
] |
2502.07963 | Hye Sun Yun | Hye Sun Yun, Karen Y.C. Zhang, Ramez Kouzy, Iain J. Marshall, Junyi
Jessy Li, Byron C. Wallace | Caught in the Web of Words: Do LLMs Fall for Spin in Medical Literature? | 22 pages, 12 figures, 4 tables, CHIL 2025 | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Medical research faces well-documented challenges in translating novel
treatments into clinical practice. Publishing incentives encourage researchers
to present "positive" findings, even when empirical results are equivocal.
Consequently, it is well-documented that authors often spin study results,
especially in article abstracts. Such spin can influence clinician
interpretation of evidence and may affect patient care decisions. In this
study, we ask whether the interpretation of trial results offered by Large
Language Models (LLMs) is similarly affected by spin. This is important since
LLMs are increasingly being used to trawl through and synthesize published
medical evidence. We evaluated 22 LLMs and found that they are across the board
more susceptible to spin than humans. They might also propagate spin into their
outputs: We find evidence, e.g., that LLMs implicitly incorporate spin into
plain language summaries that they generate. We also find, however, that LLMs
are generally capable of recognizing spin, and can be prompted in a way to
mitigate spin's impact on LLM outputs.
| [
{
"version": "v1",
"created": "Tue, 11 Feb 2025 21:21:05 GMT"
},
{
"version": "v2",
"created": "Thu, 1 May 2025 00:09:30 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 20:11:20 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Yun",
"Hye Sun",
""
],
[
"Zhang",
"Karen Y. C.",
""
],
[
"Kouzy",
"Ramez",
""
],
[
"Marshall",
"Iain J.",
""
],
[
"Li",
"Junyi Jessy",
""
],
[
"Wallace",
"Byron C.",
""
]
] |
2502.08067 | Sheng-Wen Li | Han-Jia Bi, Sheng-Wen Li | Reducing thermal noises by quantum refrigerators | 10 pages, 3 figures, comments are welcome | null | null | null | quant-ph physics.atom-ph | http://creativecommons.org/publicdomain/zero/1.0/ | Reducing the thermal noises in microwave (MW) resonators can bring about
significant progress in many research fields. In this study, we consider using
three-level or four-level systems as "quantum refrigerators" to cool down MW
resonators so as to reduce the thermal noises, and investigate their possible
cooling limits. In such a quantum refrigerator system, the MW resonator is
coupled with many three-level or four-level systems. Proper light pump makes
the multilevel systems concentrated into their ground states, which
continuously absorb the thermal photons in the MW resonator. By adiabatic
elimination, we give a more precise description for this cooling process. For
three level systems, though the laser driving can cool down the multilevel
systems efficiently, a too strong driving strength also significantly perturbs
their energy levels, breaking the resonant interaction between the atom and the
resonator, which weakens the cooling effect, and that sets a finite region for
cooling parameters. In four level systems, by adopting an indirect pumping
approach, such a finite cooling region can be further released. In both cases,
we obtain analytical results for the cooling limit of the MW resonator. Based
on practical parameters, our estimation shows the cooling limit could reach
lower than the liquid helium temperature, without resorting to the traditional
cryogenic systems.
| [
{
"version": "v1",
"created": "Wed, 12 Feb 2025 02:15:44 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 03:58:11 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bi",
"Han-Jia",
""
],
[
"Li",
"Sheng-Wen",
""
]
] |
2502.09608 | Mia Tang | Mia Tang, Yael Vinker, Chuan Yan, Lvmin Zhang, Maneesh Agrawala | Instance Segmentation of Scene Sketches Using Natural Image Priors | Project website: https://inklayer.github.io | null | 10.1145/3721238.3730606 | null | cs.CV cs.GR | http://creativecommons.org/licenses/by/4.0/ | Sketch segmentation involves grouping pixels within a sketch that belong to
the same object or instance. It serves as a valuable tool for sketch editing
tasks, such as moving, scaling, or removing specific components. While image
segmentation models have demonstrated remarkable capabilities in recent years,
sketches present unique challenges for these models due to their sparse nature
and wide variation in styles. We introduce InkLayer, a method for instance
segmentation of raster scene sketches. Our approach adapts state-of-the-art
image segmentation and object detection models to the sketch domain by
employing class-agnostic fine-tuning and refining segmentation masks using
depth cues. Furthermore, our method organizes sketches into sorted layers,
where occluded instances are inpainted, enabling advanced sketch editing
applications. As existing datasets in this domain lack variation in sketch
styles, we construct a synthetic scene sketch segmentation dataset, InkScenes,
featuring sketches with diverse brush strokes and varying levels of detail. We
use this dataset to demonstrate the robustness of our approach.
| [
{
"version": "v1",
"created": "Thu, 13 Feb 2025 18:56:05 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 06:15:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Tang",
"Mia",
""
],
[
"Vinker",
"Yael",
""
],
[
"Yan",
"Chuan",
""
],
[
"Zhang",
"Lvmin",
""
],
[
"Agrawala",
"Maneesh",
""
]
] |
2502.09796 | Arthur Ferreira Vieira | Marcelo S. Guimaraes, Itzhak Roditi, Silvio P. Sorella, Arthur F.
Vieira | A numerical analysis of Araki-Uhlmann relative entropy in Quantum Field
Theory | 12 pages, 6 figures. Comments have been included in the introduction
and conclusions | null | null | null | hep-th math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We numerically investigate the Araki-Uhlmann relative entropy in Quantum
Field Theory, focusing on a free massive scalar field in 1+1-dimensional
Minkowski spacetime. Using Tomita-Takesaki modular theory, we analyze the
relative entropy between a coherent state and the vacuum state, with several
types of test functions localized in the right Rindler wedge. Our results
confirm that relative entropy decreases with increasing mass and grows with the
size of the spacetime region, aligning with theoretical expectations.
| [
{
"version": "v1",
"created": "Thu, 13 Feb 2025 22:12:15 GMT"
},
{
"version": "v2",
"created": "Sun, 30 Mar 2025 23:36:49 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 13:04:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Guimaraes",
"Marcelo S.",
""
],
[
"Roditi",
"Itzhak",
""
],
[
"Sorella",
"Silvio P.",
""
],
[
"Vieira",
"Arthur F.",
""
]
] |
2502.10148 | Zhiyuan Li | Zhiyuan Li, Wenshuai Zhao, Joni Pajarinen | Cooperative Multi-Agent Planning with Adaptive Skill Synthesis | null | null | null | null | cs.AI cs.MA | http://creativecommons.org/licenses/by/4.0/ | Despite much progress in training distributed artificial intelligence (AI),
building cooperative multi-agent systems with multi-agent reinforcement
learning (MARL) faces challenges in sample efficiency, interpretability, and
transferability. Unlike traditional learning-based methods that require
extensive interaction with the environment, large language models (LLMs)
demonstrate remarkable capabilities in zero-shot planning and complex
reasoning. However, existing LLM-based approaches heavily rely on text-based
observations and struggle with the non-Markovian nature of multi-agent
interactions under partial observability. We present COMPASS, a novel
multi-agent architecture that integrates vision-language models (VLMs) with a
dynamic skill library and structured communication for decentralized
closed-loop decision-making. The skill library, bootstrapped from
demonstrations, evolves via planner-guided tasks to enable adaptive strategies.
COMPASS propagates entity information through multi-hop communication under
partial observability. Evaluations on the improved StarCraft Multi-Agent
Challenge (SMACv2) demonstrate COMPASS's strong performance against
state-of-the-art MARL baselines across both symmetric and asymmetric scenarios.
Notably, in the symmetric Protoss 5v5 task, COMPASS achieved a 57\% win rate,
representing a 30 percentage point advantage over QMIX (27\%). Project page can
be found at https://stellar-entremet-1720bb.netlify.app/.
| [
{
"version": "v1",
"created": "Fri, 14 Feb 2025 13:23:18 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:03:22 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Li",
"Zhiyuan",
""
],
[
"Zhao",
"Wenshuai",
""
],
[
"Pajarinen",
"Joni",
""
]
] |
2502.10655 | Antoine Labelle | Antoine Labelle | On a specialization of Toda eigenfunctions | 18 pages. The main change to this second version is the addition of
Section 6 on a conjectural realization of the numerator as a Poincare
polynomial | null | null | null | math.RT math.AG math.QA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper studies rational functions $\mathfrak{J}_\alpha(q)$, which depend
on a positive element $\alpha$ of the root lattice of a root system. These
functions arise as Shapovalov pairings of Whittaker vectors in Verma modules of
highest weight $-\rho$ for quantum groups and as Hilbert series of Zastava
spaces, and are related to the Toda system. They are specializations of
multivariate functions more commonly studied in the literature. We investigate
the denominator of these rational functions and give an explicit combinatorial
formula for the numerator in type A. We also propose a conjectural realization
of the numerator as the Poincar\'e polynomial of a smooth variety in type A.
| [
{
"version": "v1",
"created": "Sat, 15 Feb 2025 03:40:26 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 20:52:24 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Labelle",
"Antoine",
""
]
] |
2502.10700 | Santanu Maiti K. | Debjani Das Gupta, Santanu K. Maiti | Antiferromagnetic diamond network as an efficient spin filter:
Proposition of a spin-specific semi-conducting behavior | 11 pages, 14 figures (Accepted for publication in Annals of Physics) | null | null | null | cond-mat.mes-hall physics.app-ph | http://creativecommons.org/licenses/by/4.0/ | We propose, for the first time, that an array of diamond plaquettes, each
possessing vanishing net magnetization, can achieve complete spin polarization
over a broad bias window. Furthermore, this system can be utilized to realize
spin-specific semiconducting behavior. We describe the antiferromagnetic
diamond network within a tight-binding framework, where spin-dependent
scattering arises due to the interaction between itinerant electrons and local
magnetic moments at different lattice sites. The mechanism underlying spin
filtration relies on the specific arrangement of magnetic moments within
individual plaquettes. We systematically investigate the spin polarization
phenomenon under various input conditions, examining its dependence on network
size, system temperature, and the magnetic flux threading each plaquette. Due
to the network's geometry, we identify a sharply localized, highly degenerate
energy level coexisting with conducting states. By tuning physical parameters,
a small energy gap can be established between these degenerate localized states
and the conducting energy band, enabling spin-specific $p$-type and $n$-type
semiconducting behavior. Our findings offer a novel approach for designing
future spintronic devices based on similar antiferromagnetic networks.
| [
{
"version": "v1",
"created": "Sat, 15 Feb 2025 07:12:29 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 11:53:21 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gupta",
"Debjani Das",
""
],
[
"Maiti",
"Santanu K.",
""
]
] |
2502.11186 | Kim Siang Khaw | Tianqi Hu, Guan Ming Wong, Diego Alejandro Sanz Becerra, Chavdar
Dutsov, Siew Yan Hoh, Kim Siang Khaw, Philipp Schmidt-Wellenburg, Yuzhi
Shang, and Yusuke Takeuchi | Development of Fast Front-End Electronics for the Muon Trigger Detector
in the PSI muEDM Experiment | 9 pages, 10 figures, submitted to IEEE Transactions on Nuclear
Science | null | null | null | physics.ins-det hep-ex | http://creativecommons.org/licenses/by/4.0/ | This paper outlines the design and development of a fast front-end electronic
readout board for the muon trigger detector in the muEDM experiment at the Paul
Scherrer Institute. The trigger detector, which consists of a gate and aperture
detector, is strategically located at the end of the superconducting injection
channel to generate trigger signals for a magnetic kicker, which activates upon
the injection of muons into the central region of the storage solenoid. Within
the magnetic field of the solenoid, the system configuration is optimized to
meet stringent performance specifications, including minimal signal propagation
delays, high detection efficiency, non-magnetic properties, and consistent
operational stability under varying experimental conditions. Additionally, the
design incorporates robust methods for rejecting positron contamination in the
muon beamline. The results presented include performance evaluations from both
bench testing and actual beam tests, highlighting the effectiveness and
reliability of the electronic design.
| [
{
"version": "v1",
"created": "Sun, 16 Feb 2025 16:20:57 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 08:02:32 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Hu",
"Tianqi",
""
],
[
"Wong",
"Guan Ming",
""
],
[
"Becerra",
"Diego Alejandro Sanz",
""
],
[
"Dutsov",
"Chavdar",
""
],
[
"Hoh",
"Siew Yan",
""
],
[
"Khaw",
"Kim Siang",
""
],
[
"Schmidt-Wellenburg",
"Philipp",
""
],
[
"Shang",
"Yuzhi",
""
],
[
"Takeuchi",
"Yusuke",
""
]
] |
2502.11331 | Seok-Jin Kim | Seok-Jin Kim, Hongjie Liu, Molei Liu, Kaizheng Wang | Transfer Learning of CATE with Kernel Ridge Regression | null | null | null | null | stat.ME cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The proliferation of data has sparked significant interest in leveraging
findings from one study to estimate treatment effects in a different target
population without direct outcome observations. However, the transfer learning
process is frequently hindered by substantial covariate shift and limited
overlap between (i) the source and target populations, as well as (ii) the
treatment and control groups within the source. We propose a novel method for
overlap-adaptive transfer learning of conditional average treatment effect
(CATE) using kernel ridge regression (KRR). Our approach involves partitioning
the labeled source data into two subsets. The first one is used to train
candidate CATE models based on regression adjustment and pseudo-outcomes. An
optimal model is then selected using the second subset and unlabeled target
data, employing another pseudo-outcome-based strategy. We provide a theoretical
justification for our method through sharp non-asymptotic MSE bounds,
highlighting its adaptivity to both weak overlaps and the complexity of CATE
function. Extensive numerical studies confirm that our method achieves superior
finite-sample efficiency and adaptability. We conclude by demonstrating the
effectiveness of our approach using a 401(k) eligibility dataset.
| [
{
"version": "v1",
"created": "Mon, 17 Feb 2025 01:07:45 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 21:32:48 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kim",
"Seok-Jin",
""
],
[
"Liu",
"Hongjie",
""
],
[
"Liu",
"Molei",
""
],
[
"Wang",
"Kaizheng",
""
]
] |
2502.11976 | Chun Huang | Chun Huang and Shashwat Sourav | Constraining first-order phase transition inside neutron stars with
application of Bayesian techniques on PSR J0437-4715 NICER data | Published version on ApJ | 2025, The Astrophysical Journal, Volume 983, Number 1 | 10.3847/1538-4357/adbb67 10.3847/1538-4357/adbb67 10.3847/1538-4357/adbb67
10.3847/1538-4357/adbb67 | null | astro-ph.HE astro-ph.SR nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Understanding the existence of exotic matter phases and phase transitions
within the core of neutron stars is crucial to advancing our knowledge of
cold-dense matter physics. Recent multi-messenger observations, including
gravitational waves from neutron star mergers and precise X-ray data from
NASA's Neutron Star Interior Composition Explorer (NICER) mission, have
significantly constrained the neutron star equation of state (EOS). This study
investigates the effects of phase transitions in neutron stars, focusing on
NICER's latest observation of PSR J0437--4715. We employ Bayesian inference
techniques to evaluate the presence of first-order phase transitions using a
piecewise polytropic EOS model. Our analysis incorporates data from multiple
NICER sources, to refine constraints on key phase transition parameters,
including critical density and transition depth. We find that including data
from PSR J0437--4715 improves the evidence of phase transitions and tightens
the EOS constraints, especially at higher densities. However, Bayes factor
analysis only indicates a slight preference for models without phase
transitions and current observational precision is insufficient to draw
definitive conclusions. In particular, this polytropic model identifies the
critical phase transition mass of neutron stars as being close to 1.4 solar
masses, which coincides with the approximate mass range of PSR J0437--4715.
This work emphasizes the importance of precise measurements of PSR J0437--4715
for deepening our understanding of neutron star interiors and exploring
potential new physics at extreme densities.
| [
{
"version": "v1",
"created": "Mon, 17 Feb 2025 16:22:09 GMT"
},
{
"version": "v2",
"created": "Tue, 18 Feb 2025 03:14:56 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 17:30:37 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Huang",
"Chun",
""
],
[
"Sourav",
"Shashwat",
""
]
] |
2502.12155 | Hans Ke{\ss}ler | Anton Bolian, Phatthamon Kongkhambut, Christoph Georges, Roy D. Jara
Jr., Jos\'e Vargas, Jens Klinder, Jayson G. Cosme, Hans Ke{\ss}ler, Andreas
Hemmerich | Observation of a zero-energy excitation mode in the open Dicke model | null | null | null | null | cond-mat.quant-gas | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Approaching phase boundaries in many-body systems can give rise to intriguing
signatures in their excitation spectra. Here, we explore the excitation
spectrum of a Bose-Einstein condensate strongly coupled to an optical cavity
and pumped by an optical standing wave, which simulates the famous
Dicke-Hepp-Lieb phase transition of the open Dicke model with dissipation
arising due to photon leakage from the cavity. For weak dissipation, the
excitation spectrum displays two strongly polaritonic modes. Close to the phase
boundary, we observe an intriguing regime where the lower-energetic of these
modes, instead of showing the expected roton-type mode softening, is found to
approach and persist at zero energy, well before the critical pump strength for
the Dicke-Hepp-Lieb transition boundary is reached. Hence, a peculiar situation
arises, where an excitation is possible at zero energy cost, but nevertheless
no instability of the system is created.
| [
{
"version": "v1",
"created": "Mon, 17 Feb 2025 18:59:51 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 20:39:16 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Bolian",
"Anton",
""
],
[
"Kongkhambut",
"Phatthamon",
""
],
[
"Georges",
"Christoph",
""
],
[
"Jara",
"Roy D.",
"Jr."
],
[
"Vargas",
"José",
""
],
[
"Klinder",
"Jens",
""
],
[
"Cosme",
"Jayson G.",
""
],
[
"Keßler",
"Hans",
""
],
[
"Hemmerich",
"Andreas",
""
]
] |
2502.12739 | Giovanni Ragazzi | Giovanni Ragazzi, Simone Cavazzoni, Claudia Benedetti, Paolo Bordone,
Matteo G. A. Paris | Scalable Structure For Chiral Quantum Routing | null | null | 10.3390/e27050498 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We address the problem of routing quantum and classical information from one
sender to many possible receivers in a network. By employing the formalism of
quantum walks, we describe the dynamics on a discrete structure based on a
complete graph, where the sites naturally provide a basis for encoding the
quantum state to be transmitted. Upon tuning a single phase or weight in the
Hamiltonian, we achieve near-unitary routing fidelity, enabling the selective
delivery of information to designated receivers for both classical and quantum
data. The structure is inherently scalable, accommodating an arbitrary number
of receivers. The routing time is largely independent of the network dimension
and input state, and the routing performance is robust under static and dynamic
noise, at least for short time.
| [
{
"version": "v1",
"created": "Tue, 18 Feb 2025 10:55:26 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:27:37 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Ragazzi",
"Giovanni",
""
],
[
"Cavazzoni",
"Simone",
""
],
[
"Benedetti",
"Claudia",
""
],
[
"Bordone",
"Paolo",
""
],
[
"Paris",
"Matteo G. A.",
""
]
] |
2502.12931 | Ipsita Mandal | Ipsita Mandal | Delta-function-potential junctions with quasiparticles occupying tilted
bands with quadratic-in-momentum dispersion | follow-up paper of arXiv:2502.06265 | null | 10.1016/j.cap.2025.04.007 | null | cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We continue our explorations of the transport characteristics in
junction-configurations comprising semimetals with quadratic band-crossings,
observed in the bandstructures of both two- and three-dimensional materials.
Here, we consider short potential barriers/wells modelled by delta-function
potentials. We also generalize our analysis by incorporating tilts in the
dispersion. Due to the parabolic nature of the spectra, caused by
quadratic-in-momentum dependence, there exist evanescent waves, which decay
exponentially as we move away from the junction represented by the location of
the delta-function potential. Investigating the possibility of the appearance
of bound states, we find that their energies appear as pairs of $\pm |E_b |$,
reflecting the presence of the imaginary-valued wavevectors at both positive
and negative values of energies of the propagating quasiparticles.
| [
{
"version": "v1",
"created": "Tue, 18 Feb 2025 15:14:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Mandal",
"Ipsita",
""
]
] |
2502.13008 | Sergey Yu. Vernov | E.O. Pozdeeva, M.A. Skugoreva, A.V. Toporensky, S.Yu. Vernov | More accurate slow-roll approximations for inflation in scalar-tensor
theories | 24 pages, 10 figures | null | null | null | gr-qc astro-ph.CO math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose new versions of the slow-roll approximation for inflationary
models with nonminimally coupled scalar fields. We derive more precise
expressions for the standard slow-roll parameters as functions of the scalar
field. To verify the accuracy of the proposed approximations, we consider
inflationary models with the induced gravity term and the fourth-order monomial
potential. For specific values of the model parameters, this model is the
well-known Higgs-driven inflationary model. We investigate the inflationary
dynamics in the Jordan frame and come to the conclusion that the proposed
versions of the slow-roll approximation are not only more accurate at the end
of inflation, but also give essentially more precise estimations for the
tensor-to-scalar ratio $r$ and of the amplitude of scalar perturbations $A_s$.
| [
{
"version": "v1",
"created": "Tue, 18 Feb 2025 16:27:12 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Pozdeeva",
"E. O.",
""
],
[
"Skugoreva",
"M. A.",
""
],
[
"Toporensky",
"A. V.",
""
],
[
"Vernov",
"S. Yu.",
""
]
] |
2502.13481 | Chenxu Zhu | Ruiming Tang, Chenxu Zhu, Bo Chen, Weipeng Zhang, Menghui Zhu, Xinyi
Dai, Huifeng Guo | LLM4Tag: Automatic Tagging System for Information Retrieval via Large
Language Models | null | null | null | null | cs.IR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Tagging systems play an essential role in various information retrieval
applications such as search engines and recommender systems. Recently, Large
Language Models (LLMs) have been applied in tagging systems due to their
extensive world knowledge, semantic understanding, and reasoning capabilities.
Despite achieving remarkable performance, existing methods still have
limitations, including difficulties in retrieving relevant candidate tags
comprehensively, challenges in adapting to emerging domain-specific knowledge,
and the lack of reliable tag confidence quantification. To address these three
limitations above, we propose an automatic tagging system LLM4Tag. First, a
graph-based tag recall module is designed to effectively and comprehensively
construct a small-scale highly relevant candidate tag set. Subsequently, a
knowledge-enhanced tag generation module is employed to generate accurate tags
with long-term and short-term knowledge injection. Finally, a tag confidence
calibration module is introduced to generate reliable tag confidence scores.
Extensive experiments over three large-scale industrial datasets show that
LLM4Tag significantly outperforms the state-of-the-art baselines and LLM4Tag
has been deployed online for content tagging to serve hundreds of millions of
users.
| [
{
"version": "v1",
"created": "Wed, 19 Feb 2025 07:10:23 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 07:26:13 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Tang",
"Ruiming",
""
],
[
"Zhu",
"Chenxu",
""
],
[
"Chen",
"Bo",
""
],
[
"Zhang",
"Weipeng",
""
],
[
"Zhu",
"Menghui",
""
],
[
"Dai",
"Xinyi",
""
],
[
"Guo",
"Huifeng",
""
]
] |
2502.13591 | Livia Terlizzi | Livia Terlizzi (on behalf of the ALICE Collaboration) | Characterization Of MOSS For The ALICE ITS3 For The LHC Run 4 | null | null | null | null | physics.ins-det hep-ex nucl-ex | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | ALICE, one of the four main CERN LHC experiments, studies heavy-ion
collisions at ultra-relativistic energies. For LHC Run 4 (starting 2030), ALICE
will replace the three innermost cylindrical layers of its inner tracking
system during Long Shutdown 3 (2026-2029). The new ITS3 will enhance pointing
resolution by a factor of two and improve tracking efficiency at low transverse
momentum (pT < 0.3 GeV/c). It will feature ultra-thin (< 50 micrometer),
stitched wafer-scale Monolithic Active Pixel Sensors (MAPS) using 65 nm CMOS
imaging technology. These sensors can be bent, forming a truly cylindrical
barrel with an innermost radius of 19 mm and an average material budget of 0.09
X/X0 per layer. ITS3 development involves cutting-edge R&D, including MAPS
production in 65 nm CMOS, stitched wafer-scale fabrication, ultra-light
mechanics, and a novel air cooling system. The 65 nm CMOS technology was
validated using Multi-Layer Reticle 1 test structures. In mid-2023, the first
stitched prototypes, MOnolithic Stitched Sensors (MOSS), were produced to
demonstrate stitching feasibility and assess wafer-scale sensor yield and
performance. Each MOSS chip (1.4 cm x 25.9 cm) contains 6.7 million pixels
across 10 repeated sensor units, each with 8 pixel matrices: top matrices (256
x 256 pixels, 22.5 micrometer pitch) and bottom matrices (320 x 320 pixels, 18
micrometer pitch). These layouts help evaluate yield variations based on
density and spacing. This work presents results from MOSS characterization,
including power domain impedance, DAC performance, pixel readout, threshold,
and fake-hit rate scans. Beam and lab tests confirmed an efficiency >99% and a
Fake Hit Rate lower than 0.1 pixel-1 s-1, meeting ITS3 requirements for Run 4.
| [
{
"version": "v1",
"created": "Wed, 19 Feb 2025 10:10:35 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 14:39:20 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Terlizzi",
"Livia",
"",
"on behalf of the ALICE Collaboration"
]
] |
2502.13685 | Weigao Sun | Jusen Du, Weigao Sun, Disen Lan, Jiaxi Hu, Yu Cheng | MoM: Linear Sequence Modeling with Mixture-of-Memories | Technical report, 16 pages | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Linear sequence modeling methods, such as linear attention, state space
modeling, and linear RNNs, offer significant efficiency improvements by
reducing the complexity of training and inference. However, these methods
typically compress the entire input sequence into a single fixed-size memory
state, which leads to suboptimal performance on recall-intensive downstream
tasks. Drawing inspiration from neuroscience, particularly the brain's ability
to maintain robust long-term memory while mitigating "memory interference", we
introduce a novel architecture called Mixture-of-Memories (MoM). MoM utilizes
multiple independent memory states, with a router network directing input
tokens to specific memory states. This approach greatly enhances the overall
memory capacity while minimizing memory interference. As a result, MoM performs
exceptionally well on recall-intensive tasks, surpassing existing linear
sequence modeling techniques. Despite incorporating multiple memory states, the
computation of each memory state remains linear in complexity, allowing MoM to
retain the linear-complexity advantage during training, while
constant-complexity during inference. Our experimental results show that MoM
significantly outperforms current linear sequence models on downstream language
tasks, particularly recall-intensive tasks, and even achieves performance
comparable to Transformer models. The code is released at
https://github.com/OpenSparseLLMs/MoM and is also released as a part of
https://github.com/OpenSparseLLMs/Linear-MoE.
| [
{
"version": "v1",
"created": "Wed, 19 Feb 2025 12:53:55 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 13:11:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Du",
"Jusen",
""
],
[
"Sun",
"Weigao",
""
],
[
"Lan",
"Disen",
""
],
[
"Hu",
"Jiaxi",
""
],
[
"Cheng",
"Yu",
""
]
] |
2502.13858 | Shiyang Zhang | Shiyang Zhang, Hendrik Hildebrandt, Ziang Yan, Simon E.T. Smith,
Massimiliano Gatto, Massimo Dall'Ora, Crescenzo Tortora, Shun-Sheng Li,
Dominik Els\"asser | Quantifying the Detectability of Milky Way Satellites with Image
Simulations: a Case Study with KiDS | 17 pages, 15 figures, 3 tables, submitted to Astronomy & Astrophysics | null | null | null | astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | Ultra-faint dwarf galaxies, which can be detected as resolved satellite
systems of the Milky Way, are critical to understanding galaxy formation,
evolution, and the nature of dark matter, as they are the oldest, smallest,
most metal-poor, and most dark matter-dominated stellar systems known.
Quantifying the sensitivity of surveys is essential for understanding their
capability and limitations in searching for ultra-faint satellites. In this
paper, we present the first study of the image-level observational selection
function for Kilo-Degree Survey (KiDS) based on the Synthetic UniveRses For
Surveys (surfs)-based KiDS-Legacy-Like Simulations. We generate mock satellites
and simulate images that include resolved stellar populations of the mock
satellites and the background galaxies, capturing realistic observational
effects such as source blending, photometric uncertainties, and star-galaxy
separation. The matched-filter method is applied to recover the injected
satellites. We derive the observational selection function of the survey in
terms of the luminosity, half-light radius, and heliocentric distance of the
satellites. Compared to a catalogue-level simulation as used in previous
studies, the image-level simulation provides a more realistic assessment of
survey sensitivity, accounting for observational limitations that are neglected
in catalogue-level simulations. The image-level simulation shows a detection
loss for compact sources with a distance $d \gtrsim 100~\rm kpc$. We argue that
this is because compact sources are more likely to be identified as single
sources rather than being resolved during the source extraction process.
| [
{
"version": "v1",
"created": "Wed, 19 Feb 2025 16:24:25 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 09:35:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zhang",
"Shiyang",
""
],
[
"Hildebrandt",
"Hendrik",
""
],
[
"Yan",
"Ziang",
""
],
[
"Smith",
"Simon E. T.",
""
],
[
"Gatto",
"Massimiliano",
""
],
[
"Dall'Ora",
"Massimo",
""
],
[
"Tortora",
"Crescenzo",
""
],
[
"Li",
"Shun-Sheng",
""
],
[
"Elsässer",
"Dominik",
""
]
] |
2502.14131 | Enoch Hyunwook Kang | Enoch H. Kang, Hema Yoganarasimhan, Lalit Jain | An Empirical Risk Minimization Approach for Offline Inverse RL and
Dynamic Discrete Choice Model | null | null | null | null | cs.LG cs.AI econ.EM | http://creativecommons.org/licenses/by/4.0/ | We study the problem of estimating Dynamic Discrete Choice (DDC) models, also
known as offline Maximum Entropy-Regularized Inverse Reinforcement Learning
(offline MaxEnt-IRL) in machine learning. The objective is to recover reward or
$Q^*$ functions that govern agent behavior from offline behavior data. In this
paper, we propose a globally convergent gradient-based method for solving these
problems without the restrictive assumption of linearly parameterized rewards.
The novelty of our approach lies in introducing the Empirical Risk Minimization
(ERM) based IRL/DDC framework, which circumvents the need for explicit state
transition probability estimation in the Bellman equation. Furthermore, our
method is compatible with non-parametric estimation techniques such as neural
networks. Therefore, the proposed method has the potential to be scaled to
high-dimensional, infinite state spaces. A key theoretical insight underlying
our approach is that the Bellman residual satisfies the Polyak-Lojasiewicz (PL)
condition -- a property that, while weaker than strong convexity, is sufficient
to ensure fast global convergence guarantees. Through a series of synthetic
experiments, we demonstrate that our approach consistently outperforms
benchmark methods and state-of-the-art alternatives.
| [
{
"version": "v1",
"created": "Wed, 19 Feb 2025 22:22:20 GMT"
},
{
"version": "v2",
"created": "Mon, 3 Mar 2025 21:42:24 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 17:12:37 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kang",
"Enoch H.",
""
],
[
"Yoganarasimhan",
"Hema",
""
],
[
"Jain",
"Lalit",
""
]
] |
2502.14338 | Avinash Patil | Avinash Patil, Aryan Jadon | English Please: Evaluating Machine Translation with Large Language
Models for Multilingual Bug Reports | 8 Pages, 4 Figures, 3 Tables | null | null | null | cs.CL cs.SE | http://creativecommons.org/licenses/by/4.0/ | Accurate translation of bug reports is critical for efficient collaboration
in global software development. In this study, we conduct the first
comprehensive evaluation of machine translation (MT) performance on bug
reports, analyzing the capabilities of DeepL, AWS Translate, and large language
models such as ChatGPT, Claude, Gemini, LLaMA, and Mistral using data from the
Visual Studio Code GitHub repository, specifically focusing on reports labeled
with the english-please tag. To assess both translation quality and source
language identification accuracy, we employ a range of MT evaluation
metrics-including BLEU, BERTScore, COMET, METEOR, and ROUGE-alongside
classification metrics such as accuracy, precision, recall, and F1-score. Our
findings reveal that while ChatGPT (gpt-4o) excels in semantic and lexical
translation quality, it does not lead in source language identification. Claude
and Mistral achieve the highest F1-scores (0.7182 and 0.7142, respectively),
and Gemini records the best precision (0.7414). AWS Translate shows the highest
accuracy (0.4717) in identifying source languages. These results highlight that
no single system dominates across all tasks, reinforcing the importance of
task-specific evaluations. This study underscores the need for domain
adaptation when translating technical content and provides actionable insights
for integrating MT into bug-triaging workflows. The code and dataset for this
paper are available at GitHub-https://github.com/av9ash/English-Please
| [
{
"version": "v1",
"created": "Thu, 20 Feb 2025 07:47:03 GMT"
},
{
"version": "v2",
"created": "Tue, 4 Mar 2025 23:24:09 GMT"
},
{
"version": "v3",
"created": "Mon, 5 May 2025 21:32:08 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Patil",
"Avinash",
""
],
[
"Jadon",
"Aryan",
""
]
] |
2502.15037 | Yizhou Chen | Yizhou Chen, Xiaoyue Wu, Yeheng Zong, Yuzhen Chen, Anran Li, Bohao
Zhang, Ram Vasudevan | DEFT: Differentiable Branched Discrete Elastic Rods for Modeling
Furcated DLOs in Real-Time | null | null | null | null | cs.RO cs.AI cs.GR | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Autonomous wire harness assembly requires robots to manipulate complex
branched cables with high precision and reliability. A key challenge in
automating this process is predicting how these flexible and branched
structures behave under manipulation. Without accurate predictions, it is
difficult for robots to reliably plan or execute assembly operations. While
existing research has made progress in modeling single-threaded Deformable
Linear Objects (DLOs), extending these approaches to Branched Deformable Linear
Objects (BDLOs) presents fundamental challenges. The junction points in BDLOs
create complex force interactions and strain propagation patterns that cannot
be adequately captured by simply connecting multiple single-DLO models. To
address these challenges, this paper presents Differentiable discrete branched
Elastic rods for modeling Furcated DLOs in real-Time (DEFT), a novel framework
that combines a differentiable physics-based model with a learning framework
to: 1) accurately model BDLO dynamics, including dynamic propagation at
junction points and grasping in the middle of a BDLO, 2) achieve efficient
computation for real-time inference, and 3) enable planning to demonstrate
dexterous BDLO manipulation. A comprehensive series of real-world experiments
demonstrates DEFT's efficacy in terms of accuracy, computational speed, and
generalizability compared to state-of-the-art alternatives. Project
page:https://roahmlab.github.io/DEFT/.
| [
{
"version": "v1",
"created": "Thu, 20 Feb 2025 20:46:09 GMT"
},
{
"version": "v2",
"created": "Wed, 26 Feb 2025 15:28:35 GMT"
},
{
"version": "v3",
"created": "Thu, 27 Feb 2025 20:13:17 GMT"
},
{
"version": "v4",
"created": "Thu, 6 Mar 2025 18:50:30 GMT"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 15:36:35 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Chen",
"Yizhou",
""
],
[
"Wu",
"Xiaoyue",
""
],
[
"Zong",
"Yeheng",
""
],
[
"Chen",
"Yuzhen",
""
],
[
"Li",
"Anran",
""
],
[
"Zhang",
"Bohao",
""
],
[
"Vasudevan",
"Ram",
""
]
] |
2502.15378 | Yanyu Chen | Yi-Jun Chang, Yanyu Chen, Dipan Dey, Gopinath Mishra, Hung Thuan
Nguyen, Bryce Sanchez | Optimal Distributed Replacement Paths | null | null | null | null | cs.DS cs.DC | http://creativecommons.org/licenses/by/4.0/ | We study the replacement paths problem in the $\mathsf{CONGEST}$ model of
distributed computing. Given an $s$-$t$ shortest path $P$, the goal is to
compute, for every edge $e$ in $P$, the shortest-path distance from $s$ to $t$
avoiding $e$. For unweighted directed graphs, we establish the tight randomized
round complexity bound for this problem as $\widetilde{\Theta}(n^{2/3} + D)$ by
showing matching upper and lower bounds. Our upper bound extends to
$(1+\epsilon)$-approximation for weighted directed graphs. Our lower bound
applies even to the second simple shortest path problem, which asks only for
the smallest replacement path length. These results improve upon the very
recent work of Manoharan and Ramachandran (SIROCCO 2024), who showed a lower
bound of $\widetilde{\Omega}(n^{1/2} + D)$ and an upper bound of
$\widetilde{O}(n^{2/3} + \sqrt{n h_{st}} + D)$, where $h_{st}$ is the number of
hops in the given $s$-$t$ shortest path $P$.
| [
{
"version": "v1",
"created": "Fri, 21 Feb 2025 11:03:29 GMT"
},
{
"version": "v2",
"created": "Mon, 24 Feb 2025 17:30:35 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 02:45:53 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Chang",
"Yi-Jun",
""
],
[
"Chen",
"Yanyu",
""
],
[
"Dey",
"Dipan",
""
],
[
"Mishra",
"Gopinath",
""
],
[
"Nguyen",
"Hung Thuan",
""
],
[
"Sanchez",
"Bryce",
""
]
] |
2502.15736 | Patrice Le Gal | L. Gey, R. Guenin, P. Le Gal and G. Verhille | Structural and mechanical characterisation of nylon fibre aggregates | 17 pages, 8 figures | null | null | null | cond-mat.soft | http://creativecommons.org/licenses/by/4.0/ | The study of fibre networks is of great importance due to their appearance in
a wide range of natural and industrial processes. These networks are
particularly complex because their properties depend not only on the
characteristics of individual fibres but also on their collective arrangements
within the network. In this study, we investigate the case of nylon fibre
aggregates that were generated in a turbulent von Karman flow. The key
properties of these aggregates are characterized, including their
three-dimensional structures, analysed through X-ray tomography, and their
mechanical responses. The results are compared with those observed for
aegagropilae, a natural fibre aggregate commonly found on the Mediterranean sea
shore
| [
{
"version": "v1",
"created": "Thu, 6 Feb 2025 14:21:29 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 12:37:31 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gey",
"L.",
""
],
[
"Guenin",
"R.",
""
],
[
"Gal",
"P. Le",
""
],
[
"Verhille",
"G.",
""
]
] |
2502.16325 | Ulrich Mosel | Kai Gallmeister and Ulrich Mosel | Calorimetric analysis for long-baseline neutrino experiments | version accepted for publication as Letter in Physical Review D | null | 10.1103/PhysRevD.111.L091301 | null | hep-ex hep-ph nucl-ex nucl-th | http://creativecommons.org/licenses/by/4.0/ | In neutrino long-baseline experiments the energy of the incoming neutrino
must be reconstructed from observations of the final state. We first discuss
the problems that arise for energy conservation during the final-state
interactions in a momentum-dependent potential. We then show, for the example
of the Deep Underground Neutrino Experiment, that the presence of such a
potential is necessarily connected with a large uncertainty in the
reconstructed energy. This same uncertainty also affects the determination of
energy- and four-momentum-transfers in neutrino-nucleus reactions. We analyze
the origins of these uncertainties using transport theory for the description
of the evolution of the final state of the reaction. We show that the spectral
functions of target nuclei play an essential role not only for the initial
neutrino-nucleus interaction but also for the final state evolution.
| [
{
"version": "v1",
"created": "Sat, 22 Feb 2025 18:59:40 GMT"
},
{
"version": "v2",
"created": "Fri, 7 Mar 2025 08:30:36 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 15:29:19 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Gallmeister",
"Kai",
""
],
[
"Mosel",
"Ulrich",
""
]
] |
2502.17111 | Yanbiao Gan | Guanglan Sun, Yanbiao Gan, Bin Yang, Aiguo Xu and Zhipeng Liu | Droplet coalescence kinetics: Coalescence mechanisms and thermodynamic
non-equilibrium effects under isothermal and non-isothermal conditions | accepted for publication in Frontiers of Physics | null | null | null | physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This study investigates the droplet coalescence mechanisms and the interplay
between various thermodynamic non-equilibrium (TNE) effects under isothermal
and non-isothermal conditions kinetically. The main findings include: (1)
Coalescence initiation and cut-through mechanisms: In non-isothermal
conditions, the temperature rise caused by the release of latent heat during
phase transition slightly increases the surface tension gradient (driving
force) near the contact point of the two droplets, while significantly
enhancing the pressure gradient (resistance). This results in a significantly
prolonged coalescence initiation time compared to the isothermal case. In both
cases, pressure extends the liquid-vapor interface in opposite directions,
promoting the growth of the liquid bridge. (2) TNE effects: Latent heat-induced
temperature rise significantly refrains the TNE intensity in thermal case.
Before and after droplet contact, non-equilibrium quantities driven by the
temperature gradient and those driven by the velocity gradient, alternate in
dominating the coalescence process. This competition and interplay result in a
more complex spatial and spatiotemporal evolution of TNE effects compared to
the isothermal case. (3) Entropy production mechanisms: In the non-isothermal
case, entropy production is contributed not only by $\bm {\Delta}^{\ast}_2$ but
also by $\bm {\Delta}^{\ast}_{3,1}$, with the former being the dominant
contributor. The temperature field reduces the entropy production rate, while
extends its duration, and increases the total entropy production. This research
provides kinetic insights for dynamic, cross-scale regulation and
multifunctional integration of coalescence processes in industrial
applications.
| [
{
"version": "v1",
"created": "Mon, 24 Feb 2025 12:51:48 GMT"
},
{
"version": "v2",
"created": "Thu, 1 May 2025 12:03:55 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 02:37:26 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Sun",
"Guanglan",
""
],
[
"Gan",
"Yanbiao",
""
],
[
"Yang",
"Bin",
""
],
[
"Xu",
"Aiguo",
""
],
[
"Liu",
"Zhipeng",
""
]
] |
2502.17648 | Lei Cheng | Lei Cheng, Lihao Guo, Tianya Zhang, Tam Bang, Austin Harris, Mustafa
Hajij, Mina Sartipi and Siyang Cao | CalibRefine: Deep Learning-Based Online Automatic Targetless
LiDAR-Camera Calibration with Iterative and Attention-Driven Post-Refinement | null | null | null | null | cs.CV cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Accurate multi-sensor calibration is essential for deploying robust
perception systems in applications such as autonomous driving and intelligent
transportation. Existing LiDAR-camera calibration methods often rely on
manually placed targets, preliminary parameter estimates, or intensive data
preprocessing, limiting their scalability and adaptability in real-world
settings. In this work, we propose a fully automatic, targetless, and online
calibration framework, CalibRefine, which directly processes raw LiDAR point
clouds and camera images. Our approach is divided into four stages: (1) a
Common Feature Discriminator that leverages relative spatial positions, visual
appearance embeddings, and semantic class cues to identify and generate
reliable LiDAR-camera correspondences, (2) a coarse homography-based
calibration that uses the matched feature correspondences to estimate an
initial transformation between the LiDAR and camera frames, serving as the
foundation for further refinement, (3) an iterative refinement to incrementally
improve alignment as additional data frames become available, and (4) an
attention-based refinement that addresses non-planar distortions by leveraging
a Vision Transformer and cross-attention mechanisms. Extensive experiments on
two urban traffic datasets demonstrate that CalibRefine achieves high-precision
calibration with minimal human input, outperforming state-of-the-art targetless
methods and matching or surpassing manually tuned baselines. Our results show
that robust object-level feature matching, combined with iterative refinement
and self-supervised attention-based refinement, enables reliable sensor
alignment in complex real-world conditions without ground-truth matrices or
elaborate preprocessing. Code is available at
https://github.com/radar-lab/Lidar_Camera_Automatic_Calibration
| [
{
"version": "v1",
"created": "Mon, 24 Feb 2025 20:53:42 GMT"
},
{
"version": "v2",
"created": "Wed, 26 Feb 2025 06:35:56 GMT"
},
{
"version": "v3",
"created": "Tue, 4 Mar 2025 17:54:37 GMT"
},
{
"version": "v4",
"created": "Sat, 5 Apr 2025 15:05:48 GMT"
},
{
"version": "v5",
"created": "Tue, 6 May 2025 00:20:42 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Cheng",
"Lei",
""
],
[
"Guo",
"Lihao",
""
],
[
"Zhang",
"Tianya",
""
],
[
"Bang",
"Tam",
""
],
[
"Harris",
"Austin",
""
],
[
"Hajij",
"Mustafa",
""
],
[
"Sartipi",
"Mina",
""
],
[
"Cao",
"Siyang",
""
]
] |
2502.17906 | Yuki Sato | Yuki Sato and Kiyoshi Kanazawa | Why do financial prices exhibit Brownian motion despite predictable
order flow? | Main: 7 pages, 4 figures. SI : 6 pages, 3 figures | null | null | null | q-fin.TR cond-mat.stat-mech econ.GN q-fin.EC q-fin.MF q-fin.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In financial market microstructure, there are two enigmatic empirical laws:
(i) the market-order flow has predictable persistence due to metaorder
splitters by institutional investors, well formulated as the Lillo-Mike-Farmer
model. However, this phenomenon seems paradoxical given the diffusive and
unpredictable price dynamics; (ii) the price impact $I(Q)$ of a large metaorder
$Q$ follows the square-root law, $I(Q)\propto \sqrt{Q}$. Here we theoretically
reveal why price dynamics follows Brownian motion despite predictable order
flow by unifying these enigmas. We generalize the Lillo-Mike-Farmer model to
nonlinear price-impact dynamics, which is mapped to an exactly solvable
L\'evy-walk model. Our exact solution shows that the price dynamics remains
diffusive under the square-root law, even under persistent order flow. This
work illustrates the crucial role of the square-root law in mitigating large
price movements by large metaorders, thereby leading to the Brownian price
dynamics, consistently with the efficient market hypothesis over long
timescales.
| [
{
"version": "v1",
"created": "Tue, 25 Feb 2025 07:12:03 GMT"
},
{
"version": "v2",
"created": "Thu, 13 Mar 2025 11:49:37 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 08:45:34 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Sato",
"Yuki",
""
],
[
"Kanazawa",
"Kiyoshi",
""
]
] |
2502.18105 | Gaston Nieuviarts | Gaston Nieuviarts | Emergence of Lorentz symmetry from an almost-commutative twisted
spectral triple | null | null | null | null | math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | This article demonstrates how the transition from a (Riemannian) twisted
spectral triple to a pseudo-Riemannian spectral triple arises within an
almost-commutative spectral triple. This opens a new perspective on the
Lorentzian signature problem, showing that the almost-commutative structure at
the heart of the noncommutative standard model of particle physics could be the
origin of the emergence of a Lorentzian spectral triple, starting from
self-adjoint Dirac operators and conventional inner product structures, in the
framework of twisted spectral triples. We present an alternative to Wick
rotation, acting on the metric and the Christoffel symbols in a way that does
not introduce any complex numbers.
| [
{
"version": "v1",
"created": "Tue, 25 Feb 2025 11:19:41 GMT"
},
{
"version": "v2",
"created": "Sun, 6 Apr 2025 19:47:52 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 09:32:18 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Nieuviarts",
"Gaston",
""
]
] |
2502.18225 | Jun Zeng | Jun Zeng, Debesh Jha, Ertugrul Aktas, Elif Keles, Alpay
Medetalibeyoglu, Matthew Antalek, Amir A. Borhani, Daniela P. Ladner, Gorkem
Durak, Ulas Bagci | Liver Cirrhosis Stage Estimation from MRI with Deep Learning | 7 pages, 1 figure | null | null | null | eess.IV cs.AI cs.CV | http://creativecommons.org/licenses/by/4.0/ | We present an end-to-end deep learning framework for automated liver
cirrhosis stage estimation from multi-sequence MRI. Cirrhosis is the severe
scarring (fibrosis) of the liver and a common endpoint of various chronic liver
diseases. Early diagnosis is vital to prevent complications such as
decompensation and cancer, which significantly decreases life expectancy.
However, diagnosing cirrhosis in its early stages is challenging, and patients
often present with life-threatening complications. Our approach integrates
multi-scale feature learning with sequence-specific attention mechanisms to
capture subtle tissue variations across cirrhosis progression stages. Using
CirrMRI600+, a large-scale publicly available dataset of 628 high-resolution
MRI scans from 339 patients, we demonstrate state-of-the-art performance in
three-stage cirrhosis classification. Our best model achieves 72.8% accuracy on
T1W and 63.8% on T2W sequences, significantly outperforming traditional
radiomics-based approaches. Through extensive ablation studies, we show that
our architecture effectively learns stage-specific imaging biomarkers. We
establish new benchmarks for automated cirrhosis staging and provide insights
for developing clinically applicable deep learning systems. The source code
will be available at https://github.com/JunZengz/CirrhosisStage.
| [
{
"version": "v1",
"created": "Sun, 23 Feb 2025 20:50:08 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 18:25:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Zeng",
"Jun",
""
],
[
"Jha",
"Debesh",
""
],
[
"Aktas",
"Ertugrul",
""
],
[
"Keles",
"Elif",
""
],
[
"Medetalibeyoglu",
"Alpay",
""
],
[
"Antalek",
"Matthew",
""
],
[
"Borhani",
"Amir A.",
""
],
[
"Ladner",
"Daniela P.",
""
],
[
"Durak",
"Gorkem",
""
],
[
"Bagci",
"Ulas",
""
]
] |
2502.18438 | Pedro Sequeira | Pedro Sequeira, Vidyasagar Sadhu and Melinda Gervasio | ToMCAT: Theory-of-Mind for Cooperative Agents in Teams via Multiagent
Diffusion Policies | Appears in Proc. of the Adaptive and Learning Agents Workshop (ALA
2025), ala-workshop.github.io | null | null | null | cs.MA cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper we present ToMCAT (Theory-of-Mind for Cooperative Agents in
Teams), a new framework for generating ToM-conditioned trajectories. It
combines a meta-learning mechanism, that performs ToM reasoning over teammates'
underlying goals and future behavior, with a multiagent denoising-diffusion
model, that generates plans for an agent and its teammates conditioned on both
the agent's goals and its teammates' characteristics, as computed via ToM. We
implemented an online planning system that dynamically samples new trajectories
(replans) from the diffusion model whenever it detects a divergence between a
previously generated plan and the current state of the world. We conducted
several experiments using ToMCAT in a simulated cooking domain. Our results
highlight the importance of the dynamic replanning mechanism in reducing the
usage of resources without sacrificing team performance. We also show that
recent observations about the world and teammates' behavior collected by an
agent over the course of an episode combined with ToM inferences are crucial to
generate team-aware plans for dynamic adaptation to teammates, especially when
no prior information is provided about them.
| [
{
"version": "v1",
"created": "Tue, 25 Feb 2025 18:31:55 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 05:04:09 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Sequeira",
"Pedro",
""
],
[
"Sadhu",
"Vidyasagar",
""
],
[
"Gervasio",
"Melinda",
""
]
] |
2502.18464 | Jianwei Lyu | Jianwei Lyu, Xuejuan Yang, Aigen Li, Fengwu Sun, George H. Rieke,
Stacey Alberts, Irene Shivaei | Unveiling the Aromatic and Aliphatic Universe at Redshifts
$z\sim$0.2--0.5 with JWST NIRCam/WFSS | 15 pages, 8 figures, 2 tables; Accepted for publication to The
Astrophysical Journal (ApJ) | null | null | null | astro-ph.GA | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Utilizing deep NIRCam/WFSS data from JWST's FRESCO program, we
spectroscopically survey the 3.3 $\mu m$ aromatic and 3.4 $\mu m$ aliphatic
C--H stretching emission bands of polycyclic aromatic hydrocarbon (PAH)
molecules in galaxies at redshifts $z$$\sim$0.2--0.5. Unlike pre-JWST studies,
largely limited to infrared (IR)-bright galaxies ($L_{\rm
IR}\gtrsim10^{11}~L_\odot$) at $z\lesssim0.1$, we probe 200 galaxies down to
$L_{\rm IR}$$\sim$$10^{8.5}$--$10^{10}~L_\odot$ well beyond the local Universe.
The 3.3 $\mu m$ emission is detected at $\geq$3-$\sigma$ in 88 out of 187
galaxies, correlating tightly with galaxy IR luminosity and star formation rate
(SFR) and confirming the 3.3 $\mu m$ PAH as a viable SFR tracer. Despite a
large scatter, the 3.3 $\mu m$-to-IR luminosity ratio ($L_{3.3}/L_{\rm IR}$)
exhibits a strong metallicity dependence with a drop of $L_{3.3}/L_{\rm IR}$ by
a factor of $\gtrsim10$ at 12+log(O/H)$\sim$8.4--8.5 towards lower
metallicities. The 3.4 $\mu m$ emission is detected in 37 out of 159 galaxies,
with the 3.4 $\mu m$-to-3.3 $\mu m$ luminosity ratio ($L_{3.4}/L_{3.3}$)
spanning from $\sim$0.05 to $\sim$0.58 (median $\sim$0.19), corresponding to
PAH aliphatic fractions of $\sim$0.78%--8.3% (median $\sim$2.9%) in terms of
fractional carbon atoms in aliphatic units. While $L_{3.4}/L_{3.3}$ does not
depend significantly on redshift, stellar mass, metallicity, or galaxy
morphology, it does decrease with various SFR tracers, suggesting that
ultraviolet photons in active star-forming regions may strip aliphatic
sidegroups from PAH molecules. Our study showcases the unique power of JWST's
NIRCam/WFSS to systematically map PAH aromatic and aliphatic content in
statistically significant, less-biased galaxy samples, providing critical
insights into PAH chemistry and its connection to galaxy properties.
| [
{
"version": "v1",
"created": "Tue, 25 Feb 2025 18:59:58 GMT"
},
{
"version": "v2",
"created": "Mon, 5 May 2025 23:04:28 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Lyu",
"Jianwei",
""
],
[
"Yang",
"Xuejuan",
""
],
[
"Li",
"Aigen",
""
],
[
"Sun",
"Fengwu",
""
],
[
"Rieke",
"George H.",
""
],
[
"Alberts",
"Stacey",
""
],
[
"Shivaei",
"Irene",
""
]
] |
2502.18584 | Vishal Tiwari | Vishal Tiwari (1), Chi-Ho Chan (1), Tamara Bogdanovi\'c (1), Yan-Fei
Jiang (2), Shane W. Davis (3), Simon Ferrel (1) ((1) Georgia Institute of
Technology, (2) Center for Computational Astrophysics, Flatiron Institute (3)
University of Virginia) | Radiation Magnetohydrodynamic Simulation of sub-Eddington Circumbinary
Disk around an Equal-mass Massive Black Hole Binary | 21 pages, 18 figures. Accepted to ApJ | null | null | null | astro-ph.HE astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | We present the first three-dimensional radiation magnetohydrodynamic (RMHD)
simulation of a sub-Eddington circumbinary disk (CBD) around an equal-mass
massive black hole binary (MBHB) with a total mass of
$2\,\times\,10^7\,M_{\odot}$ on a circular orbit, separated by 100$\,GM_{\rm
tot}/c^2$. The inclusion of radiation leads to a denser, thinner, and more
filamentary disk compared to non-radiative magnetohydrodynamic simulation,
primarily due to reduced pressure support and an altered equation of state. The
RMHD disk also features $\sim 3$ times lower accretion rate ($\approx
0.15\,\dot{M}_{\rm Edd}$), weaker accretion streams and a less pronounced
overdensity (a.k.a., ``lump") at the inner edge. Our analysis of the light
curves and thermal spectra reveals that the variability induced by the
binary-CBD interaction is distinguishable in the optical/UV band, where CBD
shines at about $1\%$ of the Eddington luminosity. These findings underscore
the crucial role of radiation on the structure and observational properties of
CBDs around massive black hole binaries and have implications for detecting
electromagnetic counterparts to LISA gravitational wave precursors, and for
heavier binaries that are Pulsar Timing Array sources.
| [
{
"version": "v1",
"created": "Tue, 25 Feb 2025 19:10:49 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:26:33 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Tiwari",
"Vishal",
""
],
[
"Chan",
"Chi-Ho",
""
],
[
"Bogdanović",
"Tamara",
""
],
[
"Jiang",
"Yan-Fei",
""
],
[
"Davis",
"Shane W.",
""
],
[
"Ferrel",
"Simon",
""
]
] |
2502.19187 | Mehran Kazemi | Mehran Kazemi, Bahare Fatemi, Hritik Bansal, John Palowitch,
Chrysovalantis Anastasiou, Sanket Vaibhav Mehta, Lalit K. Jain, Virginia
Aglietti, Disha Jindal, Peter Chen, Nishanth Dikkala, Gladys Tyen, Xin Liu,
Uri Shalit, Silvia Chiappa, Kate Olszewska, Yi Tay, Vinh Q. Tran, Quoc V. Le,
Orhan Firat | BIG-Bench Extra Hard | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs) are increasingly deployed in everyday
applications, demanding robust general reasoning capabilities and diverse
reasoning skillset. However, current LLM reasoning benchmarks predominantly
focus on mathematical and coding abilities, leaving a gap in evaluating broader
reasoning proficiencies. One particular exception is the BIG-Bench dataset,
which has served as a crucial benchmark for evaluating the general reasoning
capabilities of LLMs, thanks to its diverse set of challenging tasks that
allowed for a comprehensive assessment of general reasoning across various
skills within a unified framework. However, recent advances in LLMs have led to
saturation on BIG-Bench, and its harder version BIG-Bench Hard (BBH).
State-of-the-art models achieve near-perfect scores on many tasks in BBH, thus
diminishing its utility. To address this limitation, we introduce BIG-Bench
Extra Hard (BBEH), a new benchmark designed to push the boundaries of LLM
reasoning evaluation. BBEH replaces each task in BBH with a novel task that
probes a similar reasoning capability but exhibits significantly increased
difficulty. We evaluate various models on BBEH and observe a (harmonic) average
accuracy of 9.8\% for the best general-purpose model and 44.8\% for the best
reasoning-specialized model, indicating substantial room for improvement and
highlighting the ongoing challenge of achieving robust general reasoning in
LLMs. We release BBEH publicly at: https://github.com/google-deepmind/bbeh.
| [
{
"version": "v1",
"created": "Wed, 26 Feb 2025 14:50:50 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 15:11:32 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Kazemi",
"Mehran",
""
],
[
"Fatemi",
"Bahare",
""
],
[
"Bansal",
"Hritik",
""
],
[
"Palowitch",
"John",
""
],
[
"Anastasiou",
"Chrysovalantis",
""
],
[
"Mehta",
"Sanket Vaibhav",
""
],
[
"Jain",
"Lalit K.",
""
],
[
"Aglietti",
"Virginia",
""
],
[
"Jindal",
"Disha",
""
],
[
"Chen",
"Peter",
""
],
[
"Dikkala",
"Nishanth",
""
],
[
"Tyen",
"Gladys",
""
],
[
"Liu",
"Xin",
""
],
[
"Shalit",
"Uri",
""
],
[
"Chiappa",
"Silvia",
""
],
[
"Olszewska",
"Kate",
""
],
[
"Tay",
"Yi",
""
],
[
"Tran",
"Vinh Q.",
""
],
[
"Le",
"Quoc V.",
""
],
[
"Firat",
"Orhan",
""
]
] |
2502.19497 | Carlo Nipoti | Carlo Nipoti | Evolution of massive quiescent galaxies via envelope accretion | 11 pages, 5 figures, A&A in press | A&A 697, A74 (2025) | 10.1051/0004-6361/202553930 | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Massive quiescent galaxies at high redshift are significantly more compact
than their present-day counterparts. We investigate the roles, in determining
this evolution, of major and minor mergers, and of the accretion of diffuse
envelopes of stars and dark matter. We model the evolution in stellar mass
($M_\star$), effective radius ($R_{\rm e}$), and effective stellar velocity
dispersion ($\sigma_{\rm e}$) of a representative massive quiescent galaxy from
$z\approx 3$ to $z\approx 0$, and compare the model with the observed
redshift-dependent $R_{\rm e}$-$M_\star$ and $\sigma_{\rm e}$-$M_\star$
relations. In the model we account for the effects of collisionless (dry) major
(satellite-to-main galaxy mass ratio $\xi>1/4$) and minor ($1/10<\xi<1/4$)
mergers, using analytic recipes consistent with the results of $N$-body
simulations of binary mergers. For the poorly constrained mini mergers
($\xi<1/10$) we explore both a 'standard' model (based on the same assumptions
used in the case of higher-$\xi$ mergers), and a heuristic 'envelope accretion'
model, aimed at describing the case in which diffuse satellites are completely
disrupted in the galaxy outskirts. Major and minor dry mergers, at rates
estimated observationally from galaxy-pair counts, induce relatively small
variations in $R_{\rm e}$ and $\sigma_{\rm e}$, accounting only for $\approx
6\% $ of the size evolution and $\approx 40\%$ of the velocity-dispersion
evolution observed from $z\approx 3$ to $z\approx 0$. As an addition to major
and minor dry mergers, envelope accretion performs better than standard mini
mergers at reproducing the redshift-dependence of the $R_{\rm e}$-$M_\star$ and
$\sigma_{\rm e}$-$M_\star$ relations, being also consistent with plausible
evolutionary scenarios of scaling relations involving the mass of the central
supermassive black hole.
| [
{
"version": "v1",
"created": "Wed, 26 Feb 2025 19:01:44 GMT"
},
{
"version": "v2",
"created": "Thu, 3 Apr 2025 09:16:47 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Nipoti",
"Carlo",
""
]
] |
2502.19594 | Yi-Min Huang | Yi-Min Huang, Justin Kin Jun Hew, Andrew Brown, and Amitava
Bhattacharjee | Computation of Magnetohydrodynamic Equilibria with Voigt Regularization | null | null | null | null | physics.plasm-ph physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | This work presents the first numerical investigation of using Voigt
regularization as a method for obtaining magnetohydrodynamic (MHD) equilibria
without the assumption of nested magnetic flux surfaces. Voigt regularization
modifies the MHD dynamics by introducing additional terms that vanish in the
infinite-time limit, allowing for magnetic reconnection and the formation of
magnetic islands, which can overlap and produce field-line chaos. The utility
of this approach is demonstrated through numerical solutions of two-dimensional
ideal and resistive test problems. Our results show that Voigt regularization
can significantly accelerate the convergence to solutions in resistive MHD
problems, while also highlighting challenges in applying the method to ideal
MHD systems. This research opens up new possibilities for developing more
efficient and robust MHD equilibrium solvers, which could contribute to the
design and optimization of future fusion devices.
| [
{
"version": "v1",
"created": "Wed, 26 Feb 2025 22:17:14 GMT"
},
{
"version": "v2",
"created": "Fri, 28 Feb 2025 03:55:27 GMT"
},
{
"version": "v3",
"created": "Tue, 6 May 2025 04:33:36 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Huang",
"Yi-Min",
""
],
[
"Hew",
"Justin Kin Jun",
""
],
[
"Brown",
"Andrew",
""
],
[
"Bhattacharjee",
"Amitava",
""
]
] |
2502.19919 | Fei Yen | Na Du, Yan Zhao, Enting Xu, Jianwei Han, Peng Ren, Fei Yen | Colossal Dielectric Response and Electric Polarization in Lithium
Nitrate | 16 pages, 6 figures, supplementary material available once paper is
published | null | null | null | cond-mat.mtrl-sci physics.app-ph physics.chem-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Lithium nitrate LiNO$_3$ is identified to possess a dielectric constant
$\epsilon$' larger than 6x10$^6$ at 1 kHz in powder samples above the critical
temperature $T$$_W$ = 306 K. For single crystalline samples, $\epsilon$' can be
sustained to remain above 10$^5$ and the dissipation factor below 10 in the
temperature region of 280-340 K after a simple 'activation' process. Moreover,
pyroelectric current measurements show LiNO$_3$ to be ferroelectric with an
electric polarization of $P$ = 1,200 $\mu$C/cm$^2$. Both $\epsilon$' and $P$
are amongst one of the highest in all known materials. We propose a model
suggesting the mechanism underlying the colossal magnitudes of $\epsilon$' and
$P$ to stem from a gearing-ungearing process of the planar NO$_3$$^-$ at the
macroscopic level. Our results potentially push the boundaries of ceramic
capacitors.
| [
{
"version": "v1",
"created": "Thu, 27 Feb 2025 09:41:03 GMT"
},
{
"version": "v2",
"created": "Tue, 6 May 2025 14:57:54 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Du",
"Na",
""
],
[
"Zhao",
"Yan",
""
],
[
"Xu",
"Enting",
""
],
[
"Han",
"Jianwei",
""
],
[
"Ren",
"Peng",
""
],
[
"Yen",
"Fei",
""
]
] |
2502.19932 | Enric Palle | E. Palle, F. Yan, G. Morello, M. Stangret, M.R. Swain, J.
Orell-Miquel, P. Miles-Paez, R. Estrela, T. Masseron, G. Roudier, and P.B.
Rimmer | Exploring the atmosphere of GJ 1132 b with CRIRES+ | Accepted for publication in A&A | A&A 697, A31 (2025) | 10.1051/0004-6361/202453163 | null | astro-ph.EP | http://creativecommons.org/licenses/by/4.0/ | With a mass, radius, and mean density similar to Earth's, the rocky planet GJ
1132 b is the first truly small planet for which an atmosphere detection was
proposed. If confirmed, ultra-reduced magma outgassing is the only mechanism
capable of producing HCN and H$_2$O in large enough quantities to match the HST
observations. The proposed atmosphere detection, however was challenged by
reanalysis of the same HST data by different teams. Recent JWST observations
returned ambiguous results due to the unaccounted for variability seen between
two different visits. Here we report the analysis of three CRIRES+ transit
observations of GJ 1132 b in order to determine the presence or absence of He
I, HCN, CH$_4$, and H$_2$O in its atmosphere. We are unable to detect the
presence of any of these species in the atmosphere of GJ 1132 b assuming a
clear, H$_2$-dominated atmosphere, although we can place upper limits for the
volume mixing ratios of CH$_4$, HCN, and H$_2$O using injections tests and
atmospheric retrievals. These retrieved upper limits show the capability of
CRIRES+ to detecting chemical species in rocky exoplanets, if the atmosphere is
H$_2$ dominated. The detection of the atmospheres of small planets with high
mean molecular weight, and the capability to distinguish between the
variability introduced by stellar activity and/or the planetary atmosphere will
require high-resolution spectrographs in the upcoming extremely large
telescopes.
| [
{
"version": "v1",
"created": "Thu, 27 Feb 2025 10:01:27 GMT"
}
] | 2025-05-07T00:00:00 | [
[
"Palle",
"E.",
""
],
[
"Yan",
"F.",
""
],
[
"Morello",
"G.",
""
],
[
"Stangret",
"M.",
""
],
[
"Swain",
"M. R.",
""
],
[
"Orell-Miquel",
"J.",
""
],
[
"Miles-Paez",
"P.",
""
],
[
"Estrela",
"R.",
""
],
[
"Masseron",
"T.",
""
],
[
"Roudier",
"G.",
""
],
[
"Rimmer",
"P. B.",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.