id
string
submitter
string
authors
string
title
string
comments
string
journal-ref
string
doi
string
report-no
string
categories
string
license
string
abstract
string
versions
list
update_date
timestamp[s]
authors_parsed
sequence
2504.16591
Tristan Kenneweg
Tristan Kenneweg, Philip Kenneweg, Barbara Hammer
JEPA for RL: Investigating Joint-Embedding Predictive Architectures for Reinforcement Learning
Published at ESANN 2025
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Joint-Embedding Predictive Architectures (JEPA) have recently become popular as promising architectures for self-supervised learning. Vision transformers have been trained using JEPA to produce embeddings from images and videos, which have been shown to be highly suitable for downstream tasks like classification and segmentation. In this paper, we show how to adapt the JEPA architecture to reinforcement learning from images. We discuss model collapse, show how to prevent it, and provide exemplary data on the classical Cart Pole task.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:16:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Kenneweg", "Tristan", "" ], [ "Kenneweg", "Philip", "" ], [ "Hammer", "Barbara", "" ] ]
2504.16592
Matthias Oberlechner
Martin Bichler, Julius Durmann, Matthias Oberlechner
Algorithmic Pricing and Algorithmic Collusion
This article has been accepted in Business & Information Systems Engineering (BISE)
null
null
null
cs.GT
http://creativecommons.org/licenses/by/4.0/
The rise of algorithmic pricing in online retail platforms has attracted significant interest in how autonomous software agents interact under competition. This article explores the potential emergence of algorithmic collusion - supra-competitive pricing outcomes that arise without explicit agreements - as a consequence of repeated interactions between learning agents. Most of the literature focuses on oligopoly pricing environments modeled as repeated Bertrand competitions, where firms use online learning algorithms to adapt prices over time. While experimental research has demonstrated that specific reinforcement learning algorithms can learn to maintain prices above competitive equilibrium levels in simulated environments, theoretical understanding of when and why such outcomes occur remains limited. This work highlights the interdisciplinary nature of this challenge, which connects computer science concepts of online learning with game-theoretical literature on equilibrium learning. We examine implications for the Business & Information Systems Engineering (BISE) community and identify specific research opportunities to address challenges of algorithmic competition in digital marketplaces.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:18:57 GMT" } ]
2025-04-24T00:00:00
[ [ "Bichler", "Martin", "" ], [ "Durmann", "Julius", "" ], [ "Oberlechner", "Matthias", "" ] ]
2504.16593
Alister W. Graham
Alister W. Graham
$R_{\rm e}$. II. Understanding (IC 3475)-type galaxy, aka ultra-diffuse galaxy, structural scaling relations
10 pages, 10 figures, submitted to PASA
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by-nc-sa/4.0/
It is explained why ultra-diffuse galaxies (UDGs), a subset of (IC 3475)-type galaxies, do not have unexpectedly large sizes but large sizes that are in line with expectations from the curved size-luminosity relation defined by brighter early-type galaxies (ETGs). UDGs extend the faint end of the (absolute magnitude, $\mathfrak{M}$)-log(S\'ersic index, $n$) and $\mathfrak{M}$-(central surface brightness, $\mu_{\rm 0}$) relations defined by ETGs, leading to the large effective half-light radii, $R_{\rm e}$, in UDGs. It is detailed how the scatter in $\mu_{\rm 0}$, at a given $\mathfrak{M}$, relates to variations in the galaxies' values of $n$ and effective surface brightness, $\mu_{\rm e}$. These variations map into changes in $R_{\rm e}$ and produce the scatter about the $\mathfrak{M}$-$R_{\rm e}$ relation at fixed $\mathfrak{M}$. Similarly, the scatter in $\mathfrak{M}$, at fixed $\mu_{\rm 0}$ and $n$, can be mapped into changes in $R_{\rm e}$. The increased scatter about the faint end of the $\mathfrak{M}$-$R_{\rm e}$ relation and the smaller scatter about $\mathfrak{M}$-(isophotal radii, $R_{\rm iso}$) relations are explained. Artificial and potentially misleading size-luminosity relations for UDGs are also addressed. The suggestion that there may be two types of UDG appears ill-founded, arising from the scatter about the $\mathfrak{M}$-$\mu_{\rm 0}$ relation, which persists at all magnitudes. Hopefully, the understanding presented here will prove helpful for interpreting the many low surface brightness galaxies that the Large Synoptic Survey Telescope will detect.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:19:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Graham", "Alister W.", "" ] ]
2504.16594
Daniele FAENZI
Ada Boralevi (Polito), Daniele Faenzi (UBE), Drago\c{s} Fr\u{a}\c{t}il\u{a} (UNISTRA)
Equivariant spaces of matrices of constant corank one
null
null
null
null
math.AG math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study spaces of matrices coming from irreducible representations of reductive groups over an algebraically closed field of characteristic zero and we completely classify those of constant corank one. In particular, we recover the examples coming from symmetric forms discovered in [BFL22].
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:23:28 GMT" } ]
2025-04-24T00:00:00
[ [ "Boralevi", "Ada", "", "Polito" ], [ "Faenzi", "Daniele", "", "UBE" ], [ "Frăţilă", "Dragoş", "", "UNISTRA" ] ]
2504.16595
Nuno Ferreira Duarte
Gojko Perovic and Nuno Ferreira Duarte and Atabak Dehban and Gon\c{c}alo Teixeira and Egidio Falotico and Jos\'e Santos-Victor
HERB: Human-augmented Efficient Reinforcement learning for Bin-packing
7 pages, 5 Figures
null
null
null
cs.RO cs.LG
http://creativecommons.org/licenses/by/4.0/
Packing objects efficiently is a fundamental problem in logistics, warehouse automation, and robotics. While traditional packing solutions focus on geometric optimization, packing irregular, 3D objects presents significant challenges due to variations in shape and stability. Reinforcement Learning~(RL) has gained popularity in robotic packing tasks, but training purely from simulation can be inefficient and computationally expensive. In this work, we propose HERB, a human-augmented RL framework for packing irregular objects. We first leverage human demonstrations to learn the best sequence of objects to pack, incorporating latent factors such as space optimization, stability, and object relationships that are difficult to model explicitly. Next, we train a placement algorithm that uses visual information to determine the optimal object positioning inside a packing container. Our approach is validated through extensive performance evaluations, analyzing both packing efficiency and latency. Finally, we demonstrate the real-world feasibility of our method on a robotic system. Experimental results show that our method outperforms geometric and purely RL-based approaches by leveraging human intuition, improving both packing robustness and adaptability. This work highlights the potential of combining human expertise-driven RL to tackle complex real-world packing challenges in robotic systems.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:24:36 GMT" } ]
2025-04-24T00:00:00
[ [ "Perovic", "Gojko", "" ], [ "Duarte", "Nuno Ferreira", "" ], [ "Dehban", "Atabak", "" ], [ "Teixeira", "Gonçalo", "" ], [ "Falotico", "Egidio", "" ], [ "Santos-Victor", "José", "" ] ]
2504.16596
Quentin Aristote
Quentin Aristote (UPCit\'e, IRIF (UMR\_8243), PICUBE), Sam van Gool (UPCit\'e, IRIF (UMR\_8243)), Daniela Petri\c{s}an (UPCit\'e, IRIF (UMR\_8243), PICUBE), Mahsa Shirmohammadi (UPCit\'e, IRIF (UMR\_8243))
Learning Weighted Automata over Number Rings, Concretely and Categorically
null
null
null
null
cs.FL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We develop a generic reduction procedure for active learning problems. Our approach is inspired by a recent polynomial-time reduction of the exact learning problem for weighted automata over integers to that for weighted automata over rationals (Buna-Marginean et al. 2024). Our procedure improves the efficiency of a category-theoretic automata learning algorithm, and poses new questions about the complexity of its implementation when instantiated to concrete categories. As our second main contribution, we address these complexity aspects in the concrete setting of learning weighted automata over number rings, that is, rings of integers in an algebraic number field. Assuming a full representation of a number ring OK, we obtain an exact learning algorithm of OK-weighted automata that runs in polynomial time in the size of the target automaton, the logarithm of the length of the longest counterexample, the degree of the number field, and the logarithm of its discriminant. Our algorithm produces an automaton that has at most one more state than the minimal one, and we prove that doing better requires solving the principal ideal problem, for which the best currently known algorithm is in quantum polynomial time.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:25:13 GMT" } ]
2025-04-24T00:00:00
[ [ "Aristote", "Quentin", "", "UPCité, IRIF" ], [ "van Gool", "Sam", "", "UPCité, IRIF" ], [ "Petrişan", "Daniela", "", "UPCité, IRIF" ], [ "Shirmohammadi", "Mahsa", "", "UPCité, IRIF" ] ]
2504.16597
Berend van Wachem
Aman Kumar Jain and Fabian Denner and Berend van Wachem
Self-sorting of bidisperse particles in evaporating sessile droplets
null
null
null
null
physics.flu-dyn
http://creativecommons.org/licenses/by-nc-sa/4.0/
This study investigates the dispersion and self-sorting dynamics of bidisperse particles, i.e., a mixture of two distinct particle sizes, during the evaporation of ethanol droplets on a heated substrate, focusing on the influence of surface wettability, Marangoni stresses, and relative particle density. To this end, numerical simulations are carried out using a two-stage numerical approach: the first stage simulates the gas-liquid flow along with the heat and vapor distribution, while the second stage models the particle behavior using Lagrangian particle tracking. The results reveal that for an ethanol droplet evaporating with a constant contact angle in the absence of thermocapillary Marangoni stresses, the flow induced by the receding motion of the contact line supersedes the capillary flow, moving the fluid from the contact line to the apex of the droplet. This flow moves the particles from the bulk of the droplet to the apex of the droplet and suppresses size-based self-sorting of the particles. However, in the presence of Marangoni stresses, a flow along the interface near the apex of the droplet promotes the self-sorting of particles based on their size, whereby smaller particles concentrate near the droplet apex and larger particles form an outer shell around them.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:25:38 GMT" } ]
2025-04-24T00:00:00
[ [ "Jain", "Aman Kumar", "" ], [ "Denner", "Fabian", "" ], [ "van Wachem", "Berend", "" ] ]
2504.16598
Mohamed Amin Sadraoui
Basdouri Imed, Sadraoui Mohamed Amin
Cohomologies of Reynolds Lie algebras with derivations and its applications
21 pages
null
null
null
math.RA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The aim of this paper is to study the cohomology theory of Reynolds Lie algebras equipped with derivations and to explore related applications. We begin by introducing the concept of Reynolds LieDer pairs. Subsequently, we construct the associated cohomology. Finally, we investigate formal deformations, abelian extensions, and extensions of a pair of derivations, all interpreted through the lens of cohomology groups.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:26:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Imed", "Basdouri", "" ], [ "Amin", "Sadraoui Mohamed", "" ] ]
2504.16599
Dibakar Ghosh Prof.
Md Sayeed Anwar, Gourab Kumar Sar, Timoteo Carletti and Dibakar Ghosh
A two-dimensional swarmalator model with higher-order interactions
Accepted for publication in SIAM Journal on Applied Mathematics (2025)
null
null
null
nlin.AO math-ph math.MP
http://creativecommons.org/licenses/by/4.0/
We study a simple two-dimensional swarmalator model that incorporates higher-order phase interactions, uncovering a diverse range of collective states. The latter include spatially coherent and gas-like configurations, neither of which appear in models with only pairwise interactions. Additionally, we discover bistability between various states, a phenomenon that arises directly from the inclusion of higher-order interactions. By analyzing several of these emergent states analytically, both for identical and nonidentical populations of swarmalators, we gain deeper insights into their underlying mechanisms and stability conditions. Our findings broaden the understanding of swarmalator dynamics and open new avenues for exploring complex collective behaviors in systems governed by higher-order interactions.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:28:13 GMT" } ]
2025-04-24T00:00:00
[ [ "Anwar", "Md Sayeed", "" ], [ "Sar", "Gourab Kumar", "" ], [ "Carletti", "Timoteo", "" ], [ "Ghosh", "Dibakar", "" ] ]
2504.16600
Alessandro Arduino
Alessandro Arduino, Oriano Bottauscio, Denise Grappein, Stefano Scial\'o, Fabio Vicini, Umberto Zanovello, Luca Zilberti
3D-1D modelling of cranial plate heating induced by low or medium frequency magnetic fields
null
null
null
null
cs.CE cs.NA math.NA physics.med-ph
http://creativecommons.org/licenses/by/4.0/
Safety assessment of patients with one-dimensionally structured passive implants, like cranial plates or stents, exposed to low or medium frequency magnetic fields, like those generated in magnetic resonance imaging or magnetic hyperthermia, can be challenging, because of the different length scales of the implant and the human body. Most of the methods used to estimate the heating induced near such implants neglect the presence of the metallic materials within the body, modeling the metal as thermal seeds. To overcome this limitation, a novel numerical approach that solves three-dimensional and one-dimensional coupled problems is proposed. This method leads to improved results by modelling the thermal diffusion through the highly conductive metallic implants. A comparison of the proposed method predictions with measurements performed on a cranial plate exposed to the magnetic field generated by a gradient coil system for magnetic resonance imaging is presented, showing an improved accuracy up to 25 % with respect to the method based on thermal seeds. The proposed method is finally applied to a magnetic hyperthermia case study in which a patient with a cranial plate is exposed to the magnetic field generated by a collar-type magnetic hyperthermia applicator for neck tumour treatment, predicting a temperature increase in proximity of the implant that is 10 % lower than the one overestimated by relying on thermal seeds.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:29:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Arduino", "Alessandro", "" ], [ "Bottauscio", "Oriano", "" ], [ "Grappein", "Denise", "" ], [ "Scialó", "Stefano", "" ], [ "Vicini", "Fabio", "" ], [ "Zanovello", "Umberto", "" ], [ "Zilberti", "Luca", "" ] ]
2504.16601
Andy Li
Andy Li, Wei Zhou, Rashina Hoda, Chris Bain, and Peter Poon
Comparing Large Language Models and Traditional Machine Translation Tools for Translating Medical Consultation Summaries: A Pilot Study
8 pages, 2 tables and 1 Figure
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by-nc-sa/4.0/
This study evaluates how well large language models (LLMs) and traditional machine translation (MT) tools translate medical consultation summaries from English into Arabic, Chinese, and Vietnamese. It assesses both patient, friendly and clinician, focused texts using standard automated metrics. Results showed that traditional MT tools generally performed better, especially for complex texts, while LLMs showed promise, particularly in Vietnamese and Chinese, when translating simpler summaries. Arabic translations improved with complexity due to the language's morphology. Overall, while LLMs offer contextual flexibility, they remain inconsistent, and current evaluation metrics fail to capture clinical relevance. The study highlights the need for domain-specific training, improved evaluation methods, and human oversight in medical translation.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:31:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Andy", "" ], [ "Zhou", "Wei", "" ], [ "Hoda", "Rashina", "" ], [ "Bain", "Chris", "" ], [ "Poon", "Peter", "" ] ]
2504.16602
Gregory Kendall
Gregory Kendall
The Balmer spectrum and telescope conjecture for infinite groups
null
null
null
null
math.RT math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We determine the Balmer spectrum of dualisable objects in the stable module category for $\mathrm{H}_1\mathfrak{F}$ groups of type $\mathrm{FP}_{\infty}$ and show that the telescope conjecture holds for these categories. We also determine the spectrum of dualisable objects for certain infinite free products of finite groups. Using this, we give examples where the stable category is not stratified by the spectrum of dualisable objects and where the telescope conjecture does not hold.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:32:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Kendall", "Gregory", "" ] ]
2504.16603
S\'ebastien Cueff
Fouad Bentata, Arnaud Taute, Capucine Laprais, R\'egis Orobtchouk, Eva Kempf, Alban Gassenq, Yves Pipon, Michele Calvo, St\'ephane Monfray, Guillaume Saint-Girons, Nicolas Baboux, Hai Son Nguyen, Xavier Letartre, Lotfi Berguiga, Patrice Genevet, and S\'ebastien Cueff
Spatially-Controlled Planar Czochralski Growth of Low-Loss Phase Change Materials for Programmable Photonics
null
null
null
null
physics.optics cond-mat.mtrl-sci physics.app-ph
http://creativecommons.org/licenses/by/4.0/
Photonic integrated devices are progressively evolving beyond passive components into fully programmable systems, notably driven by the progress in chalcogenide phase-change materials (PCMs) for non-volatile reconfigurable nanophotonics. However, the stochastic nature of their crystal grain formation results in strong spatial and temporal crystalline inhomogeneities. Here, we propose the concept of spatially-controlled planar Czochralski growth, a novel method for programming the quasi-monocrystalline growth of low-loss Sb2S3 PCM, leveraging the seeded directional and progressive crystallization within confined channels. This guided crystallization method is experimentally shown to circumvent the current limitations of conventional PCM-based nanophotonic devices, including a multilevel non-volatile optical phase-shifter exploiting a silicon nitride-based Mach-Zehnder interferometer, and a programmable metasurface with spectrally reconfigurable bound state in the continuum. Precisely controlling the growth of PCMs to ensure uniform crystalline properties across large areas is the cornerstone for the industrial development of non-volatile reconfigurable photonic integrated circuits.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:32:43 GMT" } ]
2025-04-24T00:00:00
[ [ "Bentata", "Fouad", "" ], [ "Taute", "Arnaud", "" ], [ "Laprais", "Capucine", "" ], [ "Orobtchouk", "Régis", "" ], [ "Kempf", "Eva", "" ], [ "Gassenq", "Alban", "" ], [ "Pipon", "Yves", "" ], [ "Calvo", "Michele", "" ], [ "Monfray", "Stéphane", "" ], [ "Saint-Girons", "Guillaume", "" ], [ "Baboux", "Nicolas", "" ], [ "Nguyen", "Hai Son", "" ], [ "Letartre", "Xavier", "" ], [ "Berguiga", "Lotfi", "" ], [ "Genevet", "Patrice", "" ], [ "Cueff", "Sébastien", "" ] ]
2504.16604
Mareike Lisker
Mareike Lisker, Christina Gottschalk and Helena Mihaljevi\'c
Debunking with Dialogue? Exploring AI-Generated Counterspeech to Challenge Conspiracy Theories
15 pages
null
null
null
cs.CL cs.AI cs.SI
http://creativecommons.org/licenses/by-nc-sa/4.0/
Counterspeech is a key strategy against harmful online content, but scaling expert-driven efforts is challenging. Large Language Models (LLMs) present a potential solution, though their use in countering conspiracy theories is under-researched. Unlike for hate speech, no datasets exist that pair conspiracy theory comments with expert-crafted counterspeech. We address this gap by evaluating the ability of GPT-4o, Llama 3, and Mistral to effectively apply counterspeech strategies derived from psychological research provided through structured prompts. Our results show that the models often generate generic, repetitive, or superficial results. Additionally, they over-acknowledge fear and frequently hallucinate facts, sources, or figures, making their prompt-based use in practical applications problematic.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:32:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Lisker", "Mareike", "" ], [ "Gottschalk", "Christina", "" ], [ "Mihaljević", "Helena", "" ] ]
2504.16605
Mian Li
Zengguang Shi, Yukun Xiao, Mian Li, Jianfeng Cai, Yanmei Chen, Jun Jiang, Xiaoping Ouyang, Zhifang Chai, Qing Huang
Phase stabilization of In2Se3 by disordered Ni intercalation and its enhanced thermoelectrical performance
null
null
null
null
cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
Van der Waals (vdW) layered materials have gained significant attention owing to their distinctive structure and unique properties. The weak interlayer bonding in vdW layered materials enables guest atom intercalation, allowing precise tuning of their physical and chemical properties. In this work, a ternary compound, NixIn2Se3 (x = 0-0.3), with Ni randomly occupying the interlayers of In2Se3, was synthesized via an intercalation route driven by electron injection. The intercalated Ni atoms act as anchor points within the interlayer of In2Se3, which effectively suppresses the phase transition of In2Se3 at elevated temperatures. Furthermore, the disordered Ni intercalation significantly enhanced the electrical conductivity of In2Se3 through electron injection, while reducing the thermal conductivity due to the interlayer phonon scattering, leading to an improved thermoelectric performance. For instance, the thermoelectric figure of merit (ZT) of Ni0.3In2Se3 increased by 86% (in-plane) and 222% (out-of-plane) compared to In2Se3 at 500 oC. These findings not only provide an effective strategy to enhance the performance of layered thermoelectric materials, but also demonstrate the potential of intercalation chemistry for expanding the application scope of van der Waals (vdW) layered materials.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:34:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Shi", "Zengguang", "" ], [ "Xiao", "Yukun", "" ], [ "Li", "Mian", "" ], [ "Cai", "Jianfeng", "" ], [ "Chen", "Yanmei", "" ], [ "Jiang", "Jun", "" ], [ "Ouyang", "Xiaoping", "" ], [ "Chai", "Zhifang", "" ], [ "Huang", "Qing", "" ] ]
2504.16606
Zhongtao Wang
Zhongtao Wang, Mai Su, Huishan Au, Yilong Li, Xizhe Cao, Chengwei Pan, Yisong Chen, Guoping Wang
HUG: Hierarchical Urban Gaussian Splatting with Block-Based Reconstruction
null
null
null
null
cs.GR cs.CV
http://creativecommons.org/licenses/by/4.0/
As urban 3D scenes become increasingly complex and the demand for high-quality rendering grows, efficient scene reconstruction and rendering techniques become crucial. We present HUG, a novel approach to address inefficiencies in handling large-scale urban environments and intricate details based on 3D Gaussian splatting. Our method optimizes data partitioning and the reconstruction pipeline by incorporating a hierarchical neural Gaussian representation. We employ an enhanced block-based reconstruction pipeline focusing on improving reconstruction quality within each block and reducing the need for redundant training regions around block boundaries. By integrating neural Gaussian representation with a hierarchical architecture, we achieve high-quality scene rendering at a low computational cost. This is demonstrated by our state-of-the-art results on public benchmarks, which prove the effectiveness and advantages in large-scale urban scene representation.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:40:40 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Zhongtao", "" ], [ "Su", "Mai", "" ], [ "Au", "Huishan", "" ], [ "Li", "Yilong", "" ], [ "Cao", "Xizhe", "" ], [ "Pan", "Chengwei", "" ], [ "Chen", "Yisong", "" ], [ "Wang", "Guoping", "" ] ]
2504.16607
Lukas Schmidbauer
Lukas Schmidbauer and Carlos A. Riofr\'io and Florian Heinrich and Vanessa Junk and Ulrich Schwenk and Thomas Husslein and Wolfgang Mauerer
Path Matters: Industrial Data Meet Quantum Optimization
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by-nc-sa/4.0/
Real-world optimization problems must undergo a series of transformations before becoming solvable on current quantum hardware. Even for a fixed problem, the number of possible transformation paths -- from industry-relevant formulations through binary constrained linear programs (BILPs), to quadratic unconstrained binary optimization (QUBO), and finally to a hardware-executable representation -- is remarkably large. Each step introduces free parameters, such as Lagrange multipliers, encoding strategies, slack variables, rounding schemes or algorithmic choices -- making brute-force exploration of all paths intractable. In this work, we benchmark a representative subset of these transformation paths using a real-world industrial production planning problem with industry data: the optimization of work allocation in a press shop producing vehicle parts. We focus on QUBO reformulations and algorithmic parameters for both quantum annealing (QA) and the Linear Ramp Quantum Approximate Optimization Algorithm (LR-QAOA). Our goal is to identify a reduced set of effective configurations applicable to similar industrial settings. Our results show that QA on D-Wave hardware consistently produces near-optimal solutions, whereas LR-QAOA on IBM quantum devices struggles to reach comparable performance. Hence, the choice of hardware and solver strategy significantly impacts performance. The problem formulation and especially the penalization strategy determine the solution quality. Most importantly, mathematically-defined penalization strategies are equally successful as hand-picked penalty factors, paving the way for automated QUBO formulation. Moreover, we observe a strong correlation between simulated and quantum annealing performance metrics, offering a scalable proxy for predicting QA behavior on larger problem instances.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:45:38 GMT" } ]
2025-04-24T00:00:00
[ [ "Schmidbauer", "Lukas", "" ], [ "Riofrío", "Carlos A.", "" ], [ "Heinrich", "Florian", "" ], [ "Junk", "Vanessa", "" ], [ "Schwenk", "Ulrich", "" ], [ "Husslein", "Thomas", "" ], [ "Mauerer", "Wolfgang", "" ] ]
2504.16608
Ngoc Tien Tran
Yizhou Liang and Ngoc Tien Tran
A hybrid high-order method for the biharmonic problem
null
null
null
null
math.NA cs.NA
http://creativecommons.org/licenses/by/4.0/
This paper proposes a new hybrid high-order discretization for the biharmonic problem and the corresponding eigenvalue problem. The discrete ansatz space includes degrees of freedom in $n-2$ dimensional submanifolds (e.g., nodal values in 2D and edge values in 3D), in addition to the typical degrees of freedom in the mesh and on the hyperfaces in the HHO literature. This approach enables the characteristic commuting property of the hybrid high-order methodology in any space dimension and allows for lower eigenvalue bounds of higher order for the eigenvalue problem. The main results are quasi-best approximation estimates as well as reliable and efficient error control. The latter motivates an adaptive mesh-refining algorithm that empirically recovers optimal convergence rates for singular solutions.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:46:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Liang", "Yizhou", "" ], [ "Tran", "Ngoc Tien", "" ] ]
2504.16609
Emmanouil Georgios Lionis
Antonios Tragoudaras, Theofanis Aslanidis, Emmanouil Georgios Lionis, Marina Orozco Gonz\'alez, Panagiotis Eustratiadis
Information Leakage of Sentence Embeddings via Generative Embedding Inversion Attacks
This is a preprint of our paper accepted at SIGIR 2025
null
null
null
cs.IR
http://creativecommons.org/licenses/by/4.0/
Text data are often encoded as dense vectors, known as embeddings, which capture semantic, syntactic, contextual, and domain-specific information. These embeddings, widely adopted in various applications, inherently contain rich information that may be susceptible to leakage under certain attacks. The GEIA framework highlights vulnerabilities in sentence embeddings, demonstrating that they can reveal the original sentences they represent. In this study, we reproduce GEIA's findings across various neural sentence embedding models. Additionally, we contribute new analysis to examine whether these models leak sensitive information from their training datasets. We propose a simple yet effective method without any modification to the attacker's architecture proposed in GEIA. The key idea is to examine differences between log-likelihood for masked and original variants of data that sentence embedding models have been pre-trained on, calculated on the embedding space of the attacker. Our findings indicate that following our approach, an adversary party can recover meaningful sensitive information related to the pre-training knowledge of the popular models used for creating sentence embeddings, seriously undermining their security. Our code is available on: https://github.com/taslanidis/GEIA
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:50:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Tragoudaras", "Antonios", "" ], [ "Aslanidis", "Theofanis", "" ], [ "Lionis", "Emmanouil Georgios", "" ], [ "González", "Marina Orozco", "" ], [ "Eustratiadis", "Panagiotis", "" ] ]
2504.16610
Ariane Courtot
Ariane Courtot and Mark Millinger
A model of the heliocentric dust ring on Venus orbit
Submitted to A&A
null
null
null
astro-ph.EP
http://creativecommons.org/licenses/by-nc-nd/4.0/
A heliocentric dust ring on Venus orbit was discovered following observations by the Helios spacecraft, and then confirmed thanks to observations by STEREO and the Parker Solar Probe. The impact risk it poses needs to be evaluated for any spacecraft crossing the ring. This study aims to provide a first model of the dust ring, in terms of distribution of particles (including size distribution), velocity, density of the ring, and deduce a first estimation of the impact risk to spacecrafts crossing the ring. We seek to describe the orbits of dust particles in the ring. We explore a first simple model, that leads us to propose a second, more elaborate, model. This model is then populated by particles that we integrate for 2000 years. We demonstrate that the dust ring will persist over the next 2000 years, only slightly extending radially and perpendicularly to the Venus orbital plane. We show that particles tend to accumulate at Venus orbit, but that along it the differences in density is negligible. We compute the number of particles we can expect to find in the ring. Finally, as an example, we apply this model to Bepi-Colombo to obtain a first estimate of the impact flux in function of radius and mass, for radii between 2 $\mu$m and 2 cm (i.e. for masses between 10^-2 kg and 10^-14 kg). We also present the impact velocity and direction of impacts with respect to Bepi-Colombo. We are able to conclude that the ring seems to present a low risk for spacecrafts using Venus as a gravity assist.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:52:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Courtot", "Ariane", "" ], [ "Millinger", "Mark", "" ] ]
2504.16611
Anthony O'Farrell
Anthony G. O'Farrell
Forms of Nice Functions
9 pages. A preprint version. The version of record is to be published in The College Mathematics Journal
null
10.1080/07468342.2025.2485013
null
math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
You can invent striking and challenging problems with unique solution by building some symmetry into functional equations. Some are suitable for high school; others could generate college-level projects involving computer algebra. The problems are functional equations with group actions in the background. Interesting examples arise even from small finite groups. Whether a given problem ``works" with a given choice of constant coefficients depends on whether a related multilinear form is nonzero. These forms are essentially the classical group determinants studied by Frobenius in the nineteenth century.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:53:52 GMT" } ]
2025-04-24T00:00:00
[ [ "O'Farrell", "Anthony G.", "" ] ]
2504.16613
Mohammadjavad Zakavi
Mohammad Javad Zakavi, Mahtab Mirmohseni, Farid Ashtiani, Masoumeh Nasiri-Kenari
UAV-Mounted IRS (UMI) in the Presence of Hovering Fluctuations: 3D Pattern Characterization and Performance Analysis
14 pages, 8 figures
null
null
null
eess.SP
http://creativecommons.org/licenses/by/4.0/
This paper investigates unmanned aerial vehicle (UAV)-mounted intelligent reflecting surfaces (IRS) to leverage the benefits of this technology for future communication networks, such as 6G. Key advantages include enhanced spectral and energy efficiency, expanded network coverage, and flexible deployment. One of the main challenges in employing UAV-mounted IRS (UMI) technology is the random fluctuations of hovering UAVs. Focusing on this challenge, this paper explores the capabilities of UMI with passive/active elements affected by UAV fluctuations in both horizontal and vertical angles, considering the three-dimensional (3D) radiation pattern of the IRS. The relationship between UAV fluctuations and IRS pattern is investigated by taking into account the random angular vibrations of UAVs. A tractable and closed-form distribution function for the IRS pattern is derived, using linear approximation and by dividing it into several sectors. In addition, closed-form expressions for outage probability (OP) are obtained using central limit theorem (CLT) and Gamma approximation. The theoretical expressions are validated through Monte Carlo simulations. The findings indicate that the random fluctuations of hovering UAVs have a notable impact on the performance of UMI systems. To avoid link interruptions due to UAV instability, IRS should utilize fewer elements, even though this leads to a decrease in directivity. As a result, unlike terrestrial IRS, incorporating more elements into aerial IRS systems does not necessarily improve performance due to the fluctuations in UAV. Numerical results show that the OP can be minimized by selecting the optimal number of IRS elements and using active elements.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 10:59:03 GMT" } ]
2025-04-24T00:00:00
[ [ "Zakavi", "Mohammad Javad", "" ], [ "Mirmohseni", "Mahtab", "" ], [ "Ashtiani", "Farid", "" ], [ "Nasiri-Kenari", "Masoumeh", "" ] ]
2504.16615
Luc Rocher
Yui Kondo, Kevin Dunnell, Qing Xiao, Jun Zhao, Luc Rocher
Algorithmic Mirror: Designing an Interactive Tool to Promote Self-Reflection for YouTube Recommendations
Presented at the 2025 ACM Workshop on Human-AI Interaction for Augmented Reasoning, Report Number: CHI25-WS-AUGMENTED-REASONING
Proceedings of the 2025 ACM CHI Workshop on Human-AI Interaction for Augmented Reasoning
null
CHI25-WS-AUGMENTED-REASONING
cs.HC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Big Data analytics and Artificial Intelligence systems derive non-intuitive and often unverifiable inferences about individuals' behaviors, preferences, and private lives. Drawing on diverse, feature-rich datasets of unpredictable value, these systems erode the intuitive connection between our actions and how we are perceived, diminishing control over our digital identities. While Explainable Artificial Intelligence scholars have attempted to explain the inner workings of algorithms, their visualizations frequently overwhelm end-users with complexity. This research introduces 'hypothetical inference', a novel approach that uses language models to simulate how algorithms might interpret users' digital footprints and infer personal characteristics without requiring access to proprietary platform algorithms. Through empirical studies with fourteen adult participants, we identified three key design opportunities to foster critical algorithmic literacy: (1) reassembling scattered digital footprints into a unified map, (2) simulating algorithmic inference through LLM-generated interpretations, and (3) incorporating temporal dimensions to visualize evolving patterns. This research lays the groundwork for tools that can help users recognize the influence of data on platforms and develop greater autonomy in increasingly algorithm-mediated digital environments.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:00:17 GMT" } ]
2025-04-24T00:00:00
[ [ "Kondo", "Yui", "" ], [ "Dunnell", "Kevin", "" ], [ "Xiao", "Qing", "" ], [ "Zhao", "Jun", "" ], [ "Rocher", "Luc", "" ] ]
2504.16617
Peter-Michael Seidel
Dusko Pavlovic and Peter-Michael Seidel
Security Science (SecSci), Basic Concepts and Mathematical Foundations
173 Pages, 67 Figures and Tables
null
null
null
cs.CR cs.CY cs.IT cs.SI math.IT math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This textbook compiles the lecture notes from security courses taught at Oxford in the 2000s, at Royal Holloway in the 2010s, and currently in Hawaii. The early chapters are suitable for a first course in security. The middle chapters have been used in advanced courses. Towards the end there are also some research problems.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:04:17 GMT" } ]
2025-04-24T00:00:00
[ [ "Pavlovic", "Dusko", "" ], [ "Seidel", "Peter-Michael", "" ] ]
2504.16618
Alistair Savage
Peter J. McNamara and Alistair Savage
The quantum spin Brauer category
44 pages
null
null
null
math.QA math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce a diagrammatic braided monoidal category, the quantum spin Brauer category, together with a full functor to the category of finite-dimensional, type $1$ modules for $U_q(\mathfrak{so}(N))$ or $U_q(\mathfrak{o}(N))$. This functor becomes essentially surjective after passing to the idempotent completion. The quantum spin Brauer category can be thought of as a quantum version of the spin Brauer category introduced previously by the authors. Alternatively, it is an enlargement of the Kauffman category, obtained by adding a generating object corresponding to the quantum spin module.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:06:25 GMT" } ]
2025-04-24T00:00:00
[ [ "McNamara", "Peter J.", "" ], [ "Savage", "Alistair", "" ] ]
2504.16619
Lilli Nadol
Lilli Nadol, Thomas Neukirch
An efficient method for magnetic field extrapolation based on a family of analytical three-dimensional magnetohydrostatic equilibria
26 pages, 9 figures, 5 tables, Accepted for publication in Solar Physics
null
null
null
astro-ph.SR
http://creativecommons.org/licenses/by-nc-nd/4.0/
With current observational methods it is not possible to directly measure the magnetic field in the solar corona with sufficient accuracy. Therefore, coronal magnetic field models have to rely on extrapolation methods using photospheric magnetograms as boundary conditions. In recent years, due to the increased resolution of observations and the need to resolve non-force-free lower regions of the solar atmosphere, there have been increased efforts to use magnetohydrostatic (MHS) field models instead of force-free extrapolation methods. Although numerical methods to calculateMHS solutions can deal with non-linear problems and hence provide more accurate models, analytical three-dimensional MHS equilibria can also be used as a numerically relatively "cheap" complementary method. In this paper, we present an extrapolation method based on a family of analytical MHS equilibria that allows for a transition from a non-force-free region to a force-free region. We demonstrate how asymptotic forms of the solutions can help to increase the numerical efficiency of the method. Through both artificial boundary condition testing and a first application to observational
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:10:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Nadol", "Lilli", "" ], [ "Neukirch", "Thomas", "" ] ]
2504.16621
Jack Miller
Catriona H. E. Rooney (1), Justin Y. C. Lau (2), Esben S. S. Hansen (3), Nichlas Vous Christensen (3), Duy A. Dang (3), Kristoffer Petersson (4), Iain Tullis (4), Borivoj Vojnovic (4), Sean Smart (4), Jarrod Lewis (7), William Myers (5), Zoe Richardson (6), Brett W. C. Kennedy (1), Alice M. Bowen (7), Lotte Bonde Bertelsen (3), Christoffer Laustsen (3), Damian J. Tyler (1 and 9), Jack J. Miller (3) ((1) Department of Physiology, Anatomy and Genetics, University of Oxford, (2) GE HealthCare, Waukesha, WI, USA, (3) The MR Research Centre, Aarhus University, Aarhus, Denmark, (4) Department of Oncology, University of Oxford, (5) CAESR, Department of Chemistry, University of Oxford, (6) Department of Physics, University of Oxford, (7) Department of Material Science, University of Oxford, (8) EPSRC EPR National Facility, Department of Chemistry, University of Manchester, (9) OCMR, Cardiovascular Medicine, University of Oxford)
Ultra-high dose rate 6 MeV electron irradiation generates stable [1-$^{13}$C]alanine radicals suitable for medical imaging with dissolution Dynamic Nuclear Polarisation
This has been submitted to Nature Communications
null
null
null
physics.med-ph q-bio.BM
http://creativecommons.org/licenses/by-sa/4.0/
Dissolution Dynamic Nuclear Polarisation (dDNP) is an experimental technique that increases the sensitivity of magnetic resonance experiments by more than a factor of $10^5$, permitting isotopically-labelled molecules to be transiently visible in MRI scans with their biochemical fates spatially resolvable over time following injection into a patient. dDNP requires a source of unpaired electrons to be in contact with the isotope-labelled nuclei, cooled to temperatures close to absolute zero, and spin-pumped into a given state by microwave irradiation. At present, these electrons are typically provided by chemical radicals which require removal by filtration prior to injection into humans. Alternative sources include UV irradiation, requiring storing samples in liquid nitrogen, or cobalt-60 gamma irradiation, which requires days and generates polarisation two to three orders of magnitude lower than chemical radicals. In this study, we present ultra-high dose rate electron beam irradiation as a novel alternative for generating non-persistent radicals in glycerol/alanine mixtures. These radicals are stable for months at room temperature, are present at concentrations dependent on irradiation dose, and generate comparable nuclear polarisation to the typically used trityl radicals (20%) through a novel mechanism. The process of their generation inherently sterilises samples, and they enable the imaging of alanine metabolism in vivo using dDNP. This new method of generating radicals for dDNP offers the potential to report on relevant biological processes while being translatable to the clinic.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:23:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Rooney", "Catriona H. E.", "", "1 and 9" ], [ "Lau", "Justin Y. C.", "", "1 and 9" ], [ "Hansen", "Esben S. S.", "", "1 and 9" ], [ "Christensen", "Nichlas Vous", "", "1 and 9" ], [ "Dang", "Duy A.", "", "1 and 9" ], [ "Petersson", "Kristoffer", "", "1 and 9" ], [ "Tullis", "Iain", "", "1 and 9" ], [ "Vojnovic", "Borivoj", "", "1 and 9" ], [ "Smart", "Sean", "", "1 and 9" ], [ "Lewis", "Jarrod", "", "1 and 9" ], [ "Myers", "William", "", "1 and 9" ], [ "Richardson", "Zoe", "", "1 and 9" ], [ "Kennedy", "Brett W. C.", "", "1 and 9" ], [ "Bowen", "Alice M.", "", "1 and 9" ], [ "Bertelsen", "Lotte Bonde", "", "1 and 9" ], [ "Laustsen", "Christoffer", "", "1 and 9" ], [ "Tyler", "Damian J.", "", "1 and 9" ], [ "Miller", "Jack J.", "" ] ]
2504.16622
Christoforus Yoga Haryanto
Christoforus Yoga Haryanto, Emily Lomempow
Cognitive Silicon: An Architectural Blueprint for Post-Industrial Computing Systems
Working Paper, 37 pages, 1 figure, 5 tables
null
null
null
cs.AI cs.CY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Autonomous AI systems reveal foundational limitations in deterministic, human-authored computing architectures. This paper presents Cognitive Silicon: a hypothetical full-stack architectural framework projected toward 2035, exploring a possible trajectory for cognitive computing system design. The proposed architecture would integrate symbolic scaffolding, governed memory, runtime moral coherence, and alignment-aware execution across silicon-to-semantics layers. Our design grammar has emerged from dialectical co-design with LLMs under asymmetric epistemic conditions--creating structured friction to expose blind spots and trade-offs. The envisioned framework would establish mortality as a natural consequence of physical constraints, non-copyable tacit knowledge, and non-cloneable identity keys as cognitive-embodiment primitives. Core tensions (trust/agency, scaffolding/emergence, execution/governance) would function as central architectural pressures rather than edge cases. The architecture theoretically converges with the Free Energy Principle, potentially offering a formal account of how cognitive systems could maintain identity through prediction error minimization across physical and computational boundaries. The resulting framework aims to deliver a morally tractable cognitive infrastructure that could maintain human-alignment through irreversible hardware constraints and identity-bound epistemic mechanisms resistant to replication or subversion.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:24:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Haryanto", "Christoforus Yoga", "" ], [ "Lomempow", "Emily", "" ] ]
2504.16623
Rafael Wei{\ss}bach
Fiete Sieg and Anne-Marie Toparkus and Rafael Weissbach
Censored lifespans in a double-truncated sample: Maximum likelihood inference for the exponential distribution
26 pages
null
null
null
stat.ME
http://creativecommons.org/licenses/by/4.0/
The analysis of a truncated sample can be hindered by censoring. Survival information may be lost to follow-up or the birthdate may be missing. The data can still be modeled as a truncated point process and it is close to a Poisson process, in the Hellinger distance, as long as the sample is small relative to the population. We assume an exponential distribution for the lifespan, derive the likelihood and profile out the unobservable sample size. Identification of the exponential parameter is shown, together with consistency and asymptotic normality of its M-estimator. Even though the estimator sequence is indexed in the sample size, both the point estimator and the standard error are observable. Enterprise lifespans in Germany constitute our example.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:29:31 GMT" } ]
2025-04-24T00:00:00
[ [ "Sieg", "Fiete", "" ], [ "Toparkus", "Anne-Marie", "" ], [ "Weissbach", "Rafael", "" ] ]
2504.16624
Matteo Sammartino
Leo Henry, Thomas Neele, Mohammad Mousavi and Matteo Sammartino
Compositional Active Learning of Synchronous Systems through Automated Alphabet Refinement
null
null
null
null
cs.LG cs.FL
http://creativecommons.org/licenses/by/4.0/
Active automata learning infers automaton models of systems from behavioral observations, a technique successfully applied to a wide range of domains. Compositional approaches for concurrent systems have recently emerged. We take a significant step beyond available results, including those by the authors, and develop a general technique for compositional learning of a synchronizing parallel system with an unknown decomposition. Our approach automatically refines the global alphabet into component alphabets while learning the component models. We develop a theoretical treatment of distributions of alphabets, i.e., sets of possibly overlapping component alphabets. We characterize counter-examples that reveal inconsistencies with global observations, and show how to systematically update the distribution to restore consistency. We present a compositional learning algorithm implementing these ideas, where learning counterexamples precisely correspond to distribution counterexamples under well-defined conditions. We provide an implementation, called CoalA, using the state-of-the-art active learning library LearnLib. Our experiments show that in more than 630 subject systems, CoalA delivers orders of magnitude improvements (up to five orders) in membership queries and in systems with significant concurrency, it also achieves better scalability in the number of equivalence queries.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:30:01 GMT" } ]
2025-04-24T00:00:00
[ [ "Henry", "Leo", "" ], [ "Neele", "Thomas", "" ], [ "Mousavi", "Mohammad", "" ], [ "Sammartino", "Matteo", "" ] ]
2504.16625
Piotr Mizerka
Piotr Mizerka, Jakub Szyma\'nski
Inducing spectral gaps for the cohomological Laplacians of $\operatorname{Sp}_{2n}(\mathbb{Z})$
null
null
null
null
math.GR math.FA math.OA
http://creativecommons.org/licenses/by/4.0/
We show that the spectral gap of the first cohomological Laplacian $\Delta_1$ for $\operatorname{Sp}_{2n}(\mathbb{Z})$ follows once a slightly stronger assumption holds for some $\operatorname{Sp}_{2m}(\mathbb{Z})$, where $n\geq m$. As an application of this result, we provide explicit lower bounds for some quotients of $\operatorname{Sp}_{2n}(\mathbb{Z})$ for any $n\geq 2$.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:31:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Mizerka", "Piotr", "" ], [ "Szymański", "Jakub", "" ] ]
2504.16626
Tiago Picon
Victor Biliatto, Joel Coacalle and Tiago Picon
Solvability of elliptic homogeneous linear equations with measure data in weighted Lebesgue spaces
19 pages
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $A(D)$ be an elliptic homogeneous linear differential operator with complex constant coefficients, $ \mu $ be a vector-valued Borel measure and $w$ be a positive locally integrable function on $\mathbb{R}^N$. In this work, we present sufficient conditions on $\mu$ and $w$ for the existence of solutions in the weighted Lebesgue spaces $L^p_w$ for the equation $A^{*}(D)f=\mu$, for $ 1\leq p<\infty $. Those conditions are related to a certain control of the Riesz potential of the measure $\mu$. We also present sufficient conditions for the solvability when $p=\infty$ adding a canceling condition on the operator. Our method is based on a new weighted $L^1$ Stein-Weiss type inequality on measures for a special class of vector fields.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:33:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Biliatto", "Victor", "" ], [ "Coacalle", "Joel", "" ], [ "Picon", "Tiago", "" ] ]
2504.16627
Prasanna Devadiga
Prasanna Devadiga, Arya Suneesh, Pawan Kumar Rajpoot, Bharatdeep Hazarika, Aditya U Baliga
TIFIN India at SemEval-2025: Harnessing Translation to Overcome Multilingual IR Challenges in Fact-Checked Claim Retrieval
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
We address the challenge of retrieving previously fact-checked claims in monolingual and crosslingual settings - a critical task given the global prevalence of disinformation. Our approach follows a two-stage strategy: a reliable baseline retrieval system using a fine-tuned embedding model and an LLM-based reranker. Our key contribution is demonstrating how LLM-based translation can overcome the hurdles of multilingual information retrieval. Additionally, we focus on ensuring that the bulk of the pipeline can be replicated on a consumer GPU. Our final integrated system achieved a success@10 score of 0.938 and 0.81025 on the monolingual and crosslingual test sets, respectively.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:34:35 GMT" } ]
2025-04-24T00:00:00
[ [ "Devadiga", "Prasanna", "" ], [ "Suneesh", "Arya", "" ], [ "Rajpoot", "Pawan Kumar", "" ], [ "Hazarika", "Bharatdeep", "" ], [ "Baliga", "Aditya U", "" ] ]
2504.16628
Haoran Gu
Haoran Gu, Handing Wang, Yi Mei, Mengjie Zhang, Yaochu Jin
ParetoHqD: Fast Offline Multiobjective Alignment of Large Language Models using Pareto High-quality Data
19 pages, 6 figure, Multiobjective Alignment of LLMs
null
null
null
cs.LG cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Aligning large language models with multiple human expectations and values is crucial for ensuring that they adequately serve a variety of user needs. To this end, offline multiobjective alignment algorithms such as the Rewards-in-Context algorithm have shown strong performance and efficiency. However, inappropriate preference representations and training with imbalanced reward scores limit the performance of such algorithms. In this work, we introduce ParetoHqD that addresses the above issues by representing human preferences as preference directions in the objective space and regarding data near the Pareto front as ''high-quality'' data. For each preference, ParetoHqD follows a two-stage supervised fine-tuning process, where each stage uses an individual Pareto high-quality training set that best matches its preference direction. The experimental results have demonstrated the superiority of ParetoHqD over five baselines on two multiobjective alignment tasks.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:35:57 GMT" } ]
2025-04-24T00:00:00
[ [ "Gu", "Haoran", "" ], [ "Wang", "Handing", "" ], [ "Mei", "Yi", "" ], [ "Zhang", "Mengjie", "" ], [ "Jin", "Yaochu", "" ] ]
2504.16629
Miroslav Frost
Alexej Moskovka (1 and 2), Martin Hor\'ak (1 and 3), Jan Valdman (1), Michal Knapek (4), Milo\v{s} Jane\v{c}ek (4), Petr Sedl\'ak (5), Miroslav Frost (5) ((1) Institute of Information Theory and Automation, Czech Acad Sci, Prague, Czechia, (2) Faculty of Applied Sciences, University of West Bohemia, Pilsen, Czechia, (3) Faculty of Civil Engineering, Czech Technical University in Prague, Czechia (4) Faculty of Mathematics and Physics, Charles University, Prague, Czechia, (5) Institute of Thermomechanics, Czech Acad Sci, Prague, Czechia)
Finite-strain constitutive model for shape memory alloys formulated in the logarithmic strain space
15 pages, 7 figures, one table
null
null
null
cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
This work presents a finite-strain version of an established three-dimensional constitutive model for polycrystalline shape memory alloys (SMA) that is able to account for the large deformations and rotations that SMA components may undergo. The model is constructed by applying the logarithmic strain space approach to the original small-strain model, which was formulated within the Generalized Standard Materials framework and features a refined dissipation (rate) function. Additionally, the free energy function is augmented to be more versatile in capturing the transformation kinetics. The model is implemented into finite element software. To demonstrate the model performance and validate the implementation, material parameters are fitted to the experimental data of two SMA, and two computational simulations of SMA components are conducted. The applied approach is highly flexible from the perspective of the future incorporation of other phenomena, e.g., irreversibility associated with plasticity, into the model.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:39:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Moskovka", "Alexej", "", "1 and 2" ], [ "Horák", "Martin", "", "1 and 3" ], [ "Valdman", "Jan", "" ], [ "Knapek", "Michal", "" ], [ "Janeček", "Miloš", "" ], [ "Sedlák", "Petr", "" ], [ "Frost", "Miroslav", "" ] ]
2504.16630
Christophe Bruneel-Zupanc
Christophe Bruneel-Zupanc
Dynamic Discrete-Continuous Choice Models: Identification and Conditional Choice Probability Estimation
null
null
null
null
econ.EM
http://creativecommons.org/licenses/by/4.0/
This paper develops a general framework for dynamic models in which individuals simultaneously make both discrete and continuous choices. The framework incorporates a wide range of unobserved heterogeneity. I show that such models are nonparametrically identified. Based on constructive identification arguments, I build a novel two-step estimation method in the lineage of Hotz and Miller (1993) and Arcidiacono and Miller (2011) but extended to simultaneous discrete-continuous choice. In the first step, I recover the (type-dependent) optimal choices with an expectation-maximization algorithm and instrumental variable quantile regression. In the second step, I estimate the primitives of the model taking the estimated optimal choices as given. The method is especially attractive for complex dynamic models because it significantly reduces the computational burden associated with their estimation compared to alternative full solution methods.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:40:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Bruneel-Zupanc", "Christophe", "" ] ]
2504.16631
Haitao Hu
Hai-Tao Hu and Ming Gong and Guangcan Guo and Zijing Lin
Density of states and non-smooth Lyapunov exponent in the localized phase
null
null
null
null
cond-mat.dis-nn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Localization of wave functions in the disordered models can be characterized by the Lyapunov exponent, which is zero in the extended phase and nonzero in the localized phase. Previous studies have shown that this exponent is a smooth function of eigenenergy in the same phase, thus its non-smoothness can serve as strong evidence to determine the phase transition from the extended phase to the localized phase. However, logically, there is no fundamental reason that prohibits this Lyapunov exponent from being non-smooth in the localized phase. In this work, we show that if the localization centers are inhomogeneous in the whole chain and if the system possesses (at least) two different localization modes, the Lyapunov exponent can become non-smooth in the localized phase at the boundaries between the different localization modes. We demonstrate these results using several slowly varying models and show that the singularities of density of states are essential to these non-smoothness, according to the Thouless formula. These results can be generalized to higher-dimensional models, suggesting the possible delicate structures in the localized phase, which can revise our understanding of localization hence greatly advance our comprehension of Anderson localization.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:44:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Hu", "Hai-Tao", "" ], [ "Gong", "Ming", "" ], [ "Guo", "Guangcan", "" ], [ "Lin", "Zijing", "" ] ]
2504.16632
Emiliano Liwski
Emiliano Liwski, Fatemeh Mohammadi and R\'emi Pr\'ebet
Efficient Algorithms for Minimal Matroid Extensions and Irreducible Decompositions of Circuit Varieties
Comments are welcome!
null
null
null
math.CO cs.SC math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce an efficient method for decomposing the circuit variety of a given matroid $M$, based on an algorithm that identifies its minimal extensions. These extensions correspond to the smallest elements above $M$ in the poset defined by the dependency order. We apply our algorithm to several classical configurations: the V\'amos matroid, the unique Steiner quadruple system $S(3,4,8)$, the projective and affine planes, the dual of the Fano matroid, and the dual of the graphic matroid of $K_{3,3}$. In each case, we compute the minimal irreducible decomposition of their circuit varieties.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:47:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Liwski", "Emiliano", "" ], [ "Mohammadi", "Fatemeh", "" ], [ "Prébet", "Rémi", "" ] ]
2504.16633
Yasuhiro Miyazawa
Yasuhiro Miyazawa, Christopher Chong, Panayotis G. Kevrekidis, Jinkyu Yang
Interactions of mechanical rarefaction solitary waves
null
null
null
null
nlin.PS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Interactions between solitary waves have been pivotal to understanding nonlinear phenomena across various disciplines. The dynamics of rarefaction solitary waves holds great potential, yet their fundamental characteristics and interactions remain only partially understood through experimental means in mechanical metamaterials. Previous studies highlighted their existence and proposed applications, such as waveguides, impact mitigation, and energy harvesting. Challenges, including energy dissipation and a lack of precise measurement techniques, have hindered deeper exploration, most notably of solitonic collisions. In this work, we provide a definitive platform for examining pure rarefaction solitons propagating through a strain-softening mechanical lattice, addressing these challenges. Employing a theoretical framework based on the Boussinesq approximation and multiple-scale analysis, we predict soliton behavior, including phase shifts resulting from head-on collisions. These theoretical insights are corroborated through numerical simulations and systematic experiments designed to generate and measure pure rarefaction solitons with high precision. Both symmetric and asymmetric collisions are examined, revealing practically elastic interaction behaviors and amplitude-dependent phase shifts. Furthermore, collision dynamics, such as speed and phase shifts during rarefaction soliton collisions, from the experimental results show agreement with theoretical and numerical models. These results validate our experimental platform and findings, underscoring the potential of mechanical rarefaction solitons as robust, controllable wave packets. This suggests a robust paradigm for exploring nonlinear wave interactions in mechanical systems, opening new application avenues in mechanical metamaterials, such as wave-based computing and advanced signal processing.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:49:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Miyazawa", "Yasuhiro", "" ], [ "Chong", "Christopher", "" ], [ "Kevrekidis", "Panayotis G.", "" ], [ "Yang", "Jinkyu", "" ] ]
2504.16634
Karina Zakharova
Karina Zakharova, Artem Chernikov and Sergey Sysoev
Quantum algorithm for reducing amplitudes in order to search and filter data
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
The method is introduced for fast data processing by reducing the probability amplitudes of undesirable elements. The algorithm has a mathematical description and circuit implementation on a quantum processor. The idea is to make a quick decision (down to a single iteration) based on the correspondence between the data and the desired result, with a probability proportionate to this correspondence. Our approach allows one to calibrate the circuit to control specified proportions.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:53:14 GMT" } ]
2025-04-24T00:00:00
[ [ "Zakharova", "Karina", "" ], [ "Chernikov", "Artem", "" ], [ "Sysoev", "Sergey", "" ] ]
2504.16635
Fredy POKOU
Fredy Pokou (CRIStAL, INOCS), Jules Sadefo Kamdem (MRE), Fran\c{c}ois Benhmad (MRE)
Bridging Econometrics and AI: VaR Estimation via Reinforcement Learning and GARCH Models
null
null
null
null
cs.AI q-fin.CP q-fin.RM q-fin.ST
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In an environment of increasingly volatile financial markets, the accurate estimation of risk remains a major challenge. Traditional econometric models, such as GARCH and its variants, are based on assumptions that are often too rigid to adapt to the complexity of the current market dynamics. To overcome these limitations, we propose a hybrid framework for Value-at-Risk (VaR) estimation, combining GARCH volatility models with deep reinforcement learning. Our approach incorporates directional market forecasting using the Double Deep Q-Network (DDQN) model, treating the task as an imbalanced classification problem. This architecture enables the dynamic adjustment of risk-level forecasts according to market conditions. Empirical validation on daily Eurostoxx 50 data covering periods of crisis and high volatility shows a significant improvement in the accuracy of VaR estimates, as well as a reduction in the number of breaches and also in capital requirements, while respecting regulatory risk thresholds. The ability of the model to adjust risk levels in real time reinforces its relevance to modern and proactive risk management.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:54:22 GMT" } ]
2025-04-24T00:00:00
[ [ "Pokou", "Fredy", "", "CRIStAL, INOCS" ], [ "Kamdem", "Jules Sadefo", "", "MRE" ], [ "Benhmad", "François", "", "MRE" ] ]
2504.16636
Xianrui Luo
Xianrui Luo, Zijin Wu, Juewen Peng, Huiqiang Sun, Zhiguo Cao, Guosheng Lin
Dual-Camera All-in-Focus Neural Radiance Fields
Published by IEEE TPAMI 2025
null
10.1109/TPAMI.2025.3537178
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present the first framework capable of synthesizing the all-in-focus neural radiance field (NeRF) from inputs without manual refocusing. Without refocusing, the camera will automatically focus on the fixed object for all views, and current NeRF methods typically using one camera fail due to the consistent defocus blur and a lack of sharp reference. To restore the all-in-focus NeRF, we introduce the dual-camera from smartphones, where the ultra-wide camera has a wider depth-of-field (DoF) and the main camera possesses a higher resolution. The dual camera pair saves the high-fidelity details from the main camera and uses the ultra-wide camera's deep DoF as reference for all-in-focus restoration. To this end, we first implement spatial warping and color matching to align the dual camera, followed by a defocus-aware fusion module with learnable defocus parameters to predict a defocus map and fuse the aligned camera pair. We also build a multi-view dataset that includes image pairs of the main and ultra-wide cameras in a smartphone. Extensive experiments on this dataset verify that our solution, termed DC-NeRF, can produce high-quality all-in-focus novel views and compares favorably against strong baselines quantitatively and qualitatively. We further show DoF applications of DC-NeRF with adjustable blur intensity and focal plane, including refocusing and split diopter.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:55:02 GMT" } ]
2025-04-24T00:00:00
[ [ "Luo", "Xianrui", "" ], [ "Wu", "Zijin", "" ], [ "Peng", "Juewen", "" ], [ "Sun", "Huiqiang", "" ], [ "Cao", "Zhiguo", "" ], [ "Lin", "Guosheng", "" ] ]
2504.16637
Qifan Li
Qifan Li and Tianyi Liang and Xingtao Wang and Xiaopeng Fan
RouteWinFormer: A Route-Window Transformer for Middle-range Attention in Image Restoration
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Transformer models have recently garnered significant attention in image restoration due to their ability to capture long-range pixel dependencies. However, long-range attention often results in computational overhead without practical necessity, as degradation and context are typically localized. Normalized average attention distance across various degradation datasets shows that middle-range attention is enough for image restoration. Building on this insight, we propose RouteWinFormer, a novel window-based Transformer that models middle-range context for image restoration. RouteWinFormer incorporates Route-Windows Attnetion Module, which dynamically selects relevant nearby windows based on regional similarity for attention aggregation, extending the receptive field to a mid-range size efficiently. In addition, we introduce Multi-Scale Structure Regularization during training, enabling the sub-scale of the U-shaped network to focus on structural information, while the original-scale learns degradation patterns based on generalized image structure priors. Extensive experiments demonstrate that RouteWinFormer outperforms state-of-the-art methods across 9 datasets in various image restoration tasks.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:57:22 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Qifan", "" ], [ "Liang", "Tianyi", "" ], [ "Wang", "Xingtao", "" ], [ "Fan", "Xiaopeng", "" ] ]
2504.16638
Stefan \v{S}kondri\'c
Stefan \v{S}kondri\'c
Existence and uniqueness of Leray-Hopf weak solution for the inhomogeneous 2D Navier--Stokes equations without vacuum
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove the existence and uniqueness of weak solutions of the inhomogeneous incompressible Navier--Stokes equations without vacuum using the relative energy method. We present a novel and direct proof of the existence of weak solutions based on approximation with more regular solutions. The analysis we employ to justify the strong convergence reveals how to conclude the stability and uniqueness of weak solutions. To the best of our knowledge, these stability estimates are completely new. Furthermore, for the first time, we establish energy conservation for weak solutions.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:58:03 GMT" } ]
2025-04-24T00:00:00
[ [ "Škondrić", "Stefan", "" ] ]
2504.16639
Jiapeng Liu
Haoran Chen, Jiapeng Liu, Jiafan Wang and Wenjun Shi
DAPLSR: Data Augmentation Partial Least Squares Regression Model via Manifold Optimization
null
null
null
null
cs.LG cs.IR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Traditional Partial Least Squares Regression (PLSR) models frequently underperform when handling data characterized by uneven categories. To address the issue, this paper proposes a Data Augmentation Partial Least Squares Regression (DAPLSR) model via manifold optimization. The DAPLSR model introduces the Synthetic Minority Over-sampling Technique (SMOTE) to increase the number of samples and utilizes the Value Difference Metric (VDM) to select the nearest neighbor samples that closely resemble the original samples for generating synthetic samples. In solving the model, in order to obtain a more accurate numerical solution for PLSR, this paper proposes a manifold optimization method that uses the geometric properties of the constraint space to improve model degradation and optimization. Comprehensive experiments show that the proposed DAPLSR model achieves superior classification performance and outstanding evaluation metrics on various datasets, significantly outperforming existing methods.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:58:28 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Haoran", "" ], [ "Liu", "Jiapeng", "" ], [ "Wang", "Jiafan", "" ], [ "Shi", "Wenjun", "" ] ]
2504.16640
Sarah Alyami
Hasan Algafri, Hamzah Luqman, Sarah Alyami, and Issam Laradji
SSLR: A Semi-Supervised Learning Method for Isolated Sign Language Recognition
null
null
null
null
cs.CV cs.AI
http://creativecommons.org/licenses/by/4.0/
Sign language is the primary communication language for people with disabling hearing loss. Sign language recognition (SLR) systems aim to recognize sign gestures and translate them into spoken language. One of the main challenges in SLR is the scarcity of annotated datasets. To address this issue, we propose a semi-supervised learning (SSL) approach for SLR (SSLR), employing a pseudo-label method to annotate unlabeled samples. The sign gestures are represented using pose information that encodes the signer's skeletal joint points. This information is used as input for the Transformer backbone model utilized in the proposed approach. To demonstrate the learning capabilities of SSL across various labeled data sizes, several experiments were conducted using different percentages of labeled data with varying numbers of classes. The performance of the SSL approach was compared with a fully supervised learning-based model on the WLASL-100 dataset. The obtained results of the SSL model outperformed the supervised learning-based model with less labeled data in many cases.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 11:59:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Algafri", "Hasan", "" ], [ "Luqman", "Hamzah", "" ], [ "Alyami", "Sarah", "" ], [ "Laradji", "Issam", "" ] ]
2504.16641
Nabile Boussaid
Nabile Boussa\"id, Alessandro Duca (SPHINX, IECL)
$H^1$ local exact controllability of some one-dimensional bilinear Schr{\"o}dinger equations
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The local exact controllability of the one-dimensional bilinear Schr{\"o}dinger equation with Dirichlet boundary conditions has been extensively studied in subspaces of H 3 since the seminal work of K. Beauchard. Our first objective is to revisit this result and establish the controllability in H 1 0 for suitable discontinuous control potentials. In the second part, we consider the equation in the presence of periodic boundary conditions and a constant magnetic field. We prove the local exact controllability of periodic H 1 -states, thanks to a Zeeman-type effect induced by the magnetic field which decouples the resonant spectrum. Finally, we discuss open problems and partial results for the Neumann case and the harmonic oscillator.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:00:07 GMT" } ]
2025-04-24T00:00:00
[ [ "Boussaïd", "Nabile", "", "SPHINX, IECL" ], [ "Duca", "Alessandro", "", "SPHINX, IECL" ] ]
2504.16642
Sarah Wajsbrot
Jean Cardinal, Xavier Goaoc, Sarah Wajsbrot
Hitting and Covering Affine Families of Convex Polyhedra, with Applications to Robust Optimization
18 pages, 2 figures
null
null
null
cs.CG math.OC
http://creativecommons.org/licenses/by-nc-nd/4.0/
Geometric hitting set problems, in which we seek a smallest set of points that collectively hit a given set of ranges, are ubiquitous in computational geometry. Most often, the set is discrete and is given explicitly. We propose new variants of these problems, dealing with continuous families of convex polyhedra, and show that they capture decision versions of the two-level finite adaptability problem in robust optimization. We show that these problems can be solved in strongly polynomial time when the size of the hitting/covering set and the dimension of the polyhedra and the parameter space are constant. We also show that the hitting set problem can be solved in strongly quadratic time for one-parameter families of convex polyhedra in constant dimension. This leads to new tractability results for finite adaptability that are the first ones with so-called left-hand-side uncertainty, where the underlying problem is non-linear.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:01:16 GMT" } ]
2025-04-24T00:00:00
[ [ "Cardinal", "Jean", "" ], [ "Goaoc", "Xavier", "" ], [ "Wajsbrot", "Sarah", "" ] ]
2504.16643
Yi Zhang
Jun He, Xiaosong Peng, and Yi Zhang
Multiple Rota-Baxter algebra and multiple Rota-Baxter modules
26pages
null
null
null
math.RA
http://creativecommons.org/licenses/by/4.0/
In this paper, we develop the theory of multiple Rota-Baxter modules over multiple Rota-Baxter algebras. We introduce left, right, and bimodule structures and construct free $\Omega$-operated modules with mixable tensor establishing free commutative multiple Rota-Baxter modules. We provide a necessary and sufficient condition for a free module to admit a free multiple Rota-Baxter module structure. Furthermore, we define projective and injective multiple Rota-Baxter modules, showing that their category has enough projective and injective objects to support derived $\mathrm{Hom}$ functors. Finally, we introduce the tensor product of multiple Rota-Baxter algebras and define flat multiple Rota-Baxter modules, proving that both free and projective modules satisfy the flatness property.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:03:25 GMT" } ]
2025-04-24T00:00:00
[ [ "He", "Jun", "" ], [ "Peng", "Xiaosong", "" ], [ "Zhang", "Yi", "" ] ]
2504.16644
Max Neuwinger
Max Neuwinger, Dirk Riehle
A Systematic Review of Common Beginner Programming Mistakes in Data Engineering
Accepted to the 2025 IEEE/ACM 37th International Conference on Software Engineering Education and Training (CSEE&T)
null
null
null
cs.SE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The design of effective programming languages, libraries, frameworks, tools, and platforms for data engineering strongly depends on their ease and correctness of use. Anyone who ignores that it is humans who use these tools risks building tools that are useless, or worse, harmful. To ensure our data engineering tools are based on solid foundations, we performed a systematic review of common programming mistakes in data engineering. We focus on programming beginners (students) by analyzing both the limited literature specific to data engineering mistakes and general programming mistakes in languages commonly used in data engineering (Python, SQL, Java). Through analysis of 21 publications spanning from 2003 to 2024, we synthesized these complementary sources into a comprehensive classification that captures both general programming challenges and domain-specific data engineering mistakes. This classification provides an empirical foundation for future tool development and educational strategies. We believe our systematic categorization will help researchers, practitioners, and educators better understand and address the challenges faced by novice data engineers.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:04:09 GMT" } ]
2025-04-24T00:00:00
[ [ "Neuwinger", "Max", "" ], [ "Riehle", "Dirk", "" ] ]
2504.16645
Ming Liu
Ming Liu and Jiyuan Zhai and Feisi He and Zhenghui Mi
Preliminary design of a Cavity Tuner for Superconducting Radio-Frequency Cavity
10 pages, 14 figures
null
null
null
physics.acc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper introduces a newly designed cavity tuner for superconducting radio-frequency (SRF) cavity. Aiming to overcome the drawbacks of traditional tuning systems, like the limited tuning range of piezoelectric tuner and the low-speed tuning of stepper-motor-based tuner, this novel tuner is crafted to improve SRF cavity performance and stability via efficient and accurate frequency tuning. The design encompasses several key elements. The cavity structure includes a commonly used 1.3 GHz single-cell superconducting cavity and a room-temperature coaxial tuner cavity. The coupling mechanism between the two cavities, along with the coupling window design, ensures effective energy transfer while minimizing losses. The mechanical tuning system, driven by electromagnetic coils, enables precise adjustments, and the cooling mechanisms for both cavities guarantee stable operation. Functioning by coupling an external resonant cavity to the superconducting one, this tuner can adjust frequencies through mechanical or electromagnetic methods. It realizes rapid tuning, with a speed much faster than traditional mechanical tuner, high-precision tuning down to the sub-mHz level, and a wide tuning range covering a broader frequency spectrum. Theoretical analysis and simulations verify that the tuner can remarkably enhance tuning speed, precision, and range. It also has distinct advantages such as a simplified structure, which reduces manufacturing and maintenance complexity, and enhanced reliability due to its non-contact tuning operation. In particle accelerators, this cavity tuner holds great potential. It represents a significant step forward in superconducting accelerator technology, offering a novel way to optimize the performance and stability of SRF cavity.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:05:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Liu", "Ming", "" ], [ "Zhai", "Jiyuan", "" ], [ "He", "Feisi", "" ], [ "Mi", "Zhenghui", "" ] ]
2504.16647
Kazuhiro Watanabe
Greg Jackson, St\'ephane Peign\'e, Kazuhiro Watanabe
Medium-induced coherent gluon radiation for $2\to 2$ processes with general kinematics
6 pages, 1 figure. Proceedings of the 12th International Conference on Hard and Electromagnetic Probes of High-Energy Nuclear Collisions (Hard Probes 2024), September 22-27, 2024, Nagasaki, Japan
null
null
null
hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
High-energy proton-nucleus (pA) collisions have provided various clues for the role of cold nuclear matter effects in hadron production. In particular, multiple rescatterings of an incoming parton by the nuclear target are known to induce the radiation of many soft gluons, with those having a long formation time leading to the modification of hadron production rates due to fully coherent energy loss (FCEL). Here we present a recently derived formula for the induced single soft gluon radiation spectrum beyond leading logarithmic accuracy, whose main features are demonstrated with the example of $q\, g \to q\, g$ scattering.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:07:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Jackson", "Greg", "" ], [ "Peigné", "Stéphane", "" ], [ "Watanabe", "Kazuhiro", "" ] ]
2504.16648
Dejiang Yin
Yuxiao Wu, Dejiang Yin, Yu Pan, Liyun Zhang, Zhichen Pan, Lei Qian, Baoda Li, Yinfeng Dai, Yaowei Li, Xingnan Zhang, Minghui Li, Yifeng Li
FAST Observation and Results for Core Collapse Globular Cluster M15 and NGC 6517
4 pages, 3 figures, previously published work in URSI GASS
null
10.23919/URSIGASS57860.2023.10265611
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Radio astronomy is part of radio science that developed rapidly in recent decades. In the research of radio astronomy, pulsars have always been an enduring popular research target. To find and observe more pulsars, large radio telescopes have been built all over the world. In this paper, we present our studies on pulsars in M15 and NGC 6517 with FAST, including monitoring pulsars in M15 and new pulsar discoveries in NGC 6517. All the previously known pulsars in M15 were detected without no new discoveries. Among them, M15C was still detectable by FAST, while it is assumed to fade out due to precession [1]. In NGC 6517, new pulsars were continues to be discovered and all of them are tend to be isolated pulsars. Currently, the number of pulsars in NGC 6517 is 17, much more than the predicted before [2].
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:10:04 GMT" } ]
2025-04-24T00:00:00
[ [ "Wu", "Yuxiao", "" ], [ "Yin", "Dejiang", "" ], [ "Pan", "Yu", "" ], [ "Zhang", "Liyun", "" ], [ "Pan", "Zhichen", "" ], [ "Qian", "Lei", "" ], [ "Li", "Baoda", "" ], [ "Dai", "Yinfeng", "" ], [ "Li", "Yaowei", "" ], [ "Zhang", "Xingnan", "" ], [ "Li", "Minghui", "" ], [ "Li", "Yifeng", "" ] ]
2504.16649
Pei Lin
Pei Lin, Yuzhe Huang, Wanlin Li, Jianpeng Ma, Chenxi Xiao and Ziyuan Jiao
PP-Tac: Paper Picking Using Tactile Feedback in Dexterous Robotic Hands
accepted by Robotics: Science and Systems(RSS) 2025
null
null
null
cs.RO
http://creativecommons.org/licenses/by/4.0/
Robots are increasingly envisioned as human companions, assisting with everyday tasks that often involve manipulating deformable objects. Although recent advances in robotic hardware and embodied AI have expanded their capabilities, current systems still struggle with handling thin, flat, and deformable objects such as paper and fabric. This limitation arises from the lack of suitable perception techniques for robust state estimation under diverse object appearances, as well as the absence of planning techniques for generating appropriate grasp motions. To bridge these gaps, this paper introduces PP-Tac, a robotic system for picking up paper-like objects. PP-Tac features a multi-fingered robotic hand with high-resolution omnidirectional tactile sensors \sensorname. This hardware configuration enables real-time slip detection and online frictional force control that mitigates such slips. Furthermore, grasp motion generation is achieved through a trajectory synthesis pipeline, which first constructs a dataset of finger's pinching motions. Based on this dataset, a diffusion-based policy is trained to control the hand-arm robotic system. Experiments demonstrate that PP-Tac can effectively grasp paper-like objects of varying material, thickness, and stiffness, achieving an overall success rate of 87.5\%. To our knowledge, this work is the first attempt to grasp paper-like deformable objects using a tactile dexterous hand. Our project webpage can be found at: https://peilin-666.github.io/projects/PP-Tac/
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:10:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Lin", "Pei", "" ], [ "Huang", "Yuzhe", "" ], [ "Li", "Wanlin", "" ], [ "Ma", "Jianpeng", "" ], [ "Xiao", "Chenxi", "" ], [ "Jiao", "Ziyuan", "" ] ]
2504.16650
Hao Liu
Yuan Cai, Xiufang Cui, Fei Jiang, Hao Liu
Small Alfv\'en Number Limit for the Global-in-time Solutions of Incompressible MHD Equations with General Initial Data
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The small Alfv\'en number (denoted by $\varepsilon$) limit (one type of large parameter limits, i.e. singular limits) in magnetohydrodynamic (abbr. MHD) equations was first proposed by Klainerman--Majda in (Comm. Pure Appl. Math. 34: 481--524, 1981). Recently Ju--Wang--Xu mathematically verified that the \emph{local-in-time} solutions of three-dimensional (abbr. 3D) ideal (i.e. the absence of the dissipative terms) incompressible MHD equations with general initial data in $\mathbb{T}^3$ (i.e. a spatially periodic domain) tend to a solution of 2D ideal MHD equations in the distribution sense as $\varepsilon\to 0$ by Schochet's fast averaging method in (J. Differential Equations, 114: 476--512, 1994). In this paper, we revisit the small Alfv\'en number limit in $\mathbb{R}^n$ with $n=2$, $3$, and develop another approach, motivated by Cai--Lei's energy method in (Arch. Ration. Mech. Anal. 228: 969--993, 2018), to establish a new conclusion that the \emph{global-in-time} solutions of incompressible MHD equations (including the viscous resistive case) with general initial data converge to zero as $\varepsilon\to 0$ for any given time-space variable $(x,t)$ with $t>0$. In addition, we find that the large perturbation solutions and vanishing phenomenon of the nonlinear interactions also exist in the \emph{viscous resistive} MHD equations for small Alfv\'en numbers, and thus extend Bardos et al.'s results of the \emph{ideal} MHD equations in (Trans Am Math Soc 305: 175--191, 1988).
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:10:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Cai", "Yuan", "" ], [ "Cui", "Xiufang", "" ], [ "Jiang", "Fei", "" ], [ "Liu", "Hao", "" ] ]
2504.16651
Fabio De Gaspari
William Corrias and Fabio De Gaspari and Dorjan Hitaj and Luigi V. Mancini
MAYA: Addressing Inconsistencies in Generative Password Guessing through a Unified Benchmark
null
null
null
null
cs.CR cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
The rapid evolution of generative models has led to their integration across various fields, including password guessing, aiming to generate passwords that resemble human-created ones in complexity, structure, and patterns. Despite generative model's promise, inconsistencies in prior research and a lack of rigorous evaluation have hindered a comprehensive understanding of their true potential. In this paper, we introduce MAYA, a unified, customizable, plug-and-play password benchmarking framework. MAYA provides a standardized approach for evaluating generative password-guessing models through a rigorous set of advanced testing scenarios and a collection of eight real-life password datasets. Using MAYA, we comprehensively evaluate six state-of-the-art approaches, which have been re-implemented and adapted to ensure standardization, for a total of over 15,000 hours of computation. Our findings indicate that these models effectively capture different aspects of human password distribution and exhibit strong generalization capabilities. However, their effectiveness varies significantly with long and complex passwords. Through our evaluation, sequential models consistently outperform other generative architectures and traditional password-guessing tools, demonstrating unique capabilities in generating accurate and complex guesses. Moreover, models learn and generate different password distributions, enabling a multi-model attack that outperforms the best individual model. By releasing MAYA, we aim to foster further research, providing the community with a new tool to consistently and reliably benchmark password-generation techniques. Our framework is publicly available at https://github.com/williamcorrias/MAYA-Password-Benchmarking
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:16:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Corrias", "William", "" ], [ "De Gaspari", "Fabio", "" ], [ "Hitaj", "Dorjan", "" ], [ "Mancini", "Luigi V.", "" ] ]
2504.16652
Om Acharya
Yogesh Deo, Meenu Shrestha, Om Nath Acharya
Non-linearity Effect Analysis of Gaussian Pulse Propagation In Optical Fiber
null
null
null
null
physics.optics eess.SP
http://creativecommons.org/licenses/by/4.0/
In this research, numerical analysis of nonlinear pulse propagation is carried out. This is done mainly by solving the nonlinear Schrodinger equation using the split step algorithm. In a nonlinear media, dispersive effects exist simultaneously with nonlinear effects. Refractive index dependence on intensity results in optical Kerr effect which causes narrowing of transmitted pulses by inducing self-phase modulation while second order group velocity dispersion causes the pulses to spread. In this project, group velocity dispersion is discussed followed by self-phase modulation. These individually detrimental effects are shown to combine beneficially for propagation of pulses here. Gaussian pulse is studied and propagated by using them as input in to the nonlinear Schrodinger equation. The split step algorithm is described in depth. Explanation of each step is included along with the relevant equations defining these steps.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:17:43 GMT" } ]
2025-04-24T00:00:00
[ [ "Deo", "Yogesh", "" ], [ "Shrestha", "Meenu", "" ], [ "Acharya", "Om Nath", "" ] ]
2504.16653
Giacomo Ghiringhelli
Giacomo Merzoni, Leonardo Martinelli, Sergii Parchenko, Sophia F.R. TenHuisen, Vasily Lebedev, Luigi Adriano, Robert Carley, Natalia Gerasimova, Laurent Mercadier, Martin Teichmann, Benjamin E. van Kuiken, Zhong Yin, Amina Alic, Denitsa R. Baykusheva, Sorin G. Chiuzbaian, Stefano Dal Conte, Oleg Dogadov, Alexander F\"ohlisch, Maurits W. Haverkort, Maximilian Kusch, Tim Laarmann, Wei Sheng Lee, Marco Moretti Sala, Ying Ying Peng, Qing Zheng Qiu, Thorsten Schmitt, Sreeju Sreekantan Nair Lalithambika, Simone Techert, Giulio Cerullo, Michael F\"orst, Matteo Mitrano, Mark P.M. Dean, Justine Schlappa, Andreas Scherz, Giacomo Ghiringhelli
Photo-generated charge-transfer excitons in NiO revealed by ultrafast time-resolved resonant inelastic x-ray scattering
36 pages, 11 figures
null
null
null
cond-mat.str-el
http://creativecommons.org/licenses/by-nc-nd/4.0/
Strong electronic correlation can lead to insulating behavior and to the opening of large optical gaps, even in materials with partly filled valence shells. Although the non-equilibrium optical response encodes both local (quasi atomic) and collective (long range) responses, optical spectroscopy is usually more sensitive to the latter. Resonant x-ray techniques are better suited to investigate the quasi-atomic properties of correlated solids. Using time-resolved resonant inelastic x-ray scattering (RIXS), here we study the ultrafast non-equilibrium processes in NiO following photo-excitation by ultraviolet photons with energy exceeding the optical gap. We observe the creation of charge-transfer excitons that decay with a time constant of about 2\,ps, while itinerant photo-doping persists for tens of picoseconds. Following our discovery, which establishes time-resolved high-resolution RIXS as a powerful tool for the study of transient phenomena in condensed matter, the possible presence of charge-transfer excitons will need to be considered when interpreting optical pump-probe experiments on correlated quantum materials.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:19:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Merzoni", "Giacomo", "" ], [ "Martinelli", "Leonardo", "" ], [ "Parchenko", "Sergii", "" ], [ "TenHuisen", "Sophia F. R.", "" ], [ "Lebedev", "Vasily", "" ], [ "Adriano", "Luigi", "" ], [ "Carley", "Robert", "" ], [ "Gerasimova", "Natalia", "" ], [ "Mercadier", "Laurent", "" ], [ "Teichmann", "Martin", "" ], [ "van Kuiken", "Benjamin E.", "" ], [ "Yin", "Zhong", "" ], [ "Alic", "Amina", "" ], [ "Baykusheva", "Denitsa R.", "" ], [ "Chiuzbaian", "Sorin G.", "" ], [ "Conte", "Stefano Dal", "" ], [ "Dogadov", "Oleg", "" ], [ "Föhlisch", "Alexander", "" ], [ "Haverkort", "Maurits W.", "" ], [ "Kusch", "Maximilian", "" ], [ "Laarmann", "Tim", "" ], [ "Lee", "Wei Sheng", "" ], [ "Sala", "Marco Moretti", "" ], [ "Peng", "Ying Ying", "" ], [ "Qiu", "Qing Zheng", "" ], [ "Schmitt", "Thorsten", "" ], [ "Lalithambika", "Sreeju Sreekantan Nair", "" ], [ "Techert", "Simone", "" ], [ "Cerullo", "Giulio", "" ], [ "Först", "Michael", "" ], [ "Mitrano", "Matteo", "" ], [ "Dean", "Mark P. M.", "" ], [ "Schlappa", "Justine", "" ], [ "Scherz", "Andreas", "" ], [ "Ghiringhelli", "Giacomo", "" ] ]
2504.16654
Hubert Wu
Hubert Wu
International Comparisons: Multilateral Indices and Nonparametric Welfare Bounds
null
null
null
null
econ.GN q-fin.EC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multilateral index numbers, such as those used to make international comparisons of prices and income, are fundamental objects in economics. However, these numbers are often challenging to interpret in terms of economic welfare as a data-dependent 'taste bias' can arise for these indices that distorts measurement of price and income levels and dispersion. To study this problem, I develop a means to appraise indices' economic interpretability using non-parametric bounds on a true cost-of-living index. These bounds improve upon their classical counterparts, define a new class of indices, and can correct existing indices for preference misspecification. In my main application I apprise existing international comparison methods. I find that taste bias generally leads to overestimates (underestimates) of price (income) levels. Superlative indices, such as the Fisher-GEKS index, lie within the permitted bounds more frequently than non-superlative methods, but the mean size of this bias is modest in all examined cases. My results can thus be interpreted as supporting the economic validity of the myriad multilateral methods which are in practical use.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:22:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Wu", "Hubert", "" ] ]
2504.16655
Younggeol Cho
Younggeol Cho, Elisa Motta, Olivia Nocentini, Marta Lagomarsino, Andrea Merello, Marco Crepaldi, and Arash Ajoudani
WiFi based Human Fall and Activity Recognition using Transformer based Encoder Decoder and Graph Neural Networks
8 pages, 4 figures
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Human pose estimation and action recognition have received attention due to their critical roles in healthcare monitoring, rehabilitation, and assistive technologies. In this study, we proposed a novel architecture named Transformer based Encoder Decoder Network (TED Net) designed for estimating human skeleton poses from WiFi Channel State Information (CSI). TED Net integrates convolutional encoders with transformer based attention mechanisms to capture spatiotemporal features from CSI signals. The estimated skeleton poses were used as input to a customized Directed Graph Neural Network (DGNN) for action recognition. We validated our model on two datasets: a publicly available multi modal dataset for assessing general pose estimation, and a newly collected dataset focused on fall related scenarios involving 20 participants. Experimental results demonstrated that TED Net outperformed existing approaches in pose estimation, and that the DGNN achieves reliable action classification using CSI based skeletons, with performance comparable to RGB based systems. Notably, TED Net maintains robust performance across both fall and non fall cases. These findings highlight the potential of CSI driven human skeleton estimation for effective action recognition, particularly in home environments such as elderly fall detection. In such settings, WiFi signals are often readily available, offering a privacy preserving alternative to vision based methods, which may raise concerns about continuous camera monitoring.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:22:24 GMT" } ]
2025-04-24T00:00:00
[ [ "Cho", "Younggeol", "" ], [ "Motta", "Elisa", "" ], [ "Nocentini", "Olivia", "" ], [ "Lagomarsino", "Marta", "" ], [ "Merello", "Andrea", "" ], [ "Crepaldi", "Marco", "" ], [ "Ajoudani", "Arash", "" ] ]
2504.16657
Zhefeng Xu
Bang-Xian Han, Zhe-Feng Xu, Zhuonan Zhu
A new characterization of Sobolev spaces on Lipschitz differentiability spaces
19 pages
null
null
null
math.FA math.MG
http://creativecommons.org/licenses/by/4.0/
We prove a new characterization of metric Sobolev spaces, in the spirit of Brezis--Van Schaftingen--Yung's asymptotic formula. A new feature of our work is that we do not need Poincar\'e inequality which is a common tool in the literature. Another new feature is that we find a direct link between Brezis--Van Schaftingen--Yung's asymptotic formula and Cheeger's Lipschitz differentiability.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:24:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Han", "Bang-Xian", "" ], [ "Xu", "Zhe-Feng", "" ], [ "Zhu", "Zhuonan", "" ] ]
2504.16658
Ole-Christian Galbo Engstr{\o}m
Ole-Christian Galbo Engstr{\o}m and Erik Schou Dreier and Birthe M{\o}ller Jespersen and Kim Steenstrup Pedersen
A Time Series Dataset of NIR Spectra and RGB and NIR-HSI Images of the Barley Germination Process
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
We provide an open-source dataset of RGB and NIR-HSI (near-infrared hyperspectral imaging) images with associated segmentation masks and NIR spectra of 2242 individual malting barley kernels. We imaged every kernel pre-exposure to moisture and every 24 hours after exposure to moisture for five consecutive days. Every barley kernel was labeled as germinated or not germinated during each image acquisition. The barley kernels were imaged with black filter paper as the background, facilitating straight-forward intensity threshold-based segmentation, e.g., by Otsu's method. This dataset facilitates time series analysis of germination time for barley kernels using either RGB image analysis, NIR spectral analysis, NIR-HSI analysis, or a combination hereof.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:25:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Engstrøm", "Ole-Christian Galbo", "" ], [ "Dreier", "Erik Schou", "" ], [ "Jespersen", "Birthe Møller", "" ], [ "Pedersen", "Kim Steenstrup", "" ] ]
2504.16660
Zlatinka Dimitrova
Zlatinka I. Dimitrova
Five Specific Cases of the Simple Equations Method (SEsM)
21 pages, 0 figures
null
null
null
nlin.SI
http://creativecommons.org/licenses/by/4.0/
We discuss the Simple Equations Method (SEsM) for obtaining exact solutions of nonlinear partial differential equations. We show that the Jacobi Elliptic Function Expansion Method, F-Expansion method, Modified Simple Equation method, Trial Function Method, General Projective Riccati Equations Method and the First Integral Method are specific cases of SEsM.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:26:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Dimitrova", "Zlatinka I.", "" ] ]
2504.16661
Tam\'as Prok
Tam\'as Prok, Jan Hidding, Szabolcs Csonka, P\'eter Makk, Marcos H. D. Guimar\~aes, Endre T\'ov\'ari
Impact of unidirectional magnetoresistance on spin-orbit torque analysis
null
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The second-harmonic Hall technique is a widely used, sensitive method for studying the spin-orbit torques generated by charge current. It exploits the dependence of the Hall resistance on the magnetization direction, although thermal phenomena also contribute. Historically, deviations from the expected magnetic field dependence have usually been neglected. Based on our studies on permalloy/platinum bilayers, we show that a unidirectional magnetoresistance - known to appear in the second-harmonic longitudinal resistance - also appears in the Hall data, and that describing the results in a wide field range with these contributions is essential to accurately estimate the torques.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:28:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Prok", "Tamás", "" ], [ "Hidding", "Jan", "" ], [ "Csonka", "Szabolcs", "" ], [ "Makk", "Péter", "" ], [ "Guimarães", "Marcos H. D.", "" ], [ "Tóvári", "Endre", "" ] ]
2504.16662
BoRui Wang
BoRui Wang, ShengYi Ye, J.Varela, and XinYi Luo
MHD Simulations Preliminarily Predict The Habitability and Radio Emission of TRAPPIST-1e
null
null
null
null
astro-ph.EP astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
As the closest Earth-like exoplanet within the habitable zone of the M-dwarf star TRAPPIST-1, TRAPPIST-1e exhibits a magnetic field topology that is dependent on space weather conditions. Variations in these conditions influence its habitability and contribute to its radio emissions. Our objective is to analyze the response of different terrestrial magnetosphere structures of TRAPPIST-1e to various space weather conditions, including events analogous to coronal mass ejections (CMEs). We assess its habitability by computing the magnetopause standoff distance and predict the resulting radio emissions using scaling laws. This study provides some priors for future radio observations. We perform three-dimensional magnetohydrodynamic (MHD) simulations of the TRAPPIST-1e system using the PLUTO code in spherical coordinates. Our analysis indicates that the predicted habitability and radio emission of TRAPPIST-1e strongly depend on the planet's magnetic field intensity and magnetic axis inclination. Within sub-Alfvenic, super-Alfvenic, and transitional stellar wind regimes, the radio emission intensity positively correlates with both planetary magnetic field strength and axial tilt, while planetary habitability, quantified by the magnetopause standoff distance, shows a positive correlation with magnetic field strength and a negative correlation with magnetic axis tilt...
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:28:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "BoRui", "" ], [ "Ye", "ShengYi", "" ], [ "Varela", "J.", "" ], [ "Luo", "XinYi", "" ] ]
2504.16663
Dariusz Kaloci\'nski
Nikolay Bazhenov, Dariusz Kaloci\'nski, Micha{\l} Wroc{\l}awski
Online and feasible presentability: from trees to modal algebras
26 pages, 2 figures, ICALP 2025
null
null
null
math.LO cs.CC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate whether every computable member of a given class of structures admits a fully primitive recursive (also known as punctual) or fully P-TIME copy. A class with this property is referred to as punctually robust or P-TIME robust, respectively. We present both positive and negative results for structures corresponding to well-known representations of trees, such as binary trees, ordered trees, sequential (or prefix) trees, and partially ordered (poset) trees. A corollary of one of our results on trees is that semilattices and lattices are not punctually robust. In the main result of the paper, we demonstrate that, unlike Boolean algebras, modal algebras - that is, Boolean algebras with modality - are not punctually robust. The question of whether distributive lattices are punctually robust remains open. The paper contributes to a decades-old program on effective and feasible algebra, which has recently gained momentum due to rapid developments in punctual structure theory and its connections to online presentations of structures.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:31:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Bazhenov", "Nikolay", "" ], [ "Kalociński", "Dariusz", "" ], [ "Wrocławski", "Michał", "" ] ]
2504.16664
Satoshi Watanabe
Satoshi Watanabe, Pulak Ranjan Giri
Quantum walk search for exceptional configurations on one- and two-dimensional lattice with extra long-range edges of HN4 network
24 pages, 9 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
There exist several types of configurations of marked vertices, referred to as the exceptional configurations, on one- and two-dimensional periodic lattices with additional long-range edges of the HN4 network, which are challenging to find using discrete-time quantum walk algorithms. In this article, we conduct a comparative analysis of the discrete-time quantum walk algorithm utilizing various coin operators to search for these exceptional configurations. First, we study the emergence of several new exceptional configurations/vertices due to the additional long-range edges of the HN4 network on both one- and two-dimensional lattices. Second, our study shows that the diagonal configuration on a two-dimensional lattice, which is exceptional in the case without long-range edges, no longer remains an exceptional configuration. Third, it is also shown that a recently proposed modified coin can search all these configurations, including any other configurations in one- and two-dimensional lattices with very high success probability. Additionally, we construct stationary states for the exceptional configurations caused by the additional long-range edges, which explains why the standard and lackadaisical quantum walks with the Grover coin cannot search these configurations.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:33:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Watanabe", "Satoshi", "" ], [ "Giri", "Pulak Ranjan", "" ] ]
2504.16665
Boyou Xue
Wenping Ma, Boyou Xue, Mengru Ma, Chuang Chen, Hekai Zhang, Hao Zhu
A Diff-Attention Aware State Space Fusion Model for Remote Sensing Classification
12 pages,9 figures
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multispectral (MS) and panchromatic (PAN) images describe the same land surface, so these images not only have their own advantages, but also have a lot of similar information. In order to separate these similar information and their respective advantages, reduce the feature redundancy in the fusion stage. This paper introduces a diff-attention aware state space fusion model (DAS2F-Model) for multimodal remote sensing image classification. Based on the selective state space model, a cross-modal diff-attention module (CMDA-Module) is designed to extract and separate the common features and their respective dominant features of MS and PAN images. Among this, space preserving visual mamba (SPVM) retains image spatial features and captures local features by optimizing visual mamba's input reasonably. Considering that features in the fusion stage will have large semantic differences after feature separation and simple fusion operations struggle to effectively integrate these significantly different features, an attention-aware linear fusion module (AALF-Module) is proposed. It performs pixel-wise linear fusion by calculating influence coefficients. This mechanism can fuse features with large semantic differences while keeping the feature size unchanged. Empirical evaluations indicate that the presented method achieves better results than alternative approaches. The relevant code can be found at:https://github.com/AVKSKVL/DAS-F-Model
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:34:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Ma", "Wenping", "" ], [ "Xue", "Boyou", "" ], [ "Ma", "Mengru", "" ], [ "Chen", "Chuang", "" ], [ "Zhang", "Hekai", "" ], [ "Zhu", "Hao", "" ] ]
2504.16666
Wladyslaw Henryk Trzaska
W. H. Trzaska, A. Barzilov, T. Enqvist, K. Jedrzejczak, M. Kasztelan, P. Kuusiniemi, K. K. Loo, J. Orzechowski, M. S{\l}upecki, J. Szabelski, and T. E. Ward
Anomalies in Muon-Induced Neutron Emissions from Pb
36 pages, 31 figures
null
null
null
hep-ex
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper analyses neutron multiplicity spectra from massive targets at depths of 3, 40, 210, 583, 1166, and 4000 m.w.e. The measurements, conducted between 2001 and 2024, utilised three experimental setups with either 14 or 60 He-3 neutron detectors and lead (Pb) targets weighing 306, 565, or 1134 kg. The total acquisition time exceeded six years. When available, the acquired spectra were compared with Monte Carlo simulations. Our data challenges the practice of approximating the muon-induced neutron multiplicity spectra with one power-law function $k \times m^{-p}$, where m is the multiplicity, k is the depth-related parameter decreasing with overburden, and p is the slope parameter that remains unchanged with depth. Instead, we see the emergence of a second component. It is evident already in the muon-suppressed spectrum collected on the surface and dominates the spectra at 1166 and 4000 m.w.e. In addition, we see indications of a possible structure in the second component that resembles emissions of approximately 74, 106, 143, and 214 neutrons from the target. Since the anomaly varies only slightly with depth, it is not directly correlated with the muon flux. We propose new underground measurements employing low-cost, large-area, position-sensitive neutron counters to verify and investigate the observed anomalies and ascertain their origin.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:35:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Trzaska", "W. H.", "" ], [ "Barzilov", "A.", "" ], [ "Enqvist", "T.", "" ], [ "Jedrzejczak", "K.", "" ], [ "Kasztelan", "M.", "" ], [ "Kuusiniemi", "P.", "" ], [ "Loo", "K. K.", "" ], [ "Orzechowski", "J.", "" ], [ "Słupecki", "M.", "" ], [ "Szabelski", "J.", "" ], [ "Ward", "T. E.", "" ] ]
2504.16667
Zhaohan Daniel Guo
Zhaohan Daniel Guo, Bernardo Avila Pires, Khimya Khetarpal, Dale Schuurmans, Bo Dai
Representation Learning via Non-Contrastive Mutual Information
null
null
null
null
cs.LG cs.AI cs.CV stat.ML
http://creativecommons.org/licenses/by-nc-sa/4.0/
Labeling data is often very time consuming and expensive, leaving us with a majority of unlabeled data. Self-supervised representation learning methods such as SimCLR (Chen et al., 2020) or BYOL (Grill et al., 2020) have been very successful at learning meaningful latent representations from unlabeled image data, resulting in much more general and transferable representations for downstream tasks. Broadly, self-supervised methods fall into two types: 1) Contrastive methods, such as SimCLR; and 2) Non-Contrastive methods, such as BYOL. Contrastive methods are generally trying to maximize mutual information between related data points, so they need to compare every data point to every other data point, resulting in high variance, and thus requiring large batch sizes to work well. Non-contrastive methods like BYOL have much lower variance as they do not need to make pairwise comparisons, but are much trickier to implement as they have the possibility of collapsing to a constant vector. In this paper, we aim to develop a self-supervised objective that combines the strength of both types. We start with a particular contrastive method called the Spectral Contrastive Loss (HaoChen et al., 2021; Lu et al., 2024), and we convert it into a more general non-contrastive form; this removes the pairwise comparisons resulting in lower variance, but keeps the mutual information formulation of the contrastive method preventing collapse. We call our new objective the Mutual Information Non-Contrastive (MINC) loss. We test MINC by learning image representations on ImageNet (similar to SimCLR and BYOL) and show that it consistently improves upon the Spectral Contrastive loss baseline.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:35:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Guo", "Zhaohan Daniel", "" ], [ "Pires", "Bernardo Avila", "" ], [ "Khetarpal", "Khimya", "" ], [ "Schuurmans", "Dale", "" ], [ "Dai", "Bo", "" ] ]
2504.16668
Shuyue Wei
Shuyue Wei, Yongxin Tong, Zimu Zhou, Tianran He, Yi Xu
Efficient Data Valuation Approximation in Federated Learning: A Sampling-based Approach
null
null
null
null
cs.LG cs.DB
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Federated learning paradigm to utilize datasets across multiple data providers. In FL, cross-silo data providers often hesitate to share their high-quality dataset unless their data value can be fairly assessed. Shapley value (SV) has been advocated as the standard metric for data valuation in FL due to its desirable properties. However, the computational overhead of SV is prohibitive in practice, as it inherently requires training and evaluating an FL model across an exponential number of dataset combinations. Furthermore, existing solutions fail to achieve high accuracy and efficiency, making practical use of SV still out of reach, because they ignore choosing suitable computation scheme for approximation framework and overlook the property of utility function in FL. We first propose a unified stratified-sampling framework for two widely-used schemes. Then, we analyze and choose the more promising scheme under the FL linear regression assumption. After that, we identify a phenomenon termed key combinations, where only limited dataset combinations have a high-impact on final data value. Building on these insights, we propose a practical approximation algorithm, IPSS, which strategically selects high-impact dataset combinations rather than evaluating all possible combinations, thus substantially reducing time cost with minor approximation error. Furthermore, we conduct extensive evaluations on the FL benchmark datasets to demonstrate that our proposed algorithm outperforms a series of representative baselines in terms of efficiency and effectiveness.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:36:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Wei", "Shuyue", "" ], [ "Tong", "Yongxin", "" ], [ "Zhou", "Zimu", "" ], [ "He", "Tianran", "" ], [ "Xu", "Yi", "" ] ]
2504.16669
Reinhold Willcox
R. Willcox, P. Marchant, A. Vigna-G\'omez, H. Sana, J. Bodensteiner, K. Deshmukh, M. Esseldeurs, M. Fabry, V. H\'enault-Brunet, S. Janssens, L. Mahy, L. Patrick, D. Pauli, M. Renzo, A. A. C. Sander, T. Shenar, L. A. C. van Son, and M. Stoop (the BLOeM Collaboration)
Binarity at LOw Metallicity (BLOeM): Bayesian inference of natal kicks from inert black hole binaries
Article is 15 pages + 8 of appendix, 15 figures
null
null
null
astro-ph.SR astro-ph.GA astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Context. The emerging population of inert black hole binaries (BHBs) provides a unique opportunity to constrain black hole (BH) formation physics. These systems are composed of a stellar-mass BH in a wide orbit around a non-degenerate star with no observed Xray emission. Inert BHBs allow for narrow constraints to be inferred on the natal kick and mass loss during BH-forming core-collapse events. Aims. In anticipation of the upcoming BLOeM survey, we aim to provide tight constraints on BH natal kicks by exploiting the full parameter space obtained from combined spectroscopic and astrometric data to characterize the orbits of inert BHBs. Multi-epoch spectroscopy from the BLOeM project will provide measurements of periods, eccentricities, and radial velocities for inert BHBs in the SMC, which complements Gaia astrometric observations of proper motions. Methods. We present a Bayesian parameter estimation framework to infer natal kicks and mass loss during core-collapse from inert BHBs, accounting for all available observables, including the systemic velocity and its orientation relative to the orbital plane. The framework further allows for circumstances when some of the observables are unavailable, such as for the distant BLOeM sources which preclude resolved orbits. Results. With our new framework, we are able to distinguish between BH formation channels, even in the absence of a resolved orbit. In cases when the pre-explosion orbit can be assumed to be circular, we precisely recover the parameters of the core-collapse, highlighting the importance of understanding the eccentricity landscape of pre-explosion binaries, both theoretically and observationally. Treating the near-circular, inert BHB, VFTS 243, as a representative of the anticipated BLOeM systems, we constrain the natal kick to less than 27 km/s and the mass loss to less than 2.9 Msun within a 90% credible interval.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:36:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Willcox", "R.", "", "the BLOeM Collaboration" ], [ "Marchant", "P.", "", "the BLOeM Collaboration" ], [ "Vigna-Gómez", "A.", "", "the BLOeM Collaboration" ], [ "Sana", "H.", "", "the BLOeM Collaboration" ], [ "Bodensteiner", "J.", "", "the BLOeM Collaboration" ], [ "Deshmukh", "K.", "", "the BLOeM Collaboration" ], [ "Esseldeurs", "M.", "", "the BLOeM Collaboration" ], [ "Fabry", "M.", "", "the BLOeM Collaboration" ], [ "Hénault-Brunet", "V.", "", "the BLOeM Collaboration" ], [ "Janssens", "S.", "", "the BLOeM Collaboration" ], [ "Mahy", "L.", "", "the BLOeM Collaboration" ], [ "Patrick", "L.", "", "the BLOeM Collaboration" ], [ "Pauli", "D.", "", "the BLOeM Collaboration" ], [ "Renzo", "M.", "", "the BLOeM Collaboration" ], [ "Sander", "A. A. C.", "", "the BLOeM Collaboration" ], [ "Shenar", "T.", "", "the BLOeM Collaboration" ], [ "van Son", "L. A. C.", "", "the BLOeM Collaboration" ], [ "Stoop", "M.", "", "the BLOeM Collaboration" ] ]
2504.16670
Sean Goggins Ph.D
Wenyi Lu, Enock Kasaadah, S M Rakib Ul Karim, Matt Germonprez, Sean Goggins
Open Source Software Lifecycle Classification: Developing Wrangling Techniques for Complex Sociotechnical Systems
null
null
null
null
cs.SE cs.HC
http://creativecommons.org/licenses/by-nc-nd/4.0/
Open source software is a rapidly evolving center for distributed work, and understanding the characteristics of this work across its different contexts is vital for informing policy, economics, and the design of enabling software. The steep increase in open source projects and corporate participation have transformed a peripheral, cottage industry component of the global technology ecosystem into a large, infinitely complex "technology parts supplier" wired into every corner of contemporary life. The lack of theory and tools for breaking this complexity down into identifiable project types or strategies for understanding them more systematically is incommensurate with current industry, society, and developer needs. This paper reviews previous attempts to classify open source software and other organizational ecosystems, using open source scientific software ecosystems in contrast with those found in corporatized open source software. It then examines the divergent and sometimes conflicting purposes that may exist for classifying open source projects and how these competing interests impede our progress in developing a comprehensive understanding of how open source software projects and companies operate. Finally, we will present an empirical, mixed-methods study demonstrating how to classify open-source projects by their lifecycle position. This is the first step forward, advancing our scientific and practical knowledge of open source software through the lens of dynamic and evolving open source genres. It concludes with examples and a proposed path forward.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:37:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Lu", "Wenyi", "" ], [ "Kasaadah", "Enock", "" ], [ "Karim", "S M Rakib Ul", "" ], [ "Germonprez", "Matt", "" ], [ "Goggins", "Sean", "" ] ]
2504.16671
Joel Oksanen
Joel Oksanen, Andr\'es Lucero, Perttu H\"am\"al\"ainen
LLMCode: Evaluating and Enhancing Researcher-AI Alignment in Qualitative Analysis
null
null
null
null
cs.HC
http://creativecommons.org/licenses/by-nc-nd/4.0/
The use of large language models (LLMs) in qualitative analysis offers enhanced efficiency but raises questions about their alignment with the contextual nature of research for design (RfD). This research examines the trustworthiness of LLM-driven design insights, using qualitative coding as a case study to explore the interpretive processes central to RfD. We introduce LLMCode, an open-source tool integrating two metrics, namely Intersection over Union (IoU) and Modified Hausdorff Distance, to assess the alignment between human and LLM-generated insights. Across two studies involving 26 designers, we find that while the model performs well with deductive coding, its ability to emulate a designer's deeper interpretive lens over the data is limited, emphasising the importance of human-AI collaboration. Our results highlight a reciprocal dynamic where users refine LLM outputs and adapt their own perspectives based on the model's suggestions. These findings underscore the importance of fostering appropriate reliance on LLMs by designing tools that preserve interpretive depth while facilitating intuitive collaboration between designers and AI.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:39:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Oksanen", "Joel", "" ], [ "Lucero", "Andrés", "" ], [ "Hämäläinen", "Perttu", "" ] ]
2504.16672
Lizbel Leon-Solis
Fernando Su\'arez-S\'anchez, Evelyn P\'erez-Ruiz, Claudia Ivonne Ram\'irez-Silva, Mario Antonio Molina-Ayala, Sandra Rivera-Guti\'errez, Lizbel Le\'on-Sol\'is, L\'azaro Garc\'ia-Morales, Arturo Rodr\'iguez-Gonz\'alez, C\'esar Mart\'inez-Ortiz, Luis Axiel Meneses-Tapia, Miguel Cruz-L\'opez
A species of Coprococcus is related to BMI in patients who underwent malabsorptive bariatric surgery and its abundance is modified by magnesium and thiamin intake
null
null
null
null
q-bio.QM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Background: Morbid obesity is associated with metabolic alterations and the onset of type 2 diabetes. Patients who undergo a malabsorptive bariatric surgery show an important improvement in several clinical variables and a modification in the gut microbiota balance. In this study, we aimed to identify bacteria related to changes in the body mass index of patients who underwent a bariatric surgery and their relationship with nutrients intake. Results: There were differences in bacterial diversity in the gut microbiota of patients that underwent a bariatric surgery. The Shannon and Simpson indexes decrease after the surgery (p < 0.001) and the beta diversity indexes (Bray-Curtis, Weighted and Unweighted UniFrac) showed differences when comparing pre- and post-surgery (p = 0.001). The abundance of a species in the genus Coprococcus correlated positively with the intake of magnesium and thiamin in post-surgery individuals (rho = 0.816, pFDR = 0.029 and rho = 0.812, pFDR = 0.029, respectively) and was related to BMI in both groups (p = 0.043 pre-surgery and p = 0.036 post-surgery). The abundances of several bacteria belonging to the order Clostridiales, as well as an enrichment of vitamin B1 (thiamin) biosynthesis, sugar degradation, acetate production and some amino acids biosynthesis were higher before the surgery. Conclusions: The abundance of a species of the genus Coprococcus that showed inverse relationships with BMI in pre-surgery and post-surgery patients correlates with the intake of magnesium and thiamin in individuals that underwent a malabsorptive bariatric surgery. It indicates that the well-established beneficial effects of bariatric surgery on BMI may be amplified by modulating the intake of micronutrients and its effect on the gut bacterial.
[ { "version": "v1", "created": "Mon, 21 Apr 2025 22:11:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Suárez-Sánchez", "Fernando", "" ], [ "Pérez-Ruiz", "Evelyn", "" ], [ "Ramírez-Silva", "Claudia Ivonne", "" ], [ "Molina-Ayala", "Mario Antonio", "" ], [ "Rivera-Gutiérrez", "Sandra", "" ], [ "León-Solís", "Lizbel", "" ], [ "García-Morales", "Lázaro", "" ], [ "Rodríguez-González", "Arturo", "" ], [ "Martínez-Ortiz", "César", "" ], [ "Meneses-Tapia", "Luis Axiel", "" ], [ "Cruz-López", "Miguel", "" ] ]
2504.16673
Aviral Aggarwal
Aviral Aggarwal, Subhroneel Chakrabarti, and Madhusudhan Raman
Monopoles, Clarified
20 pages, 8 figures
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
We propose a manifestly duality-invariant, Lorentz-invariant, and local action to describe quantum electrodynamics theory in the presence of magnetic monopoles that derives from Sen's formalism. By employing field strengths as the dynamical variables, rather than potentials, this formalism resolves longstanding ambiguities in prior frameworks. Our analysis finds consistent outcomes at both tree and loop levels using the established principles of quantum field theory, obviating the need for external assumptions or amendments. We clarify the mechanisms of charge renormalisation and demonstrate the renormalisation group invariance of the charge quantisation condition. Our approach can be useful for phenomenological studies and in quantum field theories with strong-weak dualities.
[ { "version": "v1", "created": "Tue, 22 Apr 2025 14:11:25 GMT" } ]
2025-04-24T00:00:00
[ [ "Aggarwal", "Aviral", "" ], [ "Chakrabarti", "Subhroneel", "" ], [ "Raman", "Madhusudhan", "" ] ]
2504.16674
Srijata Lahiri
Srijata Lahiri, Kuntal Bhattacharyya, and Saurabh Basu
Emergent topological phases and coexistence of gapless and spectral-localized Floquet quantum spin Hall states via electron-phonon interaction
9 pages, 5 figures. Comments are welcome
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this work, a thorough exploration has been carried out to unravel the role of electron-phonon interaction (EPI) in a Bernevig-Hughes-Zhang (BHZ) quantum spin Hall (QSH) insulator subjected to a time-periodic step drive. It is observed that upon inclusion of the EPI, the system demonstrates emergent Floquet QSH (FQSH) phases and several topological phase transitions therein, mediated solely by the interaction strength. Quite intriguingly, the emergence of topological zero ($\pi$) modes in the bulk that remains otherwise gapless in the vicinity of the $\pi$ (zero) energy sector is observed, thus serving as a prime candidate of robust topology in gapless systems. With other invariants being found to be deficient in characterizing such coexistent phases, a spectral localizer (SL) is employed, which distinctly ascertains the nature of the (zero or $\pi$) edge modes. Following the SL prescription, a real-space Chern marker computed by us further provides support to such \textit{gapless} Floquet topological scenario. Our results can be realized in advanced optical setups that may underscore the importance of EPI-induced Floquet features.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:42:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Lahiri", "Srijata", "" ], [ "Bhattacharyya", "Kuntal", "" ], [ "Basu", "Saurabh", "" ] ]
2504.16675
Si Wang
Si Wang and Guoqiang Xiao
A Novel Sparse Sum and Difference Co-Array With Low Redundancy and Enhanced DOF for Non-Circular Signals
13 pages, 17 figures
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Array structures based on the sum and difference co-arrays provide more degrees of freedom (DOF). However, since the growth of DOF is limited by a single case of sum and difference co-arrays, the paper aims to design a sparse linear array (SLA) with higher DOF via exploring different cases of second-order cumulants. We present a mathematical framework based on second-order cumulant to devise a second-order extended co-array (SO-ECA) and define the redundancy of SO-ECA. Based on SO-ECA, a novel array is proposed, namely low redundancy sum and difference array (LR-SDA), which can provide closed-form expressions for the sensor positions and enhance DOF in order to resolve more signal sources in the direction of arrival (DOA) estimation of non-circular (NC) signals. For LR-SDA, the maximum DOF under the given number of total physical sensors can be derived and the SO-ECA of LR-SDA is hole-free. Further, the corresponding necessary and sufficient conditions of signal reconstruction for LR-SDA are derived. Additionally, the redundancy and weight function of LR-SDA are defined, and the lower band of the redundancy for LR-SDA is derived. The proposed LR-SDA achieves higher DOF and lower redundancy than those of existing DCAs designed based on sum and difference co-arrays. Numerical simulations are conducted to verify the superiority of LR-SDA on DOA estimation performance and enhanced DOF over other existing DCAs.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:45:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Si", "" ], [ "Xiao", "Guoqiang", "" ] ]
2504.16676
Junpeng Jiao
Junpeng Jiao
Volumes of divisors in a family and variation of singularities of linear systems
24 pages, comments are welcome
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the behavior of volumes of divisors in a family. We show that the volume of a divisor on the generic fiber equals the infimum of its volumes on fibers over any dense subset of the base. As an application, we show that the volume function is upper semicontinuous in flat families with reduced and irreducible fibers. We also prove that for a $\mathbb{Q}$-Cartier divisor $B$ on a family of varieties $X\rightarrow T$, if $(X_t,|B_t|_{\mathbb{Q}})$ is $\epsilon$-lc and the volume of $B_t$ is a constant for densely many closed points $t\in T$, then the generic fiber $(X_\eta,|B_\eta|_{\mathbb{Q}})$ is also $\epsilon$-lc.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:46:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Jiao", "Junpeng", "" ] ]
2504.16677
Lu\'isa Shimabucoro
Luisa Shimabucoro, Ahmet Ustun, Marzieh Fadaee, Sebastian Ruder
A Post-trainer's Guide to Multilingual Training Data: Uncovering Cross-lingual Transfer Dynamics
null
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by/4.0/
In order for large language models to be useful across the globe, they are fine-tuned to follow instructions on multilingual data. Despite the ubiquity of such post-training, a clear understanding of the dynamics that enable cross-lingual transfer remains elusive. This study examines cross-lingual transfer (CLT) dynamics in realistic post-training settings. We study two model families of up to 35B parameters in size trained on carefully controlled mixtures of multilingual data on three generative tasks with varying levels of complexity (summarization, instruction following, and mathematical reasoning) in both single-task and multi-task instruction tuning settings. Overall, we find that the dynamics of cross-lingual transfer and multilingual performance cannot be explained by isolated variables, varying depending on the combination of post-training settings. Finally, we identify the conditions that lead to effective cross-lingual transfer in practice.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:52:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Shimabucoro", "Luisa", "" ], [ "Ustun", "Ahmet", "" ], [ "Fadaee", "Marzieh", "" ], [ "Ruder", "Sebastian", "" ] ]
2504.16678
Thomas Wannerer
Thomas Wannerer
An Intersection Product for the Polytope Algebra
null
null
null
null
math.CO math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce a new multiplication for the polytope algebra, defined via the intersection of polytopes. After establishing the foundational properties of this intersection product, we investigate finite-dimensional subalgebras that arise naturally from this construction. These subalgebras can be regarded as volumetric analogues of the graded M\"obius algebra, which appears in the context of the Dowling-Wilson conjecture. We conjecture that they also satisfy the injective hard Lefschetz property and the Hodge-Riemann relations, and we prove these in degree one.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:54:07 GMT" } ]
2025-04-24T00:00:00
[ [ "Wannerer", "Thomas", "" ] ]
2504.16679
Hugo Lemarquand
Hugo Lemarquand, Mathieu Lugrin, C\'edric Content, Cl\'ement Caillaud, S\'ebastien Esquieu and Denis Sipp
Transition mechanisms in hypersonic wind-tunnel nozzles: a methodological approach using global linear stability analysis
null
null
null
null
physics.flu-dyn
http://creativecommons.org/licenses/by/4.0/
Base-flow computations and stability analyses are performed for a hypersonic wind tunnel nozzle at a Mach number of 6. Isothermal and adiabatic wall boundary conditions are investigated, and moderate stagnation conditions are used to provide representative scenarios to study the transition in quiet hypersonic wind tunnel facilities. Under these conditions, the studied nozzle shows a small flow separation at the convergent inlet. Global stability analysis reveals that this recirculation bubble may trigger a classical three-dimensional stationary unstable global mode. Resolvent analysis reveals G\"ortler, first and second Mack modes affecting the divergent part of the nozzle, along with a Kelvin-Helmholtz instability induced by the bubble. The present study also highlights the key impact of perturbations located in the convergent inlet on the development of instabilities further downstream in the divergent outlet, helping understand the need and efficacy of a suction lip upstream of the nozzle throat to mitigate instabilities in the divergent nozzle. Detailed knowledge of all these mechanisms is essential for understanding flows in quiet hypersonic wind tunnel nozzles and, consequently, represents a key step toward the optimisation of such nozzles.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:56:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Lemarquand", "Hugo", "" ], [ "Lugrin", "Mathieu", "" ], [ "Content", "Cédric", "" ], [ "Caillaud", "Clément", "" ], [ "Esquieu", "Sébastien", "" ], [ "Sipp", "Denis", "" ] ]
2504.16680
Chenhao Li
Chenhao Li, Andreas Krause, Marco Hutter
Offline Robotic World Model: Learning Robotic Policies without a Physics Simulator
null
null
null
null
cs.RO cs.AI cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Reinforcement Learning (RL) has demonstrated impressive capabilities in robotic control but remains challenging due to high sample complexity, safety concerns, and the sim-to-real gap. While offline RL eliminates the need for risky real-world exploration by learning from pre-collected data, it suffers from distributional shift, limiting policy generalization. Model-Based RL (MBRL) addresses this by leveraging predictive models for synthetic rollouts, yet existing approaches often lack robust uncertainty estimation, leading to compounding errors in offline settings. We introduce Offline Robotic World Model (RWM-O), a model-based approach that explicitly estimates epistemic uncertainty to improve policy learning without reliance on a physics simulator. By integrating these uncertainty estimates into policy optimization, our approach penalizes unreliable transitions, reducing overfitting to model errors and enhancing stability. Experimental results show that RWM-O improves generalization and safety, enabling policy learning purely from real-world data and advancing scalable, data-efficient RL for robotics.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 12:58:15 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Chenhao", "" ], [ "Krause", "Andreas", "" ], [ "Hutter", "Marco", "" ] ]
2504.16681
Chitradeep Saha
Chitradeep Saha, Suprabha Mukhopadhyay, Dibyendu Nandy
On the origin of long-term modulation in the Sun's magnetic activity cycle
12 pages, 4 figures, Published in ApJL
The Astrophysical Journal Letters, 2025, Volume 984, Number 1
10.3847/2041-8213/adc91e
null
astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
One of the most striking manifestations of orderly behavior emerging out of complex interactions in any astrophysical system is the 11-year cycle of sunspots. However, direct sunspot observations and reconstructions of long-term solar activity clearly exhibit amplitude fluctuations beyond the decadal timescale -- which may be termed as supradecadal modulation. Whether this long-term modulation in the Sun's magnetic activity results from nonlinear mechanisms or stochastic perturbations remains controversial and a matter of active debate. Utilizing multi-millennial scale kinematic dynamo simulations based on the Babcock-Leighton paradigm -- in the likely (near-critical) regime of operation of the solar dynamo -- we demonstrate that this supradecadal modulation in solar activity cannot be explained by nonlinear mechanisms alone; stochastic forcing is essential for the manifestation of observed long-term fluctuations in the near-critical dynamo regime. Our findings substantiate some independent observational and theoretical investigations, and provide additional insights into temporal dynamics associated with a plethora of natural phenomena in astronomy and planetary systems arising from weakly nonlinear, non-deterministic processes.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:01:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Saha", "Chitradeep", "" ], [ "Mukhopadhyay", "Suprabha", "" ], [ "Nandy", "Dibyendu", "" ] ]
2504.16682
Hyojae Lim
Youngmi Hur, Hyojae Lim, Mikyoung Lim
Provable wavelet-based neural approximation
null
null
null
null
cs.LG math.CA stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we develop a wavelet-based theoretical framework for analyzing the universal approximation capabilities of neural networks over a wide range of activation functions. Leveraging wavelet frame theory on the spaces of homogeneous type, we derive sufficient conditions on activation functions to ensure that the associated neural network approximates any functions in the given space, along with an error estimate. These sufficient conditions accommodate a variety of smooth activation functions, including those that exhibit oscillatory behavior. Furthermore, by considering the $L^2$-distance between smooth and non-smooth activation functions, we establish a generalized approximation result that is applicable to non-smooth activations, with the error explicitly controlled by this distance. This provides increased flexibility in the design of network architectures.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:02:37 GMT" } ]
2025-04-24T00:00:00
[ [ "Hur", "Youngmi", "" ], [ "Lim", "Hyojae", "" ], [ "Lim", "Mikyoung", "" ] ]
2504.16683
Ceren Y{\i}ld{\i}r{\i}m
Ceren Yildirim, Kamer Kaya, Sinan Yildirim, Erkay Savas
MCMC for Bayesian estimation of Differential Privacy from Membership Inference Attacks
Code available: https://github.com/cerenyildirim/MCMC_for_Bayesian_estimation
null
null
null
cs.LG stat.ML
http://creativecommons.org/licenses/by/4.0/
We propose a new framework for Bayesian estimation of differential privacy, incorporating evidence from multiple membership inference attacks (MIA). Bayesian estimation is carried out via a Markov chain Monte Carlo (MCMC) algorithm, named MCMC-DP-Est, which provides an estimate of the full posterior distribution of the privacy parameter (e.g., instead of just credible intervals). Critically, the proposed method does not assume that privacy auditing is performed with the most powerful attack on the worst-case (dataset, challenge point) pair, which is typically unrealistic. Instead, MCMC-DP-Est jointly estimates the strengths of MIAs used and the privacy of the training algorithm, yielding a more cautious privacy analysis. We also present an economical way to generate measurements for the performance of an MIA that is to be used by the MCMC method to estimate privacy. We present the use of the methods with numerical examples with both artificial and real data.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:10:37 GMT" } ]
2025-04-24T00:00:00
[ [ "Yildirim", "Ceren", "" ], [ "Kaya", "Kamer", "" ], [ "Yildirim", "Sinan", "" ], [ "Savas", "Erkay", "" ] ]
2504.16684
Daniel Steininger
Gerardus Croonen, Andreas Trondl, Julia Simon, Daniel Steininger
SemanticSugarBeets: A Multi-Task Framework and Dataset for Inspecting Harvest and Storage Characteristics of Sugar Beets
Accepted at Conference on Computer Vision and Pattern Recognition Workshops (CVPRW). Code and dataset available at https://github.com/semanticsugarbeets/semanticsugarbeets
null
null
null
cs.CV cs.LG
http://creativecommons.org/licenses/by-nc-sa/4.0/
While sugar beets are stored prior to processing, they lose sugar due to factors such as microorganisms present in adherent soil and excess vegetation. Their automated visual inspection promises to aide in quality assurance and thereby increase efficiency throughout the processing chain of sugar production. In this work, we present a novel high-quality annotated dataset and two-stage method for the detection, semantic segmentation and mass estimation of post-harvest and post-storage sugar beets in monocular RGB images. We conduct extensive ablation experiments for the detection of sugar beets and their fine-grained semantic segmentation regarding damages, rot, soil adhesion and excess vegetation. For these tasks, we evaluate multiple image sizes, model architectures and encoders, as well as the influence of environmental conditions. Our experiments show an mAP50-95 of 98.8 for sugar-beet detection and an mIoU of 64.0 for the best-performing segmentation model.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:14:03 GMT" } ]
2025-04-24T00:00:00
[ [ "Croonen", "Gerardus", "" ], [ "Trondl", "Andreas", "" ], [ "Simon", "Julia", "" ], [ "Steininger", "Daniel", "" ] ]
2504.16685
Minahil Adil Butt
Minahil Adil Butt, Sandeep Haridasu, Antonaldo Diaferio, Francesco Benetti, Yacer Boumechta, Carlo Baccigalupi, Andrea Lapi
Outer regions of galaxy clusters as a new probe to test modifications to gravity
null
null
null
null
astro-ph.CO gr-qc
http://creativecommons.org/licenses/by/4.0/
We apply the caustic technique to samples of galaxy clusters stacked in redshift space to estimate the gravitational potential in the cluster's outer region and test modifications to the standard theory of gravity. We separate 122 galaxy clusters from the HeCS-SZ, HeCS-redMapper, and HeCS samples into four samples with increasing mass; we estimate four robust, highly constraining caustic profiles for these samples. The caustic masses of the four stacked clusters agree within $ 10\%$ with the corresponding median values of each cluster sample. By adopting the NFW density profile to model the gravitational potential, we recover the caustic profile $\mathcal{A}(r)$ up to radius $r_{\rm p} \sim 4.0\, {\rm Mpc}$. This comparison is a first-order validation of the mass-concentration relation for galaxy clusters expected in the $\Lambda$CDM model. We thus impose this correlation as a prior in our analysis. Based on our stacked clusters, we estimate the value of the filling factor, which enters the caustic technique, $\mathcal{F}_{\beta} = 0.59\pm 0.05$; we derive this value using real data alone and find it consistent with the value usually adopted in the literature. We then use the caustic profiles $\mathcal{A}(r)$ of the stacked clusters to constrain the chameleon gravity model. We find that the caustic profiles provide a stringent upper limit of $|f_{\rm R0}| \lesssim 4 \times 10^{-6}$ at $95\%$ C.L. limits in the $f(\mathcal{R})$ scenario. The formalism developed here shall be further refined to test modifications to gravity in the extended outer weak gravitational regions of galaxy clusters.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:14:47 GMT" } ]
2025-04-24T00:00:00
[ [ "Butt", "Minahil Adil", "" ], [ "Haridasu", "Sandeep", "" ], [ "Diaferio", "Antonaldo", "" ], [ "Benetti", "Francesco", "" ], [ "Boumechta", "Yacer", "" ], [ "Baccigalupi", "Carlo", "" ], [ "Lapi", "Andrea", "" ] ]
2504.16690
Lingyuan Ye
Ivan Di Liberti, Lingyuan Ye
Logic and Concepts in the 2-category of Topoi
null
null
null
null
math.LO cs.LO math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We use Kan injectivity to axiomatise concepts in the 2-category of topoi. We showcase the expressivity of this language through many examples, and we establish some aspects of the formal theory of Kan extension in this 2-category (pointwise Kan extensions, fully faithful morphisms, etc.). We use this technology to introduce fragments of geometric logic, and we accommodate essentially algebraic, disjunctive, regular, and coherent logic in our framework, together with some more exotic examples. We show that each fragment $\mathcal{H}$ in our sense identifies a lax-idempotent (relative) pseudomonad $\mathsf{T}^{\mathcal{H}}$ on $\mathsf{lex}$, the $2$-category of finitely complete categories. We show that the algebras for $\mathsf{T}^{\mathcal{H}}$ admit a notion of classifying topos, for which we deliver several Diaconescu-type results. The construction of classifying topoi allows us to define conceptually complete fragments of geometric logic.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:21:57 GMT" } ]
2025-04-24T00:00:00
[ [ "Di Liberti", "Ivan", "" ], [ "Ye", "Lingyuan", "" ] ]
2504.16691
Xin Jiang
Xin Jiang, Hao Tang, Yonghua Pan, and Zechao Li
Rethinking Vision Transformer for Large-Scale Fine-Grained Image Retrieval
Accepted by IEEE TMM
null
null
null
cs.MM
http://creativecommons.org/licenses/by-nc-nd/4.0/
Large-scale fine-grained image retrieval (FGIR) aims to retrieve images belonging to the same subcategory as a given query by capturing subtle differences in a large-scale setting. Recently, Vision Transformers (ViT) have been employed in FGIR due to their powerful self-attention mechanism for modeling long-range dependencies. However, most Transformer-based methods focus primarily on leveraging self-attention to distinguish fine-grained details, while overlooking the high computational complexity and redundant dependencies inherent to these models, limiting their scalability and effectiveness in large-scale FGIR. In this paper, we propose an Efficient and Effective ViT-based framework, termed \textbf{EET}, which integrates token pruning module with a discriminative transfer strategy to address these limitations. Specifically, we introduce a content-based token pruning scheme to enhance the efficiency of the vanilla ViT, progressively removing background or low-discriminative tokens at different stages by exploiting feature responses and self-attention mechanism. To ensure the resulting efficient ViT retains strong discriminative power, we further present a discriminative transfer strategy comprising both \textit{discriminative knowledge transfer} and \textit{discriminative region guidance}. Using a distillation paradigm, these components transfer knowledge from a larger ``teacher'' ViT to a more efficient ``student'' model, guiding the latter to focus on subtle yet crucial regions in a cost-free manner. Extensive experiments on two widely-used fine-grained datasets and four large-scale fine-grained datasets demonstrate the effectiveness of our method. Specifically, EET reduces the inference latency of ViT-Small by 42.7\% and boosts the retrieval performance of 16-bit hash codes by 5.15\% on the challenging NABirds dataset.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:23:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Jiang", "Xin", "" ], [ "Tang", "Hao", "" ], [ "Pan", "Yonghua", "" ], [ "Li", "Zechao", "" ] ]
2504.16692
Han Sun
Xinru Meng, Han Sun, Jiamei Liu, Ningzhong Liu, Huiyu Zhou
Energy-Based Pseudo-Label Refining for Source-free Domain Adaptation
8 pages, 3 figures, accepted by PRL. code at https://github.com/Sthen111/EBPR
null
10.1016/j.patrec.2025.04.004
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Source-free domain adaptation (SFDA), which involves adapting models without access to source data, is both demanding and challenging. Existing SFDA techniques typically rely on pseudo-labels generated from confidence levels, leading to negative transfer due to significant noise. To tackle this problem, Energy-Based Pseudo-Label Refining (EBPR) is proposed for SFDA. Pseudo-labels are created for all sample clusters according to their energy scores. Global and class energy thresholds are computed to selectively filter pseudo-labels. Furthermore, a contrastive learning strategy is introduced to filter difficult samples, aligning them with their augmented versions to learn more discriminative features. Our method is validated on the Office-31, Office-Home, and VisDA-C datasets, consistently finding that our model outperformed state-of-the-art methods.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:26:58 GMT" } ]
2025-04-24T00:00:00
[ [ "Meng", "Xinru", "" ], [ "Sun", "Han", "" ], [ "Liu", "Jiamei", "" ], [ "Liu", "Ningzhong", "" ], [ "Zhou", "Huiyu", "" ] ]
2504.16694
Haochen Wang
Haochen Wang, Wang Yao
Emergent Kagome lattice and non-Abelian lattice gauge field of biexcitons in t-MoTe$_2$
6 pages, 4 figures
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Non-Abelian gauge fields, characterized by their non-commutative symmetry groups, shape physical laws from the Standard Model to emergent topological matter for quantum computation. Here we find that moir\'e exciton dimers (biexcitons) in twisted bilayer MoTe$_2$ are governed by a genuine non-Abelian lattice gauge field. These dipolar-bound exciton dimers, formed on bonds of the honeycomb moir\'e superlattice, exhibit three quadrupole configurations organized into a Kagome lattice geometry, on which the valley-flip biexciton hoppings through electron-hole Coulomb exchange act as link variables of the non-Abelian lattice gauge theory. The emergence of gauge structure here is a new possibility for composite particles, where the moir\'e electronic structure and interactions between the electron and hole constituents jointly enforce the underlying geometric constraint. The quadrupole nature of biexciton further makes possible local gate controls to isolate designated pathways from the extended lattice for exploiting consequences of non-commutative gauge structure including the genuine non-Abelian Aharonov-Bohm effect. This also provides a new approach for quantum manipulation of excitonic valley qubit. We show path interference on a simplest loop can deterministically transform the computational basis states into Bell states.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:27:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Haochen", "" ], [ "Yao", "Wang", "" ] ]
2504.16695
Eric Wagner
Eric Wagner, Frederik Basels, Jan Bauer, Till Zimmermann, Klaus Wehrle, Martin Henze
CAIBA: Multicast Source Authentication for CAN Through Reactive Bit Flipping
accepted at EuroS&P'25
null
null
null
cs.CR
http://creativecommons.org/licenses/by-nc-nd/4.0/
Controller Area Networks (CANs) are the backbone for reliable intra-vehicular communication. Recent cyberattacks have, however, exposed the weaknesses of CAN, which was designed without any security considerations in the 1980s. Current efforts to retrofit security via intrusion detection or message authentication codes are insufficient to fully secure CAN as they cannot adequately protect against masquerading attacks, where a compromised communication device, a so-called electronic control units, imitates another device. To remedy this situation, multicast source authentication is required to reliably identify the senders of messages. In this paper, we present CAIBA, a novel multicast source authentication scheme specifically designed for communication buses like CAN. CAIBA relies on an authenticator overwriting authentication tags on-the-fly, such that a receiver only reads a valid tag if not only the integrity of a message but also its source can be verified. To integrate CAIBA into CAN, we devise a special message authentication scheme and a reactive bit overwriting mechanism. We achieve interoperability with legacy CAN devices, while protecting receivers implementing the AUTOSAR SecOC standard against masquerading attacks without communication overhead or verification delays.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:27:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Wagner", "Eric", "" ], [ "Basels", "Frederik", "" ], [ "Bauer", "Jan", "" ], [ "Zimmermann", "Till", "" ], [ "Wehrle", "Klaus", "" ], [ "Henze", "Martin", "" ] ]
2504.16696
Jonathan Gendron
Ali Habibnia, Jonathan Gendron
Evaluating Meta-Regression Techniques: A Simulation Study on Heterogeneity in Location and Time
null
null
null
null
econ.EM
http://creativecommons.org/licenses/by/4.0/
In this paper, we conduct a simulation study to evaluate conventional meta-regression approaches (study-level random, fixed, and mixed effects) against seven methodology specifications new to meta-regressions that control joint heterogeneity in location and time (including a new one that we introduce). We systematically vary heterogeneity levels to assess statistical power, estimator bias and model robustness for each methodology specification. This assessment focuses on three aspects: performance under joint heterogeneity in location and time, the effectiveness of our proposed settings incorporating location fixed effects and study-level fixed effects with a time trend, as well as guidelines for model selection. The results show that jointly modeling heterogeneity when heterogeneity is in both dimensions improves performance compared to modeling only one type of heterogeneity.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:27:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Habibnia", "Ali", "" ], [ "Gendron", "Jonathan", "" ] ]
2504.16697
Alin Bostan
Alin Bostan, Bruno Salvy and Michael F. Singer
On deciding transcendence of power series
28 pages
null
null
null
math.NT cs.SC math.CA
http://creativecommons.org/licenses/by/4.0/
It is well known that algebraic power series are differentially finite (D-finite): they satisfy linear differential equations with polynomial coefficients. The converse problem, whether a given D-finite power series is algebraic or transcendental, is notoriously difficult. We prove that this problem is decidable: we give two theoretical algorithms and a transcendence test that is efficient in practice.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:28:05 GMT" } ]
2025-04-24T00:00:00
[ [ "Bostan", "Alin", "" ], [ "Salvy", "Bruno", "" ], [ "Singer", "Michael F.", "" ] ]
2504.16698
Sanskar Mishra
Sanskar Mishra, Nagendra Singh, V.K. Gangwar, Rajan Walia, Manindra Kumar, Udai Bhan Singh, Deepash Sekhar Saini, Jianping Sun, Genfu Chen, Dilip Bhoi, Sandip Chatterjee, Yoshiya Uwatoko, Jinguang Cheng, Prashant Shahi
Effect of pressure on the transport properties and thermoelectric performance of Dirac semimetal ZrTe5
14 pages, 11 Figures, For submission in Physical Review B
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this study, we have investigated and compared the effect of hydrostatic pressure up to ~20 kbar on the transport properties of ZrTe5 single crystals grown by chemical vapor transport (CVT) and flux methods. With the application of pressure, the electrical resistivity Rho(T) and thermopower S(T) of both crystals were found to increase in the whole temperature range unlike the other known thermoelectric materials, such as Bi2Te3, SnSe etc. This observation is supported by the complementary first-principles band structure calculation as the application of pressure widens the direct bandgap at {\Gamma} point. Moreover, the analysis of the pressure dependent magneto-transport and Shubnikov de-Hass oscillation results revealed an increase in carrier concentration and effective mass along with the reduction of mobility as pressure rises. Furthermore, with the application of pressure, the flux-grown ZrTe5 crystals display a transition from unipolar to bipolar charge transport as evidenced by the emergence of resistivity peak at T* under high pressure, unlike the CVT-grown ZrTe5 crystals where the bipolar charge transport near its characteristic resistivity peak (Tp) remains unaffected.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:28:58 GMT" } ]
2025-04-24T00:00:00
[ [ "Mishra", "Sanskar", "" ], [ "Singh", "Nagendra", "" ], [ "Gangwar", "V. K.", "" ], [ "Walia", "Rajan", "" ], [ "Kumar", "Manindra", "" ], [ "Singh", "Udai Bhan", "" ], [ "Saini", "Deepash Sekhar", "" ], [ "Sun", "Jianping", "" ], [ "Chen", "Genfu", "" ], [ "Bhoi", "Dilip", "" ], [ "Chatterjee", "Sandip", "" ], [ "Uwatoko", "Yoshiya", "" ], [ "Cheng", "Jinguang", "" ], [ "Shahi", "Prashant", "" ] ]
2504.16699
Fernando Pe\~na V\'azquez
Fernando Pe\~na V\'azquez
Category O for p-adic rational Cherednik algebras
48 pages
null
null
null
math.NT math.QA math.RT
http://creativecommons.org/licenses/by/4.0/
We introduce the concept of a triangular decomposition for Banach and Fr\'echet-Stein algebras over $p$-adic fields, which allows us to define a category $\mathcal{O}$ for a wide array of topological algebras. In particular, we apply this concept to $p$-adic rational Cherednik algebras, which allows us to obtain an analytic version of the category $\mathcal{O}$ developed by Ginzburg, Guay, Opdam and Rouquier. Along the way, we study the global sections of $p$-adic Cherednik algebras on smooth Stein spaces, and determine their behavior with respect to the rigid analytic GAGA functor.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:29:03 GMT" } ]
2025-04-24T00:00:00
[ [ "Vázquez", "Fernando Peña", "" ] ]
2504.16700
Juan Manuel D\'avila
Juan Manuel D\'avila, Anirban Karan, Emilie Passemar, Antonio Pich, Luiz Vale Silva
The Electric Dipole Moment of the electron in the decoupling limit of the aligned Two-Higgs Doublet Model
27+11 pages, 11 figures
null
null
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a discussion of model-independent contributions to the EDM of the electron. We focus on those contributions that emerge from a heavy scalar sector that is linearly realized. In particular, we explore the decoupling limit of the aligned 2HDM. In this model, Barr-Zee diagrams with a fermion loop produce logarithmically-enhanced contributions that are proportional to potentially large new sources of CP violation. In the decoupling limit these contributions are generated by effective dimension-6 operators via the mixing of four-fermion operators into electroweak dipole operators. These logarithmic contributions are not present in more constrained versions of the 2HDM where a $\mathcal Z_2$ symmetry is imposed, which then controls the basis of effective operators needed to describe the new physics contributions to the electron EDM. Thus, the $\mathcal Z_2$ symmetry provides a suppression mechanism. We then study how the experimental bounds on the electron EDM constrain the set of parameters of the aligned 2HDM.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:29:11 GMT" } ]
2025-04-24T00:00:00
[ [ "Dávila", "Juan Manuel", "" ], [ "Karan", "Anirban", "" ], [ "Passemar", "Emilie", "" ], [ "Pich", "Antonio", "" ], [ "Silva", "Luiz Vale", "" ] ]
2504.16701
Alexander Veselov
V.E. Adler and A.P. Veselov
Spinning top in quadratic potential and matrix dressing chain
16 pages, 3 figures
null
null
null
math-ph math.MP math.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that the equations of motion of the rigid body about a fixed point in the Newtonian field with a quadratic potential are special reduction of period-one closure of the Darboux dressing chain for the Schr\"odinger operators with matrix potentials. Some new explicit solutions of the corresponding matrix system and the spectral properties of the related Schr\"odinger operators are discussed.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:29:15 GMT" } ]
2025-04-24T00:00:00
[ [ "Adler", "V. E.", "" ], [ "Veselov", "A. P.", "" ] ]
2504.16703
Cosimo Laneve
Giorgio Delzanno, Cosimo Laneve, Arnaud Sangnier, Gianluigi Zavattaro
Decidability Problems for Micro-Stipula
null
null
null
null
cs.LO cs.FL
http://creativecommons.org/licenses/by/4.0/
Micro-Stipula is a stateful calculus in which clauses can be activated either through interactions with the external environment or by the evaluation of time expressions. Despite the apparent simplicity of its syntax and operational model, the combination of state evolution, time reasoning, and nondeterminism gives rise to significant analytical challenges. In particular, we show that determining whether a clause is never executed is undecidable. We formally prove that this undecidability result holds even for syntactically restricted fragments: namely, the time-ahead fragment, where all time expressions are strictly positive, and the instantaneous fragment, where all time expressions evaluate to zero. On the other hand, we identify a decidable subfragment: within the instantaneous fragment, reachability becomes decidable when the initial states of functions and events are disjoint.
[ { "version": "v1", "created": "Wed, 23 Apr 2025 13:32:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Delzanno", "Giorgio", "" ], [ "Laneve", "Cosimo", "" ], [ "Sangnier", "Arnaud", "" ], [ "Zavattaro", "Gianluigi", "" ] ]