id
stringlengths 9
16
| submitter
stringlengths 1
64
⌀ | authors
stringlengths 3
62.8k
| title
stringlengths 1
382
| comments
stringlengths 1
1.15k
⌀ | journal-ref
stringlengths 1
557
⌀ | doi
stringlengths 7
153
⌀ | report-no
stringlengths 1
509
⌀ | categories
stringlengths 5
125
| license
stringclasses 9
values | abstract
stringlengths 6
6.09k
| versions
listlengths 1
187
| update_date
timestamp[s]date 2007-05-23 00:00:00
2025-04-21 00:00:00
| authors_parsed
sequencelengths 1
2.83k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2504.12787 | Geetha Venkataraman Prof | Thomas Breuer, Prashun Kumar and Geetha Venkataraman | Counting Irreducible Representations of a Finite Abelian Group | communicated | null | null | null | math.GR | http://creativecommons.org/licenses/by/4.0/ | Let $q$ be a power of a prime $p$, $G$ be a finite abelian group, where $p$
does not divide $|G|$,and let $n$ be a positive integer. In this paper we find
a formula for the number of irreducible representations of $G$ of a given
dimension $n$ over the field of order $q$, up to equivalence, using Brauer
characters. We also provide a formula for such $n$ using the prime
decomposition of the exponent of $G$ and an algorithm to compute the
irreducible degrees and their multiplicities.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:34:05 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Breuer",
"Thomas",
""
],
[
"Kumar",
"Prashun",
""
],
[
"Venkataraman",
"Geetha",
""
]
] |
2504.12788 | Han Xiao | Xiao Han, Runze Tian, Yifei Tong, Fenggen Yu, Dingyao Liu, Yan Zhang | ARAP-GS: Drag-driven As-Rigid-As-Possible 3D Gaussian Splatting Editing
with Diffusion Prior | null | null | null | null | cs.GR cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Drag-driven editing has become popular among designers for its ability to
modify complex geometric structures through simple and intuitive manipulation,
allowing users to adjust and reshape content with minimal technical skill. This
drag operation has been incorporated into numerous methods to facilitate the
editing of 2D images and 3D meshes in design. However, few studies have
explored drag-driven editing for the widely-used 3D Gaussian Splatting (3DGS)
representation, as deforming 3DGS while preserving shape coherence and visual
continuity remains challenging. In this paper, we introduce ARAP-GS, a
drag-driven 3DGS editing framework based on As-Rigid-As-Possible (ARAP)
deformation. Unlike previous 3DGS editing methods, we are the first to apply
ARAP deformation directly to 3D Gaussians, enabling flexible, drag-driven
geometric transformations. To preserve scene appearance after deformation, we
incorporate an advanced diffusion prior for image super-resolution within our
iterative optimization process. This approach enhances visual quality while
maintaining multi-view consistency in the edited results. Experiments show that
ARAP-GS outperforms current methods across diverse 3D scenes, demonstrating its
effectiveness and superiority for drag-driven 3DGS editing. Additionally, our
method is highly efficient, requiring only 10 to 20 minutes to edit a scene on
a single RTX 3090 GPU.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:37:11 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Han",
"Xiao",
""
],
[
"Tian",
"Runze",
""
],
[
"Tong",
"Yifei",
""
],
[
"Yu",
"Fenggen",
""
],
[
"Liu",
"Dingyao",
""
],
[
"Zhang",
"Yan",
""
]
] |
2504.12789 | Geetha Venkataraman Prof | Prashun Kumar and Geetha Venkataraman | Enumeration of cube-free groups and counting certain types of split
extensions | Communicated | null | null | null | math.GR | http://creativecommons.org/licenses/by/4.0/ | A group is said to be cube-free if its order is not divisible by the cube of
any prime. Let $f_{cf,sol}(n)$ denote the isomorphism classes of solvable
cube-free groups of order $n$. We find asymptotic bounds for $f_{cf,sol}(n)$ in
this paper. Let $p$ be a prime and let $q = p^k$ for some positive integer $k$.
We also give a formula for the number of conjugacy classes of the subgroups
that are maximal amongst non-abelian solvable cube-free $p'$-subgroups of ${\rm
GL}(2,q)$. Further, we find the exact number of split extensions of $P$ by $Q$
up to isomorphism of a given order where $P \in \{{\mathbb Z}_p \times {\mathbb
Z}_p, {\mathbb Z}_{p^{\alpha}}\}$, $p$ is a prime, $\alpha$ is a positive
integer and $Q$ is a cube-free abelian group of odd order such that $p \nmid
|Q|$.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:39:17 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Kumar",
"Prashun",
""
],
[
"Venkataraman",
"Geetha",
""
]
] |
2504.12790 | Islam Elgendy | Islam T. Elgendy and Robert M. Hierons and Phil McMinn | Empirically Evaluating the Use of Bytecode for Diversity-Based Test Case
Prioritisation | 10 pages, 4 figures, 6 tables, EASE 2025 conference | null | null | null | cs.SE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Regression testing assures software correctness after changes but is
resource-intensive. Test Case Prioritisation (TCP) mitigates this by ordering
tests to maximise early fault detection. Diversity-based TCP prioritises
dissimilar tests, assuming they exercise different system parts and uncover
more faults. Traditional static diversity-based TCP approaches (i.e., methods
that utilise the dissimilarity of tests), like the state-of-the-art FAST
approach, rely on textual diversity from test source code, which is effective
but inefficient due to its relative verbosity and redundancies affecting
similarity calculations. This paper is the first to study bytecode as the basis
of diversity in TCP, leveraging its compactness for improved efficiency and
accuracy. An empirical study on seven Defects4J projects shows that bytecode
diversity improves fault detection by 2.3-7.8% over text-based TCP. It is also
2-3 orders of magnitude faster in one TCP approach and 2.5-6 times faster in
FAST-based TCP. Filtering specific bytecode instructions improves efficiency up
to fourfold while maintaining effectiveness, making bytecode diversity a
superior static approach.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:40:49 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Elgendy",
"Islam T.",
""
],
[
"Hierons",
"Robert M.",
""
],
[
"McMinn",
"Phil",
""
]
] |
2504.12791 | Sophie Gueron | X. Ballu, Z. Dou, L. Bugaud, R. Delagrange, A. Bernard, Ratnadwip
Singha, L. M. Schoop, R. J. Cava, R. Deblock, Sophie Gueron, H. Bouchiat and
M. Ferrier | Probing the topological protection of edge states in multilayer tungsten
ditelluride with the superconducting proximity effect | Main text and Supplementary Material | null | null | null | cond-mat.mes-hall | http://creativecommons.org/licenses/by/4.0/ | The topology of WTe2, a transition metal dichalcogenide with large spin-orbit
interactions, is thought to combine type II Weyl semimetal and second-order
topological insulator (SOTI) character. The SOTI character should endow WTe2
multilayer crystals with topologically protected helical states at its hinges,
and, indeed, 1D states have been detected thanks to Josephson interferometry.
However, the immunity to backscattering conferred to those states by their
helical nature has so far not been tested. To probe the topological protection
of WTe2 edge states, we have fabricated Superconducting Quantum Interference
Devices (SQUIDs) in which the supercurrent through a junction on the crystal
edge interferes with the supercurrent through a junction in the bulk of the
crystal. We find behaviors ranging from a Symmetric SQUID pattern to asymmetric
SQUID patterns, including one in which the modulation by magnetic field reveals
a sawtooth-like supercurrent versus phase relation for the edge junction,
demonstrating that the supercurrent at the edge is carried by ballistic
channels over 600 nm, a tell-tale sign of the SOTI character of WTe2.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:43:04 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Ballu",
"X.",
""
],
[
"Dou",
"Z.",
""
],
[
"Bugaud",
"L.",
""
],
[
"Delagrange",
"R.",
""
],
[
"Bernard",
"A.",
""
],
[
"Singha",
"Ratnadwip",
""
],
[
"Schoop",
"L. M.",
""
],
[
"Cava",
"R. J.",
""
],
[
"Deblock",
"R.",
""
],
[
"Gueron",
"Sophie",
""
],
[
"Bouchiat",
"H.",
""
],
[
"Ferrier",
"M.",
""
]
] |
2504.12792 | Seyed Mahdi Shavarani | Seyed Mahdi Shavarani, Bela Vizvari, Kovacs Gergely | Open Loop Layout Optimization: Feasible Path Planning and Exact
Door-to-Door Distance Calculation | null | null | null | null | math.OC | http://creativecommons.org/licenses/by/4.0/ | The Open Loop Layout Problem (OLLP) seeks to position rectangular cells of
varying dimensions on a plane without overlap, minimizing transportation costs
computed as the flow-weighted sum of pairwise distances between cells. A key
challenge in OLLP is to compute accurate inter-cell distances along feasible
paths that avoid rectangle intersections. Existing approaches approximate
inter-cell distances using centroids, a simplification that can ignore physical
constraints, resulting in infeasible layouts or underestimated distances. This
study proposes the first mathematical model that incorporates exact
door-to-door distances and feasible paths under the Euclidean metric, with cell
doors acting as pickup and delivery points. Feasible paths between doors must
either follow rectangle edges as corridors or take direct, unobstructed routes.
To address the NP-hardness of the problem, we present a metaheuristic framework
with a novel encoding scheme that embeds exact path calculations. Experiments
on standard benchmark instances confirm that our approach consistently
outperforms existing methods, delivering superior solution quality and
practical applicability.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:46:06 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Shavarani",
"Seyed Mahdi",
""
],
[
"Vizvari",
"Bela",
""
],
[
"Gergely",
"Kovacs",
""
]
] |
2504.12793 | Zhigui Lin | Qi Zhou, Michael Pedersen and Zhigui Lin | Nonlocal diffusion and pulse intervention in a faecal-oral model with
moving infected fronts | 40 pages, 9 figures | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | How individual dispersal patterns and human intervention behaviours affect
the spread of infectious diseases constitutes a central problem in
epidemiological research. This paper develops an impulsive nonlocal faecal-oral
model with free boundaries, where pulses are introduced to capture a periodic
spraying of disinfectant, and nonlocal diffusion describes the long-range
dispersal of individuals, and free boundaries represent moving infected fronts.
We first check that the model has a unique nonnegative global classical
solution. Then, the principal eigenvalue, which depends on the infected region,
the impulse intensity, and the kernel functions for nonlocal diffusion, is
examined by using the theory of resolvent positive operators and their
perturbations. Based on this value, this paper obtains that the diseases are
either vanishing or spreading, and provides criteria for determining when
vanishing and spreading occur. At the end, a numerical example is presented in
order to corroborate the theoretical findings and to gain further understanding
of the effect of the pulse intervention. This work shows that the pulsed
intervention is beneficial in combating the diseases, but the effect of the
nonlocal diffusion depends on the choice of the kernel functions.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:46:39 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Zhou",
"Qi",
""
],
[
"Pedersen",
"Michael",
""
],
[
"Lin",
"Zhigui",
""
]
] |
2504.12794 | Yonghao Wang | Yonghao Wang, Ruoguang Li, Di Wu, Jiaqi Chen, and Yong Zeng | Supporting Urban Low-Altitude Economy: Channel Gain Map Inference Based
on 3D Conditional GAN | null | null | null | null | eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The advancement of advanced air mobility (AAM) in recent years has given rise
to the concept of low-altitude economy (LAE). However, the diverse flight
activities associated with the emerging LAE applications in urban scenarios
confront complex physical environments, which urgently necessitates ubiquitous
and reliable communication to guarantee the operation safety of the
low-altitude aircraft. As one of promising technologies for the sixth
generation (6G) mobile networks, channel knowledge map (CKM) enables the
environment-aware communication by constructing a site-specific dataset,
thereby providing a priori on-site information for the aircraft to obtain the
channel state information (CSI) at arbitrary locations with much reduced online
overhead. Diverse base station (BS) deployments in the three-dimensional (3D)
urban low-altitude environment require efficient 3D CKM construction to capture
spatial channel characteristics with less overhead. Towards this end, this
paper proposes a 3D channel gain map (CGM) inference method based on a 3D
conditional generative adversarial network (3D-CGAN). Specifically, we first
analyze the potential deployment types of BSs in urban low-altitude scenario,
and investigate the CGM representation with the corresponding 3D channel gain
model. The framework of the proposed 3D-CGAN is then discussed, which is
trained by a dataset consisting of existing CGMs. Consequently, the trained
3D-CGAN is capable of inferring the corresponding CGM only based on the BS
coordinate without additional measurement. The simulation results demonstrate
that the CGMs inferred by the proposed 3D-CGAN outperform those of the
benchmark schemes, which can accurately reflect the radio propagation condition
in 3D environment.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:55:03 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Wang",
"Yonghao",
""
],
[
"Li",
"Ruoguang",
""
],
[
"Wu",
"Di",
""
],
[
"Chen",
"Jiaqi",
""
],
[
"Zeng",
"Yong",
""
]
] |
2504.12795 | Wei Zhang | Wei Zhang, Miaoxin Cai, Yaqian Ning, Tong Zhang, Yin Zhuang, He Chen,
Jun Li, Xuerui Mao | EarthGPT-X: Enabling MLLMs to Flexibly and Comprehensively Understand
Multi-Source Remote Sensing Imagery | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent advances in the visual-language area have developed natural
multi-modal large language models (MLLMs) for spatial reasoning through visual
prompting. However, due to remote sensing (RS) imagery containing abundant
geospatial information that differs from natural images, it is challenging to
effectively adapt natural spatial models to the RS domain. Moreover, current RS
MLLMs are limited in overly narrow interpretation levels and interaction
manner, hindering their applicability in real-world scenarios. To address those
challenges, a spatial MLLM named EarthGPT-X is proposed, enabling a
comprehensive understanding of multi-source RS imagery, such as optical,
synthetic aperture radar (SAR), and infrared. EarthGPT-X offers zoom-in and
zoom-out insight, and possesses flexible multi-grained interactive abilities.
Moreover, EarthGPT-X unifies two types of critical spatial tasks (i.e.,
referring and grounding) into a visual prompting framework. To achieve these
versatile capabilities, several key strategies are developed. The first is the
multi-modal content integration method, which enhances the interplay between
images, visual prompts, and text instructions. Subsequently, a cross-domain
one-stage fusion training strategy is proposed, utilizing the large language
model (LLM) as a unified interface for multi-source multi-task learning.
Furthermore, by incorporating a pixel perception module, the referring and
grounding tasks are seamlessly unified within a single framework. In addition,
the experiments conducted demonstrate the superiority of the proposed
EarthGPT-X in multi-grained tasks and its impressive flexibility in multi-modal
interaction, revealing significant advancements of MLLM in the RS field.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:56:35 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Zhang",
"Wei",
""
],
[
"Cai",
"Miaoxin",
""
],
[
"Ning",
"Yaqian",
""
],
[
"Zhang",
"Tong",
""
],
[
"Zhuang",
"Yin",
""
],
[
"Chen",
"He",
""
],
[
"Li",
"Jun",
""
],
[
"Mao",
"Xuerui",
""
]
] |
2504.12796 | Sifei Li | Sifei Li, Mining Tan, Feier Shen, Minyan Luo, Zijiao Yin, Fan Tang,
Weiming Dong, and Changsheng Xu | A Survey on Cross-Modal Interaction Between Music and Multimodal Data | 34 pages, 7 figures | null | null | null | cs.MM cs.SD eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multimodal learning has driven innovation across various industries,
particularly in the field of music. By enabling more intuitive interaction
experiences and enhancing immersion, it not only lowers the entry barriers to
the music but also increases its overall appeal. This survey aims to provide a
comprehensive review of multimodal tasks related to music, outlining how music
contributes to multimodal learning and offering insights for researchers
seeking to expand the boundaries of computational music. Unlike text and
images, which are often semantically or visually intuitive, music primarily
interacts with humans through auditory perception, making its data
representation inherently less intuitive. Therefore, this paper first
introduces the representations of music and provides an overview of music
datasets. Subsequently, we categorize cross-modal interactions between music
and multimodal data into three types: music-driven cross-modal interactions,
music-oriented cross-modal interactions, and bidirectional music cross-modal
interactions. For each category, we systematically trace the development of
relevant sub-tasks, analyze existing limitations, and discuss emerging trends.
Furthermore, we provide a comprehensive summary of datasets and evaluation
metrics used in multimodal tasks related to music, offering benchmark
references for future research. Finally, we discuss the current challenges in
cross-modal interactions involving music and propose potential directions for
future research.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:58:38 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Li",
"Sifei",
""
],
[
"Tan",
"Mining",
""
],
[
"Shen",
"Feier",
""
],
[
"Luo",
"Minyan",
""
],
[
"Yin",
"Zijiao",
""
],
[
"Tang",
"Fan",
""
],
[
"Dong",
"Weiming",
""
],
[
"Xu",
"Changsheng",
""
]
] |
2504.12797 | Alex Keshavarzi | Jim Alexander, Vassilis Anastassopoulos, Gigor Atoian, Rick Baartman,
Stefan Bae{\ss}ler, Franco Bedeschi, John Benante, Martin Berz, Michael
Blaskiewicz, Themis Bowcock, Kevin Brown, Dmitry Budker, Sergey Burdin,
Brendan C. Casey, Gianluigi Casse, Giovanni Cantatore, Timothy Chupp, Hooman
Davoudiasl, Dmitri Denisov, Bhawin Dhital, Milind V. Diwan, Renee Fatemi,
George Fanourakis, Wolfram Fischer, Peter Graham, Frederick Gray, Antonios
Gardikiotis, Claudio Gatti, James Gooding, Selcuk Haciomeroglu, Georg H.
Hoffstaetter, Haixin Huang, Marco Incagli, Hoyong Jeong, David Kaplan, Marin
Karuza, David Kawall, Alexander Keshavarzi, On Kim, Ivan Koop, Valeri
Lebedev, Jonathan Lee, Soohyung Lee, Alberto Lusiani, William J. Marciano,
Marios Maroudas, Andrei Matlashov, Francois Meot, James P. Miller, William M.
Morse, James Mott, Zhanibek Omarov, Cenap Ozben, Giovanni Maria Piacentino,
Matthew Poelker, Dinko Pocanic, Boris Podobedov, Joe Price, Xin Qian, Surjeet
Rajendran, Deepak Raparia, Sergio Rescia, B. Lee Roberts, Yannis K.
Semertzidis, Alexander Silenko, Amarjit Soni, Edward Stephenson, Riad
Suleiman, Michael Syphers, Pia Thoerngren, Volodya Tishchenko, Nicholaos
Tsoupas, Spyros Tzamarias, Alessandro Variola, Graziano Venanzoni, Eva
Vilella, Joost Vossebeld, Peter Winter, Eunil Won, Konstantin Zioutas | Status of the Proton EDM Experiment (pEDM) | Document submitted as part of the US National Input to the European
Strategy for Particle Physics Update 2026
(https://indico.cern.ch/event/1439855/contributions/6461648/). arXiv admin
note: text overlap with arXiv:2205.00830 | null | null | null | hep-ex | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Proton EDM Experiment (pEDM) is the first direct search for the proton
electric dipole moment (EDM) with the aim of being the first experiment to
probe the Standard Model (SM) prediction of any particle EDM. Phase-I of pEDM
will achieve $10^{-29} e\cdot$cm, improving current indirect limits by four
orders of magnitude. This will establish a new standard of precision in nucleon
EDM searches and offer a unique sensitivity to better understand the Strong CP
problem. The experiment is ideally positioned to explore physics beyond the
Standard Model (BSM), with sensitivity to axionic dark matter via the signal of
an oscillating proton EDM and across a wide mass range of BSM models from
$\mathcal{O}(1\text{GeV})$ to $\mathcal{O}(10^3\text{TeV})$. Utilizing the
frozen-spin technique in a highly symmetric storage ring that leverages
existing infrastructure at Brookhaven National Laboratory (BNL), pEDM builds
upon the technological foundation and experimental expertise of the highly
successful Muon $g$$-$$2$ Experiments. With significant R\&D and prototyping
already underway, pEDM is preparing a conceptual design report (CDR) to offer a
cost-effective, high-impact path to discovering new sources of CP violation and
advancing our understanding of fundamental physics. It will play a vital role
in complementing the physics goals of the next-generation collider while
simultaneously contributing to sustaining particle physics research and
training early career researchers during gaps between major collider
operations.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:59:22 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Alexander",
"Jim",
""
],
[
"Anastassopoulos",
"Vassilis",
""
],
[
"Atoian",
"Gigor",
""
],
[
"Baartman",
"Rick",
""
],
[
"Baeßler",
"Stefan",
""
],
[
"Bedeschi",
"Franco",
""
],
[
"Benante",
"John",
""
],
[
"Berz",
"Martin",
""
],
[
"Blaskiewicz",
"Michael",
""
],
[
"Bowcock",
"Themis",
""
],
[
"Brown",
"Kevin",
""
],
[
"Budker",
"Dmitry",
""
],
[
"Burdin",
"Sergey",
""
],
[
"Casey",
"Brendan C.",
""
],
[
"Casse",
"Gianluigi",
""
],
[
"Cantatore",
"Giovanni",
""
],
[
"Chupp",
"Timothy",
""
],
[
"Davoudiasl",
"Hooman",
""
],
[
"Denisov",
"Dmitri",
""
],
[
"Dhital",
"Bhawin",
""
],
[
"Diwan",
"Milind V.",
""
],
[
"Fatemi",
"Renee",
""
],
[
"Fanourakis",
"George",
""
],
[
"Fischer",
"Wolfram",
""
],
[
"Graham",
"Peter",
""
],
[
"Gray",
"Frederick",
""
],
[
"Gardikiotis",
"Antonios",
""
],
[
"Gatti",
"Claudio",
""
],
[
"Gooding",
"James",
""
],
[
"Haciomeroglu",
"Selcuk",
""
],
[
"Hoffstaetter",
"Georg H.",
""
],
[
"Huang",
"Haixin",
""
],
[
"Incagli",
"Marco",
""
],
[
"Jeong",
"Hoyong",
""
],
[
"Kaplan",
"David",
""
],
[
"Karuza",
"Marin",
""
],
[
"Kawall",
"David",
""
],
[
"Keshavarzi",
"Alexander",
""
],
[
"Kim",
"On",
""
],
[
"Koop",
"Ivan",
""
],
[
"Lebedev",
"Valeri",
""
],
[
"Lee",
"Jonathan",
""
],
[
"Lee",
"Soohyung",
""
],
[
"Lusiani",
"Alberto",
""
],
[
"Marciano",
"William J.",
""
],
[
"Maroudas",
"Marios",
""
],
[
"Matlashov",
"Andrei",
""
],
[
"Meot",
"Francois",
""
],
[
"Miller",
"James P.",
""
],
[
"Morse",
"William M.",
""
],
[
"Mott",
"James",
""
],
[
"Omarov",
"Zhanibek",
""
],
[
"Ozben",
"Cenap",
""
],
[
"Piacentino",
"Giovanni Maria",
""
],
[
"Poelker",
"Matthew",
""
],
[
"Pocanic",
"Dinko",
""
],
[
"Podobedov",
"Boris",
""
],
[
"Price",
"Joe",
""
],
[
"Qian",
"Xin",
""
],
[
"Rajendran",
"Surjeet",
""
],
[
"Raparia",
"Deepak",
""
],
[
"Rescia",
"Sergio",
""
],
[
"Roberts",
"B. Lee",
""
],
[
"Semertzidis",
"Yannis K.",
""
],
[
"Silenko",
"Alexander",
""
],
[
"Soni",
"Amarjit",
""
],
[
"Stephenson",
"Edward",
""
],
[
"Suleiman",
"Riad",
""
],
[
"Syphers",
"Michael",
""
],
[
"Thoerngren",
"Pia",
""
],
[
"Tishchenko",
"Volodya",
""
],
[
"Tsoupas",
"Nicholaos",
""
],
[
"Tzamarias",
"Spyros",
""
],
[
"Variola",
"Alessandro",
""
],
[
"Venanzoni",
"Graziano",
""
],
[
"Vilella",
"Eva",
""
],
[
"Vossebeld",
"Joost",
""
],
[
"Winter",
"Peter",
""
],
[
"Won",
"Eunil",
""
],
[
"Zioutas",
"Konstantin",
""
]
] |
2504.12798 | Quoc Ho | Quoc P. Ho, Penghui Li | Relative Serre duality for Hecke categories | null | null | null | null | math.RT math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We prove a conjecture of Gorsky, Hogancamp, Mellit, and Nakagane in the Weyl
group case. Namely, we show that the left and right adjoints of the parabolic
induction functor between the associated Hecke categories of Soergel bimodules
differ by the relative full twist.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 09:59:46 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Ho",
"Quoc P.",
""
],
[
"Li",
"Penghui",
""
]
] |
2504.12799 | Mingwei Li | Mingwei Li, Pu Pang, Hehe Fan, Hua Huang, Yi Yang | TSGS: Improving Gaussian Splatting for Transparent Surface
Reconstruction via Normal and De-lighting Priors | Project page: https://longxiang-ai.github.io/TSGS/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Reconstructing transparent surfaces is essential for tasks such as robotic
manipulation in labs, yet it poses a significant challenge for 3D
reconstruction techniques like 3D Gaussian Splatting (3DGS). These methods
often encounter a transparency-depth dilemma, where the pursuit of
photorealistic rendering through standard $\alpha$-blending undermines
geometric precision, resulting in considerable depth estimation errors for
transparent materials. To address this issue, we introduce Transparent Surface
Gaussian Splatting (TSGS), a new framework that separates geometry learning
from appearance refinement. In the geometry learning stage, TSGS focuses on
geometry by using specular-suppressed inputs to accurately represent surfaces.
In the second stage, TSGS improves visual fidelity through anisotropic specular
modeling, crucially maintaining the established opacity to ensure geometric
accuracy. To enhance depth inference, TSGS employs a first-surface depth
extraction method. This technique uses a sliding window over $\alpha$-blending
weights to pinpoint the most likely surface location and calculates a robust
weighted average depth. To evaluate the transparent surface reconstruction task
under realistic conditions, we collect a TransLab dataset that includes complex
transparent laboratory glassware. Extensive experiments on TransLab show that
TSGS achieves accurate geometric reconstruction and realistic rendering of
transparent objects simultaneously within the efficient 3DGS framework.
Specifically, TSGS significantly surpasses current leading methods, achieving a
37.3% reduction in chamfer distance and an 8.0% improvement in F1 score
compared to the top baseline. The code and dataset will be released at
https://longxiang-ai.github.io/TSGS/.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:00:09 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Li",
"Mingwei",
""
],
[
"Pang",
"Pu",
""
],
[
"Fan",
"Hehe",
""
],
[
"Huang",
"Hua",
""
],
[
"Yang",
"Yi",
""
]
] |
2504.12800 | Han Xiao | Yifei Tong, Runze Tian, Xiao Han, Dingyao Liu, Fenggen Yu, Yan Zhang | CAGE-GS: High-fidelity Cage Based 3D Gaussian Splatting Deformation | null | null | null | null | cs.GR cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | As 3D Gaussian Splatting (3DGS) gains popularity as a 3D representation of
real scenes, enabling user-friendly deformation to create novel scenes while
preserving fine details from the original 3DGS has attracted significant
research attention. We introduce CAGE-GS, a cage-based 3DGS deformation method
that seamlessly aligns a source 3DGS scene with a user-defined target shape.
Our approach learns a deformation cage from the target, which guides the
geometric transformation of the source scene. While the cages effectively
control structural alignment, preserving the textural appearance of 3DGS
remains challenging due to the complexity of covariance parameters. To address
this, we employ a Jacobian matrix-based strategy to update the covariance
parameters of each Gaussian, ensuring texture fidelity post-deformation. Our
method is highly flexible, accommodating various target shape representations,
including texts, images, point clouds, meshes and 3DGS models. Extensive
experiments and ablation studies on both public datasets and newly proposed
scenes demonstrate that our method significantly outperforms existing
techniques in both efficiency and deformation quality.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:00:15 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Tong",
"Yifei",
""
],
[
"Tian",
"Runze",
""
],
[
"Han",
"Xiao",
""
],
[
"Liu",
"Dingyao",
""
],
[
"Yu",
"Fenggen",
""
],
[
"Zhang",
"Yan",
""
]
] |
2504.12801 | Advait Gadhikar | Advait Gadhikar, Tom Jacobs, Chao Zhou, Rebekka Burkholz | Sign-In to the Lottery: Reparameterizing Sparse Training From Scratch | 21 pages, 9 figures | null | null | null | cs.LG cs.CV | http://creativecommons.org/licenses/by/4.0/ | The performance gap between training sparse neural networks from scratch
(PaI) and dense-to-sparse training presents a major roadblock for efficient
deep learning. According to the Lottery Ticket Hypothesis, PaI hinges on
finding a problem specific parameter initialization. As we show, to this end,
determining correct parameter signs is sufficient. Yet, they remain elusive to
PaI. To address this issue, we propose Sign-In, which employs a dynamic
reparameterization that provably induces sign flips. Such sign flips are
complementary to the ones that dense-to-sparse training can accomplish,
rendering Sign-In as an orthogonal method. While our experiments and theory
suggest performance improvements of PaI, they also carve out the main open
challenge to close the gap between PaI and dense-to-sparse training.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:01:59 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Gadhikar",
"Advait",
""
],
[
"Jacobs",
"Tom",
""
],
[
"Zhou",
"Chao",
""
],
[
"Burkholz",
"Rebekka",
""
]
] |
2504.12802 | Francesco Murgia | Simone Anedda, Francesco Murgia, Cristian Pisano | First insight into transverse-momentum-dependent fragmentation physics
at photon-photon colliders | 17 pages, no figures | null | null | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | Future planned lepton colliders, both in the circular and linear
configurations, can effectively work as virtual and quasi-real photon-photon
colliders and are expected to stimulate an intense physics program in the next
few years. In this paper, we suggest to consider photon-photon scattering as a
useful source of information on transverse momentum dependent fragmentation
functions (TMD FFs), complementing semi-inclusive deep inelastic scattering and
$e^+e^-$ annihilation processes, which provide most of the present
phenomenological information on TMD FFs. As a first illustrative example, we
study two-hadron azimuthal asymmetries around the jet thrust-axis in the
process $\ell^+\ell^-\to\gamma^* \gamma\to q\bar q\to h_1 h_2 + X$, in which in
a circular lepton collider one tagged, deeply-virtual photon scatters off an
untagged quasi-real photon, both originating from the initial lepton beams,
producing inclusively an almost back-to-back light-hadron pair with large
transverse momentum, in the $\gamma^*\gamma$ center of mass frame. Similar
processes, in a more complicated environment due to the presence of initial
hadronic states, can also be studied in ultraperipheral collisions at the LHC
and the planned future hadron colliders.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:02:12 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Anedda",
"Simone",
""
],
[
"Murgia",
"Francesco",
""
],
[
"Pisano",
"Cristian",
""
]
] |
2504.12803 | Anupam Yadav | Nitin Gupta, Indu Bala, Bapi Dutta, Luis Mart\'inez and Anupam Yadav | Enhancing Explainability and Reliable Decision-Making in Particle Swarm
Optimization through Communication Topologies | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Swarm intelligence effectively optimizes complex systems across fields like
engineering and healthcare, yet algorithm solutions often suffer from low
reliability due to unclear configurations and hyperparameters. This study
analyzes Particle Swarm Optimization (PSO), focusing on how different
communication topologies Ring, Star, and Von Neumann affect convergence and
search behaviors. Using an adapted IOHxplainer , an explainable benchmarking
tool, we investigate how these topologies influence information flow,
diversity, and convergence speed, clarifying the balance between exploration
and exploitation. Through visualization and statistical analysis, the research
enhances interpretability of PSO's decisions and provides practical guidelines
for choosing suitable topologies for specific optimization tasks. Ultimately,
this contributes to making swarm based optimization more transparent, robust,
and trustworthy.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:05:10 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Gupta",
"Nitin",
""
],
[
"Bala",
"Indu",
""
],
[
"Dutta",
"Bapi",
""
],
[
"Martínez",
"Luis",
""
],
[
"Yadav",
"Anupam",
""
]
] |
2504.12804 | Luis Miguel Rodrigues | L. Miguel Rodrigues and Kevin Zumbrun | Linear damping estimates for periodic roll wave solutions of the
inviscid Saint Venant equations and related systems of hyperbolic balance
laws | 28 p | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | Substantially extending previous results of the authors for smooth solutions
in the viscous case, we develop linear damping estimates for periodic roll-wave
solutions of the inviscid Saint Venant equations and related systems of
hyperbolic balance laws. Such damping estimates, consisting of $H^s$ energy
estimates yielding exponential slaving of high-derivative to low-derivative
norms, have served as crucial ingredients in nonlinear stability analyses of
traveling waves in hyperbolic or partially parabolic systems, both in obtaining
high-freqency resolvent estimates and in closing a nonlinear iteration for
which available linearized stability estimates apparently lose regularity.
Here, we establish for systems of size $n\leq 6$ a Lyapunov-type theorem
stating that such energy estimates are available whenever strict high-frequency
spectral stability holds; for dimensions 7 and higher, there may be in general
a gap between high-frequency spectral stability and existence of the type of
energy estimate that we develop here. A key ingredient is a dimension-dependent
linear algebraic lemma reminiscent of Lyapunov's Lemma for ODE that is to our
knowledge new.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:05:33 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Rodrigues",
"L. Miguel",
""
],
[
"Zumbrun",
"Kevin",
""
]
] |
2504.12805 | Takaya Arita | Takaya Arita, Wenxian Zheng, Reiji Suzuki, Fuminori Akiba | Assesing LLMs in Art Contexts: Critique Generation and Theory of Mind
Evaluation | 30 pages, 13 figures, 1 table | null | null | null | cs.CL cs.CY cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This study explored how large language models (LLMs) perform in two areas
related to art: writing critiques of artworks and reasoning about mental states
(Theory of Mind, or ToM) in art-related situations. For the critique generation
part, we built a system that combines Noel Carroll's evaluative framework with
a broad selection of art criticism theories. The model was prompted to first
write a full-length critique and then shorter, more coherent versions using a
step-by-step prompting process. These AI-generated critiques were then compared
with those written by human experts in a Turing test-style evaluation. In many
cases, human subjects had difficulty telling which was which, and the results
suggest that LLMs can produce critiques that are not only plausible in style
but also rich in interpretation, as long as they are carefully guided. In the
second part, we introduced new simple ToM tasks based on situations involving
interpretation, emotion, and moral tension, which can appear in the context of
art. These go beyond standard false-belief tests and allow for more complex,
socially embedded forms of reasoning. We tested 41 recent LLMs and found that
their performance varied across tasks and models. In particular, tasks that
involved affective or ambiguous situations tended to reveal clearer
differences. Taken together, these results help clarify how LLMs respond to
complex interpretative challenges, revealing both their cognitive limitations
and potential. While our findings do not directly contradict the so-called
Generative AI Paradox--the idea that LLMs can produce expert-like output
without genuine understanding--they suggest that, depending on how LLMs are
instructed, such as through carefully designed prompts, these models may begin
to show behaviors that resemble understanding more closely than we might
assume.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:10:25 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Arita",
"Takaya",
""
],
[
"Zheng",
"Wenxian",
""
],
[
"Suzuki",
"Reiji",
""
],
[
"Akiba",
"Fuminori",
""
]
] |
2504.12806 | Georgios Papadopoulos | Georgios Papadopoulos, Shaltiel Eloul, Yash Satsangi, Jamie Heredge,
Niraj Kumar, Chun-Fu Chen and Marco Pistoia | A Numerical Gradient Inversion Attack in Variational Quantum
Neural-Networks | 9 pages, 17 figures | null | null | null | cs.LG cs.AI cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The loss landscape of Variational Quantum Neural Networks (VQNNs) is
characterized by local minima that grow exponentially with increasing qubits.
Because of this, it is more challenging to recover information from model
gradients during training compared to classical Neural Networks (NNs). In this
paper we present a numerical scheme that successfully reconstructs input
training, real-world, practical data from trainable VQNNs' gradients. Our
scheme is based on gradient inversion that works by combining gradients
estimation with the finite difference method and adaptive low-pass filtering.
The scheme is further optimized with Kalman filter to obtain efficient
convergence. Our experiments show that our algorithm can invert even
batch-trained data, given the VQNN model is sufficiently over-parameterized.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:12:38 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Papadopoulos",
"Georgios",
""
],
[
"Eloul",
"Shaltiel",
""
],
[
"Satsangi",
"Yash",
""
],
[
"Heredge",
"Jamie",
""
],
[
"Kumar",
"Niraj",
""
],
[
"Chen",
"Chun-Fu",
""
],
[
"Pistoia",
"Marco",
""
]
] |
2504.12807 | Ach Khozaimi | Ach Khozaimi, Isnani Darti, Syaiful Anam, Wuryansari Muharini
Kusumawinahyu | Hybrid Dense-UNet201 Optimization for Pap Smear Image Segmentation Using
Spider Monkey Optimization | null | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by-sa/4.0/ | Pap smear image segmentation is crucial for cervical cancer diagnosis.
However, traditional segmentation models often struggle with complex cellular
structures and variations in pap smear images. This study proposes a hybrid
Dense-UNet201 optimization approach that integrates a pretrained DenseNet201 as
the encoder for the U-Net architecture and optimizes it using the spider monkey
optimization (SMO) algorithm. The Dense-UNet201 model excelled at feature
extraction. The SMO was modified to handle categorical and discrete parameters.
The SIPaKMeD dataset was used in this study and evaluated using key performance
metrics, including loss, accuracy, Intersection over Union (IoU), and Dice
coefficient. The experimental results showed that Dense-UNet201 outperformed
U-Net, Res-UNet50, and Efficient-UNetB0. SMO Dense-UNet201 achieved a
segmentation accuracy of 96.16%, an IoU of 91.63%, and a Dice coefficient score
of 95.63%. These findings underscore the effectiveness of image preprocessing,
pretrained models, and metaheuristic optimization in improving medical image
analysis and provide new insights into cervical cell segmentation methods.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:14:05 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Khozaimi",
"Ach",
""
],
[
"Darti",
"Isnani",
""
],
[
"Anam",
"Syaiful",
""
],
[
"Kusumawinahyu",
"Wuryansari Muharini",
""
]
] |
2504.12808 | Simon Lentner | Boris L. Feigin, Simon D. Lentner | Coupling a vertex algebra to a large center | null | null | null | null | math.QA hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Suppose a Lie group $G$ acts on a vertex algebra $V$. In this article we
construct a vertex algebra $\tilde{V}$, which is an extension of $V$ by a big
central vertex subalgebra identified with the algebra of functionals on the
space of regular $\mathfrak{g}$-connections $(d+A)$.
The category of representations of $\tilde{V}$ fibres over the set of
connections, and the fibres should be viewed as $(d+A)$-twisted modules of $V$,
generalizing the familiar notion of $g$-twisted modules. In fact, another
application of our result is that it proposes an explicit definition of
$(d+A)$-twisted modules of $V$ in terms of a twisted commutator formula, and we
feel that this subject should be pursued further.
Vertex algebras with big centers appear in practice as critical level or
large level limits of vertex algebras. I particular we have in mind limits of
the generalized quantum Langlands kernel, in which case $G$ is the Langland
dual and $V$ is conjecturally the Feigin-Tipunin vertex algebra and the
extension $\tilde{V}$ is conjecturally related to the Kac-DeConcini-Procesi
quantum group with big center. With the current article, we can give a uniform
and independent construction of these limits.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:14:12 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Feigin",
"Boris L.",
""
],
[
"Lentner",
"Simon D.",
""
]
] |
2504.12809 | Md Tanvir Islam | Inzamamul Alam, Md Tanvir Islam, Simon S. Woo | Saliency-Aware Diffusion Reconstruction for Effective Invisible
Watermark Removal | Accepted at The Web Conference 2025 | null | 10.1145/3701716.3715519 | null | cs.CV cs.MM | http://creativecommons.org/licenses/by/4.0/ | As digital content becomes increasingly ubiquitous, the need for robust
watermark removal techniques has grown due to the inadequacy of existing
embedding techniques, which lack robustness. This paper introduces a novel
Saliency-Aware Diffusion Reconstruction (SADRE) framework for watermark
elimination on the web, combining adaptive noise injection, region-specific
perturbations, and advanced diffusion-based reconstruction. SADRE disrupts
embedded watermarks by injecting targeted noise into latent representations
guided by saliency masks although preserving essential image features. A
reverse diffusion process ensures high-fidelity image restoration, leveraging
adaptive noise levels determined by watermark strength. Our framework is
theoretically grounded with stability guarantees and achieves robust watermark
removal across diverse scenarios. Empirical evaluations on state-of-the-art
(SOTA) watermarking techniques demonstrate SADRE's superiority in balancing
watermark disruption and image quality. SADRE sets a new benchmark for
watermark elimination, offering a flexible and reliable solution for real-world
web content. Code is available
on~\href{https://github.com/inzamamulDU/SADRE}{\textbf{https://github.com/inzamamulDU/SADRE}}.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:15:10 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Alam",
"Inzamamul",
""
],
[
"Islam",
"Md Tanvir",
""
],
[
"Woo",
"Simon S.",
""
]
] |
2504.12810 | Angela Rosy Morgillo | Angela Rosy Morgillo, Stefano Mancini, Massimiliano F. Sacchi and
Chiara Macchiavello | Learning Time-Varying Quantum Lossy Channels | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Time-varying quantum channels are essential for modeling realistic quantum
systems with evolving noise properties. Here, we consider Gaussian lossy
channels varying from one use to another and we employ neural networks to
classify, regress, and forecast the behavior of these channels from their
Choi-Jamiolkowski states. The networks achieve at least 87% of accuracy in
distinguishing between non-Markovian, Markovian, memoryless, compound, and
deterministic channels. In regression tasks, the model accurately reconstructs
the loss parameter sequences, and in forecasting, it predicts future values,
with improved performance as the memory parameter approaches 1 for Markovian
channels. These results demonstrate the potential of neural networks in
characterizing and predicting the dynamics of quantum channels.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:15:47 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Morgillo",
"Angela Rosy",
""
],
[
"Mancini",
"Stefano",
""
],
[
"Sacchi",
"Massimiliano F.",
""
],
[
"Macchiavello",
"Chiara",
""
]
] |
2504.12811 | Thomas K\"ohler | Michael Steiner, Thomas K\"ohler, Lukas Radl, Felix Windisch, Dieter
Schmalstieg, Markus Steinberger | AAA-Gaussians: Anti-Aliased and Artifact-Free 3D Gaussian Rendering | null | null | null | null | cs.GR cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Although 3D Gaussian Splatting (3DGS) has revolutionized 3D reconstruction,
it still faces challenges such as aliasing, projection artifacts, and view
inconsistencies, primarily due to the simplification of treating splats as 2D
entities. We argue that incorporating full 3D evaluation of Gaussians
throughout the 3DGS pipeline can effectively address these issues while
preserving rasterization efficiency. Specifically, we introduce an adaptive 3D
smoothing filter to mitigate aliasing and present a stable view-space bounding
method that eliminates popping artifacts when Gaussians extend beyond the view
frustum. Furthermore, we promote tile-based culling to 3D with screen-space
planes, accelerating rendering and reducing sorting costs for hierarchical
rasterization. Our method achieves state-of-the-art quality on in-distribution
evaluation sets and significantly outperforms other approaches for
out-of-distribution views. Our qualitative evaluations further demonstrate the
effective removal of aliasing, distortions, and popping artifacts, ensuring
real-time, artifact-free rendering.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:16:47 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Steiner",
"Michael",
""
],
[
"Köhler",
"Thomas",
""
],
[
"Radl",
"Lukas",
""
],
[
"Windisch",
"Felix",
""
],
[
"Schmalstieg",
"Dieter",
""
],
[
"Steinberger",
"Markus",
""
]
] |
2504.12812 | Mahshid Mehr Nezhad | Mahshid Mehr Nezhad, Feng Hao, Gregory Epiphaniou, Carsten Maple,
Timur Yunusov | SoK: Security of EMV Contactless Payment Systems | Published at EuroS&P 2025 | null | null | null | cs.CR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The widespread adoption of EMV (Europay, Mastercard, and Visa) contactless
payment systems has greatly improved convenience for both users and merchants.
However, this growth has also exposed significant security challenges. This SoK
provides a comprehensive analysis of security vulnerabilities in EMV
contactless payments, particularly within the open-loop systems used by Visa
and Mastercard. We categorize attacks into seven attack vectors across three
key areas: application selection, cardholder authentication, and transaction
authorization. We replicate the attacks on Visa and Mastercard protocols using
our experimental platform to determine their practical feasibility and offer
insights into the current security landscape of contactless payments. Our study
also includes a detailed evaluation of the underlying protocols, along with a
comparative analysis of Visa and Mastercard, highlighting vulnerabilities and
recommending countermeasures.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:16:48 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Nezhad",
"Mahshid Mehr",
""
],
[
"Hao",
"Feng",
""
],
[
"Epiphaniou",
"Gregory",
""
],
[
"Maple",
"Carsten",
""
],
[
"Yunusov",
"Timur",
""
]
] |
2504.12813 | Simon Sagmeister | Simon Sagmeister, Simon Hoffmann, Tobias Betz, Dominic Ebner, Daniel
Esser and Markus Lienkamp | Approaching Current Challenges in Developing a Software Stack for Fully
Autonomous Driving | Accepted at IEEE IV 2025 | null | null | null | cs.RO cs.SE | http://creativecommons.org/licenses/by/4.0/ | Autonomous driving is a complex undertaking. A common approach is to break
down the driving task into individual subtasks through modularization. These
sub-modules are usually developed and published separately. However, if these
individually developed algorithms have to be combined again to form a
full-stack autonomous driving software, this poses particular challenges.
Drawing upon our practical experience in developing the software of TUM
Autonomous Motorsport, we have identified and derived these challenges in
developing an autonomous driving software stack within a scientific
environment. We do not focus on the specific challenges of individual
algorithms but on the general difficulties that arise when deploying research
algorithms on real-world test vehicles. To overcome these challenges, we
introduce strategies that have been effective in our development approach. We
additionally provide open-source implementations that enable these concepts on
GitHub. As a result, this paper's contributions will simplify future full-stack
autonomous driving projects, which are essential for a thorough evaluation of
the individual algorithms.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:17:24 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Sagmeister",
"Simon",
""
],
[
"Hoffmann",
"Simon",
""
],
[
"Betz",
"Tobias",
""
],
[
"Ebner",
"Dominic",
""
],
[
"Esser",
"Daniel",
""
],
[
"Lienkamp",
"Markus",
""
]
] |
2504.12814 | Sophie Fosson | V. Cerone, S. M. Fosson, A. Re, D. Regruto | Integral control of the proximal gradient method for unbiased sparse
optimization | null | null | null | null | math.OC cs.SY eess.SY | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Proximal gradient methods are popular in sparse optimization as they are
straightforward to implement. Nevertheless, they achieve biased solutions,
requiring many iterations to converge. This work addresses these issues through
a suitable feedback control of the algorithm's hyperparameter. Specifically, by
designing an integral control that does not substantially impact the
computational complexity, we can reach an unbiased solution in a reasonable
number of iterations. In the paper, we develop and analyze the convergence of
the proposed approach for strongly-convex problems. Moreover, numerical
simulations validate and extend the theoretical results to the non-strongly
convex framework.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:17:32 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Cerone",
"V.",
""
],
[
"Fosson",
"S. M.",
""
],
[
"Re",
"A.",
""
],
[
"Regruto",
"D.",
""
]
] |
2504.12815 | Daniel Gavilan-Martin | Daniel Gavilan-Martin, Grzegorz {\L}ukasiewicz, Derek F. Jackson
Kimball, Szymon Pustelny, Dmitry Budker and Arne Wickenbrock | Notes on optimizing a multi-sensor gradient axion-like particle dark
matter search | Proceedings of the second general meeting of the Cost Action CA21106 | null | 10.22323/1.474.0041 | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | Axion-like particles (ALPs) arise from well-motivated extensions to the
Standard Model and could account for the dark matter. We discuss the scaling of
the sensitivity of a galactic ALP dark matter search with the number of
sensors, especially in the ultra-light mass regime, where the measurement time
is shorter than the coherence time of the ALP field. We compare multiple
schemes for daily modulated ALP gradient signals, and show that increasing the
number of sensors from 1 to 2 improves the signal-to-noise ratio (SNR) by a
factor of 2-3. For more than two sensors, the SNR increases as the square root
of the number of sensors. Then, we show that splitting the data into subsets
and then averaging its Discrete Fourier Transforms (DFTs) is equivalent to the
DFT of the whole dataset in terms of SNR.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:18:18 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Gavilan-Martin",
"Daniel",
""
],
[
"Łukasiewicz",
"Grzegorz",
""
],
[
"Kimball",
"Derek F. Jackson",
""
],
[
"Pustelny",
"Szymon",
""
],
[
"Budker",
"Dmitry",
""
],
[
"Wickenbrock",
"Arne",
""
]
] |
2504.12816 | Xue Wen Tan | Xue Wen Tan, Stanley Kok | SMARTe: Slot-based Method for Accountable Relational Triple extraction | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Relational Triple Extraction (RTE) is a fundamental task in Natural Language
Processing (NLP). However, prior research has primarily focused on optimizing
model performance, with limited efforts to understand the internal mechanisms
driving these models. Many existing methods rely on complex preprocessing to
induce specific interactions, often resulting in opaque systems that may not
fully align with their theoretical foundations. To address these limitations,
we propose SMARTe: a Slot-based Method for Accountable Relational Triple
extraction. SMARTe introduces intrinsic interpretability through a slot
attention mechanism and frames the task as a set prediction problem. Slot
attention consolidates relevant information into distinct slots, ensuring all
predictions can be explicitly traced to learned slot representations and the
tokens contributing to each predicted relational triple. While emphasizing
interpretability, SMARTe achieves performance comparable to state-of-the-art
models. Evaluations on the NYT and WebNLG datasets demonstrate that adding
interpretability does not compromise performance. Furthermore, we conducted
qualitative assessments to showcase the explanations provided by SMARTe, using
attention heatmaps that map to their respective tokens. We conclude with a
discussion of our findings and propose directions for future research.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:21:15 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Tan",
"Xue Wen",
""
],
[
"Kok",
"Stanley",
""
]
] |
2504.12817 | Helge Spieker | Nassim Belmecheri and Arnaud Gotlieb and Nadjib Lazaar and Helge
Spieker | Explainable Scene Understanding with Qualitative Representations and
Graph Neural Networks | Workshop "Advancing Automated Driving in Highly Interactive Scenarios
through Behavior Prediction, Trustworthy AI, and Remote Operations" @ 36th
IEEE Intelligent Vehicles Symposium (IV) | null | null | null | cs.RO cs.AI cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper investigates the integration of graph neural networks (GNNs) with
Qualitative Explainable Graphs (QXGs) for scene understanding in automated
driving. Scene understanding is the basis for any further reactive or proactive
decision-making. Scene understanding and related reasoning is inherently an
explanation task: why is another traffic participant doing something, what or
who caused their actions? While previous work demonstrated QXGs' effectiveness
using shallow machine learning models, these approaches were limited to
analysing single relation chains between object pairs, disregarding the broader
scene context. We propose a novel GNN architecture that processes entire graph
structures to identify relevant objects in traffic scenes. We evaluate our
method on the nuScenes dataset enriched with DriveLM's human-annotated
relevance labels. Experimental results show that our GNN-based approach
achieves superior performance compared to baseline methods. The model
effectively handles the inherent class imbalance in relevant object
identification tasks while considering the complete spatial-temporal
relationships between all objects in the scene. Our work demonstrates the
potential of combining qualitative representations with deep learning
approaches for explainable scene understanding in autonomous driving systems.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:21:30 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Belmecheri",
"Nassim",
""
],
[
"Gotlieb",
"Arnaud",
""
],
[
"Lazaar",
"Nadjib",
""
],
[
"Spieker",
"Helge",
""
]
] |
2504.12818 | Aleksandr Ivanov | A. V. Ivanov | An etude on a renormalization | LaTeX, 14 pages, 6 figures. Firstly appeared in Russian, April 7,
2025, see https://www.pdmi.ras.ru/preprint/2025/25-03.html | null | null | null | math-ph hep-th math.CA math.MP | http://creativecommons.org/licenses/by/4.0/ | In this paper, we study renormalization, that is, the procedure for
eliminating singularities, for a special model using both combinatorial
techniques in the framework of working with formal series, and using a limit
transition in a standard multidimensional integral, taking into account the
removal of the singular components. Special attention is paid to the
comparative analysis of the two views on the problem. It is remarkably that the
divergences, which have the same form in one approach, acquire a different
nature in another approach and lead to interesting consequences. A special
deformation of the spectrum is used as regularization.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:22:01 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Ivanov",
"A. V.",
""
]
] |
2504.12819 | Yoichi Izunaga | Kota Kurihara and Yoichi Izunaga | A scalable mixed-integer conic optimization approach to
cardinality-constrained Poisson regression with safe screening | null | null | null | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper introduces a novel approach for cardinality-constrained Poisson
regression to address feature selection challenges in high-dimensional count
data. We formulate the problem as a mixed-integer conic optimization, enabling
the use of modern solvers for optimal solutions. To enhance computational
efficiency, we develop a safe screening based on Fenchel conjugates, thereby
effectively removing irrelevant features before optimization. Experiments on
synthetic datasets demonstrate that our safe screening significantly reduces
the problem size, leading to substantial improvements in computational time.
Our approach can solve Poisson regression problems with tens of thousands of
features, exceeding the scale of previous studies. This work provides a
valuable tool for interpretable feature selection in high-dimensional Poisson
regression.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:24:33 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Kurihara",
"Kota",
""
],
[
"Izunaga",
"Yoichi",
""
]
] |
2504.12820 | Pawe{\l} Drozda | Pawe{\l} Drozda, Wojciech A. Hellwing, Maciej Bilicki | Skewness as a Probe of Gravity: Real and Redshift Space Counts-In-Cells | 14 pages, 9 figures, 1 table | null | null | null | astro-ph.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the counts-in-cells reduced skewness $s_3$ for dark matter, halo,
and galaxy distributions in both real and redshift space, using the ELEPHANT
($\textit{Extended LEnsing PHysics with ANalytical ray Tracing}$) suite of
$N$-body simulations. We compare General Relativity (GR) with two extended (EG)
gravity models: $f(R)$ gravity with chameleon screening and the normal-branch
Dvali-Gabadadze-Porrati (nDGP) model with Vainshtein screening. We quantify the
suppression of $s_3$ by redshift-space distortions (RSD), finding that while
small-scale skewness is strongly reduced, the $F5$ model retains a $\sim 4\%$
deviation from GR in galaxy samples, corresponding to a $2\sigma$ significance.
We show that the ratio $s_3^{\mathrm{RSD}}/s_3^{\mathrm{real}}$ is
approximately independent of the gravity model across tracers and redshifts.
Our results demonstrate that real-space predictions can help reliably infer
redshift-space skewness in both GR and extended gravity, providing a new tool
for testing gravity with current and forthcoming galaxy redshift surveys.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:25:11 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Drozda",
"Paweł",
""
],
[
"Hellwing",
"Wojciech A.",
""
],
[
"Bilicki",
"Maciej",
""
]
] |
2504.12821 | Stephen Coombes | S Coombes | Revisiting the Haken Lighthouse Model | 27 pages, 12 figures | null | null | null | math.DS | http://creativecommons.org/licenses/by/4.0/ | Simple spiking neural network models, such as those built from interacting
integrate-and-fire (IF) units, exhibit rich emergent behaviours but remain
notoriously difficult to analyse, particularly in terms of their
pattern-forming properties. In contrast, rate-based models and coupled phase
oscillators offer greater mathematical tractability but fail to capture the
full dynamical complexity of spiking networks. To bridge these modelling
paradigms, Hermann Haken -- the pioneer of Synergetics -- introduced the
Lighthouse model, a framework that provides insights into synchronisation,
travelling waves, and pattern formation in neural systems.
In this work, we revisit the Lighthouse model and develop new mathematical
results that deepen our understanding of self-organisation in spiking neural
networks. Specifically, we derive the linear stability conditions for
phase-locked spiking states in Lighthouse networks structured on graphs with
realistic synaptic interactions ($\alpha$-function synapses) and axonal
conduction delays. Extending the analysis on graphs to a spatially continuous
(non-local) setting, we develop a variant of Turing instability analysis to
explore emergent spiking patterns. Finally, we show how localised spiking bump
solutions -- which are difficult to mathematically analyse in IF networks --
are far more tractable in the Lighthouse model and analyse their linear
stability to wandering states.
These results reaffirm the Lighthouse model as a valuable tool for studying
structured neural interactions and self-organisation, further advancing the
synergetic perspective on spiking neural dynamics.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:26:06 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Coombes",
"S",
""
]
] |
2504.12822 | Folkert M\"uller-Hoissen | Folkert M\"uller-Hoissen and Rusuo Ye | Miura transformation in bidifferential calculus and a vectorial Darboux
transformation for the Fokas-Lenells equation | 25 pages, 5 figures | null | null | null | nlin.SI math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Using a general result of bidifferential calculus and recent results of other
authors, a vectorial binary Darboux transformation is derived for the first
member of the "negative" part of the potential Kaup-Newell hierarchy, which is
a system of two coupled Fokas-Lenells equations. Miura transformations are
found from the latter to the first member of the negative part of the AKNS
hierarchy and also to its "pseudodual". The reduction to the Fokas-Lenells
equation is implemented and exact solutions with a plane wave seed generated.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:32:39 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Müller-Hoissen",
"Folkert",
""
],
[
"Ye",
"Rusuo",
""
]
] |
2504.12824 | Zhang Hu | Zhang Hu, Hongyang Pan, Yinshui Xia, Lunyao Wang and Zhufei Chu | Mixed Structural Choice Operator: Enhancing Technology Mapping with
Heterogeneous Representations | Accepted by DAC 2025. Please note that this is not the final
camera-ready version | null | null | null | cs.AR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The independence of logic optimization and technology mapping poses a
significant challenge in achieving high-quality synthesis results. Recent
studies have improved optimization outcomes through collaborative optimization
of multiple logic representations and have improved structural bias through
structural choices. However, these methods still rely on technology-independent
optimization and fail to truly resolve structural bias issues. This paper
proposes a scalable and efficient framework based on Mixed Structural Choices
(MCH). This is a novel heterogeneous mapping method that combines multiple
logic representations with technology-aware optimization. MCH flexibly
integrates different logic representations and stores candidates for various
optimization strategies. By comprehensively evaluating the technology costs of
these candidates, it enhances technology mapping and addresses structural bias
issues in logic synthesis. Notably, the MCH-based lookup table (LUT) mapping
algorithm set new records in the EPFL Best Results Challenge by combining the
structural strengths of both And-Inverter Graph (AIG) and XOR-Majority Graph
(XMG) logic representations. Additionally, MCH-based ASIC technology mapping
achieves a 3.73% area and 8.94% delay reduction (balanced), 20.35% delay
reduction (delay-oriented), and 21.02% area reduction (area-oriented),
outperforming traditional structural choice methods. Furthermore, MCH-based
logic optimization utilizes diverse structures to surpass local optima and
achieve better results.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:34:52 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Hu",
"Zhang",
""
],
[
"Pan",
"Hongyang",
""
],
[
"Xia",
"Yinshui",
""
],
[
"Wang",
"Lunyao",
""
],
[
"Chu",
"Zhufei",
""
]
] |
2504.12825 | Lu Sang | Lu Sang, Zehranaz Canfes, Dongliang Cao, Riccardo Marin, Florian
Bernard, Daniel Cremers | TwoSquared: 4D Generation from 2D Image Pairs | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Despite the astonishing progress in generative AI, 4D dynamic object
generation remains an open challenge. With limited high-quality training data
and heavy computing requirements, the combination of hallucinating unseen
geometry together with unseen movement poses great challenges to generative
models. In this work, we propose TwoSquared as a method to obtain a 4D
physically plausible sequence starting from only two 2D RGB images
corresponding to the beginning and end of the action. Instead of directly
solving the 4D generation problem, TwoSquared decomposes the problem into two
steps: 1) an image-to-3D module generation based on the existing generative
model trained on high-quality 3D assets, and 2) a physically inspired
deformation module to predict intermediate movements. To this end, our method
does not require templates or object-class-specific prior knowledge and can
take in-the-wild images as input. In our experiments, we demonstrate that
TwoSquared is capable of producing texture-consistent and geometry-consistent
4D sequences only given 2D images.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:39:52 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Sang",
"Lu",
""
],
[
"Canfes",
"Zehranaz",
""
],
[
"Cao",
"Dongliang",
""
],
[
"Marin",
"Riccardo",
""
],
[
"Bernard",
"Florian",
""
],
[
"Cremers",
"Daniel",
""
]
] |
2504.12826 | Pengxuan Yang | Pengxuan Yang, Yupeng Zheng, Qichao Zhang, Kefei Zhu, Zebin Xing, Qiao
Lin, Yun-Fu Liu, Zhiguo Su, Dongbin Zhao | UncAD: Towards Safe End-to-end Autonomous Driving via Online Map
Uncertainty | null | null | null | null | cs.RO cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | End-to-end autonomous driving aims to produce planning trajectories from raw
sensors directly. Currently, most approaches integrate perception, prediction,
and planning modules into a fully differentiable network, promising great
scalability. However, these methods typically rely on deterministic modeling of
online maps in the perception module for guiding or constraining vehicle
planning, which may incorporate erroneous perception information and further
compromise planning safety. To address this issue, we delve into the importance
of online map uncertainty for enhancing autonomous driving safety and propose a
novel paradigm named UncAD. Specifically, UncAD first estimates the uncertainty
of the online map in the perception module. It then leverages the uncertainty
to guide motion prediction and planning modules to produce multi-modal
trajectories. Finally, to achieve safer autonomous driving, UncAD proposes an
uncertainty-collision-aware planning selection strategy according to the online
map uncertainty to evaluate and select the best trajectory. In this study, we
incorporate UncAD into various state-of-the-art (SOTA) end-to-end methods.
Experiments on the nuScenes dataset show that integrating UncAD, with only a
1.9% increase in parameters, can reduce collision rates by up to 26% and
drivable area conflict rate by up to 42%. Codes, pre-trained models, and demo
videos can be accessed at https://github.com/pengxuanyang/UncAD.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:40:36 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Yang",
"Pengxuan",
""
],
[
"Zheng",
"Yupeng",
""
],
[
"Zhang",
"Qichao",
""
],
[
"Zhu",
"Kefei",
""
],
[
"Xing",
"Zebin",
""
],
[
"Lin",
"Qiao",
""
],
[
"Liu",
"Yun-Fu",
""
],
[
"Su",
"Zhiguo",
""
],
[
"Zhao",
"Dongbin",
""
]
] |
2504.12827 | Hemalatha Mohanarangan | Hemalatha M, P. Sam Johnson, Harikrishnan P.K | Direct Sum of Lower Semi-Frames in Hilbert Spaces | null | null | null | null | math.FA | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this paper, structural properties of lower semi-frames in separable
Hilbert spaces are explored with a focus on transformations under linear
operators (may be unbounded). Also, the direct sum of lower semi-frames,
providing necessary and sufficient conditions for the preservation of lower
semi-frame structure, is examined.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:40:54 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"M",
"Hemalatha",
""
],
[
"Johnson",
"P. Sam",
""
],
[
"K",
"Harikrishnan P.",
""
]
] |
2504.12829 | Pietro Parodi | Pietro Parodi, Giovanni Lapenta, Thierry Magin | Particle-based Simulation of an Air-Breathing Electric Propulsion System | null | null | null | null | physics.plasm-ph | http://creativecommons.org/licenses/by/4.0/ | A novel concept called Air-Breathing Electric Propulsion proposes to fly
satellites at altitudes in the range 180-250 km, since this would have some
advantages for the performance of radio communication and Earth observation
equipment. The ABEP satellites compensate the atmospheric drag through a
continuous thrust provided by collecting, ionizing and accelerating the
residual atmospheric particles. It is clear that the feasibility of this
concept will require a significant design and testing effort, performed first
on ground and later in orbit. Plasma simulation tools play a fundamental role
in the development of this technology, for two main reasons: (i) they can
potentially increase dramatically the optimization and testing process of ABEP
systems, since on-ground testing and in-orbit demonstrators are costly and time
consuming, and (ii) the fidelity of on-ground testing is limited by the finite
size and pumping speed of high-vacuum facilities, as well as the means through
which the orbital flow is produced. In this paper, we demonstrate a one-way
coupled, particle-based simulation strategy for a CubeSat sized ABEP system.
The neutral flow in the full geometry of the ABEP system comprising the intake
and the thruster is simulated first through Direct Simulation Monte Carlo.
Then, the resulting neutral density is used as the input for a Particle-in-Cell
simulation of the detailed thruster geometry. The simulations are performed in
3D and within the VKI in-house code Pantera, taking advantage of the
fully-implicit energy-conserving scheme.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:42:59 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Parodi",
"Pietro",
""
],
[
"Lapenta",
"Giovanni",
""
],
[
"Magin",
"Thierry",
""
]
] |
2504.12830 | Simon Fischer | Simon W.S. Fischer, Hanna Schraffenberger, Serge Thill, Pim Haselager | Questions: A Taxonomy for Critical Reflection in Machine-Supported
Decision-Making | null | null | null | null | cs.HC cs.CY | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Decision-makers run the risk of relying too much on machine recommendations.
Explainable AI, a common strategy for calibrating reliance, has mixed and even
negative effects, such as increasing overreliance. To cognitively engage the
decision-maker and to facilitate a deliberate decision-making process, we
propose a potential `reflection machine' that supports critical reflection
about the pending decision, including the machine recommendation. Reflection
has been shown to improve critical thinking and reasoning, and thus
decision-making. One way to stimulate reflection is to ask relevant questions.
To systematically create questions, we present a question taxonomy inspired by
Socratic questions and human-centred explainable AI. This taxonomy can
contribute to the design of such a `reflection machine' that asks
decision-makers questions. Our work is part of the growing research on
human-machine collaborations that goes beyond the paradigm of machine
recommendations and explanations, and aims to enable greater human oversight as
required by the European AI Act.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:44:08 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Fischer",
"Simon W. S.",
""
],
[
"Schraffenberger",
"Hanna",
""
],
[
"Thill",
"Serge",
""
],
[
"Haselager",
"Pim",
""
]
] |
2504.12831 | Marco Fattori | Tommaso Petrucciani, Andrea Santoni, Chiara Mazzinghi, Dimitrios
Trypogeorgos, Francesco Minardi, Marco Fattori and Michele Modugno | Long-wavelength optical lattices from optical beatnotes: theory and
applications | 18 pages, 13 figure | null | null | null | cond-mat.quant-gas physics.atom-ph quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a theoretical analysis of Beat-Note Superlattices (BNSLs), a
recently demonstrated technique for generating periodic trapping potentials for
ultracold atomic clouds, with arbitrarily large lattice spacings while
maintaining interferometric stability. By combining two optical lattices with
slightly different wavelengths, a beatnote intensity pattern is formed,
generating, for low depths, an effective lattice potential with a periodicity
equal to the wavelength associated to the difference between the wavevectors of
the two lattices. We study the range of lattice depths and wavelengths under
which this approximation is valid and investigate its robustness against
perturbations. We present a few examples where the use of BNSLs could offer
significant advantages in comparison to well established techniques for the
manipulation of ultracold atomic gases. Our results highlight the potential of
BNSLs for quantum simulation, atom interferometry, and other applications in
quantum technologies.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:46:16 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Petrucciani",
"Tommaso",
""
],
[
"Santoni",
"Andrea",
""
],
[
"Mazzinghi",
"Chiara",
""
],
[
"Trypogeorgos",
"Dimitrios",
""
],
[
"Minardi",
"Francesco",
""
],
[
"Fattori",
"Marco",
""
],
[
"Modugno",
"Michele",
""
]
] |
2504.12832 | Jelle Soons | Jelle Soons, Tobias Grafke, Ren\'e M. van Westen and Henk A. Dijkstra | Physics of an AMOC Overshoot in a Box Model | null | null | null | null | physics.ao-ph | http://creativecommons.org/licenses/by/4.0/ | Recently the global average temperature has temporarily exceeded the
1.5{\deg}C goal of the Paris Agreement, and so an overshoot of various climate
tipping elements becomes increasingly likely. In this study we analyze the
physical processes of an overshoot of the Atlantic Meridional Overturning
Circulation (AMOC), one of the major tipping elements, using a conceptual box
model. Here either the atmospheric temperature above the North Atlantic, or the
freshwater forcing into the North Atlantic overshoot their respective critical
boundaries. In both cases a higher forcing rate can prevent a collapse of the
AMOC, since a higher rate of forcing causes initially a fresher North Atlantic,
which in turn results in a higher northward transport by the subtropical gyre
supplementing the salinity loss in time. For small exceedance amplitudes the
AMOC is still resilient as the forcing rates can be low and so other state
variables outside of the North Atlantic can adjust. Contrarily, for larger
overshoots the trajectories are dynamically similar and we find a lower limit
in volume and exceedance time for respectively freshwater and temperature
forcing in order to prevent a collapse. Moreover, for a large overshoot an
increased air-sea temperature coupling has a destabilizing effect, while the
reverse holds for an overshoot close to the tipping point. The understanding of
the physics of the AMOC overshoot behavior is important for interpreting
results of Earth System Models and for evaluating the effects of mitigation and
intervention strategies.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:46:21 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Soons",
"Jelle",
""
],
[
"Grafke",
"Tobias",
""
],
[
"van Westen",
"René M.",
""
],
[
"Dijkstra",
"Henk A.",
""
]
] |
2504.12833 | Elior Benarous | Elior Benarous, Yilun Du, Heng Yang | Image-Editing Specialists: An RLAIF Approach for Diffusion Models | null | null | null | null | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | We present a novel approach to training specialized instruction-based
image-editing diffusion models, addressing key challenges in structural
preservation with input images and semantic alignment with user prompts. We
introduce an online reinforcement learning framework that aligns the diffusion
model with human preferences without relying on extensive human annotations or
curating a large dataset. Our method significantly improves the realism and
alignment with instructions in two ways. First, the proposed models achieve
precise and structurally coherent modifications in complex scenes while
maintaining high fidelity in instruction-irrelevant areas. Second, they capture
fine nuances in the desired edit by leveraging a visual prompt, enabling
detailed control over visual edits without lengthy textual prompts. This
approach simplifies users' efforts to achieve highly specific edits, requiring
only 5 reference images depicting a certain concept for training. Experimental
results demonstrate that our models can perform intricate edits in complex
scenes, after just 10 training steps. Finally, we showcase the versatility of
our method by applying it to robotics, where enhancing the visual realism of
simulated environments through targeted sim-to-real image edits improves their
utility as proxies for real-world settings.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:46:39 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Benarous",
"Elior",
""
],
[
"Du",
"Yilun",
""
],
[
"Yang",
"Heng",
""
]
] |
2504.12834 | Dafne Guetta | Dafne Guetta and Simone Dall'Osso | Hunting for newborn magnetars: a multi-messenger approach | 5 pages, 2 figures. Contribution to the 2025 Gravitation session of
the 59th Rencontres de Moriond | null | null | null | astro-ph.HE | http://creativecommons.org/publicdomain/zero/1.0/ | We carry out a numerical calculation of magnetar-powered shock break-outs
(SBOs) and supernova (SN) light-curves. In particular, we investigate the
impact of gravitational wave (GW) emission by the magnetar central engine on
its electromagnetic (EM) counterparts in the ULTRASAT band. Our results show
that GW emission by the magnetar has only a minor effect on the SBO
light-curve. However, we find that SN light-curves can carry a direct signature
of GW emission, which becomes more evident at late times (> 20-30 days).~Our
results demonstrate that future ULTRASAT observations will provide crucial
insights into the magnetar formation process, and unique information for direct
searches of long-transient signals with current and future generation GW
detectors. In particular, we estimate a rate of multi-messenger (UV+GW)
detections of newly formed magnetars $>$ 1 every two years with ULTRASAT and
the Einstein Telescope.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:49:10 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Guetta",
"Dafne",
""
],
[
"Dall'Osso",
"Simone",
""
]
] |
2504.12835 | Mattia Zanella | Michael Herty, Mattia Zanella | Kinetic simulated annealing optimization with entropy-based cooling rate | null | null | null | null | math.OC nlin.AO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a modified simulated annealing method with a dynamical choice of
the cooling temperature. The latter is determined via a closed-loop control and
is proven to yield exponential decay of the entropy of the particle system. The
analysis is carried out through kinetic equations for interacting particle
systems describing the simulated annealing method in an extended phase space.
Decay estimates are derived under the quasi-invariant scaling of the resulting
system of Boltzmann-type equations to assess the consistency with their
mean-field limit. Numerical results are provided to illustrate and support the
theoretical findings.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:50:24 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Herty",
"Michael",
""
],
[
"Zanella",
"Mattia",
""
]
] |
2504.12836 | Vladimir Bobkov | Vladimir Bobkov, Timur Galimov | Inverse iteration method for higher eigenvalues of the $p$-Laplacian | 29 pages, 5 figures | null | null | null | math.AP cs.NA math.NA math.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose a characterization of a $p$-Laplace higher eigenvalue based on the
inverse iteration method with balancing the Rayleigh quotients of the positive
and negative parts of solutions to consecutive $p$-Poisson equations. The
approach relies on the second eigenvalue's minimax properties, but the actual
limiting eigenvalue depends on the choice of initial function. The
well-posedness and convergence of the iterative scheme are proved. Moreover, we
provide the corresponding numerical computations. As auxiliary results, which
also have an independent interest, we provide several properties of certain
$p$-Poisson problems.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:52:42 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Bobkov",
"Vladimir",
""
],
[
"Galimov",
"Timur",
""
]
] |
2504.12837 | G.R. Boroun | G.R.Boroun and B.Z. Kopeliovich | Dipole-pion cross section in the saturation regime | null | null | null | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | We analyse HERA data on leading neutron production in one-pion exchange
approximation. The dipole-pion cross section as function of transverse
separation $\bf r$ at small Bjorken variable $\beta$ is parameterized within
the bSat model.
The evolution of the dipole-pion cross section is performed applying the
Laplace transformation technique. We demonstrate that geometric scaling
for the dipole-pion cross section hold approximately within a wide kinematic
region of $rQ_s$. The geometrical scaling is improved applying the evolution
method. That is compared with the constituent quark picture and the color
dipole BFKL expansion. The cross section saturates at large dipole sizes.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:53:08 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Boroun",
"G. R.",
""
],
[
"Kopeliovich",
"B. Z.",
""
]
] |
2504.12838 | Toshiaki Fujimori | Toshiaki Fujimori, Syo Kamata, Tatsuhiro Misumi, Naohisa Sueishi,
Hidetoshi Taya | Exact-WKB Analysis of Two-level Floquet Systems | 78 pages, 24 figures | null | null | null | hep-ph hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We explore the application of the exact Wentzel-Kramers-Brillouin (WKB)
analysis to two-level Floquet systems and establish a systematic procedure to
calculate the quasi-energy and Floquet effective Hamiltonian. We show that, in
the exact-WKB analysis, the quasi-energy and Floquet effective Hamiltonian can
be expressed in terms of cycle integrals (Voros symbol), which characterize
monodromy matrices for Schr\"odinger-type differential equations governing
two-level Floquet systems. We analytically evaluate the cycle integrals using
the low-frequency expansion and derive both perturbative and non-perturbative
corrections to the quasi-energy and Floquet effective Hamiltonian. To verify
the accuracy of our results, we compare them with numerical calculations and
analyze resonant oscillations, which reveal non-perturbative features that
cannot be captured by the perturbative expansion.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:53:52 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Fujimori",
"Toshiaki",
""
],
[
"Kamata",
"Syo",
""
],
[
"Misumi",
"Tatsuhiro",
""
],
[
"Sueishi",
"Naohisa",
""
],
[
"Taya",
"Hidetoshi",
""
]
] |
2504.12839 | Matthias Aschenbrenner | Matthias Aschenbrenner | Whitney Approximation: domains and bounds | 22 pp | null | null | null | math.CV math.CA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We investigate properties of holomorphic extensions in the one-variable case
of Whitney's Approximation Theorem on intervals. Improving a result of
Gauthier-Kienzle, we construct tangentially approximating functions which
extend holomorphically to domains of optimal size. For approximands on
unbounded closed intervals, we also bound the growth of holomorphic extensions,
in the spirit of Arakelyan, Bernstein, Keldych, and Kober.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:56:20 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Aschenbrenner",
"Matthias",
""
]
] |
2504.12840 | Luca Guido Molinari | Carlo Alberto Mantica and Luca Guido Molinari | Note on conserved currents in static Conformal Killing Gravity | null | null | null | null | gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Conserved currents are discussed for static Conformal Killing Gravity, with
explicit expressions in static spherical symmetry with anisotropic matter fluid
or coupled to (non)linear electromagnetism. They are found in the reformulation
of the third order equations by Harada as Einstein equations with sources
supplemented by a divergence-free anisotropic conformal Killing tensor.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:56:41 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Mantica",
"Carlo Alberto",
""
],
[
"Molinari",
"Luca Guido",
""
]
] |
2504.12841 | Marcell Tam\'as Kurbucz | Bal\'azs P. Halmos, Bal\'azs Haj\'os, Vince \'A. Moln\'ar, Marcell T.
Kurbucz, Antal Jakov\'ac | ALT: A Python Package for Lightweight Feature Representation in Time
Series Classification | 16 pages, 4 figures | null | null | null | cs.LG cs.AI cs.CV cs.MS stat.ML | http://creativecommons.org/licenses/by/4.0/ | We introduce ALT, an open-source Python package created for efficient and
accurate time series classification (TSC). The package implements the adaptive
law-based transformation (ALT) algorithm, which transforms raw time series data
into a linearly separable feature space using variable-length shifted time
windows. This adaptive approach enhances its predecessor, the linear law-based
transformation (LLT), by effectively capturing patterns of varying temporal
scales. The software is implemented for scalability, interpretability, and ease
of use, achieving state-of-the-art performance with minimal computational
overhead. Extensive benchmarking on real-world datasets demonstrates the
utility of ALT for diverse TSC tasks in physics and related domains.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:57:29 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Halmos",
"Balázs P.",
""
],
[
"Hajós",
"Balázs",
""
],
[
"Molnár",
"Vince Á.",
""
],
[
"Kurbucz",
"Marcell T.",
""
],
[
"Jakovác",
"Antal",
""
]
] |
2504.12842 | George Papadopoulos | Georgios Papadopoulos | Geometry of the moduli space of Hermitian-Einstein connections on
manifolds with a dilaton | 29 pages | null | null | null | math.DG hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We demonstrate that the moduli space of Hermitian-Einstein connections
$\text{M}^*_{HE}(M^{2n})$ of vector bundles over compact non-Gauduchon
Hermitian manifolds $(M^{2n}, g, \omega)$ that exhibit a dilaton field $\Phi$
admit a strong K\"ahler with torsion structure provided a certain condition is
imposed on their Lee form $\theta$ and the dilaton. We find that the geometries
that satisfy this condition include those that solve the string field equations
or equivalently the gradient flow soliton type of equations. In addition, we
demonstrate that if the underlying manifold $(M^{2n}, g, \omega)$ admits a
holomorphic and Killing vector field $X$ that leaves $\Phi$ also invariant,
then the moduli spaces $\text{M}^*_{HE}(M^{2n})$ admits an induced holomorphic
and Killing vector field $\alpha_X$. Furthermore, if $X$ is covariantly
constant with respect to the compatible connection $\hat\nabla$ with torsion a
3-form on $(M^{2n}, g, \omega)$, then $\alpha_X$ is also covariantly constant
with respect to the compatible connection $\hat D$ with torsion a 3-form on
$\text{M}^*_{HE}(M^{2n})$ provided that $K^\flat\wedge X^\flat$ is a
$(1,1)$-form with $K^\flat=\theta+2d\Phi$ and $\Phi$ is invariant under $X$ and
$IX$, where $I$ is the complex structure of $M^{2n}$.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:57:39 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Papadopoulos",
"Georgios",
""
]
] |
2504.12844 | Jiali Yao | Libo Zhang, Yongsheng Yu, Jiali Yao, Heng Fan | High-Fidelity Image Inpainting with Multimodal Guided GAN Inversion | Accepted to IJCV. arXiv admin note: text overlap with
arXiv:2208.11850 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Generative Adversarial Network (GAN) inversion have demonstrated excellent
performance in image inpainting that aims to restore lost or damaged image
texture using its unmasked content. Previous GAN inversion-based methods
usually utilize well-trained GAN models as effective priors to generate the
realistic regions for missing holes. Despite excellence, they ignore a hard
constraint that the unmasked regions in the input and the output should be the
same, resulting in a gap between GAN inversion and image inpainting and thus
degrading the performance. Besides, existing GAN inversion approaches often
consider a single modality of the input image, neglecting other auxiliary cues
in images for improvements. Addressing these problems, we propose a novel GAN
inversion approach, dubbed MMInvertFill, for image inpainting. MMInvertFill
contains primarily a multimodal guided encoder with a pre-modulation and a GAN
generator with F&W+ latent space. Specifically, the multimodal encoder aims to
enhance the multi-scale structures with additional semantic segmentation edge
texture modalities through a gated mask-aware attention module. Afterwards, a
pre-modulation is presented to encode these structures into style vectors. To
mitigate issues of conspicuous color discrepancy and semantic inconsistency, we
introduce the F&W+ latent space to bridge the gap between GAN inversion and
image inpainting. Furthermore, in order to reconstruct faithful and
photorealistic images, we devise a simple yet effective Soft-update Mean Latent
module to capture more diversified in-domain patterns for generating
high-fidelity textures for massive corruptions. In our extensive experiments on
six challenging datasets, we show that our MMInvertFill qualitatively and
quantitatively outperforms other state-of-the-arts and it supports the
completion of out-of-domain images effectively.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 10:58:45 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Zhang",
"Libo",
""
],
[
"Yu",
"Yongsheng",
""
],
[
"Yao",
"Jiali",
""
],
[
"Fan",
"Heng",
""
]
] |
2504.12845 | Amey Hengle | Amey Hengle, Prasoon Bajpai, Soham Dan, Tanmoy Chakraborty | Can LLMs reason over extended multilingual contexts? Towards
long-context evaluation beyond retrieval and haystacks | 33 Pages in Total - 23 (Main Manuscript) + 10 (Appendix) | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Existing multilingual long-context benchmarks, often based on the popular
needle-in-a-haystack test, primarily evaluate a model's ability to locate
specific information buried within irrelevant texts. However, such a
retrieval-centric approach is myopic and inherently limited, as successful
recall alone does not indicate a model's capacity to reason over extended
contexts. Moreover, these benchmarks are susceptible to data leakage,
short-circuiting, and risk making the evaluation a priori identifiable. To
address these limitations, we introduce MLRBench, a new synthetic benchmark for
multilingual long-context reasoning. Unlike existing benchmarks, MLRBench goes
beyond surface-level retrieval by including tasks that assess multi-hop
inference, aggregation, and epistemic reasoning. Spanning seven languages,
MLRBench is designed to be parallel, resistant to leakage, and scalable to
arbitrary context lengths. Our extensive experiments with an open-weight large
language model (LLM) reveal a pronounced gap between high- and low-resource
languages, particularly for tasks requiring the model to aggregate multiple
facts or predict the absence of information. We also find that, in multilingual
settings, LLMs effectively utilize less than 30% of their claimed context
length. Although off-the-shelf Retrieval Augmented Generation helps alleviate
this to a certain extent, it does not solve the long-context problem. We
open-source MLRBench to enable future research in improved evaluation and
training of multilingual LLMs.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:02:35 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Hengle",
"Amey",
""
],
[
"Bajpai",
"Prasoon",
""
],
[
"Dan",
"Soham",
""
],
[
"Chakraborty",
"Tanmoy",
""
]
] |
2504.12846 | Mario Rom\'an | Elena Di Lavore, Mario Rom\'an | Timing via Pinwheel Double Categories | 10 pages, uses formulations from 'Monoidal Context Theory'
(arXiv:2404.06192) and 'String Diagrams for Physical Duoidal Categories'
(arXiv:2406.19816) | null | null | null | math.CT cs.LO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We discuss string diagrams for timed process theories -- represented by
duoidally-graded symmetric strict monoidal categories -- built upon the string
diagrams of pinwheel double categories.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:02:52 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Di Lavore",
"Elena",
""
],
[
"Román",
"Mario",
""
]
] |
2504.12847 | Maximilian Schenk | Maximilian Schenk and Manuel Garc\'ia-Villalba and Jan Du\v{s}ek and
Markus Uhlmann and Manuel Moriche | An immersed boundary method for particle-resolved simulations of
arbitrary-shaped rigid particles | null | International Journal of Multiphase Flow, 188, 105200 (2025) | 10.1016/j.ijmultiphaseflow.2025.105200 | null | physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The present work extends the direct-forcing immersed boundary method
introduced by Garc\'ia-Villalba et al. (2023), broadening its application from
spherical to arbitrarily-shaped particles, while maintaining its capacity to
address both neutrally-buoyant and light objects (down to a density ratio of
0.5). The proposed method offers a significant advantage over existing methods
regarding its simplicity, in particular for the case of neutrally-buoyant
particles. Three test cases from the literature are selected for validation: a
neutrally-buoyant prolate spheroid in a shear flow; a settling oblate spheroid;
and, finally, a rising oblate spheroid.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:03:04 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Schenk",
"Maximilian",
""
],
[
"García-Villalba",
"Manuel",
""
],
[
"Dušek",
"Jan",
""
],
[
"Uhlmann",
"Markus",
""
],
[
"Moriche",
"Manuel",
""
]
] |
2504.12848 | Lassaad Mandhour | Lassaad Mandhour, Farah Bouhadida, and Fr\'ed\'eric Pi\'echon | Scattering of a Dirac particle by a Berry phase domain wall | 11 pages, 7 figures | null | null | null | cond-mat.mes-hall | http://creativecommons.org/licenses/by/4.0/ | Massless Dirac particles are characterized by an effective
pseudospin-momentum locking, which is the origin of the peculiar scattering
properties of Dirac particles through potential barriers. This
pseudospin-momentum locking also governs the quantum geometric properties (such
as the Berry phase and Berry curvature) of Dirac particles. In the present
work, we demonstrate that a domain wall separating two regions with distinct
quantum geometric properties can serve as an alternative to potential barriers.
Specifically, using the three-band $\alpha-T_3$ model of two-dimensional Dirac
particles, we show that a Berry phase domain wall results in partial reflection
and transmission of the Dirac particles, despite the fact that the incident and
refracted momenta are identical.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:08:30 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Mandhour",
"Lassaad",
""
],
[
"Bouhadida",
"Farah",
""
],
[
"Piéchon",
"Frédéric",
""
]
] |
2504.12849 | Phung Lai | Phung Lai, Xiaopeng Jiang, Hai Phan, Cristian Borcea, Khang Tran, An
Chen, Vijaya Datta Mayyuri, Ruoming Jin | FedX: Adaptive Model Decomposition and Quantization for IoT Federated
Learning | null | The 21st Annual International Conference on Distributed Computing
in Smart Systems and the Internet of Things (DCOSS-IoT 2025) | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Federated Learning (FL) allows collaborative training among multiple devices
without data sharing, thus enabling privacy-sensitive applications on mobile or
Internet of Things (IoT) devices, such as mobile health and asset tracking.
However, designing an FL system with good model utility that works with low
computation/communication overhead on heterogeneous, resource-constrained
mobile/IoT devices is challenging. To address this problem, this paper proposes
FedX, a novel adaptive model decomposition and quantization FL system for IoT.
To balance utility with resource constraints on IoT devices, FedX decomposes a
global FL model into different sub-networks with adaptive numbers of quantized
bits for different devices. The key idea is that a device with fewer resources
receives a smaller sub-network for lower overhead but utilizes a larger number
of quantized bits for higher model utility, and vice versa. The quantization
operations in FedX are done at the server to reduce the computational load on
devices. FedX iteratively minimizes the losses in the devices' local data and
in the server's public data using quantized sub-networks under a regularization
term, and thus it maximizes the benefits of combining FL with model
quantization through knowledge sharing among the server and devices in a
cost-effective training process. Extensive experiments show that FedX
significantly improves quantization times by up to 8.43X, on-device computation
time by 1.5X, and total end-to-end training time by 1.36X, compared with
baseline FL systems. We guarantee the global model convergence theoretically
and validate local model convergence empirically, highlighting FedX's
optimization efficiency.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:08:51 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Lai",
"Phung",
""
],
[
"Jiang",
"Xiaopeng",
""
],
[
"Phan",
"Hai",
""
],
[
"Borcea",
"Cristian",
""
],
[
"Tran",
"Khang",
""
],
[
"Chen",
"An",
""
],
[
"Mayyuri",
"Vijaya Datta",
""
],
[
"Jin",
"Ruoming",
""
]
] |
2504.12850 | Almohammady Alsharkawy | Khaled SH. Raslan, Almohammady S. Alsharkawy, K.R. Raslan | iHHO-SMOTe: A Cleansed Approach for Handling Outliers and Reducing Noise
to Improve Imbalanced Data Classification | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Classifying imbalanced datasets remains a significant challenge in machine
learning, particularly with big data where instances are unevenly distributed
among classes, leading to class imbalance issues that impact classifier
performance. While Synthetic Minority Over-sampling Technique (SMOTE) addresses
this challenge by generating new instances for the under-represented minority
class, it faces obstacles in the form of noise and outliers during the creation
of new samples. In this paper, a proposed approach, iHHO-SMOTe, which addresses
the limitations of SMOTE by first cleansing the data from noise points. This
process involves employing feature selection using a random forest to identify
the most valuable features, followed by applying the Density-Based Spatial
Clustering of Applications with Noise (DBSCAN) algorithm to detect outliers
based on the selected features. The identified outliers from the minority
classes are then removed, creating a refined dataset for subsequent
oversampling using the hybrid approach called iHHO-SMOTe. The comprehensive
experiments across diverse datasets demonstrate the exceptional performance of
the proposed model, with an AUC score exceeding 0.99, a high G-means score of
0.99 highlighting its robustness, and an outstanding F1-score consistently
exceeding 0.967. These findings collectively establish Cleansed iHHO-SMOTe as a
formidable contender in addressing imbalanced datasets, focusing on noise
reduction and outlier handling for improved classification models.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:17:53 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Raslan",
"Khaled SH.",
""
],
[
"Alsharkawy",
"Almohammady S.",
""
],
[
"Raslan",
"K. R.",
""
]
] |
2504.12851 | Felix Fie{\ss}inger | Felix Fie{\ss}inger and Mitja Stadje | Optimal Capital Structure for Life Insurance Companies Offering Surplus
Participation | null | null | null | null | q-fin.MF | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We adapt Leland's dynamic capital structure model to the context of an
insurance company selling participating life insurance contracts explaining the
existence of life insurance contracts which provide both a guaranteed payment
and surplus participation to the policyholders. Our derivation of the optimal
participation rate reveals its pronounced sensitivity to the contract duration
and the associated tax rate. Moreover, the asset substitution effect, which
describes the tendency of equity holders to increase the riskiness of a
company's investment decisions, decreases when adding surplus participation.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:19:17 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Fießinger",
"Felix",
""
],
[
"Stadje",
"Mitja",
""
]
] |
2504.12852 | Kai Murai | Kai Murai, Fuminobu Takahashi | Why $w \ne -1$? Anthropic Selection in a $\Lambda$ + Axion Dark Energy
Model | 6 pages, 3 figures | null | null | null | hep-ph astro-ph.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study a dark energy model composed of a bare negative cosmological
constant and a single ultra-light axion, motivated by the string axiverse.
Assuming that intelligent observers can exist and observe an accelerating
universe, we derive nontrivial constraints on both the axion mass and the bare
cosmological constant. The axion mass is bounded from above to avoid
fine-tuning of the initial misalignment angle near the hilltop, and from below
because extremely light axions would require the bare cosmological constant to
be unnaturally close to zero to achieve accelerated expansion. As a result, the
anthropically allowed axion mass range typically lies around $m =
\mathcal{O}(10)\, H_0$ for a decay constant close to the Planck scale, where
$H_0$ is the observed value of the Hubble constant. In this framework, the dark
energy equation of state parameter $w_0$ generically deviates from $-1$ by
$\mathcal{O}(0.1)$, providing a natural explanation for why $w \ne -1$ may be
expected. This outcome is intriguingly consistent with recent DESI hints of
time-varying dark energy, and offers a compelling anthropic explanation within
the $\Lambda$ + axion framework.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:19:58 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Murai",
"Kai",
""
],
[
"Takahashi",
"Fuminobu",
""
]
] |
2504.12853 | Junichi Shiogai | Yusuke Kobayashi, Junichi Shiogai, Tsutomu Nojima, and Jobu Matsuno | A scaling relation of vortex-induced rectification effects in a
superconducting thin-film heterostructure | 32 pages, 4 figures | null | null | null | cond-mat.supr-con cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | Supercurrent rectification, nonreciprocal response of superconducting
properties sensitive to the polarity of bias and magnetic field, has attracted
growing interest as an ideal diode. While the superconducting rectification
effect is a consequence of the asymmetric vortex pinning, the mechanisms to
develop its asymmetric potentials have been a subject of ongoing debate, mainly
focusing on microscopic breaking of spatial inversion symmetry and macroscopic
imbalance of the sample structure. Here, we report on comparative study of the
superconducting diode effect and nonreciprocal resistance in a superconducting
Fe(Se,Te)/FeTe heterostructure. In normal state, we observe finite
nonreciprocal resistance as a hallmark of the spin-orbit interaction with
structural inversion asymmetry. In the superconducting state, we find that the
strongly enhanced nonreciprocal coefficient in transition regime is directly
coupled to the superconducting diode efficiency through a universal scaling
law, indicating the role of spin-momentum-locked state on the asymmetric
pinning potential. Our findings, providing a unified picture of the
superconducting rectification, pave the way for functionalizing superconducting
diode devices.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:20:04 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Kobayashi",
"Yusuke",
""
],
[
"Shiogai",
"Junichi",
""
],
[
"Nojima",
"Tsutomu",
""
],
[
"Matsuno",
"Jobu",
""
]
] |
2504.12854 | Jiatao Ding | Jiatao Ding, Peiyu Yang, Fabio Boekel, Jens Kober, Wei Pan, Matteo
Saveriano, and Cosimo Della Santina | Versatile, Robust, and Explosive Locomotion with Rigid and Articulated
Compliant Quadrupeds | 20 pages, 25 figures | null | null | null | cs.RO | http://creativecommons.org/licenses/by/4.0/ | Achieving versatile and explosive motion with robustness against dynamic
uncertainties is a challenging task. Introducing parallel compliance in
quadrupedal design is deemed to enhance locomotion performance, which, however,
makes the control task even harder. This work aims to address this challenge by
proposing a general template model and establishing an efficient motion
planning and control pipeline. To start, we propose a reduced-order template
model-the dual-legged actuated spring-loaded inverted pendulum with trunk
rotation-which explicitly models parallel compliance by decoupling spring
effects from active motor actuation. With this template model, versatile
acrobatic motions, such as pronking, froggy jumping, and hop-turn, are
generated by a dual-layer trajectory optimization, where the singularity-free
body rotation representation is taken into consideration. Integrated with a
linear singularity-free tracking controller, enhanced quadrupedal locomotion is
achieved. Comparisons with the existing template model reveal the improved
accuracy and generalization of our model. Hardware experiments with a rigid
quadruped and a newly designed compliant quadruped demonstrate that i) the
template model enables generating versatile dynamic motion; ii) parallel
elasticity enhances explosive motion. For example, the maximal pronking
distance, hop-turn yaw angle, and froggy jumping distance increase at least by
25%, 15% and 25%, respectively; iii) parallel elasticity improves the
robustness against dynamic uncertainties, including modelling errors and
external disturbances. For example, the allowable support surface height
variation increases by 100% for robust froggy jumping.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:20:29 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Ding",
"Jiatao",
""
],
[
"Yang",
"Peiyu",
""
],
[
"Boekel",
"Fabio",
""
],
[
"Kober",
"Jens",
""
],
[
"Pan",
"Wei",
""
],
[
"Saveriano",
"Matteo",
""
],
[
"Della Santina",
"Cosimo",
""
]
] |
2504.12855 | Luigi Carlo Bresciani | Luigi C. Bresciani, Gabriele Levati, Paride Paradisi | Amplitudes and partial wave unitarity bounds | 5 pages + appendix | null | null | null | hep-ph hep-th | http://creativecommons.org/licenses/by/4.0/ | We develop a formalism, based on spinor-helicity techniques, to generalize
the formulation of partial wave unitarity bounds. We discuss unitarity bounds
for $N \to M$ (with $N,M \geq 2$) scattering processes -- relevant for
high-energy future colliders -- and spin-2 or higher-spin theories -- relevant
for effective field theories of gravity -- that are not approachable by
standard methods. Moreover, we emphasize the power and complementarity of
positivity and partial wave unitarity bounds to constrain the parameter space
of effective field theories.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:22:34 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Bresciani",
"Luigi C.",
""
],
[
"Levati",
"Gabriele",
""
],
[
"Paradisi",
"Paride",
""
]
] |
2504.12856 | Yifeng Cheng | Yifeng Cheng, Juan Du | 3D-PNAS: 3D Industrial Surface Anomaly Synthesis with Perlin Noise | null | null | null | null | cs.GR cs.AI cs.CV cs.LG cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large pretrained vision foundation models have shown significant potential in
various vision tasks. However, for industrial anomaly detection, the scarcity
of real defect samples poses a critical challenge in leveraging these models.
While 2D anomaly generation has significantly advanced with established
generative models, the adoption of 3D sensors in industrial manufacturing has
made leveraging 3D data for surface quality inspection an emerging trend. In
contrast to 2D techniques, 3D anomaly generation remains largely unexplored,
limiting the potential of 3D data in industrial quality inspection. To address
this gap, we propose a novel yet simple 3D anomaly generation method, 3D-PNAS,
based on Perlin noise and surface parameterization. Our method generates
realistic 3D surface anomalies by projecting the point cloud onto a 2D plane,
sampling multi-scale noise values from a Perlin noise field, and perturbing the
point cloud along its normal direction. Through comprehensive visualization
experiments, we demonstrate how key parameters - including noise scale,
perturbation strength, and octaves, provide fine-grained control over the
generated anomalies, enabling the creation of diverse defect patterns from
pronounced deformations to subtle surface variations. Additionally, our
cross-category experiments show that the method produces consistent yet
geometrically plausible anomalies across different object types, adapting to
their specific surface characteristics. We also provide a comprehensive
codebase and visualization toolkit to facilitate future research.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:23:17 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Cheng",
"Yifeng",
""
],
[
"Du",
"Juan",
""
]
] |
2504.12857 | Hugo Jacob | Hugo Jacob | A note on distance-hereditary graphs whose complement is also
distance-hereditary | 5 pages, 4 figures | null | null | null | math.CO cs.DM | http://creativecommons.org/licenses/by/4.0/ | Distance-hereditary graphs are known to be the graphs that are totally
decomposable for the split decomposition. We characterise distance-hereditary
graphs whose complement is also distance-hereditary by their split
decomposition and by their modular decomposition.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:29:10 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Jacob",
"Hugo",
""
]
] |
2504.12858 | Damien Tourret | Salem Mosbah, Rodrigo G\'omez V\'azquez, Constantin Zenz, Damien
Tourret, Andreas Otto | A particle-based approach for the prediction of grain microstructures in
solidification processes | null | null | null | null | cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Grain microstructures are crucial to the mechanical properties, performance,
and often lifetime of metallic components. Hence, the prediction of grain
microstructures emerging from solidification processes at relevant macroscopic
scale is essential to the design or optimization of new alloys and processing
conditions. Yet, despite the broad range of multi-scale models proposed so far,
all of them suffer from computational limitations, such that advances from
computational and algorithm perspectives remain needed. Here, we present a
novel approach for tracking crystallographic solidification grain envelopes
capable of predicting competitive growth scenarios and columnar-to-equiaxed
transitions for stationary grains. The model relies on classical assumptions
and equations in use in several broadly used and thoroughly validated
approaches (e.g. cellular automata). Yet, our approach defines the grain
envelope using Lagrangian particles and tracks their evolution using an
algorithm and an implementation relying on scalable libraries and using modern
CPU/GPU architectures. The model is used to simulate several benchmarks of
increasing complexity, and the results are compared to analytical,
experimental, and numerical results from literature for the purpose of model
validation. To highlight the applicability to real-world processes and the
possibility of coupling the model with existing physics-based simulation tools,
the model is also (one-way) coupled with a multiphysics
laser-material-interaction model to simulate competitive grain growth during
laser beam welding of steel.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:34:08 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Mosbah",
"Salem",
""
],
[
"Vázquez",
"Rodrigo Gómez",
""
],
[
"Zenz",
"Constantin",
""
],
[
"Tourret",
"Damien",
""
],
[
"Otto",
"Andreas",
""
]
] |
2504.12859 | Roman Oliynykov | Lyudmila Kovalchuk, Mariia Rodinko, Roman Oliynykov, Andrii Nastenko,
Dmytro Kaidalov, and Kenric Nelson | Enhancing Decentralization in Blockchain Decision-Making Through
Quadratic Voting and Its Generalization | null | null | null | null | cs.GT | http://creativecommons.org/licenses/by/4.0/ | This study explores the application of Quadratic Voting (QV) and its
generalization to improve decentralization and effectiveness in blockchain
governance systems. The conducted research identified three main types of
quadratic (square root) voting. Two of them pertain to voting with a split
stake, and one involves voting without splitting. In split stakes, Type 1 QV
applies the square root to the total stake before distributing it among
preferences, while Type 2 QV distributes the stake first and then applies the
square root. In unsplit stakes (Type 3 QV), the square root of the total stake
is allocated entirely to each preference. The presented formal proofs confirm
that Types 2 and 3 QV, along with generalized models, enhance decentralization
as measured by the Gini and Nakamoto coefficients. A pivotal discovery is the
existence of a threshold stakeholder whose relative voting ratio increases
under QV compared to linear voting, while smaller stakeholders also gain
influence. The generalized QV model allows flexible adjustment of this
threshold, enabling tailored decentralization levels. Maintaining fairness, QV
ensures that stakeholders with higher stakes retain a proportionally greater
voting ratio while redistributing influence to prevent excessive concentration.
It is shown that to preserve fairness and robustness, QV must be implemented
alongside privacy-preserving cryptographic voting protocols, as voters casting
their ballots last could otherwise manipulate outcomes. The generalized QV
model, proposed in this paper, enables algorithmic parametrization to achieve
desired levels of decentralization for specific use cases. This flexibility
makes it applicable across diverse domains, including user interaction with
cryptocurrency platforms, facilitating community events and educational
initiatives, and supporting charitable activities through decentralized
decision-making.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:36:32 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Kovalchuk",
"Lyudmila",
""
],
[
"Rodinko",
"Mariia",
""
],
[
"Oliynykov",
"Roman",
""
],
[
"Nastenko",
"Andrii",
""
],
[
"Kaidalov",
"Dmytro",
""
],
[
"Nelson",
"Kenric",
""
]
] |
2504.12860 | Christos Revelas | C. Revelas, O. Boldea, B. J. M. Werker | When do Random Forests work? | null | null | null | null | stat.ML cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the effectiveness of randomizing split-directions in random forests.
Prior literature has shown that, on the one hand, randomization can reduce
variance through decorrelation, and, on the other hand, randomization
regularizes and works in low signal-to-noise ratio (SNR) environments. First,
we bring together and revisit decorrelation and regularization by presenting a
systematic analysis of out-of-sample mean-squared error (MSE) for different SNR
scenarios based on commonly-used data-generating processes. We find that
variance reduction tends to increase with the SNR and forests outperform
bagging when the SNR is low because, in low SNR cases, variance dominates bias
for both methods. Second, we show that the effectiveness of randomization is a
question that goes beyond the SNR. We present a simulation study with fixed and
moderate SNR, in which we examine the effectiveness of randomization for other
data characteristics. In particular, we find that (i) randomization can
increase bias in the presence of fat tails in the distribution of covariates;
(ii) in the presence of irrelevant covariates randomization is ineffective
because bias dominates variance; and (iii) when covariates are mutually
correlated randomization tends to be effective because variance dominates bias.
Beyond randomization, we find that, for both bagging and random forests, bias
can be significantly reduced in the presence of correlated covariates. This
last finding goes beyond the prevailing view that averaging mostly works by
variance reduction. Given that in practice covariates are often correlated, our
findings on correlated covariates could open the way for a better understanding
of why random forests work well in many applications.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:38:17 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Revelas",
"C.",
""
],
[
"Boldea",
"O.",
""
],
[
"Werker",
"B. J. M.",
""
]
] |
2504.12861 | Antoine Baron | Antoine Baron, Enrique H. Balaguera, Corentin Scholaert, Fabien
Alibart, S\'ebastien Pecqueur | Hardware Implementation of Tunable Fractional-Order Capacitors by
Morphogenesis of Conducting Polymer Dendrites | null | null | null | null | physics.app-ph | http://creativecommons.org/licenses/by/4.0/ | Conventional electronics is founded on a paradigm where shaping perfect
electrical elements is done at the fabrication plant, so as to make devices and
systems identical, "eternally immutable". In nature, morphogenic evolutions are
observed in most living organisms and exploit topological plasticity as a
low-resource mechanism for in operando manufacturing and computation. Often
fractal, the resulting topologies feature inherent disorder: a property which
is never exploited in conventional electronics manufacturing, while necessary
for data generation and security in software. In this study, we present how
such properties can be exploited to implement long-term and evolvable synaptic
plasticity in an electronic hardware. The rich topology of conducting polymer
dendrites (CPDs) is exploited to program the non-ideality of their
electrochemical capacitances containing constant-phase-elements. Their
evolution through structural changes alters the characteristic time constants
for them to charge and discharge with the applied voltage stimuli. Under a
train of voltage spikes, the evolvable current relaxation of the
electrochemical systems promotes short-term plasticity with timescales ranging
from milliseconds to seconds. This large window depends on the temporality of
the voltage pulses used for reading, but also on the structure of a pair of
CPDs on two electrodes, grown by voltage pulses. This study demonstrates how
relevant physically transient and non-ideal electrochemical components can be
exploited for unconventional electronics, with the aim to mimic a universal
property of living organisms which could barely be replicated in a silicon
monocrystal.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:38:43 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Baron",
"Antoine",
""
],
[
"Balaguera",
"Enrique H.",
""
],
[
"Scholaert",
"Corentin",
""
],
[
"Alibart",
"Fabien",
""
],
[
"Pecqueur",
"Sébastien",
""
]
] |
2504.12862 | Michael Heins | Michael Heins | A Holomorphic perspective of Strict Deformation Quantization | Doctoral Thesis in Mathematics, 3 figures, 203 pages | null | null | null | math.CV math-ph math.MP math.QA | http://creativecommons.org/licenses/by/4.0/ | We provide and discuss complex analytic methods for overcoming the formal
character of formal deformation quantization. This is a necessity for returning
to physically meaningful statements, and accounts for the fact that the formal
parameter $\hbar$ carries the interpretation of Planck's constant. As formal
star products are given by a formal power series, this naturally leads into the
realm of holomorphic functions and analytic continuation, both in finite and
infinite dimensions. We propose a general notion of strict deformation
quantization and investigate how one can use established results from complex
analysis to think about the resulting objects. Within the main body of the
text, the outlined program is then put into practice for strict deformation
quantizations of constant Poisson structures on locally convex vector spaces
and the strict deformation quantization of canonical mechanics on the cotangent
bundle of a Lie group. Numerous auxiliary results, many of which are well-known
yet remarkable in their own right, are provided throughout.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:40:43 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Heins",
"Michael",
""
]
] |
2504.12863 | Lizhi Xie | Lizhi Xie, Gabriella De Lucia, Matteo Fossati, Fabio Fontanot,
Michaela Hirschmann | The impact of ram pressure on cluster galaxies, insights from GAEA and
TNG | 11 pages, 8 figures, accepted for publication in A&A | null | null | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | Ram pressure stripping (RPS) has a non-negligible impact on the gas content
of cluster galaxies. We use the semi-analytic model GAEA and the
hydro-simulation TNG to investigate whether cluster galaxies suffer a strong
RPS that is sufficient to remove a significant fraction of their gas during the
first pericentric passage. We estimate that a ram pressure of $10^{-10.5}$,
$10^{-12} $, $10^{-13.5} $ $g cm^{-1} s^{-2}$ can remove at most $90\%$,
$50\%$, and $20\%$ of the cold gas reservoir from low-mass galaxies with
$9<\log M_{\star}/{\rm M}_{\odot} <9.5$, assuming the gas can be stripped
instantaneously. We then use this information to divide the phase space diagram
into `strong', `moderate', `weak', and `no' RPS zones. By tracing the orbit of
galaxies since $2.5R_{vir}$, we find in both GAEA and TNG that about half of
the galaxies in Virgo-like halos ($\log M_h / M_{\odot} \sim 14 $) did not
suffer strong RPS during the first pericentric passage. In Coma-like halos
($\log M_h / M_{\odot} \sim 15$), almost all galaxies have suffered strong RPS
during the first pericentric passage, which can remove all gas from low-mass
galaxies but is insufficient to significantly reduce the gas content of more
massive galaxies. In general, results from TNG and GAEA are consistent, with
the RPS being only slightly stronger in TNG than in GAEA. Our findings suggest
that most cluster galaxies will maintain a notable fraction of their gas and
continue forming stars after the first pericentric passage, except for those
with low stellar mass ($\log M_{\star}/{\rm M}_{\odot} <9.5$) in very massive
halos ($\log M_{h}/{\rm M}_{\odot} > 15$).
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:41:20 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Xie",
"Lizhi",
""
],
[
"De Lucia",
"Gabriella",
""
],
[
"Fossati",
"Matteo",
""
],
[
"Fontanot",
"Fabio",
""
],
[
"Hirschmann",
"Michaela",
""
]
] |
2504.12864 | Haipeng Xie | Haipeng Xie and Nobuyuki Yoshioka and Kento Tsubouchi and Ying Li | Unbiased Quantum Error Mitigation Without Reliance on an Accurate Error
Model | null | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Probabilistic error cancellation is a quantum error mitigation technique
capable of producing unbiased computation results but requires an accurate
error model. Constructing this model involves estimating a set of parameters,
which, in the worst case, may scale exponentially with the number of qubits. In
this paper, we introduce a method called spacetime noise inversion, revealing
that unbiased quantum error mitigation can be achieved with just a single
accurately measured error parameter and a sampler of Pauli errors. The error
sampler can be efficiently implemented in conjunction with quantum error
correction. We provide rigorous analyses of bias and cost, showing that the
cost of measuring the parameter and sampling errors is low -- comparable to the
cost of the computation itself. Moreover, our method is robust to the
fluctuation of error parameters, a limitation of unbiased quantum error
mitigation in practice. These findings highlight the potential of integrating
quantum error mitigation with error correction as a promising approach to
suppress computational errors in the early fault-tolerant era.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:42:34 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Xie",
"Haipeng",
""
],
[
"Yoshioka",
"Nobuyuki",
""
],
[
"Tsubouchi",
"Kento",
""
],
[
"Li",
"Ying",
""
]
] |
2504.12865 | Siqi Shen | S. Shen, Z. Lin, W. Liu, C. Xin, W. Dai, S. Chen, X. Wen, X. Lan | DashChat: Interactive Authoring of Industrial Dashboard Design
Prototypes through Conversation with LLM-Powered Agents | null | null | null | null | cs.HC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Industrial dashboards, commonly deployed by organizations such as enterprises
and governments, are increasingly crucial in data communication and
decision-making support across various domains. Designing an industrial
dashboard prototype is particularly challenging due to its visual complexity,
which can include data visualization, layout configuration, embellishments, and
animations. Additionally, in real-world industrial settings, designers often
encounter numerous constraints. For instance, when companies negotiate
collaborations with clients and determine design plans, they typically need to
demo design prototypes and iterate on them based on mock data quickly. Such a
task is very common and crucial during the ideation stage, as it not only helps
save developmental costs but also avoids data-related issues such as lengthy
data handover periods. However, existing authoring tools of dashboards are
mostly not tailored to such prototyping needs, and motivated by these gaps, we
propose DashChat, an interactive system that leverages large language models
(LLMs) to generate industrial dashboard design prototypes from natural
language. We collaborated closely with designers from the industry and derived
the requirements based on their practical experience. First, by analyzing 114
high-quality industrial dashboards, we summarized their common design patterns
and inject the identified ones into LLMs as reference. Next, we built a
multi-agent pipeline powered by LLMs to understand textual requirements from
users and generate practical, aesthetic prototypes. Besides, functionally
distinct, parallel-operating agents are created to enable efficient generation.
Then, we developed a user-friendly interface that supports text-based
interaction for generating and modifying prototypes. Two user studies
demonstrated that our system is both effective and efficient in supporting
design prototyping.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:46:17 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Shen",
"S.",
""
],
[
"Lin",
"Z.",
""
],
[
"Liu",
"W.",
""
],
[
"Xin",
"C.",
""
],
[
"Dai",
"W.",
""
],
[
"Chen",
"S.",
""
],
[
"Wen",
"X.",
""
],
[
"Lan",
"X.",
""
]
] |
2504.12866 | Victor Souza | Cynthia Bortolotto, Victor Souza | Intersections of random chords of a circle | Unrefereed draft, final version to appear in The American
Mathematical Monthly | null | null | null | math.MG math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Where are the intersection points of diagonals of a regular $n$-gon located?
What is the distribution of the intersection point of two random chords of a
circle? We investigate these and related new questions in geometric
probability, extend a largely forgotten result of Karamata, and elucidate its
connection to the Bertrand paradox.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:49:28 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Bortolotto",
"Cynthia",
""
],
[
"Souza",
"Victor",
""
]
] |
2504.12868 | Dariusz Pojda PhD | Agnieszka Anna Tomaka and Leszek Luchowski and Micha{\l} Tarnawski and
Dariusz Pojda | Computer-Aided Design of Personalized Occlusal Positioning Splints Using
Multimodal 3D Data | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Contemporary digital technology has a pivotal role in the design of
customized medical appliances, including occlusal splints used in the treatment
of stomatognathic system dysfunctions. We present an approach to computer-aided
design and precision assessment of positioning occlusal splints, bridging
clinical concepts with current digital dental practice. In our model, a 3D
splint is generated based on a transformation matrix that represents the
therapeutic change in mandibular position, defined by a specialist using a
virtual patient model reconstructed from intraoral scans, CBCT, 3D facial scans
and plaster model digitisation. The paper introduces a novel method for
generating splints that accurately reproduce occlusal conditions in the
therapeutic position, including a mechanism for resolving surface conflicts
through virtual embossing. We demonstrate how transformation matrices can be
acquired through clinical tools and intraoral devices, and evaluate the
accuracy of the designed and printed splints using profile and surface
deviation analysis. The proposed method enables reproducible, patient-specific
splint fabrication and opens new possibilities in diagnostics, multimodal image
registration and quantification of occlusal discrepancies.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:53:49 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Tomaka",
"Agnieszka Anna",
""
],
[
"Luchowski",
"Leszek",
""
],
[
"Tarnawski",
"Michał",
""
],
[
"Pojda",
"Dariusz",
""
]
] |
2504.12869 | Xi Tong | Xi Tong, Xing Luo, Jiangxin Yang, Yanpeng Cao | SC3EF: A Joint Self-Correlation and Cross-Correspondence Estimation
Framework for Visible and Thermal Image Registration | null | IEEE Transactions on Intelligent Transportation Systems, Early
Access, 10.1109/TITS.2025.3542159 | 10.1109/TITS.2025.3542159 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multispectral imaging plays a critical role in a range of intelligent
transportation applications, including advanced driver assistance systems
(ADAS), traffic monitoring, and night vision. However, accurate visible and
thermal (RGB-T) image registration poses a significant challenge due to the
considerable modality differences. In this paper, we present a novel joint
Self-Correlation and Cross-Correspondence Estimation Framework (SC3EF),
leveraging both local representative features and global contextual cues to
effectively generate RGB-T correspondences. For this purpose, we design a
convolution-transformer-based pipeline to extract local representative features
and encode global correlations of intra-modality for inter-modality
correspondence estimation between unaligned visible and thermal images. After
merging the local and global correspondence estimation results, we further
employ a hierarchical optical flow estimation decoder to progressively refine
the estimated dense correspondence maps. Extensive experiments demonstrate the
effectiveness of our proposed method, outperforming the current
state-of-the-art (SOTA) methods on representative RGB-T datasets. Furthermore,
it also shows competitive generalization capabilities across challenging
scenarios, including large parallax, severe occlusions, adverse weather, and
other cross-modal datasets (e.g., RGB-N and RGB-D).
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:54:12 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Tong",
"Xi",
""
],
[
"Luo",
"Xing",
""
],
[
"Yang",
"Jiangxin",
""
],
[
"Cao",
"Yanpeng",
""
]
] |
2504.12870 | Yusun Shul | Yusun Shul, Dayun Choi, Jung-Woo Choi | CST-former: Multidimensional Attention-based Transformer for Sound Event
Localization and Detection in Real Scenes | 12 pages, 10 figures, Submitted to IEEE/ACM Transactions on Audio,
Speech, and Language Processing | null | null | null | eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Sound event localization and detection (SELD) is a task for the
classification of sound events and the identification of direction of arrival
(DoA) utilizing multichannel acoustic signals. For effective classification and
localization, a channel-spectro-temporal transformer (CST-former) was
suggested. CST-former employs multidimensional attention mechanisms across the
spatial, spectral, and temporal domains to enlarge the model's capacity to
learn the domain information essential for event detection and DoA estimation
over time. In this work, we present an enhanced version of CST-former with
multiscale unfolded local embedding (MSULE) developed to capture and aggregate
domain information over multiple time-frequency scales. Also, we propose
finetuning and post-processing techniques beneficial for conducting the SELD
task over limited training datasets. In-depth ablation studies of the proposed
architecture and detailed analysis on the proposed modules are carried out to
validate the efficacy of multidimensional attentions on the SELD task.
Empirical validation through experimentation on STARSS22 and STARSS23 datasets
demonstrates the remarkable performance of CST-former and post-processing
techniques without using external data.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:56:13 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Shul",
"Yusun",
""
],
[
"Choi",
"Dayun",
""
],
[
"Choi",
"Jung-Woo",
""
]
] |
2504.12871 | Josue Ortega | Taylor Knipe and Josue Ortega | Improvable Students in School Choice | null | null | null | null | econ.TH | http://creativecommons.org/licenses/by/4.0/ | The Deferred Acceptance algorithm (DA) frequently produces Pareto inefficient
allocations in school choice problems. While a number of efficient mechanisms
that Pareto-dominate DA are available, a normative question remains unexplored:
which students should benefit from efficiency enhancements? We address it by
introducing the concept of \emph{maximally improvable students}, who benefit in
every improvement over DA that includes as many students as possible in
set-inclusion terms. We prove that common mechanisms such as
Efficiency-Adjusted DA (EADA) and Top Trading Cycles applied to DA (DA+TTC) can
fall significantly short of this benchmark. These mechanisms may only improve
two maximally-improvable students when up to $n-1$ could benefit. Addressing
this limitation, we develop the Maximum Improvement over DA mechanism (MIDA),
which generates an efficient allocation that maximises the number of students
improved over DA. We show that MIDA can generate fewer blocking pairs than EADA
and DA+TTC, demonstrating that its distributional improvements need not come at
the cost of high justified envy.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 11:57:41 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Knipe",
"Taylor",
""
],
[
"Ortega",
"Josue",
""
]
] |
2504.12872 | Majid Nabipoor Sanjebad | Majid Nabipoor | On perfect sampling: ROCFTP with Metropolis-multishift coupler | null | null | null | null | stat.CO math.ST stat.ME stat.TH | http://creativecommons.org/licenses/by-nc-sa/4.0/ | ROCFTP is a perfect sampling algorithm that employs various random
operations, and requiring a specific Markov chain construction for each target.
To overcome this requirement, the Metropolis algorithm is incorporated as a
random operation within ROCFTP. While the Metropolis sampler functions as a
random operation, it isn't a coupler. However, by employing normal multishift
coupler as a symmetric proposal for Metropolis, we obtain ROCFTP with
Metropolis-multishift. Initially designed for bounded state spaces, ROCFTP's
applicability to targets with unbounded state spaces is extended through the
introduction of the Most Interest Range (MIR) for practical use. It was
demonstrated that selecting MIR decreases the likelihood of ROCFTP hitting
$MIR^C$ by a factor of (1 - {\epsilon}), which is beneficial for practical
implementation. The algorithm exhibits a convergence rate characterized by
exponential decay. Its performance is rigorously evaluated across various
targets, and tests ensure its goodness of fit. Lastly, an R package is provided
for generating exact samples using ROCFTP Metropolis-multishift.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:00:03 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Nabipoor",
"Majid",
""
]
] |
2504.12873 | Federico Campanini Mr | Federico Campanini and Alberto Facchini | On a category of extensions whose endomorphism rings have at most four
maximal ideals | null | null | 10.1090/conm/715/14407 | null | math.RA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We describe the endomorphism ring of a short exact sequences $0 \to A_R \to
B_R \to C_R \to 0$ with $A_R$ and $C_R$ uniserial modules and the behavior of
these short exact sequences as far as their direct sums are concerned.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:02:19 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Campanini",
"Federico",
""
],
[
"Facchini",
"Alberto",
""
]
] |
2504.12874 | Federico Campanini Mr | Federico Campanini, Susan F. El-Deken and Alberto Facchini | Homomorphisms with semilocal endomorphism rings between modules | null | null | 10.1007/s10468-019-09936-x | null | math.RA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the category $\operatorname{Morph}(\operatorname{Mod} R)$ whose
objects are all morphisms between two right $R$-modules. The behavior of
objects of $\operatorname{Morph}(\operatorname{Mod} R)$ whose endomorphism ring
in $\operatorname{Morph}(\operatorname{Mod} R)$ is semilocal is very similar to
the behavior of modules with a semilocal endomorphism ring. For instance,
direct-sum decompositions of a direct sum $\oplus_{i=1}^nM_i$, that is,
block-diagonal decompositions, where each object $M_i$ of
$\operatorname{Morph}(\operatorname{Mod} R)$ denotes a morphism
$\mu_{M_i}\colon M_{0,i}\to M_{1,i}$ and where all the modules $M_{j,i}$ have a
local endomorphism ring $\operatorname{End}(M_{j,i})$, depend on two
invariants. This behavior is very similar to that of direct-sum decompositions
of serial modules of finite Goldie dimension, which also depend on two
invariants (monogeny class and epigeny class). When all the modules $M_{j,i}$
are uniserial modules, the direct-sum decompositions (block-diagonal
decompositions) of a direct-sum $\oplus_{i=1}^nM_i$ depend on four invariants.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:02:26 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Campanini",
"Federico",
""
],
[
"El-Deken",
"Susan F.",
""
],
[
"Facchini",
"Alberto",
""
]
] |
2504.12875 | Phung Lai | Phung Lai, Guanxiong Liu, Hai Phan, Issa Khalil, Abdallah Khreishah,
Xintao Wu | A Client-level Assessment of Collaborative Backdoor Poisoning in Non-IID
Federated Learning | null | 2025 International Conference on Distributed Computing Systems
(ICDCS) | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Federated learning (FL) enables collaborative model training using
decentralized private data from multiple clients. While FL has shown robustness
against poisoning attacks with basic defenses, our research reveals new
vulnerabilities stemming from non-independent and identically distributed
(non-IID) data among clients. These vulnerabilities pose a substantial risk of
model poisoning in real-world FL scenarios.
To demonstrate such vulnerabilities, we develop a novel collaborative
backdoor poisoning attack called CollaPois. In this attack, we distribute a
single pre-trained model infected with a Trojan to a group of compromised
clients. These clients then work together to produce malicious gradients,
causing the FL model to consistently converge towards a low-loss region
centered around the Trojan-infected model. Consequently, the impact of the
Trojan is amplified, especially when the benign clients have diverse local data
distributions and scattered local gradients. CollaPois stands out by achieving
its goals while involving only a limited number of compromised clients, setting
it apart from existing attacks. Also, CollaPois effectively avoids noticeable
shifts or degradation in the FL model's performance on legitimate data samples,
allowing it to operate stealthily and evade detection by advanced robust FL
algorithms.
Thorough theoretical analysis and experiments conducted on various benchmark
datasets demonstrate the superiority of CollaPois compared to state-of-the-art
backdoor attacks. Notably, CollaPois bypasses existing backdoor defenses,
especially in scenarios where clients possess diverse data distributions.
Moreover, the results show that CollaPois remains effective even when involving
a small number of compromised clients. Notably, clients whose local data is
closely aligned with compromised clients experience higher risks of backdoor
infections.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:03:02 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Lai",
"Phung",
""
],
[
"Liu",
"Guanxiong",
""
],
[
"Phan",
"Hai",
""
],
[
"Khalil",
"Issa",
""
],
[
"Khreishah",
"Abdallah",
""
],
[
"Wu",
"Xintao",
""
]
] |
2504.12876 | XinXin Qi | XinXin Qi, Hao Sun | A two-component dark matter model with $Z_2 \times Z_4$ symmetry | null | null | null | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | We consider a two-component dark matter model with $Z_2 \times Z_4$ symmetry,
where a singlet scalar $S$ and a Majorana fermion $\chi$ are introduced as dark
matter candidates. We also introduce another singlet scalar $S_0$ with a
non-zero vacuum expectation value to the SM so that the fermion dark matter can
obtain mass after spontaneous symmetry breaking. We have a new Higgs boson in
the model and in the case of the decoupling limit, the fermion dark matter
production is only determined by $S$ and the new Higgs boson. The mass
hierarchy of these new particles can make a difference in the reaction rate of
dark matter annihilation processes, contributing to different viable parameter
spaces for different mass orderings. We randomly scanned the parameter space
with six various cases under relic density constraint and found that when
$\chi$ is the lightest among the dark sector, $\chi$ production is generated
via the so-called forbidden channels. Moreover, we consider the combined limits
arising from Higgs invisible decay, dark matter relic density and direct
detection constraints. Within the chosen parameter space, direct detection
results put the most stringent constraint, and we have a more flexible value
for the scalar dark matter mass when the mass of $\chi$ is not smaller than the
new Higgs boson mass.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:04:13 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Qi",
"XinXin",
""
],
[
"Sun",
"Hao",
""
]
] |
2504.12877 | Shijie Pan | Shijie Pan, Gerrit Rolofs, Luca Pontecorvi, Charalambos Konstantinou | Market-Driven Flexibility Provision: A Tri-Level Optimization Approach
for Carbon Reduction | 2025 IEEE Kiel PowerTech | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The integration of renewable energy resources (RES) in the power grid can
reduce carbon intensity, but also presents certain challenges. The uncertainty
and intermittent nature of RES emphasize the need for flexibility in power
systems. Moreover, there are noticeable mismatches between real-time
electricity prices and carbon intensity patterns throughout the day. These
discrepancies may lead customers to schedule energy-intensive tasks during the
early hours of the day, a period characterized by lower electricity prices but
higher carbon intensity. This paper introduces a novel and comprehensive
framework aimed at encouraging customer participation in electricity markets
and aligning their flexibility with carbon intensity trends. The proposed
approach integrates an incentive-based tariff with a tri-level optimization
model, where customers are motivated to submit flexibility bids and, in return,
receive financial rewards based on their contributions. The tri-level model
ensures a dynamic interaction between the market operation platform (MOP) and
end-users. Simulations are performed on a modified IEEE-33 bus system,
supported by two scenarios with different RES generations and customer
behaviors. Results demonstrate the effectiveness of the proposed framework in
guiding the customers' consumption behaviors towards low carbon intensity.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:04:49 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Pan",
"Shijie",
""
],
[
"Rolofs",
"Gerrit",
""
],
[
"Pontecorvi",
"Luca",
""
],
[
"Konstantinou",
"Charalambos",
""
]
] |
2504.12878 | Oleg Derzhko | Dmytro Yaremchuk, Taras Hutak, Vasyl Baliha, Taras Krokhmalskii, Oleg
Derzhko, J\"urgen Schnack, Johannes Richter | Frustrated kagome-lattice bilayer quantum Heisenberg antiferromagnet | 18 pages, 12 figures | null | null | null | cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | We consider the $S=1/2$ antiferromagnetic Heisenberg model on a frustrated
kagome-lattice bilayer with strong nearest-neighbor interlayer coupling and
examine its low-temperature magnetothermodynamics using a mapping onto a rhombi
gas on the kagome lattice. Besides, we use finite-size numerics to illustrate
the validity of the classical lattice-gas description. Among our findings there
are i) the absence of an order-disorder phase transition and ii) the
sensitivity of the specific heat at low temperatures to the shape of the system
just below the saturation magnetic field even in the thermodynamic limit.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:08:42 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Yaremchuk",
"Dmytro",
""
],
[
"Hutak",
"Taras",
""
],
[
"Baliha",
"Vasyl",
""
],
[
"Krokhmalskii",
"Taras",
""
],
[
"Derzhko",
"Oleg",
""
],
[
"Schnack",
"Jürgen",
""
],
[
"Richter",
"Johannes",
""
]
] |
2504.12879 | Mikhail Tikhomirov | Grigory Kovalev and Mikhail Tikhomirov and Evgeny Kozhevnikov and Max
Kornilov and Natalia Loukachevitch | Building Russian Benchmark for Evaluation of Information Retrieval
Models | null | null | null | null | cs.IR cs.CL | http://creativecommons.org/licenses/by/4.0/ | We introduce RusBEIR, a comprehensive benchmark designed for zero-shot
evaluation of information retrieval (IR) models in the Russian language.
Comprising 17 datasets from various domains, it integrates adapted, translated,
and newly created datasets, enabling systematic comparison of lexical and
neural models. Our study highlights the importance of preprocessing for lexical
models in morphologically rich languages and confirms BM25 as a strong baseline
for full-document retrieval. Neural models, such as mE5-large and BGE-M3,
demonstrate superior performance on most datasets, but face challenges with
long-document retrieval due to input size constraints. RusBEIR offers a
unified, open-source framework that promotes research in Russian-language
information retrieval.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:11:14 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Kovalev",
"Grigory",
""
],
[
"Tikhomirov",
"Mikhail",
""
],
[
"Kozhevnikov",
"Evgeny",
""
],
[
"Kornilov",
"Max",
""
],
[
"Loukachevitch",
"Natalia",
""
]
] |
2504.12880 | Lukas Rauch | Lukas Rauch, Ilyass Moummad, Ren\'e Heinrich, Alexis Joly, Bernhard
Sick, Christoph Scholz | Can Masked Autoencoders Also Listen to Birds? | null | null | null | null | cs.LG cs.SD eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Masked Autoencoders (MAEs) pretrained on AudioSet fail to capture the
fine-grained acoustic characteristics of specialized domains such as
bioacoustic monitoring. Bird sound classification is critical for assessing
environmental health, yet general-purpose models inadequately address its
unique acoustic challenges. To address this, we introduce Bird-MAE, a
domain-specialized MAE pretrained on the large-scale BirdSet dataset. We
explore adjustments to pretraining, fine-tuning and utilizing frozen
representations. Bird-MAE achieves state-of-the-art results across all BirdSet
downstream tasks, substantially improving multi-label classification
performance compared to the general-purpose Audio-MAE baseline. Additionally,
we propose prototypical probing, a parameter-efficient method for leveraging
MAEs' frozen representations. Bird-MAE's prototypical probes outperform linear
probing by up to 37\% in MAP and narrow the gap to fine-tuning to approximately
3\% on average on BirdSet.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:13:25 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Rauch",
"Lukas",
""
],
[
"Moummad",
"Ilyass",
""
],
[
"Heinrich",
"René",
""
],
[
"Joly",
"Alexis",
""
],
[
"Sick",
"Bernhard",
""
],
[
"Scholz",
"Christoph",
""
]
] |
2504.12881 | Masahito Mochizuki | Ryo Hamano, Masahito Mochizuki | Photoinduced magnetic phase transitions in the cubic Kondo-lattice model | 27 pages, 14 figures | null | null | null | cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | We theoretically study photoinduced magnetic phase transitions and their
dynamical processes in the Kondo-lattice model on a cubic lattice. It is
demonstrated that light irradiation gives rise to magnetic phase transitions
from the ground-state ferromagnetic state to a three-dimensional
antiferromagnetic state as a nonequilibrium steady state in the photodriven
system. This phase transition occurs as a consequence of the formation of
pseudo half-filling band occupation via the photoexcitation and relaxation of
electrons, where all the electron states constituting the lower band separated
from the upper band by an exchange gap are partially but nearly uniformly
occupied. We also find that several types of antiferromagnetic correlations,
e.g., A-type and C-type antiferromagnetic correlations, appear in a transient
state of the dynamical phase transition. By calculating magnon spectra for the
photodriven system, we argue that the instability to the A-type or C-type
antiferromagnetic state occurs in the ferromagnetic ground state as a softening
of the magnon band dispersion at corresponding momentum points depending on the
light polarization. Our findings provide important insights into the
understanding of photoinduced magnetic phase transitions in the
three-dimensional Kondo-lattice magnets.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:14:20 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Hamano",
"Ryo",
""
],
[
"Mochizuki",
"Masahito",
""
]
] |
2504.12882 | Patrick Giedemann | Patrick Giedemann, Pius von D\"aniken, Jan Deriu, Alvaro Rodrigo,
Anselmo Pe\~nas, Mark Cieliebak | ViClaim: A Multilingual Multilabel Dataset for Automatic Claim Detection
in Videos | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | The growing influence of video content as a medium for communication and
misinformation underscores the urgent need for effective tools to analyze
claims in multilingual and multi-topic settings. Existing efforts in
misinformation detection largely focus on written text, leaving a significant
gap in addressing the complexity of spoken text in video transcripts. We
introduce ViClaim, a dataset of 1,798 annotated video transcripts across three
languages (English, German, Spanish) and six topics. Each sentence in the
transcripts is labeled with three claim-related categories: fact-check-worthy,
fact-non-check-worthy, or opinion. We developed a custom annotation tool to
facilitate the highly complex annotation process. Experiments with
state-of-the-art multilingual language models demonstrate strong performance in
cross-validation (macro F1 up to 0.896) but reveal challenges in generalization
to unseen topics, particularly for distinct domains. Our findings highlight the
complexity of claim detection in video transcripts. ViClaim offers a robust
foundation for advancing misinformation detection in video-based communication,
addressing a critical gap in multimodal analysis.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:14:38 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Giedemann",
"Patrick",
""
],
[
"von Däniken",
"Pius",
""
],
[
"Deriu",
"Jan",
""
],
[
"Rodrigo",
"Alvaro",
""
],
[
"Peñas",
"Anselmo",
""
],
[
"Cieliebak",
"Mark",
""
]
] |
2504.12883 | Tom Jacobs | Tom Jacobs, Chao Zhou, Rebekka Burkholz | Mirror, Mirror of the Flow: How Does Regularization Shape Implicit Bias? | 26 pages, 16 figures | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Implicit bias plays an important role in explaining how overparameterized
models generalize well. Explicit regularization like weight decay is often
employed in addition to prevent overfitting. While both concepts have been
studied separately, in practice, they often act in tandem. Understanding their
interplay is key to controlling the shape and strength of implicit bias, as it
can be modified by explicit regularization. To this end, we incorporate
explicit regularization into the mirror flow framework and analyze its lasting
effects on the geometry of the training dynamics, covering three distinct
effects: positional bias, type of bias, and range shrinking. Our analytical
approach encompasses a broad class of problems, including sparse coding, matrix
sensing, single-layer attention, and LoRA, for which we demonstrate the utility
of our insights. To exploit the lasting effect of regularization and highlight
the potential benefit of dynamic weight decay schedules, we propose to switch
off weight decay during training, which can improve generalization, as we
demonstrate in experiments.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:17:51 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Jacobs",
"Tom",
""
],
[
"Zhou",
"Chao",
""
],
[
"Burkholz",
"Rebekka",
""
]
] |
2504.12884 | Priyanka Chaturvedi Dr | P. Chaturvedi, E. Goffo, D. Gandolfi, C.M. Persson, A.P. Hatzes, G.
Nowak, A. Bonfanti, A. Bieryla, W.D.Cochran, K. A. Collins, S.B.
Fajardo-Acosta, S.B. Howell, J.M. Jenkins, J. Korth, J. Livingston, E. Palle,
S.N. Quinn, R. P. Schwarz, S. Seager, A. Shporer, K.G. Stassun, S. Striegel,
V. Van Eylen, C.N. Watkins, J.N. Winn, and C. Ziegler | TOI-3493 b: A planet with a Neptune-like density transiting a bright
G0-type star | 17 pages, 13 figures, to be published in Astronomy and Astrophysics | null | null | null | astro-ph.EP astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | We report the discovery of TOI-3493 b, a sub-Neptune-sized planet on an
8.15-d orbit transiting the bright (V=9.3) G0 star HD 119355 (aka TIC
203377303) initially identified by NASA's TESS space mission. With the aim of
confirming the planetary nature of the transit signal detected by TESS and
determining the mass of the planet, we performed an intensive Doppler campaign
with the HARPS spectrograph, collecting radial velocity measurements. We found
that TOI-3493 b lies in a nearly circular orbit and has a mass of 9.0+/-1.2
M_earth and a radius of 3.22+/-0.08 R_earth, implying a bulk density of
1.47+/-0.23 g/cm^3, consistent with a composition comprising a small solid core
surrounded by a thick H/He dominated atmosphere.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:20:27 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Chaturvedi",
"P.",
""
],
[
"Goffo",
"E.",
""
],
[
"Gandolfi",
"D.",
""
],
[
"Persson",
"C. M.",
""
],
[
"Hatzes",
"A. P.",
""
],
[
"Nowak",
"G.",
""
],
[
"Bonfanti",
"A.",
""
],
[
"Bieryla",
"A.",
""
],
[
"Cochran",
"W. D.",
""
],
[
"Collins",
"K. A.",
""
],
[
"Fajardo-Acosta",
"S. B.",
""
],
[
"Howell",
"S. B.",
""
],
[
"Jenkins",
"J. M.",
""
],
[
"Korth",
"J.",
""
],
[
"Livingston",
"J.",
""
],
[
"Palle",
"E.",
""
],
[
"Quinn",
"S. N.",
""
],
[
"Schwarz",
"R. P.",
""
],
[
"Seager",
"S.",
""
],
[
"Shporer",
"A.",
""
],
[
"Stassun",
"K. G.",
""
],
[
"Striegel",
"S.",
""
],
[
"Van Eylen",
"V.",
""
],
[
"Watkins",
"C. N.",
""
],
[
"Winn",
"J. N.",
""
],
[
"Ziegler",
"C.",
""
]
] |
2504.12885 | Emil Bj\"ornson | Amna Irshad and Emil Bj\"ornson and Alva Kosasih and Vitaly Petrov | Optimizing Movable Antennas in Wideband Multi-User MIMO With Hardware
Impairments | 5 pages, 6 figures | null | null | null | cs.IT eess.SP math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Movable antennas represent an emerging field in telecommunication research
and a potential approach to achieving higher data rates in multiple-input
multiple-output (MIMO) communications when the total number of antennas is
limited. Most solutions and analyses to date have been limited to
\emph{narrowband} setups. This work complements the prior studies by
quantifying the benefit of using movable antennas in \emph{wideband} MIMO
communication systems. First, we derive a novel uplink wideband system model
that also accounts for distortion from transceiver hardware impairments. We
then formulate and solve an optimization task to maximize the average sum rate
by adjusting the antenna positions using particle swarm optimization. Finally,
the performance with movable antennas is compared with fixed uniform arrays and
the derived theoretical upper bound. The numerical study concludes that the
data rate improvement from movable antennas over other arrays heavily depends
on the level of hardware impairments, the richness of the multi-path
environments, and the number of subcarriers. The present study provides vital
insights into the most suitable use cases for movable antennas in future
wideband systems.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:20:46 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Irshad",
"Amna",
""
],
[
"Björnson",
"Emil",
""
],
[
"Kosasih",
"Alva",
""
],
[
"Petrov",
"Vitaly",
""
]
] |
2504.12886 | David Dolzan | David Dol\v{z}an | The multiplication probability of a finite ring | null | null | null | null | math.RA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the probability that the product of two randomly chosen elements in
a finite ring $R$ is equal to some fixed element $x \in R$. We calculate this
probability for semisimple rings and some special classes of local rings, and
find the bounds for this probability for an arbitrary finite ring.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:21:08 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Dolžan",
"David",
""
]
] |
2504.12887 | Mikhail Beznogov | Mikhail V. Beznogov and Adriana R. Raduta | A Novel View on the Inner Crusts of Neo-Neutron Stars: exotic light
nuclei, diffusional and thermodynamical stability | 6 pages, 3 figures, submitted to PRL | null | null | null | nucl-th astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Based on an extended nuclear statistical equilibrium model, we investigate
the properties of non-accreted crusts of young and warm neo-neutron stars,
i.e., of finite-temperature inhomogeneous dense matter in beta equilibrium. We
present two novel results and one known, but frequently ignored property of
such matter. The first new feature is the appearance, in the deep inner crust,
of an extensive and almost pure $^{14}$He layer that extends up to the density
of the transition to homogeneous matter. This layer may challenge the idea of
nuclear pasta phases, significantly impact the transport properties and the
crust crystallization process. Second, we raise the question of the
(in)stability of the inner crust with respect to diffusion of ions (buoyancy)
and demonstrate that our crust is stable, in contrast with the predictions of
some other models. Finally, we show that subsaturated stellar matter is
thermodynamically stable with respect to density fluctuations, which rules out
a first-order phase transition between inhomogeneous and homogeneous phases.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:21:46 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Beznogov",
"Mikhail V.",
""
],
[
"Raduta",
"Adriana R.",
""
]
] |
2504.12888 | Luis-Felipe Arizmendi | Luis-Felipe Arizmendi, Carlos De la Torre-Domingo, and Erick W.
Rengifo | Anemia, weight, and height among children under five in Peru from 2007
to 2022: A Panel Data analysis | Original research that employs advanced econometrics methods, such as
Panel Data with Feasible Generalized Least Squares in biostatistics and
Public Health evaluation | Studies un Health Sciences, ISSN 2764-0884 year 2025 | 10.54022/shsv6n2-005 | null | q-bio.PE econ.EM stat.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Econometrics in general, and Panel Data methods in particular, are becoming
crucial in Public Health Economics and Social Policy analysis. In this
discussion paper, we employ a helpful approach of Feasible Generalized Least
Squares (FGLS) to assess if there are statistically relevant relationships
between hemoglobin (adjusted to sea-level), weight, and height from 2007 to
2022 in children up to five years of age in Peru. By using this method, we may
find a tool that allows us to confirm if the relationships considered between
the target variables by the Peruvian agencies and authorities are in the right
direction to fight against chronic malnutrition and stunting.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:27:06 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Arizmendi",
"Luis-Felipe",
""
],
[
"De la Torre-Domingo",
"Carlos",
""
],
[
"Rengifo",
"Erick W.",
""
]
] |
2504.12889 | Quan Zhou | Quan Zhou, Jingjing Zhao, Kaiquan Cai, and Yanbo Zhu | RIS-Assisted Beamfocusing in Near-Field IoT Communication Systems: A
Transformer-Based Approach | null | null | null | null | eess.SP cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The massive number of antennas in extremely large aperture array (ELAA)
systems shifts the propagation regime of signals in internet of things (IoT)
communication systems towards near-field spherical wave propagation. We propose
a reconfigurable intelligent surfaces (RIS)-assisted beamfocusing mechanism,
where the design of the two-dimensional beam codebook that contains both the
angular and distance domains is challenging. To address this issue, we
introduce a novel Transformer-based two-stage beam training algorithm, which
includes the coarse and fine search phases. The proposed mechanism provides a
fine-grained codebook with enhanced spatial resolution, enabling precise
beamfocusing. Specifically, in the first stage, the beam training is performed
to estimate the approximate location of the device by using a simple codebook,
determining whether it is within the beamfocusing range (BFR) or the
none-beamfocusing range (NBFR). In the second stage, by using a more precise
codebook, a fine-grained beam search strategy is conducted. Experimental
results unveil that the precision of the RIS-assisted beamfocusing is greatly
improved. The proposed method achieves beam selection accuracy up to 97% at
signal-to-noise ratio (SNR) of 20 dB, and improves 10% to 50% over the baseline
method at different SNRs.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:29:10 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"Zhou",
"Quan",
""
],
[
"Zhao",
"Jingjing",
""
],
[
"Cai",
"Kaiquan",
""
],
[
"Zhu",
"Yanbo",
""
]
] |
2504.12890 | Naveena Kumara A | Karthik R., Dillirajan D., K. M. Ajith, Kartheek Hegde, Shreyas
Punacha and A. Naveena Kumara | Euclidean Thermodynamics and Lyapunov Exponents of
Einstein-Power-Yang-Mills AdS Black Holes | 26 pages, 9 figures. Comments are welcome | null | null | null | gr-qc hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the thermodynamics of Einstein-Power-Yang-Mills AdS black holes via
the Euclidean path integral method, incorporating appropriate boundary and
counterterms. By analyzing unstable timelike and null circular geodesics, we
demonstrate that their Lyapunov exponents reflect the thermodynamic phase
structure obtained from the Euclidean action. Specifically, the small-large
black hole phase transition, analogous to a van der Waals fluid, is signaled by
a discontinuity in the Lyapunov exponent. Treating this discontinuity as an
order parameter, we observe a universal critical exponent of $1/2$, consistent
with mean-field theory. These results extend previous insights from black hole
spacetimes with Abelian charges to scenarios involving nonlinear, non-Abelian
gauge fields, highlighting the interplay between black hole thermodynamics and
chaotic dynamics.
| [
{
"version": "v1",
"created": "Thu, 17 Apr 2025 12:31:32 GMT"
}
] | 2025-04-18T00:00:00 | [
[
"R.",
"Karthik",
""
],
[
"D.",
"Dillirajan",
""
],
[
"Ajith",
"K. M.",
""
],
[
"Hegde",
"Kartheek",
""
],
[
"Punacha",
"Shreyas",
""
],
[
"Kumara",
"A. Naveena",
""
]
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.