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
2501.17365
Igor Shparlinski
Attila B\'erczes, Lajos Hajdu, Alina Ostafe and Igor E. Shparlinski
Multiplicative dependence in linear recurrence sequences
null
null
10.4153/S0008439525000475
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For a wide class of integer linear recurrence sequences $\left(u(n)\right)_{n=1}^\infty$, we give an upper bound on the number of $s$-tuples $\left(n_1, \ldots, n_s\right) \in \left(\mathbb Z\cap [M+1,M+ N]\right)^s$ such that the corresponding elements $u(n_1), \ldots, u(n_s)$ in the sequence are multiplicatively dependent.
[ { "version": "v1", "created": "Wed, 29 Jan 2025 01:12:13 GMT" } ]
2025-04-23T00:00:00
[ [ "Bérczes", "Attila", "" ], [ "Hajdu", "Lajos", "" ], [ "Ostafe", "Alina", "" ], [ "Shparlinski", "Igor E.", "" ] ]
2501.17627
Koya Sato Prof.
Koya Sato, Koji Ishibashi
Adaptively Weighted Averaging Over-the-Air Computation and Its Application to Distributed Gaussian Process Regression
17 pages, 13 figures, and 1 table. This paper has been published in IEEE Transactions on Cognitive Communications and Networking under CC BY-NC-ND 4.0 (early access)
null
10.1109/TCCN.2025.3562345
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper introduces a noise-tolerant computing method for over-the-air computation (AirComp) aimed at weighted averaging, which is critical in various Internet of Things (IoT) applications such as environmental monitoring. Traditional AirComp approaches, while efficient, suffer significantly in accuracy due to noise enhancement in the normalization by the sum of weights. Our proposed method allows nodes to adaptively truncate their weights based on the channel conditions, thereby enhancing noise tolerance. Applied to distributed Gaussian process regression (D-GPR), the method facilitates low-latency, low-complexity, and high-accuracy distributed regression across a range of signal-to-noise ratios (SNRs). We evaluate the performance of the proposed method in a radio map construction problem, which involves visualizing the radio environment based on limited sensing information and spatial interpolation. Numerical results show that our approach maintains computational accuracy in low-SNR scenarios and achieves performance close to ideal conditions in high SNR environments. In addition, a case study targeting a federated learning (FL) system demonstrates the potential of our proposed method in improving model aggregation accuracy, not only for D-GPR but also for FL systems.
[ { "version": "v1", "created": "Wed, 29 Jan 2025 13:06:52 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 09:14:50 GMT" } ]
2025-04-23T00:00:00
[ [ "Sato", "Koya", "" ], [ "Ishibashi", "Koji", "" ] ]
2501.18339
Amavi Dossa
Amavi Dossa, Andreas Burg, El Mehdi Amhoud
Impact of Reactive Jamming Attacks on LoRaWAN: a Theoretical and Experimental Study
null
null
null
null
cs.NI
http://creativecommons.org/licenses/by/4.0/
This paper investigates the impact of reactive jamming on LoRaWAN networks, focusing on showing that LoRaWAN communications can be effectively disrupted with minimal jammer exposure time. The susceptibility of LoRa to jamming is assessed through a theoretical study of how the frame success rate is impacted by only a few jamming symbols. Different jamming approaches are studied, among which repeated-symbol jamming appears to be the most disruptive, with sufficient jamming power. A key contribution of this work is the proposal of a software-defined radio (SDR)-based jamming approach implemented on GNU Radio that generates a controlled number of random symbols, independent of the standard LoRa frame structure. This approach enables precise control over jammer exposure time and provides flexibility in studying the effect of jamming symbols on network performance. The theoretical analysis is validated through experimental results, where the implemented jammer is used to assess the impact of jamming under various configurations. Our findings demonstrate that LoRa-based networks can be disrupted with a minimal number of symbols, emphasizing the need for future research on stealthy communication techniques to counter such jamming attacks.
[ { "version": "v1", "created": "Thu, 30 Jan 2025 13:35:38 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:58:44 GMT" } ]
2025-04-23T00:00:00
[ [ "Dossa", "Amavi", "" ], [ "Burg", "Andreas", "" ], [ "Amhoud", "El Mehdi", "" ] ]
2501.18352
Paul Hoyer
Paul Hoyer
't Hooft model in the temporal gauge
19 pages, 1 figure
Phys. Rev. D 111 (2025) 074021
10.1103/PhysRevD.111.074021
null
hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
I consider QCD$_2$ in the $N_c \to \infty$ limit at fixed $g^2N_c$. The derivation starts from equal-time $q\bar q$ bound states in coordinate space and temporal ($A^0=0$) gauge, avoiding the use of quark and gluon propagators. The wave function is given analytically by a $_1F_1$ function with an explicit frame dependence. In the infinite momentum frame the Fourier transformed wave function satisfies the 't~Hooft equation, however with contributions also from quarks with negative kinetic energy. Such contributions are present also in the rest frame, and do not vanish under boosts.
[ { "version": "v1", "created": "Thu, 30 Jan 2025 13:58:01 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 12:06:27 GMT" } ]
2025-04-23T00:00:00
[ [ "Hoyer", "Paul", "" ] ]
2501.18447
David Dice
Dave Dice, Alex Kogan
Semaphores Augmented with a Waiting Array
null
null
null
null
cs.DC
http://creativecommons.org/licenses/by-sa/4.0/
Semaphores are a widely used and foundational synchronization and coordination construct used for shared memory multithreaded programming. They are a keystone concept, in the sense that most other synchronization constructs can be implemented in terms of semaphores, although the converse does not generally hold. Semaphores and the quality of their implementation are of consequence as they remain heavily used in the Linux kernel and are also available for application programming via the pthreads programming interface. We first show that semaphores can be implemented by borrowing ideas from the classic ticket lock algorithm. The resulting "ticket-semaphore" algorithm is simple and compact (space efficient) but does not scale well because of the detrimental impact of global spinning. We then transform "ticket-semaphore" into the "TWA-semaphore" by the applying techniques derived from the "TWA - Ticket Locks Augmented with a Waiting Array" algorithm, yielding a scalable semaphore that remains compact and has extremely low latency.
[ { "version": "v1", "created": "Thu, 30 Jan 2025 16:00:15 GMT" }, { "version": "v2", "created": "Thu, 17 Apr 2025 13:38:43 GMT" }, { "version": "v3", "created": "Mon, 21 Apr 2025 20:59:23 GMT" } ]
2025-04-23T00:00:00
[ [ "Dice", "Dave", "" ], [ "Kogan", "Alex", "" ] ]
2501.18869
Bryce Christopherson
Bryce Christopherson, Casia Steinhaus
Bounds on the Critical Multiplicity of Ramsey Numbers with Many Colors
10 pages, 1 figure
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
The Ramsey number $R(s,t)$ is the least integer $n$ such that any coloring of the edges of $K_n$ with two colors produces either a monochromatic $K_s$ in one color or a monochromatic $K_t$ in the other. If $s=t$, we say that the Ramsey number $R(s,s)$ is diagonal. The critical multiplicity of a diagonal Ramsey number $R(s,s)$, denoted $m(s,s)$ or $m_2(s)$, is the smallest number of copies of a monochromatic $K_s$ that can be found in any coloring of the edges of $K_{R(s,s)}$. For instance, $m_2(2)=1$, $m_2(3)=2$, and $m_2(4)=9$. In this short note, we produce some new upper bounds for the general non-diagonal case of $m(s_1,...,s_k)$ and improve the bounds on $m_2(s)$ for small $s$. This appears to be the first progress on bounding the critical multiplicity of Ramsey numbers since Piwakowski and Radziszowski's 2001 determination that $m_2(4)=9$, and we are not aware of any subsequent improvements on this quantity in the literature. We conclude by outlining a reasonably clear path to further improvements.
[ { "version": "v1", "created": "Fri, 31 Jan 2025 03:41:18 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:51:24 GMT" } ]
2025-04-23T00:00:00
[ [ "Christopherson", "Bryce", "" ], [ "Steinhaus", "Casia", "" ] ]
2502.00043
Hao Lyu
Hao Lyu, Yanyong Guo, Pan Liu, Nan Zheng, Ting Wang, and Quansheng Yue
Mitigating Traffic Oscillations in Mixed Traffic Flow with Scalable Deep Koopman Predictive Control
null
null
null
null
eess.SY cs.AI cs.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The use of connected automated vehicle (CAV) is advocated to mitigate traffic oscillations in mixed traffic flow consisting of CAVs and human driven vehicles (HDVs). This study proposes an adaptive deep Koopman predictive control framework (AdapKoopPC) for regulating mixed traffic flow. Firstly, a Koopman theory-based adaptive trajectory prediction deep network (AdapKoopnet) is designed for modeling HDVs car-following behavior. AdapKoopnet enables the representation of HDVs behavior by a linear model in a high-dimensional space. Secondly, the model predictive control is employed to smooth the mixed traffic flow, where the combination of the linear dynamic model of CAVs and linear prediction blocks from AdapKoopnet is embedded as the predictive model into the AdapKoopPC. Finally, the predictive performance of the prosed AdapKoopnet is verified using the HighD naturalistic driving dataset. Furthermore, the control performance of AdapKoopPC is validated by the numerical simulations. Results demonstrate that the AdapKoopnet provides more accuracy HDVs predicted trajectories than the baseline nonlinear models. Moreover, the proposed AdapKoopPC exhibits more effective control performance with less computation cost compared with baselines in mitigating traffic oscillations, especially at the low CAVs penetration rates. The code of proposed AdapKoopPC is open source.
[ { "version": "v1", "created": "Mon, 27 Jan 2025 14:28:20 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:15:14 GMT" } ]
2025-04-23T00:00:00
[ [ "Lyu", "Hao", "" ], [ "Guo", "Yanyong", "" ], [ "Liu", "Pan", "" ], [ "Zheng", "Nan", "" ], [ "Wang", "Ting", "" ], [ "Yue", "Quansheng", "" ] ]
2502.00443
Michel Fliess
C\'edric Join, Emmanuel Delaleau, Michel Fliess
Model-Free Predictive Control: Introductory Algebraic Calculations, and a Comparison with HEOL and ANNs
Joint IFAC Conference: SSSC, TDS, COSY -- Gif-sur-Vette, France, 30 June-2 July 2025
null
null
null
eess.SY cs.AI cs.SY
http://creativecommons.org/licenses/by/4.0/
Model predictive control (MPC) is a popular control engineering practice, but requires a sound knowledge of the model. Model-free predictive control (MFPC), a burning issue today, also related to reinforcement learning (RL) in AI, is reformulated here via a linear differential equation with constant coefficients, thanks to a new perspective on optimal control combined with recent advances in the field of model-free control (MFC). It is replacing Dynamic Programming, the Hamilton-Jacobi-Bellman equation, and Pontryagin's Maximum Principle. The computing burden is low. The implementation is straightforward. Two nonlinear examples, a chemical reactor and a two tank system, are illustrating our approach. A comparison with the HEOL setting, where some expertise of the process model is needed, shows only a slight superiority of the later. A recent identification of the two tank system via a complex ANN architecture might indicate that a full modeling and the corresponding machine learning mechanism are not always necessary neither in control, nor, more generally, in AI.
[ { "version": "v1", "created": "Sat, 1 Feb 2025 14:23:34 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 07:35:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Join", "Cédric", "" ], [ "Delaleau", "Emmanuel", "" ], [ "Fliess", "Michel", "" ] ]
2502.01195
Madan Aggarwal
Jagbir Singh, Anjali Sharma, Ankita Nain and Madan M. Aggarwal
Constraining the Chiral Magnetic Effect in the heavy-ion collisions using AVFD model
12 Pages, 10 Figures and 1 Table
null
null
null
hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
The Anomalous Viscous Fluid Dynamics (AVFD) framework is utilized to generate $^{197}_{79}Au+^{197}_{79}Au$, $^{96}_{44}Ru+^{96}_{44}Ru$, and $^{96}_{40}Zr+^{96}_{40}Zr$ collision events at $\sqrt{s_{\mathrm{NN}}}$ = 200 GeV to investigate the Chiral Magnetic Effect (CME). The CME signal is modulated through the axial charge per entropy density ($n_5/s$) in each event to produce data sets with varying CME signal strengths. Additionally, a 33$\%$ local charge conservation (LCC) is implemented in each event. These data sets are analyzed using CME-sensitive two- and three-particle correlators. Furthermore, the Sliding Dumbbell Method (SDM) is employed to identify potential CME-like events within each data set. The identified events selected using the SDM exhibit characteristics consistent with CME. The CME fraction in these events is quantified while accounting for background contributions.
[ { "version": "v1", "created": "Mon, 3 Feb 2025 09:33:59 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 10:44:27 GMT" } ]
2025-04-23T00:00:00
[ [ "Singh", "Jagbir", "" ], [ "Sharma", "Anjali", "" ], [ "Nain", "Ankita", "" ], [ "Aggarwal", "Madan M.", "" ] ]
2502.02105
S. V. Zaitsev-Zotov
R.M. Lukmanova, I.A. Cohn, V.E. Minakova, and S.V. Zaitsev-Zotov
Strain-induced proximity effect in topological insulator TaSe$_3$
5 pages, 6 figures
null
null
null
cond-mat.supr-con cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The magnetoresistance of superconductor-topological insulator-superconductor structures, with indium as the superconductor and TaSe$_3$ as the topological insulator, shows steplike features on the resistance under magnetic fields. These resistance steps are resulted from the suppression of superconductivity, induced by the superconducting proximity effect in both the bulk and surface states of the topological insulator. The position and amplitude of the steps, occurring at approximately 0.1 T, show an unusual dependence on the magnitude of the uniaxial strain ($\epsilon$), indicating their connection with surface states. This behavior follows the expected transition sequence: semi-metal $\rightarrow$ strong topological insulator $\rightarrow$ trivial insulator, and supports the presence of surface states at $0.46\% \lesssim \epsilon \lesssim 0.85\%$.
[ { "version": "v1", "created": "Tue, 4 Feb 2025 08:38:05 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 14:09:14 GMT" } ]
2025-04-23T00:00:00
[ [ "Lukmanova", "R. M.", "" ], [ "Cohn", "I. A.", "" ], [ "Minakova", "V. E.", "" ], [ "Zaitsev-Zotov", "S. V.", "" ] ]
2502.02150
Ruiqi Feng
Ruiqi Feng, Tailin Wu, Chenglei Yu, Wenhao Deng, Peiyan Hu
On the Guidance of Flow Matching
35 pages, 7 figures
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Flow matching has shown state-of-the-art performance in various generative tasks, ranging from image generation to decision-making, where guided generation is pivotal. However, the guidance of flow matching is more general than and thus substantially different from that of its predecessor, diffusion models. Therefore, the challenge in guidance for general flow matching remains largely underexplored. In this paper, we propose the first framework of general guidance for flow matching. From this framework, we derive a family of guidance techniques that can be applied to general flow matching. These include a new training-free asymptotically exact guidance, novel training losses for training-based guidance, and two classes of approximate guidance that cover classical gradient guidance methods as special cases. We theoretically investigate these different methods to give a practical guideline for choosing suitable methods in different scenarios. Experiments on synthetic datasets, image inverse problems, and offline reinforcement learning demonstrate the effectiveness of our proposed guidance methods and verify the correctness of our flow matching guidance framework. Code to reproduce the experiments can be found at https://github.com/AI4Science-WestlakeU/flow_guidance.
[ { "version": "v1", "created": "Tue, 4 Feb 2025 09:27:57 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 08:45:10 GMT" } ]
2025-04-23T00:00:00
[ [ "Feng", "Ruiqi", "" ], [ "Wu", "Tailin", "" ], [ "Yu", "Chenglei", "" ], [ "Deng", "Wenhao", "" ], [ "Hu", "Peiyan", "" ] ]
2502.02417
Matthias Wolff
Matthias Wolff, Florian Eilers, Xiaoyi Jiang
CVKAN: Complex-Valued Kolmogorov-Arnold Networks
accepted at IEEE International Joint Conference on Neural Networks (IJCNN) 2025
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
In this work we propose CVKAN, a complex-valued Kolmogorov-Arnold Network (KAN), to join the intrinsic interpretability of KANs and the advantages of Complex-Valued Neural Networks (CVNNs). We show how to transfer a KAN and the necessary associated mechanisms into the complex domain. To confirm that CVKAN meets expectations we conduct experiments on symbolic complex-valued function fitting and physically meaningful formulae as well as on a more realistic dataset from knot theory. Our proposed CVKAN is more stable and performs on par or better than real-valued KANs while requiring less parameters and a shallower network architecture, making it more explainable.
[ { "version": "v1", "created": "Tue, 4 Feb 2025 15:38:14 GMT" }, { "version": "v2", "created": "Tue, 4 Mar 2025 16:01:06 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 15:09:46 GMT" } ]
2025-04-23T00:00:00
[ [ "Wolff", "Matthias", "" ], [ "Eilers", "Florian", "" ], [ "Jiang", "Xiaoyi", "" ] ]
2502.02485
Fan Xia
Fan Xia, Tian Xia, Haotian Su, Lanyue Gan, Qianlan Hu, Wanyi Wang, Ruyi Huang, Tianshun Bai, Yufan Chen, Chao Ma, Guanhua Long, Shan X. Wang, Eric Pop, Lian-Mao Peng, Youfan Hu
Flexible radio-frequency transistors exceeding 100 GHz
44 pages, 21 figures
null
null
null
physics.app-ph cond-mat.mes-hall cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The advent of 6G communication demands seamlessly integrated terminals operating above 100 GHz with low power consumption for human-centric applications. In this work, we report high-performance, flexible radio-frequency (RF) metal-oxide-semiconductor field-effect transistors (MOSFETs) based on aligned carbon nanotube (CNT) arrays, achieving, for the first time, as-measured current gain cutoff frequency (fT) and power gain cutoff frequency (fmax) both exceeding 100 GHz. Electro-thermal co-design improves both heat dissipation and RF performance, despite the low thermal conductivity of the flexible substrate. The transistors deliver 0.947 mA/$\mathrm{mu}$m on-state current and 0.728 mS/$\mathrm{mu}$m transconductance. Peak extrinsic $f_{\mathrm{T}}$ and $f_{\mathrm{max}}$ reach 152 GHz and 102 GHz with power consumption < 200 mW/mm, setting new performance records for flexible CNT-based RF transistors by nearly 100$\times$, outperforming all other flexible RF MOSFETs. Additionally, flexible RF amplifiers achieve 64 mW/mm output power and 11 dB power gain in the K-band, marking a significant milestone in flexible RF technologies for next-generation wireless communication systems.
[ { "version": "v1", "created": "Tue, 4 Feb 2025 17:01:00 GMT" }, { "version": "v2", "created": "Fri, 14 Feb 2025 15:08:37 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 10:28:17 GMT" } ]
2025-04-23T00:00:00
[ [ "Xia", "Fan", "" ], [ "Xia", "Tian", "" ], [ "Su", "Haotian", "" ], [ "Gan", "Lanyue", "" ], [ "Hu", "Qianlan", "" ], [ "Wang", "Wanyi", "" ], [ "Huang", "Ruyi", "" ], [ "Bai", "Tianshun", "" ], [ "Chen", "Yufan", "" ], [ "Ma", "Chao", "" ], [ "Long", "Guanhua", "" ], [ "Wang", "Shan X.", "" ], [ "Pop", "Eric", "" ], [ "Peng", "Lian-Mao", "" ], [ "Hu", "Youfan", "" ] ]
2502.02647
Valentin Mauerhofer
Valentin Mauerhofer, Pratika Dayal, Martin G. Haehnelt, Taysun Kimm, Joakim Rosdahl and Romain Teyssier
Synergising semi-analytical models and hydrodynamical simulations to interpret JWST data from the first billion years
null
A&A 696, A157 (2025)
10.1051/0004-6361/202554042
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
The field of high redshift galaxy formation has been revolutionised by JWST, which is yielding unprecedented insights on galaxy assembly at early times. Our key aim is to study the physical mechanisms that can explain the unexpected abundance of bright galaxies at $z \geq 11$, as well as their metal enrichment and spectral properties. We also use recent data to determine the key sources of reionisation. To do so, we implement cold gas fractions and star formation efficiencies derived from the SPHINX20 high-resolution radiation-hydrodynamics simulation into DELPHI, a semi-analytic model that tracks the assembly of dark matter halos and their baryonic components from $z \sim 4.5-40$. In addition, we explore two different methodologies to boost galaxy luminosities at $z \geq 11$: a stellar initial mass function (IMF) that becomes increasingly top-heavy with decreasing metallicity and increasing redshift (eIMF model), and star formation efficiencies that increase with increasing redshift (eSFE model). Our key findings are: (i) both the eIMF and eSFE models can explain the abundance of bright galaxies at $z \geq 11$; (ii) dust attenuation plays an important role for the bright-end of the UV LF at $z \leq 11$; (iii) the mass-metallicity relation is in place as early as $z \sim 17$ in all models although its slope is model-dependent; (iv) within the spread of both models and observations, all of our models are in good agreement with current estimates of $\beta$ slopes at $z \sim 5-17$ and Balmer break strengths at $z \sim 6-10$; (v) in the eIMF model, galaxies at $z\geq12$ or with $\rm{M_{UV}}\geq-18$ show values of $\xi_{\rm{ion}} \sim 10^{25.55}~{\rm [Hz~erg^{-1}]}$, twice larger than in other models; (vi) star formation in galaxies below $10^{9}\rm{M_{\odot}}$ is the key driver of reionisation, providing the bulk ($\sim 85\%$) of ionising photons down to its midpoint at $z \sim 7$.
[ { "version": "v1", "created": "Tue, 4 Feb 2025 19:00:04 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 13:37:02 GMT" } ]
2025-04-23T00:00:00
[ [ "Mauerhofer", "Valentin", "" ], [ "Dayal", "Pratika", "" ], [ "Haehnelt", "Martin G.", "" ], [ "Kimm", "Taysun", "" ], [ "Rosdahl", "Joakim", "" ], [ "Teyssier", "Romain", "" ] ]
2502.03707
Netanel Levi
Netanel Levi
Universality of Packing Dimension Estimates for Spectral Measures of Quasiperiodic Operators: Monotone Potentials
16 pages; second draft. Minor errors corrected
null
null
null
math.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $H$ be a quasiperiodic Schr\"{o}dinger operator generated by a monotone potential, as defined in [16]. Following [20], we study the connection between the Lyapunov exponent $L\left(E\right)$, arithmetic properties of the frequency $\alpha$, and certain fractal-dimensional properties of the spectral measures of $H$.
[ { "version": "v1", "created": "Thu, 6 Feb 2025 01:40:40 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 18:31:26 GMT" } ]
2025-04-23T00:00:00
[ [ "Levi", "Netanel", "" ] ]
2502.03779
Hakuto Suzuki
S. Nakata, M. Bejas, J. Okamoto, K. Yamamoto, D. Shiga, R. Takahashi, H. Y. Huang, H. Kumigashira, H. Wadati, J. Miyawaki, S. Ishida, H. Eisaki, A. Fujimori, A. Greco, H. Yamase, D. J. Huang, H. Suzuki
Out-of-phase Plasmon Excitations in the Trilayer Cuprate Bi$_2$Sr$_2$Ca$_2$Cu$_3$O$_{10+\delta}$
null
Physical Review B 111, 165141 (2025)
10.1103/PhysRevB.111.165141
null
cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Within a homologous series of cuprate superconductors, variations in the stacking of CuO$_2$ layers influence the collective charge dynamics through the long-range Coulomb interactions. We use O $K$-edge resonant inelastic x-ray scattering to reveal plasmon excitations in the optimally-doped trilayer Bi$_2$Sr$_2$Ca$_2$Cu$_3$O$_{10+\delta}$. The observed plasmon exhibits nearly $q_z$-independent dispersion and a large excitation gap of approximately 300 meV. This mode is primarily ascribed to the $\omega_{-}$ mode, where the charge density on the outer CuO$_2$ sheets oscillates out of phase while the density in the inner sheet remains unaltered at $q_z=0$. The intensity of the acoustic $\omega_3$ mode is relatively weak and becomes vanishingly small near $(q_x, q_y)=(0, 0)$. This result highlights a qualitative change in the eigenmode of the dominant low-energy plasmon with the number of CuO$_2$ layers.
[ { "version": "v1", "created": "Thu, 6 Feb 2025 04:59:54 GMT" }, { "version": "v2", "created": "Tue, 11 Feb 2025 05:05:52 GMT" } ]
2025-04-23T00:00:00
[ [ "Nakata", "S.", "" ], [ "Bejas", "M.", "" ], [ "Okamoto", "J.", "" ], [ "Yamamoto", "K.", "" ], [ "Shiga", "D.", "" ], [ "Takahashi", "R.", "" ], [ "Huang", "H. Y.", "" ], [ "Kumigashira", "H.", "" ], [ "Wadati", "H.", "" ], [ "Miyawaki", "J.", "" ], [ "Ishida", "S.", "" ], [ "Eisaki", "H.", "" ], [ "Fujimori", "A.", "" ], [ "Greco", "A.", "" ], [ "Yamase", "H.", "" ], [ "Huang", "D. J.", "" ], [ "Suzuki", "H.", "" ] ]
2502.04107
Adriano Prade
Adriano Prade
Boundary regularity for nonlocal elliptic equations over Reifenberg flat domains
14 pages
null
null
null
math.AP
http://creativecommons.org/licenses/by-nc-nd/4.0/
We prove sharp boundary regularity of solutions to nonlocal elliptic equations arising from operators comparable to the fractional Laplacian over Reifenberg flat sets and with null exterior condition. More precisely, if the operator has order $2s$ then the solution is $C^{s-\varepsilon}$ regular for all $\varepsilon>0$ provided the flatness parameter is small enough. The proof relies on an induction argument and its main ingredients are the construction of a suitable barrier and the comparison principle.
[ { "version": "v1", "created": "Thu, 6 Feb 2025 14:33:14 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 17:24:41 GMT" } ]
2025-04-23T00:00:00
[ [ "Prade", "Adriano", "" ] ]
2502.04925
Thomas Chevet
Amine Salaje and Thomas Chevet and Nicolas Langlois
Convergent NMPC-based Reinforcement Learning Using Deep Expected Sarsa and Nonlinear Temporal Difference Learning
null
null
null
null
eess.SY cs.RO cs.SY
http://creativecommons.org/licenses/by/4.0/
In this paper, we present a learning-based nonlinear model predictive controller (NMPC) using an original reinforcement learning (RL) method to learn the optimal weights of the NMPC scheme, for which two methods are proposed. Firstly, the controller is used as the current action-value function of a deep Expected Sarsa where the subsequent action-value function, usually obtained with a secondary NMPC, is approximated with a neural network (NN). With respect to existing methods, we add to the NN's input the current value of the NMPC's learned parameters so that the network is able to approximate the action-value function and stabilize the learning performance. Additionally, with the use of the NN, the real-time computational burden is approximately halved without affecting the closed-loop performance. Secondly, we combine gradient temporal difference methods with a parametrized NMPC as a function approximator of the Expected Sarsa RL method to overcome the potential parameters' divergence and instability issues when nonlinearities are present in the function approximation. The simulation results show that the proposed approach converges to a locally optimal solution without instability problems.
[ { "version": "v1", "created": "Fri, 7 Feb 2025 13:44:22 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 07:46:51 GMT" } ]
2025-04-23T00:00:00
[ [ "Salaje", "Amine", "" ], [ "Chevet", "Thomas", "" ], [ "Langlois", "Nicolas", "" ] ]
2502.05251
Didier Sornette
Virgile Troude and Didier Sornette
Accelerated Transition Rates in Generalized Kramers Problems for Non-Variational, Non-Normal System
main text of 7 pages and 16 pages of supplementary calculations; new revised version including an improved derivation + a full derivation of DNA methylation rates in epigenics
null
null
null
cond-mat.stat-mech
http://creativecommons.org/licenses/by/4.0/
Kramers' escape problem serves as a paradigm for understanding transitions and various types of reactions, such as chemical and nuclear reactions, in systems driven by thermal fluctuations and damping, particularly within the realm of classical variational dynamics. Here, we generalize Kramers' problem to processes with non-normal dynamics characterized by asymmetry, hierarchy, and stochastic fluctuations, where transient amplification and stochastic perturbations play a critical role. The obtained generalized escape rates are structurally similar to those for variational systems, but with a renormalized temperature proportional to the square of the condition number $\kappa$ which measures non-normality. Because $\kappa$ can take large values (e.g., $10$ or more) in many systems, the resulting acceleration of transition rates can be enormous, given the exponential dependence on the inverse temperature in Kramers' formula. As an illustration, our framework offers a potential resolution to the long-standing question in epigenetics of how DNA methylation can proceed with such remarkable speed. By uncovering the role of strong non-normal dynamics, we derive a robust, universal expression for methylation timing that predicts fast, switch-like transitions, on the order of minutes, for a wide range of noise amplitudes and methylation levels, and in agreement with experimental observations. More broadly, our findings indicate that non-normal accelerated escape rates are likely to be a key mechanism underlying rapid transitions in diverse systems, from biological metabolism and ecosystem shifts to climate dynamics and socio-economic processes.
[ { "version": "v1", "created": "Fri, 7 Feb 2025 16:43:26 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 06:49:02 GMT" } ]
2025-04-23T00:00:00
[ [ "Troude", "Virgile", "" ], [ "Sornette", "Didier", "" ] ]
2502.05269
Ayan Dey
Saikat Das and Ayan Dey
On representations of the crystallization of the quantized function algebra C(SUq(n + 1))
15 pages, Submitted
null
null
null
math.OA math.QA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The crystal limit C(K0) of the $q$-family of C*-algebras C(Kq) was introduced by Giri & Pal for all K=SU(n+1), n\geq 2. This article aims to prove that the crystal limits C(K0) have the property that the representations of C(Kq) give rise to the representations of the crystallized algebra C(K0) by sending generators of C(K0) to the limit of (scaled) generators of C(Kq)$ and every representation of C(K0) occurs in this way. This work addresses a question raised by Giri & Pal in \cite{GirPal-2024}. As a consequence, one can realize C(K0) as the C*-algebra generated by the limit operators of faithful representations of C(Kq).
[ { "version": "v1", "created": "Sat, 25 Jan 2025 11:03:52 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 11:23:23 GMT" } ]
2025-04-23T00:00:00
[ [ "Das", "Saikat", "" ], [ "Dey", "Ayan", "" ] ]
2502.05311
Logan Lang
Logan Lang, Eduardo Hernandez, Kamal Choudhary, Aldo H. Romero
ParquetDB: A Lightweight Python Parquet-Based Database
41 pages, 12 figures
null
null
null
cs.DB physics.data-an
http://creativecommons.org/licenses/by/4.0/
Traditional data storage formats and databases often introduce complexities and inefficiencies that hinder rapid iteration and adaptability. To address these challenges, we introduce ParquetDB, a Python-based database framework that leverages the Parquet file format's optimized columnar storage. ParquetDB offers efficient serialization and deserialization, native support for complex and nested data types, reduced dependency on indexing through predicate pushdown filtering, and enhanced portability due to its file-based storage system. Benchmarks show that ParquetDB outperforms traditional databases like SQLite and MongoDB in managing large volumes of data, especially when using data formats compatible with PyArrow. We validate ParquetDB's practical utility by applying it to the Alexandria 3D Materials Database, efficiently handling approximately 4.8 million complex and nested records. By addressing the inherent limitations of existing data storage systems and continuously evolving to meet future demands, ParquetDB has the potential to significantly streamline data management processes and accelerate research development in data-driven fields.
[ { "version": "v1", "created": "Fri, 7 Feb 2025 20:26:58 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 18:58:20 GMT" } ]
2025-04-23T00:00:00
[ [ "Lang", "Logan", "" ], [ "Hernandez", "Eduardo", "" ], [ "Choudhary", "Kamal", "" ], [ "Romero", "Aldo H.", "" ] ]
2502.05814
Moo K. Chung
Moo K. Chung, Aaron F. Struck
Topological Time Frequency Analysis of Functional Brain Signals
Accepted for publication in IEEE EMBC 2025 conference. It will be indexed by IEEE later
null
null
null
q-bio.NC physics.data-an
http://creativecommons.org/licenses/by-nc-nd/4.0/
We present a novel topological framework for analyzing functional brain signals using time-frequency analysis. By integrating persistent homology with time-frequency representations, we capture multi-scale topological features that characterize the dynamic behavior of brain activity. This approach identifies 0D (connected components) and 1D (loops) topological structures in the signal's time-frequency domain, enabling robust extraction of features invariant to noise and temporal misalignments. The proposed method is demonstrated on resting-state functional magnetic resonance imaging (fMRI) data, showcasing its ability to discern critical topological patterns and provide insights into functional connectivity. This topological approach opens new avenues for analyzing complex brain signals, offering potential applications in neuroscience and clinical diagnostics.
[ { "version": "v1", "created": "Sun, 9 Feb 2025 08:39:22 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 19:45:17 GMT" } ]
2025-04-23T00:00:00
[ [ "Chung", "Moo K.", "" ], [ "Struck", "Aaron F.", "" ] ]
2502.05941
Sarthak Duary
Sarthak Duary, Pabitra Ray
Wave-form, memory and classical soft scalar theorems
23 pages, 1 figure, typos corrected, minor revision (physical reason for the absence of a temporal component of the trajectory coefficients in the probe approximation added, errors corrected in the earlier version for the resummed frequency space scalar wave-form, scalar wave-form in purely elastic two-body scattering subsection added), references added
null
null
null
hep-th
http://creativecommons.org/licenses/by-sa/4.0/
We examine a scattering process in which a set of particles come together, interact through a long-range massless scalar force and then disperse. We compute the trajectories of the scattered particles and derive an infinite series of subleading terms in the late-time and early-time expansion of the scalar wave-form. We study the scalar wave-form, the scalar memory term and classical soft scalar theorems. We ignore gravitational interactions and discuss the challenges for gravity.
[ { "version": "v1", "created": "Sun, 9 Feb 2025 15:56:05 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 12:20:38 GMT" } ]
2025-04-23T00:00:00
[ [ "Duary", "Sarthak", "" ], [ "Ray", "Pabitra", "" ] ]
2502.06657
Pedro Otero Garc\'ia
Pedro Otero-Garc\'ia, Javier Blanco-Romero, Ana Fern\'andez-Vilas, Daniel Sobral-Blanco, Manuel Fern\'andez-Veiga, Florina Almenares-Mendoza
Onion Routing Key Distribution for QKDN
6 pages, 4 figures
null
null
null
cs.CR
http://creativecommons.org/licenses/by-nc-sa/4.0/
The advance of quantum computing poses a significant threat to classical cryptography, compromising the security of current encryption schemes such as RSA and ECC. In response to this challenge, two main approaches have emerged: quantum cryptography and post-quantum cryptography (PQC). However, both have implementation and security limitations. In this paper, we propose a secure key distribution protocol for Quantum Key Distribution Networks (QKDN), which incorporates encapsulation techniques in the key-relay model for QKDN inspired by onion routing and combined with PQC to guarantee confidentiality, integrity, authenticity and anonymity in communication. The proposed protocol optimizes security by using post-quantum public key encryption to protect the shared secrets from intermediate nodes in the QKDN, thereby reducing the risk of attacks by malicious intermediaries. Finally, relevant use cases are presented, such as critical infrastructure networks, interconnection of data centers and digital money, demonstrating the applicability of the proposal in critical high-security environments.
[ { "version": "v1", "created": "Mon, 10 Feb 2025 16:47:42 GMT" }, { "version": "v2", "created": "Mon, 10 Mar 2025 11:32:40 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 11:35:23 GMT" } ]
2025-04-23T00:00:00
[ [ "Otero-García", "Pedro", "" ], [ "Blanco-Romero", "Javier", "" ], [ "Fernández-Vilas", "Ana", "" ], [ "Sobral-Blanco", "Daniel", "" ], [ "Fernández-Veiga", "Manuel", "" ], [ "Almenares-Mendoza", "Florina", "" ] ]
2502.06725
Roohan Ahmed Khan
Roohan Ahmed Khan, Valerii Serpiva, Demetros Aschalew, Aleksey Fedoseev, and Dzmitry Tsetserukou
AgilePilot: DRL-Based Drone Agent for Real-Time Motion Planning in Dynamic Environments by Leveraging Object Detection
Manuscript has been accepted at 2025 INTERNATIONAL CONFERENCE ON UNMANNED AIRCRAFT SYSTEMS (ICUAS)
null
null
null
cs.RO
http://creativecommons.org/licenses/by-nc-nd/4.0/
Autonomous drone navigation in dynamic environments remains a critical challenge, especially when dealing with unpredictable scenarios including fast-moving objects with rapidly changing goal positions. While traditional planners and classical optimisation methods have been extensively used to address this dynamic problem, they often face real-time, unpredictable changes that ultimately leads to sub-optimal performance in terms of adaptiveness and real-time decision making. In this work, we propose a novel motion planner, AgilePilot, based on Deep Reinforcement Learning (DRL) that is trained in dynamic conditions, coupled with real-time Computer Vision (CV) for object detections during flight. The training-to-deployment framework bridges the Sim2Real gap, leveraging sophisticated reward structures that promotes both safety and agility depending upon environment conditions. The system can rapidly adapt to changing environments, while achieving a maximum speed of 3.0 m/s in real-world scenarios. In comparison, our approach outperforms classical algorithms such as Artificial Potential Field (APF) based motion planner by 3 times, both in performance and tracking accuracy of dynamic targets by using velocity predictions while exhibiting 90% success rate in 75 conducted experiments. This work highlights the effectiveness of DRL in tackling real-time dynamic navigation challenges, offering intelligent safety and agility.
[ { "version": "v1", "created": "Mon, 10 Feb 2025 17:54:30 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 01:18:33 GMT" } ]
2025-04-23T00:00:00
[ [ "Khan", "Roohan Ahmed", "" ], [ "Serpiva", "Valerii", "" ], [ "Aschalew", "Demetros", "" ], [ "Fedoseev", "Aleksey", "" ], [ "Tsetserukou", "Dzmitry", "" ] ]
2502.07008
Saurav Sharma
Saurav Sharma, Maria Vannucci, Leonardo Pestana Legori, Mario Scaglia, Giovanni Guglielmo Laracca, Didier Mutter, Sergio Alfieri, Pietro Mascagni, Nicolas Padoy
Early Operative Difficulty Assessment in Laparoscopic Cholecystectomy via Snapshot-Centric Video Analysis
Accepted at IPCAI, 2025
null
10.1007/s11548-025-03372-7
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Purpose: Laparoscopic cholecystectomy (LC) operative difficulty (LCOD) is highly variable and influences outcomes. Despite extensive LC studies in surgical workflow analysis, limited efforts explore LCOD using intraoperative video data. Early recognition of LCOD could allow prompt review by expert surgeons, enhance operating room (OR) planning, and improve surgical outcomes. Methods: We propose the clinical task of early LCOD assessment using limited video observations. We design SurgPrOD, a deep learning model to assess LCOD by analyzing features from global and local temporal resolutions (snapshots) of the observed LC video. Also, we propose a novel snapshot-centric attention (SCA) module, acting across snapshots, to enhance LCOD prediction. We introduce the CholeScore dataset, featuring video-level LCOD labels to validate our method. Results: We evaluate SurgPrOD on 3 LCOD assessment scales in the CholeScore dataset. On our new metric assessing early and stable correct predictions, SurgPrOD surpasses baselines by at least 0.22 points. SurgPrOD improves over baselines by at least 9 and 5 percentage points in F1 score and top1-accuracy, respectively, demonstrating its effectiveness in correct predictions. Conclusion: We propose a new task for early LCOD assessment and a novel model, SurgPrOD analyzing surgical video from global and local perspectives. Our results on the CholeScore dataset establishes a new benchmark to study LCOD using intraoperative video data.
[ { "version": "v1", "created": "Mon, 10 Feb 2025 20:14:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Sharma", "Saurav", "" ], [ "Vannucci", "Maria", "" ], [ "Legori", "Leonardo Pestana", "" ], [ "Scaglia", "Mario", "" ], [ "Laracca", "Giovanni Guglielmo", "" ], [ "Mutter", "Didier", "" ], [ "Alfieri", "Sergio", "" ], [ "Mascagni", "Pietro", "" ], [ "Padoy", "Nicolas", "" ] ]
2502.08049
GuanHeng Zhao
GuanHeng Zhao
A generalized Schmidt's subspace theorem for algebraic points of bounded degree
22 pages, added a more general corollary and one page appendix, some text content has been polished
null
null
null
math.NT math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Schmidt's subspace theorem in terms of Seshadri constants for closed subschemes in subgeneral position has been already developed sharply. We derive our theorem for numerically equivalent ample divisors by dint of the above theory step by step, providing a joint generalization of Schmidt's theorem for algebraic points of bounded degree.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 01:08:32 GMT" }, { "version": "v2", "created": "Mon, 10 Mar 2025 09:42:51 GMT" }, { "version": "v3", "created": "Wed, 19 Mar 2025 13:36:55 GMT" }, { "version": "v4", "created": "Tue, 22 Apr 2025 12:11:20 GMT" } ]
2025-04-23T00:00:00
[ [ "Zhao", "GuanHeng", "" ] ]
2502.08186
Gong-Bo Zhao
Weibing Zhang, Ruiyang Zhao, Xiaoyong Mu, Kazuya Koyama, Ryuichi Takahashi, Yuting Wang, Gong-Bo Zhao
Measuring the redshift-space distortions by cross-correlating the density fields before and after reconstruction
14+6 pages, 6+1 figures; version accepted to ApJ
null
null
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
In this work, we develop a theoretical model for the cross-power spectrum of the galaxy density field before and after standard baryonic acoustic oscillation (BAO) reconstruction. Using this model, we extract the redshift-space distortion (RSD) parameter from the cross-power spectrum. The model is validated against a suite of high-resolution $N$-body simulations, demonstrating its accuracy and robustness for cosmological analyses.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 07:55:01 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 06:31:29 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 08:36:56 GMT" } ]
2025-04-23T00:00:00
[ [ "Zhang", "Weibing", "" ], [ "Zhao", "Ruiyang", "" ], [ "Mu", "Xiaoyong", "" ], [ "Koyama", "Kazuya", "" ], [ "Takahashi", "Ryuichi", "" ], [ "Wang", "Yuting", "" ], [ "Zhao", "Gong-Bo", "" ] ]
2502.08328
Paulina Smolarova
Andreas Galanis, Leslie Ann Goldberg, Paulina Smolarova
Low-temperature Sampling on Sparse Random Graphs
null
null
null
null
cs.DM math.PR
http://creativecommons.org/licenses/by/4.0/
We consider sampling in the so-called low-temperature regime, which is typically characterised by non-local behaviour and strong global correlations. Canonical examples include sampling independent sets on bipartite graphs and sampling from the ferromagnetic $q$-state Potts model. Low-temperature sampling is computationally intractable for general graphs, but recent advances based on the polymer method have made significant progress for graph families that exhibit certain expansion properties that reinforce the correlations, including for example expanders, lattices and dense graphs. One of the most natural graph classes that has so far escaped this algorithmic framework is the class of sparse Erd\H{o}s-R\'enyi random graphs whose expansion only manifests for sufficiently large subsets of vertices; small sets of vertices on the other hand have vanishing expansion which makes them behave independently from the bulk of the graph and therefore weakens the correlations. At a more technical level, the expansion of small sets is crucial for establishing the Kotecky-Priess condition which underpins the applicability of the framework. Our main contribution is to develop the polymer method in the low-temperature regime for sparse random graphs. As our running example, we use the Potts and random-cluster models on $G(n,d/n)$ for $d=\Theta(1)$, where we show a polynomial-time sampling algorithm for all sufficiently large $q$ and $d$, at all temperatures. Our approach applies more generally for models that are monotone. Key to our result is a simple polymer definition that blends easily with the connectivity properties of the graph and allows us to show that polymers have size at most $O(\log n)$.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 11:51:25 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:03:58 GMT" } ]
2025-04-23T00:00:00
[ [ "Galanis", "Andreas", "" ], [ "Goldberg", "Leslie Ann", "" ], [ "Smolarova", "Paulina", "" ] ]
2502.08623
Joey Hejna
Joey Hejna, Suvir Mirchandani, Ashwin Balakrishna, Annie Xie, Ayzaan Wahid, Jonathan Tompson, Pannag Sanketi, Dhruv Shah, Coline Devin, Dorsa Sadigh
Robot Data Curation with Mutual Information Estimators
Videos and code at https://jhejna.github.io/demonstration-info. Published at RSS 2025
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The performance of imitation learning policies often hinges on the datasets with which they are trained. Consequently, investment in data collection for robotics has grown across both industrial and academic labs. However, despite the marked increase in the quantity of demonstrations collected, little work has sought to assess the quality of said data despite mounting evidence of its importance in other areas such as vision and language. In this work, we take a critical step towards addressing the data quality in robotics. Given a dataset of demonstrations, we aim to estimate the relative quality of individual demonstrations in terms of both action diversity and predictability. To do so, we estimate the average contribution of a trajectory towards the mutual information between states and actions in the entire dataset, which captures both the entropy of the marginal action distribution and the state-conditioned action entropy. Though commonly used mutual information estimators require vast amounts of data often beyond the scale available in robotics, we introduce a novel technique based on k-nearest neighbor estimates of mutual information on top of simple VAE embeddings of states and actions. Empirically, we demonstrate that our approach is able to partition demonstration datasets by quality according to human expert scores across a diverse set of benchmarks spanning simulation and real world environments. Moreover, training policies based on data filtered by our method leads to a 5-10% improvement in RoboMimic and better performance on real ALOHA and Franka setups.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 18:23:23 GMT" }, { "version": "v2", "created": "Tue, 18 Feb 2025 18:24:48 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 17:40:30 GMT" } ]
2025-04-23T00:00:00
[ [ "Hejna", "Joey", "" ], [ "Mirchandani", "Suvir", "" ], [ "Balakrishna", "Ashwin", "" ], [ "Xie", "Annie", "" ], [ "Wahid", "Ayzaan", "" ], [ "Tompson", "Jonathan", "" ], [ "Sanketi", "Pannag", "" ], [ "Shah", "Dhruv", "" ], [ "Devin", "Coline", "" ], [ "Sadigh", "Dorsa", "" ] ]
2502.08805
Lucijana Stanic
Lucijana Stanic, Mark Eberlein, Stanislav Linchakovskyy, Christopher Magnoli, Maryna Mesiura, Luca Morf, Prasenjit Saha, Eugene Vasiliev
Dark Matter Particle Flux in a Dynamically Self-consistent Milky Way Model
null
null
null
null
astro-ph.GA astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We extend a recently developed dynamically self-consistent model of the Milky Way constrained by observations from the Gaia observatory to include a radially anisotropic component in the dark matter (DM) halo, which represents the debris from the accreted Gaia-Sausage-Enceladus (GSE) galaxy. In the new model, which we call a self-consistent Anisotropic Halo Model or scAHM, we derive distribution functions for DM velocity in heliocentric and geocentric reference frames. We compare them with the velocity distributions in the standard halo model (SHM) and another anisotropic model (SHM++). We compute predicted scattering rates in direct-detection experiments, for different target nuclei and DM particle masses. Seasonal dependencies of scattering rates are analyzed, revealing small but interesting variations in detection rates for different target nuclei and DM masses. Our findings show that the velocity distribution of the anisotropic GSE component significantly deviates from Gaussian, showing a modest impact on the detection rates. The peculiar kinematic signature of the radially anisotropic component would be most clearly observable by direction-sensitive detectors.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 21:42:43 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 08:18:41 GMT" } ]
2025-04-23T00:00:00
[ [ "Stanic", "Lucijana", "" ], [ "Eberlein", "Mark", "" ], [ "Linchakovskyy", "Stanislav", "" ], [ "Magnoli", "Christopher", "" ], [ "Mesiura", "Maryna", "" ], [ "Morf", "Luca", "" ], [ "Saha", "Prasenjit", "" ], [ "Vasiliev", "Eugene", "" ] ]
2502.08827
Ildik\'o Schlotter
P\'eter Bir\'o and Gergely Cs\'aji and Ildik\'o Schlotter
Stable Hypergraph Matching in Unimodular Hypergraphs
To be published at ICALP 2025
null
null
null
cs.GT cs.DS
http://creativecommons.org/licenses/by/4.0/
We study the NP-hard Stable Hypergraph Matching (SHM) problem and its generalization allowing capacities, the Stable Hypergraph $b$-Matching (SH$b$M) problem, and investigate their computational properties under various structural constraints. Our study is motivated by the fact that Scarf's Lemma (Scarf, 1967) together with a result of Lov\'asz (1972) guarantees the existence of a stable matching whenever the underlying hypergraph is normal. Furthermore, if the hypergraph is unimodular (i.e., its incidence matrix is totally unimodular), then even a stable $b$-matching is guaranteed to exist. However, no polynomial-time algorithm is known for finding a stable matching or $b$-matching in unimodular hypergraphs. We identify subclasses of unimodular hypergraphs where SHM and SH$b$M are tractable such as laminar hypergraphs or so-called subpath hypergraphs with bounded-size hyperedges; for the latter case, even a maximum-weight stable $b$-matching can be found efficiently. We complement our algorithms by showing that optimizing over stable matchings is NP-hard even in laminar hypergraphs. As a practically important special case of SH$b$M for unimodular hypergraphs, we investigate a tripartite stable matching problem with students, schools, and companies as agents, called the University Dual Admission problem, which models real-world scenarios in higher education admissions. Finally, we examine a superclass of subpath hypergraphs that are normal but necessarily not unimodular, namely subtree hypergraphs where hyperedges correspond to subtrees of a tree. We establish that for such hypergraphs, stable matchings can be found in polynomial time but, in the setting with capacities, finding a stable $b$-matching is NP-hard.
[ { "version": "v1", "created": "Wed, 12 Feb 2025 22:34:11 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 10:10:36 GMT" } ]
2025-04-23T00:00:00
[ [ "Biró", "Péter", "" ], [ "Csáji", "Gergely", "" ], [ "Schlotter", "Ildikó", "" ] ]
2502.09436
Dario Spoljaric
Dario Spoljaric, Yashuai Yan, Dongheui Lee
Variable Stiffness for Robust Locomotion through Reinforcement Learning
accepted to IFAC Joint Symposia on Mechatronics & Robotics
null
null
null
cs.RO cs.AI
http://creativecommons.org/licenses/by/4.0/
Reinforcement-learned locomotion enables legged robots to perform highly dynamic motions but often accompanies time-consuming manual tuning of joint stiffness. This paper introduces a novel control paradigm that integrates variable stiffness into the action space alongside joint positions, enabling grouped stiffness control such as per-joint stiffness (PJS), per-leg stiffness (PLS) and hybrid joint-leg stiffness (HJLS). We show that variable stiffness policies, with grouping in per-leg stiffness (PLS), outperform position-based control in velocity tracking and push recovery. In contrast, HJLS excels in energy efficiency. Despite the fact that our policy is trained on flat floor only, our method showcases robust walking behaviour on diverse outdoor terrains, indicating robust sim-to-real transfer. Our approach simplifies design by eliminating per-joint stiffness tuning while keeping competitive results with various metrics.
[ { "version": "v1", "created": "Thu, 13 Feb 2025 16:00:46 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 06:55:59 GMT" } ]
2025-04-23T00:00:00
[ [ "Spoljaric", "Dario", "" ], [ "Yan", "Yashuai", "" ], [ "Lee", "Dongheui", "" ] ]
2502.09691
Roger Ianjamasimanana
R. Ianjamasimanana, L. Verdes-Montenegro, A. Sorgho, K. M. Hess, M. G. Jones, J. M. Cannon, J. M. Solanes, M. E. Cluver, J. Mold\'on, B. Namumba, J. Rom\'an, I. Labadie-Garc\'ia, C.C. de la Casa, S. Borthakur, J. Wang, R. Garc\'ia-Benito, A. del Olmo, J. Perea, T. Wiegert, M. Yun, J. Garrido, S. Sanchez-Exp\'osito, A. Bosma, E. Athanassoula, G. I. G. J\'ozsa, T.H. Jarrett, C.K. Xu, O.M. Smirnov
MeerKAT view of Hickson Compact Groups:I. Data description and release
37 pages, 34 figures, 4 tables - Accepted for publication in A&A
A&A 696, A176 (2025)
10.1051/0004-6361/202453005
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Context: Hickson Compact Groups (HCGs) are dense gravitationally-bound collections of 4-10 galaxies ideal for studying gas and star formation quenching processes. Aims: We aim to understand the transition of HCGs from possessing complex HI tidal structures (so-called phase 2 groups) to a phase where galaxies have lost most or all their HI (phase 3). We also seek to detect diffuse H i gas that was previously missed by the Very Large Array (VLA). Methods: We observed three phase 2 and three phase 3 HCGs with MeerKAT and reduced the data using the Containerized Automated Radio Astronomy Calibration (CARACal) pipeline. We produced data cubes, moment maps, integrated spectra, and compared our findings with previous VLA and Green Bank Telescope (GBT) observations. Results: Compared with previous VLA observations, MeerKAT reveals much more extended tidal features in phase 2 and some new high surface brightness features in phase 3 groups. However, no diffuse HI component was found in phase 3 groups. We also detected many surrounding galaxies for both phase 2 and phase 3 groups, most of which are normal disk galaxies. Conclusions: The difference between phase 2 and phase 3 groups is still substantial, supporting previous findings that the transition between the two phases must be abrupt.
[ { "version": "v1", "created": "Thu, 13 Feb 2025 17:24:16 GMT" } ]
2025-04-23T00:00:00
[ [ "Ianjamasimanana", "R.", "" ], [ "Verdes-Montenegro", "L.", "" ], [ "Sorgho", "A.", "" ], [ "Hess", "K. M.", "" ], [ "Jones", "M. G.", "" ], [ "Cannon", "J. M.", "" ], [ "Solanes", "J. M.", "" ], [ "Cluver", "M. E.", "" ], [ "Moldón", "J.", "" ], [ "Namumba", "B.", "" ], [ "Román", "J.", "" ], [ "Labadie-García", "I.", "" ], [ "de la Casa", "C. C.", "" ], [ "Borthakur", "S.", "" ], [ "Wang", "J.", "" ], [ "García-Benito", "R.", "" ], [ "del Olmo", "A.", "" ], [ "Perea", "J.", "" ], [ "Wiegert", "T.", "" ], [ "Yun", "M.", "" ], [ "Garrido", "J.", "" ], [ "Sanchez-Expósito", "S.", "" ], [ "Bosma", "A.", "" ], [ "Athanassoula", "E.", "" ], [ "Józsa", "G. I. G.", "" ], [ "Jarrett", "T. H.", "" ], [ "Xu", "C. K.", "" ], [ "Smirnov", "O. M.", "" ] ]
2502.10016
Cheng-Rui Zhu
Cheng-Rui Zhu, Mei-Juan Wang
Probing solar modulation of AMS-02 time-dependent D, $^3$He and $^4$He fluxes with modified force field approximation
23 pages, 18 figures, 4 tables. Accepted by ApJ
null
10.3847/1538-4357/adc12c
null
astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The AMS-02 experiment recently published time-dependent fluxes of deuterons (D) from May 2011 to April 2021, divided into 33 periods of four Bartels rotations each. These temporal structures are associated with solar modulation. In this study, three modified force-field approximation are employed to examine the long-term behavior of cosmic-ray (CR) isotopes such as D, $^3$He, and $^4$He, as well as the ratios D/$^3$He and $^3$He/$^4$He. The solar modulation potential is rigidity-dependent for these modified force-field approximation models. Due to the unknown local interstellar spectrum (LIS) for these isotopes, we utilize the Non-LIS method for solar modulation. By fitting to the AMS-02 time-dependent fluxes, we derive the solar modulation parameters. Our findings prove the assumption in literature that all isotopes can be fitted using the same solar modulation parameters and it shown that the modified FFA models are validated parametrization for solar modulation. Based on these, we forecast the daily fluxes of D, $^3$He and $^4$He from 2011 to 2020.
[ { "version": "v1", "created": "Fri, 14 Feb 2025 08:53:27 GMT" }, { "version": "v2", "created": "Tue, 18 Mar 2025 09:09:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Zhu", "Cheng-Rui", "" ], [ "Wang", "Mei-Juan", "" ] ]
2502.11549
Yudong Wei
Yudong Wei, Zhongshu Hu, Yajing Guo, Zhentian Qian, Shengjie Jin, Xuzong Chen, Xiong-jun Liu
A Radio-Frequency Emitter Design for the Low-Frequency Regime in Atomic Experiments
6 pages, 5 figures. Typos corrected
null
null
null
physics.atom-ph cond-mat.quant-gas
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Radio frequency (RF) control is a key technique in cold atom experiments. We present a compact and efficient RF circuit based on a capacitive transformer, where a low-frequency coil operating up to 30 MHz serves as both inductor and power-sharing element. The design enables high current and flexible matching bandwidth, and integrates broadband and narrowband RF manipulation within a unified configuration, overcoming the distance constraints imposed by metallic chambers. In evaporative cooling, the broadband circuit reduces RF input power from 14.7 dBW to -3.5 dBW due to its low-pass behavior, effectively cooling the Bose-Fermi mixture to below 10{\mu}K. In a Landau-Zener protocol, the narrowband circuit transfers 80% of rubidium atoms from |F=2, mF=2> to |2, -2> in 1 millisecond, yielding a Rabi frequency of about 7.6 kHz under an input power of 0.1 dBW. The concise design ensures robust impedance matching and stable performance across a wide frequency range, with behavior closely consistent with lumped-element simulations.
[ { "version": "v1", "created": "Mon, 17 Feb 2025 08:30:38 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 14:33:55 GMT" } ]
2025-04-23T00:00:00
[ [ "Wei", "Yudong", "" ], [ "Hu", "Zhongshu", "" ], [ "Guo", "Yajing", "" ], [ "Qian", "Zhentian", "" ], [ "Jin", "Shengjie", "" ], [ "Chen", "Xuzong", "" ], [ "Liu", "Xiong-jun", "" ] ]
2502.11986
Wooseong Jeong
Wooseong Jeong, Kuk-Jin Yoon
Selective Task Group Updates for Multi-Task Optimization
Accepted at ICLR 2025
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Multi-task learning enables the acquisition of task-generic knowledge by training multiple tasks within a unified architecture. However, training all tasks together in a single architecture can lead to performance degradation, known as negative transfer, which is a main concern in multi-task learning. Previous works have addressed this issue by optimizing the multi-task network through gradient manipulation or weighted loss adjustments. However, their optimization strategy focuses on addressing task imbalance in shared parameters, neglecting the learning of task-specific parameters. As a result, they show limitations in mitigating negative transfer, since the learning of shared space and task-specific information influences each other during optimization. To address this, we propose a different approach to enhance multi-task performance by selectively grouping tasks and updating them for each batch during optimization. We introduce an algorithm that adaptively determines how to effectively group tasks and update them during the learning process. To track inter-task relations and optimize multi-task networks simultaneously, we propose proximal inter-task affinity, which can be measured during the optimization process. We provide a theoretical analysis on how dividing tasks into multiple groups and updating them sequentially significantly affects multi-task performance by enhancing the learning of task-specific parameters. Our methods substantially outperform previous multi-task optimization approaches and are scalable to different architectures and various numbers of tasks.
[ { "version": "v1", "created": "Mon, 17 Feb 2025 16:26:05 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:24:22 GMT" } ]
2025-04-23T00:00:00
[ [ "Jeong", "Wooseong", "" ], [ "Yoon", "Kuk-Jin", "" ] ]
2502.12074
Zhaolong Zhang
Yu-Sheng Gao, Zhao-Long Zhang, Xu Feng, Lu-Chang Jin, Chuan Liu, Ulf-G.Mei{\ss}ner
Lattice QCD Study of Pion Electroproduction and Weak Production from a Nucleon
13 pages, 6 figures, version accepted by PRL
null
null
null
hep-lat hep-ph nucl-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Quantum fluctuations in QCD influence nucleon structure and interactions, with pion production serving as a key probe of chiral dynamics. In this study, we present a lattice QCD calculation of multipole amplitudes at threshold, related to both pion electroproduction and weak production from a nucleon, using two gauge ensembles near the physical pion mass. We develop a technique for spin projection and construct multiple operators for analyzing the generalized eigenvalue problem in both the nucleon-pion system in the center-of-mass frame and the nucleon system with nonzero momentum. The numerical lattice results are then compared with those extracted from experimental data and predicted by low-energy theorems incorporating one-loop corrections.
[ { "version": "v1", "created": "Mon, 17 Feb 2025 17:45:07 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 01:43:57 GMT" } ]
2025-04-23T00:00:00
[ [ "Gao", "Yu-Sheng", "" ], [ "Zhang", "Zhao-Long", "" ], [ "Feng", "Xu", "" ], [ "Jin", "Lu-Chang", "" ], [ "Liu", "Chuan", "" ], [ "Meißner", "Ulf-G.", "" ] ]
2502.12804
Michael Doherty
Michael Doherty, Robin Matzner, Rasoul Sadeghi, Polina Bayvel, Alejandra Beghelli
Reinforcement Learning for Dynamic Resource Allocation in Optical Networks: Hype or Hope?
null
null
null
null
cs.NI cs.LG cs.SY eess.SY
http://creativecommons.org/licenses/by/4.0/
The application of reinforcement learning (RL) to dynamic resource allocation in optical networks has been the focus of intense research activity in recent years, with almost 100 peer-reviewed papers. We present a review of progress in the field, and identify significant gaps in benchmarking practices and reproducibility. To determine the strongest benchmark algorithms, we systematically evaluate several heuristics across diverse network topologies. We find that path count and sort criteria for path selection significantly affect the benchmark performance. We meticulously recreate the problems from five landmark papers and apply the improved benchmarks. Our comparisons demonstrate that simple heuristics consistently match or outperform the published RL solutions, often with an order of magnitude lower blocking probability. Furthermore, we present empirical lower bounds on network blocking using a novel defragmentation-based method, revealing that potential improvements over the benchmark heuristics are limited to 19-36% increased traffic load for the same blocking performance in our examples. We make our simulation framework and results publicly available to promote reproducible research and standardized evaluation https://doi.org/10.5281/zenodo.12594495.
[ { "version": "v1", "created": "Tue, 18 Feb 2025 12:09:42 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 11:06:14 GMT" } ]
2025-04-23T00:00:00
[ [ "Doherty", "Michael", "" ], [ "Matzner", "Robin", "" ], [ "Sadeghi", "Rasoul", "" ], [ "Bayvel", "Polina", "" ], [ "Beghelli", "Alejandra", "" ] ]
2502.13053
Yurun Chen
Yurun Chen, Xavier Hu, Keting Yin, Juncheng Li, Shengyu Zhang
Evaluating the Robustness of Multimodal Agents Against Active Environmental Injection Attacks
null
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
As researchers continue to optimize AI agents for more effective task execution within operating systems, they often overlook a critical security concern: the ability of these agents to detect "impostors" within their environment. Through an analysis of the agents' operational context, we identify a significant threat-attackers can disguise malicious attacks as environmental elements, injecting active disturbances into the agents' execution processes to manipulate their decision-making. We define this novel threat as the Active Environment Injection Attack (AEIA). Focusing on the interaction mechanisms of the Android OS, we conduct a risk assessment of AEIA and identify two critical security vulnerabilities: (1) Adversarial content injection in multimodal interaction interfaces, where attackers embed adversarial instructions within environmental elements to mislead agent decision-making; and (2) Reasoning gap vulnerabilities in the agent's task execution process, which increase susceptibility to AEIA attacks during reasoning. To evaluate the impact of these vulnerabilities, we propose AEIA-MN, an attack scheme that exploits interaction vulnerabilities in mobile operating systems to assess the robustness of MLLM-based agents. Experimental results show that even advanced MLLMs are highly vulnerable to this attack, achieving a maximum attack success rate of 93% on the AndroidWorld benchmark by combining two vulnerabilities.
[ { "version": "v1", "created": "Tue, 18 Feb 2025 17:01:28 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 02:58:19 GMT" } ]
2025-04-23T00:00:00
[ [ "Chen", "Yurun", "" ], [ "Hu", "Xavier", "" ], [ "Yin", "Keting", "" ], [ "Li", "Juncheng", "" ], [ "Zhang", "Shengyu", "" ] ]
2502.13055
Xingzhi Qian
Xingzhi Qian, Xinran Zheng, Yiling He, Shuo Yang, Lorenzo Cavallaro
LAMD: Context-driven Android Malware Detection and Classification with LLMs
accepted by 2025 46th IEEE Symposium on Security and Privacy Workshops (SPW)
null
null
null
cs.CR cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
The rapid growth of mobile applications has escalated Android malware threats. Although there are numerous detection methods, they often struggle with evolving attacks, dataset biases, and limited explainability. Large Language Models (LLMs) offer a promising alternative with their zero-shot inference and reasoning capabilities. However, applying LLMs to Android malware detection presents two key challenges: (1)the extensive support code in Android applications, often spanning thousands of classes, exceeds LLMs' context limits and obscures malicious behavior within benign functionality; (2)the structural complexity and interdependencies of Android applications surpass LLMs' sequence-based reasoning, fragmenting code analysis and hindering malicious intent inference. To address these challenges, we propose LAMD, a practical context-driven framework to enable LLM-based Android malware detection. LAMD integrates key context extraction to isolate security-critical code regions and construct program structures, then applies tier-wise code reasoning to analyze application behavior progressively, from low-level instructions to high-level semantics, providing final prediction and explanation. A well-designed factual consistency verification mechanism is equipped to mitigate LLM hallucinations from the first tier. Evaluation in real-world settings demonstrates LAMD's effectiveness over conventional detectors, establishing a feasible basis for LLM-driven malware analysis in dynamic threat landscapes.
[ { "version": "v1", "created": "Tue, 18 Feb 2025 17:01:37 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 18:09:35 GMT" } ]
2025-04-23T00:00:00
[ [ "Qian", "Xingzhi", "" ], [ "Zheng", "Xinran", "" ], [ "He", "Yiling", "" ], [ "Yang", "Shuo", "" ], [ "Cavallaro", "Lorenzo", "" ] ]
2502.13065
Or Zamir
Vinod Vaikuntanathan, Or Zamir
Improving Algorithmic Efficiency using Cryptography
null
null
null
null
cs.CR cs.DS
http://creativecommons.org/licenses/by-nc-nd/4.0/
Cryptographic primitives have been used for various non-cryptographic objectives, such as eliminating or reducing randomness and interaction. We show how to use cryptography to improve the time complexity of solving computational problems. Specifically, we show that under standard cryptographic assumptions, we can design algorithms that are asymptotically faster than existing ones while maintaining correctness. As a concrete demonstration, we construct a distribution of trapdoored matrices with the following properties: (a) computationally bounded adversaries cannot distinguish a random matrix from one drawn from this distribution (under computational hardness assumptions), and (b) given a trapdoor, we can multiply such an $n \times n$ matrix with any vector in near-linear (in $n$) time. We provide constructions both over finite fields and over the reals. This enables a broad speedup technique: any algorithm relying on a random matrix -- such as those that use various notions of dimensionality reduction -- can replace it with a matrix from our distribution, achieving computational speedups while preserving correctness. Using these trapdoored matrices, we present the first uniform reduction from worst-case to approximate and average-case matrix multiplication with optimal parameters (improving on Hirahara--Shimizu STOC 2025, albeit under computational assumptions), the first worst-case to average-case reductions for matrix inversion, solving a linear system, and computing a determinant, as well as a speedup of inference time in classification models.
[ { "version": "v1", "created": "Tue, 18 Feb 2025 17:08:59 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 17:51:42 GMT" } ]
2025-04-23T00:00:00
[ [ "Vaikuntanathan", "Vinod", "" ], [ "Zamir", "Or", "" ] ]
2502.13341
Leora Dresselhaus-Marais
Zane Taylor, Tharun Reddy, Maureen Fitzpatrick, Kwan Kim, Wei Li, Chu Lun Alex Leung, Peter D. Lee, Kaila M. Bertsch, Leora Dresselhaus-Marais
Analytical model for balling defects in laser melting using rivulet theory and solidification
null
null
null
null
physics.flu-dyn cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
In the laser welding and additive manufacturing (AM) communities, the balling defect is primarily attributed to the action of fluid instabilities with a few authors suggesting other mechanisms. Without commenting on the validity of the fluid instability driven \textit{mechanism} of balling in AM, this work intends to present the most realistic analytical discussion of the balling defect driven purely by fluid instabilities. Synchrotron-based X-ray radiography of thin samples indicate that fluid instability growth rates and solidification can be comparable in magnitude and thus compete. Neglecting the action of fluid flows and heat transport, this work presents an analytical formalism which accounts for fluid instabilities and solidification competition, giving a continuous transition from balling to non-balling which is lacking in current literature. We adapt a Rivulet instability model from the fluid physics community to account for the stabilizing effects of the substrate which the Plateau-Rayleigh instability model does not account for, and estimate the instability growth rate. Our model predicts instability growth at higher wavelengths and shallower melt pool depths relative to width, as well as strong sensitivity to the solidification front curvature. Deviations between model predictions and our experimental results demonstrate the importance of fluid flows and heat transport in the balling process. Our experiments further demonstrate at least one mechanism by which the melt pool length and balling wavelength are not equivalent, as commonly claimed.
[ { "version": "v1", "created": "Tue, 18 Feb 2025 23:41:20 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 22:25:34 GMT" } ]
2025-04-23T00:00:00
[ [ "Taylor", "Zane", "" ], [ "Reddy", "Tharun", "" ], [ "Fitzpatrick", "Maureen", "" ], [ "Kim", "Kwan", "" ], [ "Li", "Wei", "" ], [ "Leung", "Chu Lun Alex", "" ], [ "Lee", "Peter D.", "" ], [ "Bertsch", "Kaila M.", "" ], [ "Dresselhaus-Marais", "Leora", "" ] ]
2502.13745
Elena Redaelli
E. Redaelli, S. Spezzano, P. Caselli, J. Harju, D. Arzoumanian, O. Sipil\"a, A. Belloche, F. Wyrowski and J. E. Pineda
Hunting pre-stellar cores with APEX: Corona Australis 151, the densest pre-stellar core or the youngest protostar?
Accepted for publication in A&A (19 Feb. 2025)
A&A 696, A171 (2025)
10.1051/0004-6361/202452579
null
astro-ph.SR astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
Context. Pre-stellar cores are the birthplaces of Sun-like stars and represent the initial conditions for the assembly of protoplanetary systems. Due to their short lifespans, they are rare. In recent efforts to increase the number of such sources identified in the Solar neighbourhood, we have selected a sample of 40 starless cores from the publicly available core catalogs of the Herschel Gould Belt survey. In this work, we focus on one of the sources that stands out for its high central density: Corona Australis 151. Aims. We use molecular lines that trace dense gas (n>=10^6 cm-3) to confirm the exceptionally high density of this object, to study its physical structure, and to understand its evolutionary stage. Methods. We detected the N2H+ 3-2 and 5-4 transitions, and the N2D+ 3-2, 4-3, and 6-5 lines with the APEX telescope. We use the Herschel continuum data to infer a spherically symmetric model of the core's density and temperature. This is used as input to perform non-local-thermodynamic-equilibrium radiative transfer to fit the observed five lines. Results. Our analysis confirms that this core is characterised by very high densities (a few x 10^7 cm-3 at the centre) and cold temperatures. We infer a high deuteration level of N2D+/N2H+=0.50, indicative of an advanced evolutionary stage. In the large bandwidth covered by the APEX data, we detect several other deuterated species, including CHD2OH, D2CO, and ND3. We also detect multiple sulphurated species that present broader lines with signs of high-velocity wings. Conclusions. The observation of high-velocity wings and the fact that the linewidths of N2H+ and N2D+ become larger with increasing frequency can be interpreted either as an indication of supersonic infall motions developing in the central parts of a very evolved pre-stellar core or as the signature of outflows from a very low luminosity object (VeLLO). *SHORTENED*
[ { "version": "v1", "created": "Wed, 19 Feb 2025 14:08:43 GMT" } ]
2025-04-23T00:00:00
[ [ "Redaelli", "E.", "" ], [ "Spezzano", "S.", "" ], [ "Caselli", "P.", "" ], [ "Harju", "J.", "" ], [ "Arzoumanian", "D.", "" ], [ "Sipilä", "O.", "" ], [ "Belloche", "A.", "" ], [ "Wyrowski", "F.", "" ], [ "Pineda", "J. E.", "" ] ]
2502.14406
Tom Van Doorsselaere
Tom Van Doorsselaere, M. Valeria Sieyra, Norbert Magyar, Marcel Goossens, Luka Banovic
Uniturbulence and Alfven wave solar model
Accepted in Astronomy & Astrophysics
A&A 696, A166 (2025)
10.1051/0004-6361/202450630
null
astro-ph.SR physics.space-ph
http://creativecommons.org/licenses/by/4.0/
AWSOM-type models (Van der Holst et al. 2014) have been very successful in describing the solar atmosphere by incorporating the Alfven wave driving as extra contributions in the global MHD equations. However, they lack the contributions from other wave modes. In this paper, we aim to write governing equations for the energy evolution equation of kink waves. In a similar manner as AWSOM, we combine the kink wave evolution equation with MHD. Our goal is to incorporate the extra heating provided by the uniturbulent damping of the kink waves. We attempt to construct the UAWSOM equations (uniturbulence and Alfven wave driven solar models). We have recently described the MHD equations in terms of the Q-variables. These latter variables allow to follow the evolution of waves in a co-propagating reference frame. We transform the Q-variable MHD equations into an energy evolution equation. First we do this generally, and then we specialise to the description of kink waves. We also couple this evolution equation to the slowly varying MHD formulation and solve the system in 1D. We find that the kink wave energy evolution equation contains non-linear terms, even in the absence of counterpropagating waves. The non-linear damping is expressed solely through equilibrium parameters, rather than an ad-hoc perpendicular correlation term, as in the case of the AWSOM models. A proof-of-concept numerical implementation in python shows that the kink wave driving indeed leads to radial outflow and heating. Thus, UAWSOM may have the necessary ingredients to drive the solar wind and heat the solar corona against losses. Not only does our current work constitute a pathway to fix shortcomings in heating and wind driving in the popular AWSOM model, it also provides the mathematical formalism to incorporate more wave modes for additional driving of the solar wind.
[ { "version": "v1", "created": "Thu, 20 Feb 2025 09:46:06 GMT" } ]
2025-04-23T00:00:00
[ [ "Van Doorsselaere", "Tom", "" ], [ "Sieyra", "M. Valeria", "" ], [ "Magyar", "Norbert", "" ], [ "Goossens", "Marcel", "" ], [ "Banovic", "Luka", "" ] ]
2502.15227
Tongyu Nie
Tongyu Nie, Courtney Hutton Pospick, Ville Cantory, Danhua Zhang, Jasmine Joyce DeGuzman, Victoria Interrante, Isayas Berhe Adhanom, Evan Suma Rosenberg
Peripheral Teleportation: A Rest Frame Design to Mitigate Cybersickness During Virtual Locomotion
Accepted to IEEE VR 2025
null
10.1109/TVCG.2025.3549568
null
cs.HC cs.GR
http://creativecommons.org/licenses/by/4.0/
Mitigating cybersickness can improve the usability of virtual reality (VR) and increase its adoption. The most widely used technique, dynamic field-of-view (FOV) restriction, mitigates cybersickness by blacking out the peripheral region of the user's FOV. However, this approach reduces the visibility of the virtual environment. We propose peripheral teleportation, a novel technique that creates a rest frame (RF) in the user's peripheral vision using content rendered from the current virtual environment. Specifically, the peripheral region is rendered by a pair of RF cameras whose transforms are updated by the user's physical motion. We apply alternating teleportations during translations, or snap turns during rotations, to the RF cameras to keep them close to the current viewpoint transformation. Consequently, the optical flow generated by RF cameras matches the user's physical motion, creating a stable peripheral view. In a between-subjects study (N = 90), we compared peripheral teleportation with a traditional black FOV restrictor and an unrestricted control condition. The results showed that peripheral teleportation significantly reduced discomfort and enabled participants to stay immersed in the virtual environment for a longer duration of time. Overall, these findings suggest that peripheral teleportation is a promising technique that VR practitioners may consider adding to their cybersickness mitigation toolset.
[ { "version": "v1", "created": "Fri, 21 Feb 2025 05:50:40 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 22:05:50 GMT" } ]
2025-04-23T00:00:00
[ [ "Nie", "Tongyu", "" ], [ "Pospick", "Courtney Hutton", "" ], [ "Cantory", "Ville", "" ], [ "Zhang", "Danhua", "" ], [ "DeGuzman", "Jasmine Joyce", "" ], [ "Interrante", "Victoria", "" ], [ "Adhanom", "Isayas Berhe", "" ], [ "Rosenberg", "Evan Suma", "" ] ]
2502.15403
Carlos Eiras-Franco
Carlos Eiras-Franco, Anna Hedstr\"om and Marina M.-C. H\"ohne
Evaluate with the Inverse: Efficient Approximation of Latent Explanation Quality Distribution
Accepted to AAAI 2025
null
10.1609/aaai.v39i26.34935
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Obtaining high-quality explanations of a model's output enables developers to identify and correct biases, align the system's behavior with human values, and ensure ethical compliance. Explainable Artificial Intelligence (XAI) practitioners rely on specific measures to gauge the quality of such explanations. These measures assess key attributes, such as how closely an explanation aligns with a model's decision process (faithfulness), how accurately it pinpoints the relevant input features (localization), and its consistency across different cases (robustness). Despite providing valuable information, these measures do not fully address a critical practitioner's concern: how does the quality of a given explanation compare to other potential explanations? Traditionally, the quality of an explanation has been assessed by comparing it to a randomly generated counterpart. This paper introduces an alternative: the Quality Gap Estimate (QGE). The QGE method offers a direct comparison to what can be viewed as the `inverse' explanation, one that conceptually represents the antithesis of the original explanation. Our extensive testing across multiple model architectures, datasets, and established quality metrics demonstrates that the QGE method is superior to the traditional approach. Furthermore, we show that QGE enhances the statistical reliability of these quality assessments. This advance represents a significant step toward a more insightful evaluation of explanations that enables a more effective inspection of a model's behavior.
[ { "version": "v1", "created": "Fri, 21 Feb 2025 12:04:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Eiras-Franco", "Carlos", "" ], [ "Hedström", "Anna", "" ], [ "Höhne", "Marina M. -C.", "" ] ]
2502.15430
David Valdivia
David Valdivia, Marien Renaud, Elsa Cazelles, C\'edric F\'evotte
Audio signal interpolation using optimal transportation of spectrograms
null
null
null
null
eess.SP cs.SD eess.AS
http://creativecommons.org/licenses/by/4.0/
We present a novel approach for generating an artificial audio signal that interpolates between given source and target sounds. Our approach relies on the computation of Wasserstein barycenters of the source and target spectrograms, followed by phase reconstruction and inversion. In contrast with previous works, our new method considers the spectrograms globally and does not operate on a temporal frame-to-frame basis. Another contribution is to endow the transportation cost matrix with a specific structure that prohibits remote displacements of energy along the time axis, and for which optimal transport is made possible by leveraging the unbalanced transport framework. The proposed cost matrix makes sense from the audio perspective and also allows to reduce the computation load. Results with synthetic musical notes and real environmental sounds illustrate the potential of our novel approach.
[ { "version": "v1", "created": "Fri, 21 Feb 2025 12:57:50 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 11:47:44 GMT" } ]
2025-04-23T00:00:00
[ [ "Valdivia", "David", "" ], [ "Renaud", "Marien", "" ], [ "Cazelles", "Elsa", "" ], [ "Févotte", "Cédric", "" ] ]
2502.16404
Maxwell West
Maxwell West, Neil Dowling, Angus Southwell, Martin Sevior, Muhammad Usman, Kavan Modi, Thomas Quella
A graph-theoretic approach to chaos and complexity in quantum systems
34 pages, 10 figures
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
There has recently been considerable interest in studying quantum systems via dynamical Lie algebras (DLAs) -- Lie algebras generated by the terms which appear in the Hamiltonian of the system. However, there are some important properties that are revealed only at a finer level of granularity than the DLA. In this work we explore, via the commutator graph, average notions of scrambling, chaos and complexity over ensembles of systems with DLAs that possess a basis consisting of Pauli strings. Unlike DLAs, commutator graphs are sensitive to short-time dynamics, and therefore constitute a finer probe to various characteristics of the corresponding ensemble. We link graph-theoretic properties of the commutator graph to the out-of-time-order correlator (OTOC), the frame potential, the frustration graph of the Hamiltonian of the system, and the Krylov complexity of operators evolving under the dynamics. For example, we reduce the calculation of average OTOCs to a counting problem on the graph; separately, we connect the Krylov complexity of an operator to the module structure of the adjoint action of the DLA on the space of operators in which it resides, and prove that its average over the ensemble is lower bounded by the average shortest path length between the initial operator and the other operators in the commutator graph.
[ { "version": "v1", "created": "Sun, 23 Feb 2025 02:03:03 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 12:02:29 GMT" } ]
2025-04-23T00:00:00
[ [ "West", "Maxwell", "" ], [ "Dowling", "Neil", "" ], [ "Southwell", "Angus", "" ], [ "Sevior", "Martin", "" ], [ "Usman", "Muhammad", "" ], [ "Modi", "Kavan", "" ], [ "Quella", "Thomas", "" ] ]
2502.16918
Stefan Schippers
C. Brandau, S. Fuchs, V. Hannen, E. O. Hanu, C. Krantz, M. Lestinsky, M. Looshorn, E. B. Menz, S. X. Wang, and S. Schippers
Electron-ion collision spectroscopy at the CRYRING@ESR electron cooler
10 pages, 9 figures, 1 table
Chinese Physics C 49 (2025) 064001
10.1088/1674-1137/adbf81
null
physics.atom-ph
http://creativecommons.org/licenses/by/4.0/
Electron-ion collision spectroscopy at heavy-ion storage rings aims at precision measurements of resonance features that occur in the cross sections of electron collision processes such as electron-impact ionization of ions or electron-ion recombination. As part of the international FAIR project, the low-energy ion storage ring CRYRING@ESR has been coupled with the heavy-ion accelerators operated by the GSI Helmholtz Center for Heavy-Ion Research in Darmstadt, Germany. This has created a new opportunity for stringent tests of strong field quantum electrodynamics by electron-ion collision spectroscopy of heavy few-electron ions. The present contribution provides details of the electron-ion collision spectroscopy setup at CRYRING@ESR and of the associated data-analysis procedures along with first results for nonresonant and resonant recombination of berylliumlike lead ions. For nonresonant recombination a recombination rate enhancement factor of 3.5 is found at zero electron-ion collision energy. For resonant recombination there is excellent agreement with recent theoretical results when these are shifted by 340~meV in energy.
[ { "version": "v1", "created": "Mon, 24 Feb 2025 07:23:51 GMT" } ]
2025-04-23T00:00:00
[ [ "Brandau", "C.", "" ], [ "Fuchs", "S.", "" ], [ "Hannen", "V.", "" ], [ "Hanu", "E. O.", "" ], [ "Krantz", "C.", "" ], [ "Lestinsky", "M.", "" ], [ "Looshorn", "M.", "" ], [ "Menz", "E. B.", "" ], [ "Wang", "S. X.", "" ], [ "Schippers", "S.", "" ] ]
2502.17438
Louise Breuval
Louise Breuval, Caroline D. Huang, Adam G. Riess
The Legacy of Henrietta Leavitt: A Re-analysis of the First Cepheid Period-Luminosity Relation
12 pages, 8 figures. Accepted to PASP
Publications of the Astronomical Society of the Pacific, Volume 137, Number 4 (2025)
10.1088/1538-3873/adc5a1
null
astro-ph.SR astro-ph.CO astro-ph.GA astro-ph.IM physics.hist-ph
http://creativecommons.org/licenses/by/4.0/
Henrietta Swan Leavitt's discovery of the relationship between the period and luminosity (hereafter the Leavitt Law) of 25 variable stars in the Small Magellanic Cloud, published in 1912, revolutionized cosmology. These variables, eventually identified as Cepheids, became the first known "standard candles" for measuring extragalactic distances and remain the gold standard for this task today. Leavitt measured light curves, periods, and minimum and maximum magnitudes from painstaking visual inspection of photographic plates. Her work paved the way for the first precise series of distance measurements that helped set the scale of the Universe, and later the discovery of its expansion by Edwin Hubble in 1929. Here, we re-analyze Leavitt's first Period-Luminosity relation using observations of the same set of stars but with modern data and methods of Cepheid analysis. Using only data from Leavitt's notebooks, we assess the quality of her light curves, measured periods, and the slope and scatter of her Period-Luminosity relations. We show that modern data and methods, for the same objects, reduce the scatter of the Period-Luminosity relation by a factor of two. We also find a bias brightward at the short period end, due to the non-linearity of the plates and environmental crowding. Overall, Leavitt's results are in excellent agreement with contemporary measurements, reinforcing the value of Cepheids in cosmology today, a testament to the enduring quality of her work.
[ { "version": "v1", "created": "Mon, 24 Feb 2025 18:59:56 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 21:49:38 GMT" } ]
2025-04-23T00:00:00
[ [ "Breuval", "Louise", "" ], [ "Huang", "Caroline D.", "" ], [ "Riess", "Adam G.", "" ] ]
2502.17755
Nagaraj Vernekar
Nagaraj Vernekar, Sara Lucatello, Pete Kuzma and Lorenzo Spina
Kinematics of metallicity populations in Omega Centauri using Gaia Focused Product Release and Hubble Space Telescope
13 pages, 17 figures, Accepted for Publication in A&A
A&A 696, A168 (2025)
10.1051/0004-6361/202453187
null
astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
Context. Omega Cen is the largest known globular cluster in the Milky Way. It is also quite a complex object with a large metallicity spread and multiple stellar populations. Despite a number of studies over the past several decades, the series of events that led to the formation of this cluster is still poorly understood. One of its peculiarities is the presence of a metal-rich population which does not show the phenomenon of light-element anti-correlations (C-N, Na-O, Mg-Al), a trait that is considered as characteristic of Galactic Globular Clusters, and is in fact present among more metal-poor Omega Cen stars, leading to speculations that such anomalous population was accreted by the cluster. In this paper, we aim at investigating the kinematics of Omega Cen populations to gain insight on the formation scenario of the cluster. Using the newly released Gaia FPR and DR3 catalogue, we conducted a detailed kinematical analysis of cluster members within Omega Cen. The cluster members were divided into four metallicity populations and their mean proper motion in radial and tangential components were compared with each other. We also performed Gaussian Mixture Model fitting on the metallicity distribution to estimate the number of populations within our sample and an independent analysis of the HST catalogue as confirmation. The mean proper motions (mu_r and mu_t) of the metallicity populations do not show any significant differences. It is also not dependent on the approach chosen to determine the number of metallicity populations. We do find clear signature of rotation in all of the populations (including the metal-rich) with similar velocities.
[ { "version": "v1", "created": "Tue, 25 Feb 2025 01:16:07 GMT" }, { "version": "v2", "created": "Thu, 27 Feb 2025 14:47:13 GMT" } ]
2025-04-23T00:00:00
[ [ "Vernekar", "Nagaraj", "" ], [ "Lucatello", "Sara", "" ], [ "Kuzma", "Pete", "" ], [ "Spina", "Lorenzo", "" ] ]
2502.18701
Yaman Yu
Yaman Yu, Bektur Ryskeldiev, Ayaka Tsutsui, Matthew Gillingham, Yang Wang
LLM-Driven Optimization of HTML Structure to Support Screen Reader Navigation
null
null
null
null
cs.HC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Online interactions and e-commerce are commonplace among BLV users. Despite the implementation of web accessibility standards, many e-commerce platforms continue to present challenges to screen reader users, particularly in areas like webpage navigation and information retrieval. We investigate the difficulties encountered by screen reader users during online shopping experiences. We conducted a formative study with BLV users and designed a web browser plugin that uses GenAI to restructure webpage content in real time. Our approach improved the header hierarchy and provided correct labeling for essential information. We evaluated the effectiveness of this solution using an automated accessibility tool and through user interviews. Our results show that the revised webpages generated by our system offer significant improvements over the original webpages regarding screen reader navigation experience. Based on our findings, we discuss its potential usage as both a user and developer tool that can significantly enhance screen reader accessibility of webpages.
[ { "version": "v1", "created": "Tue, 25 Feb 2025 23:28:30 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 02:25:56 GMT" } ]
2025-04-23T00:00:00
[ [ "Yu", "Yaman", "" ], [ "Ryskeldiev", "Bektur", "" ], [ "Tsutsui", "Ayaka", "" ], [ "Gillingham", "Matthew", "" ], [ "Wang", "Yang", "" ] ]
2502.19224
Kyoung Sun Lee
Kyoung-Sun Lee, Jongchul Chae, Hannah Kwak, Kyuhyoun Cho, Kyeore Lee, Juhyung Kang, Eun-Kyung Lim, and Donguk Song
Coronal Abundance Fractionation Linked to Chromospheric Transverse MHD Waves in a Solar Active Region Observed with FISS/GST and EIS/Hinode
13 pages, 10 figures, submitted to A&A
A&A 696, A189 (2025)
10.1051/0004-6361/202453177
null
astro-ph.SR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Elemental abundances in the solar corona differ from those in the photosphere, with low first ionization potential (FIP) elements being enhanced, a phenomenon known as the FIP effect. This enhancement is attributed to ponderomotive forces linked to magnetohydrodynamic (MHD) waves, particularly incompressible transverse waves. Our study investigates the relationship between coronal abundance fractionation and chromospheric transverse MHD waves by examining the spatial correlation between FIP fractionation and these waves and by analyzing their properties to test the ponderomotive force model. We used H alpha data from the Fast Imaging Solar Spectrograph at the Goode Solar Telescope to detect chromospheric transverse MHD waves and \ion{Si}{X} (low FIP) and \ion{S}{X} (high FIP) spectra from Hinode EUV Imaging Spectrometer to determine relative abundances in an active region. Extrapolated linear force free magnetic fields from Solar Dynamics Observatory/Helioseismic and Magnetic Imager magnetograms further linked the observed chromospheric waves with coronal composition. Approximately 400 wave packets were identified and characterized by their period, velocity amplitude, propagation speed, and direction. These incompressible or weakly compressible waves were mainly observed near loop footpoints in the sunspot penumbra and superpenumbral fibrils. Regions of high FIP fractionation coincided with closed magnetic fields where these waves were present, and low-frequency, downward-propagating waves comprised about 43/% of the total. Our results demonstrate a strong correlation between coronal abundance fractionation and chromospheric transverse MHD waves, supporting the view that the FIP effect is driven by the ponderomotive force from these waves.
[ { "version": "v1", "created": "Wed, 26 Feb 2025 15:31:56 GMT" } ]
2025-04-23T00:00:00
[ [ "Lee", "Kyoung-Sun", "" ], [ "Chae", "Jongchul", "" ], [ "Kwak", "Hannah", "" ], [ "Cho", "Kyuhyoun", "" ], [ "Lee", "Kyeore", "" ], [ "Kang", "Juhyung", "" ], [ "Lim", "Eun-Kyung", "" ], [ "Song", "Donguk", "" ] ]
2502.19353
Cheng-Zong Ruan
Vetle A. Vikenes, Cheng-Zong Ruan and David F. Mota
An emulation-based model for the projected correlation function
10 pages, 5 figures
A&A 696, A183 (2025)
10.1051/0004-6361/202452174
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
Data from the ongoing \textit{Euclid} survey will map out billions of galaxies in the Universe, covering more than a third of the sky. This data will provide a wealth of information about the large-scale structure (LSS) of the Universe and will have a significant impact on cosmology in the coming years. In this paper, we introduce an emulator-based halo model approach to forward model the relationship between cosmological parameters and the projected galaxy-galaxy two-point correlation function (2PCF). Utilizing the large \textsc{AbacusSummit} simulation suite, we emulate the 2PCF by generating mock-galaxy catalogues within the Halo Occupation Distribution (HOD) framework. Our emulator is designed to predict the 2PCF over scales $0.1 \leq r / (h^{-1}\text{Mpc}) \leq 105$, from which we derive the projected correlation function, independent of redshift space distortions. We demonstrate that the emulator accurately predicts the projected correlation function over scales $0.5 \leq r_\perp/(h^{-1}\text{Mpc}) \leq 40$, given a set of cosmological and HOD parameters. This model is then employed in a parameter inference analysis, showcasing its ability to constrain cosmological parameters. Our findings indicate that while the projected correlation function places weak constraints on several cosmological parameters due to its intrinsic lack of information, additional clustering statistics are necessary to better probe the underlying cosmology. Despite the simplified covariance matrix used in the likelihood model, the posterior distributions of several cosmological parameters remain broad, underscoring the need for a more comprehensive approach.
[ { "version": "v1", "created": "Wed, 26 Feb 2025 17:53:27 GMT" } ]
2025-04-23T00:00:00
[ [ "Vikenes", "Vetle A.", "" ], [ "Ruan", "Cheng-Zong", "" ], [ "Mota", "David F.", "" ] ]
2502.19676
Zhangdie Yuan
Zhangdie Yuan, Zifeng Ding, Andreas Vlachos
FOReCAst: The Future Outcome Reasoning and Confidence Assessment Benchmark
null
null
null
null
cs.LG cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Forecasting is an important task in many domains, such as technology and economics. However existing forecasting benchmarks largely lack comprehensive confidence assessment, focus on limited question types, and often consist of artificial questions that do not align with real-world human forecasting needs. To address these gaps, we introduce FOReCAst (Future Outcome Reasoning and Confidence Assessment), a benchmark that evaluates models' ability to make predictions and their confidence in them. FOReCAst spans diverse forecasting scenarios involving Boolean questions, timeframe prediction, and quantity estimation, enabling a comprehensive evaluation of both prediction accuracy and confidence calibration for real-world applications.
[ { "version": "v1", "created": "Thu, 27 Feb 2025 01:36:00 GMT" }, { "version": "v2", "created": "Tue, 4 Mar 2025 00:59:53 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 04:15:56 GMT" } ]
2025-04-23T00:00:00
[ [ "Yuan", "Zhangdie", "" ], [ "Ding", "Zifeng", "" ], [ "Vlachos", "Andreas", "" ] ]
2502.20136
Marko Shuntov
Marko Shuntov, Shuowen Jin, Wilfried Mercier, S. Jeyhan Kartaltepe, Rebecca Larson, Ali Ahmad Khostovan, Rapha\"el Gavazzi, W. James Nightingale, Olivier Ilbert, Rafael Arango-Toro, Maximilien Franco, B. Hollis Akins, M. Caitlin Casey, Henry Joy McCracken, Laure Ciesla, E. Georgios Magdis, Aristeidis Amvrosiadis, Andrea Enia, L. Andreas Faisst, M. Anton Koekemoer, Clotilde Laigle, Damien Le Borgne, Richard Massey, Thibaud Moutard, Mattia Vaccari
The COSMOS-Web ring: Spectroscopic confirmation of the background source at z = 5.1
null
A&A 696, L14 (2025)
10.1051/0004-6361/202554273
null
astro-ph.GA
http://creativecommons.org/licenses/by-nc-nd/4.0/
We report the spectroscopic confirmation of the background source of the most distant Einstein ring known to date, the COSMOS-Web ring. This system consists of a complete Einstein ring at $z=5.1$, lensed by a massive early-type galaxy at $z\sim2$. The redshift $z=5.1043\pm0.0004$ is unambiguously identified with our NOEMA and Keck/MOSFIRE spectroscopy, where the NOEMA observations reveal the CO(4-3) and CO(5-4) lines at $>8\,\sigma$, and the MOSFIRE data detect [O\textsc{ii}] at $\sim 6\,\sigma$. Using multi-wavelength photometry spanning near-infrared to radio bands, we find that the lensed galaxy is a dust-obscured starburst ($M_{\star} \sim 1.8\times10^{10}\,{\rm M_{\odot}}$, ${\rm SFR_{IR}\sim 60\,{\rm M_{\odot}} ~yr^{-1}}$) with high star-formation efficiency (gas depletion time $\tau_{\rm dep}<100~$Myr) as indicated by the [C\textsc{i}](1-0) non-detection. The redshift confirmation revalidates that the total lens mass budget within the Einstein radius is fully accounted for by the stellar and dark matter components, without the need of modifying the initial mass function or dark matter distribution profile. This work paves the way for detailed studies and future follow-ups of this unique lensing system, providing an ideal laboratory for studying mass distribution at $z\sim2$ and physical conditions of star formation at $z\sim5$.
[ { "version": "v1", "created": "Thu, 27 Feb 2025 14:31:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Shuntov", "Marko", "" ], [ "Jin", "Shuowen", "" ], [ "Mercier", "Wilfried", "" ], [ "Kartaltepe", "S. Jeyhan", "" ], [ "Larson", "Rebecca", "" ], [ "Khostovan", "Ali Ahmad", "" ], [ "Gavazzi", "Raphaël", "" ], [ "Nightingale", "W. James", "" ], [ "Ilbert", "Olivier", "" ], [ "Arango-Toro", "Rafael", "" ], [ "Franco", "Maximilien", "" ], [ "Akins", "B. Hollis", "" ], [ "Casey", "M. Caitlin", "" ], [ "McCracken", "Henry Joy", "" ], [ "Ciesla", "Laure", "" ], [ "Magdis", "E. Georgios", "" ], [ "Amvrosiadis", "Aristeidis", "" ], [ "Enia", "Andrea", "" ], [ "Faisst", "L. Andreas", "" ], [ "Koekemoer", "M. Anton", "" ], [ "Laigle", "Clotilde", "" ], [ "Borgne", "Damien Le", "" ], [ "Massey", "Richard", "" ], [ "Moutard", "Thibaud", "" ], [ "Vaccari", "Mattia", "" ] ]
2502.20282
William Black
William K. Black, David Neilsen, Eric W. Hirschmann, David F. Van Komen, Milinda Fernando
Nyquist-resolving gravitational waves via orbital frequency-based refinement
13 pages, 8 figures. See https://www.youtube.com/playlist?list=PLCmfEjDzshzOP9rLkN0s9T-MtBk-fmAo6 for videos of runs
null
null
null
gr-qc astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Adaptive mesh refinement efficiently facilitates the computation of gravitational waveforms in numerical relativity. However, determining precisely when, where, and to what extent to refine when solving the Einstein equations poses challenges; several ad hoc refinement criteria have been explored in the literature. This work introduces an optimized resolution baseline derived in situ from the inspiral trajectory (ORBIT). This method uses the binary's orbital frequency as a proxy for anticipated gravitational waves to dynamically refine the grid, satisfying the Nyquist frequency requirements on grid resolution up to a specified spin weighted spherical harmonic order. ORBIT sustains propagation of gravitational waves while avoiding the more costly alternative of maintaining high resolution across an entire simulation, both spatially and temporally. We find that enabling ORBIT decreases waveform noise by an order of magnitude and better resolves high-order wave amplitudes through merger. Combined with WAMR and other improvements, updates to Dendro-GR decrease waveform noise, decrease constraint violations, and boost refinement efficiency each by factors of $\mathcal{O}(100)$, while reducing computational cost by a factor of four. ORBIT and other recent improvements to Dendro-GR begin to prepare us for gravitational wave science with next-generation detectors.
[ { "version": "v1", "created": "Thu, 27 Feb 2025 17:08:53 GMT" }, { "version": "v2", "created": "Fri, 28 Feb 2025 19:31:48 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 16:43:28 GMT" } ]
2025-04-23T00:00:00
[ [ "Black", "William K.", "" ], [ "Neilsen", "David", "" ], [ "Hirschmann", "Eric W.", "" ], [ "Van Komen", "David F.", "" ], [ "Fernando", "Milinda", "" ] ]
2502.20650
Yu Pan
Yu Pan, Bingrong Dai, Jiahao Chen, Lin Wang, Yi Du, Jiao Liu
Gungnir: Exploiting Stylistic Features in Images for Backdoor Attacks on Diffusion Models
null
null
null
null
cs.CV cs.CR
http://creativecommons.org/licenses/by/4.0/
In recent years, Diffusion Models (DMs) have demonstrated significant advances in the field of image generation. However, according to current research, DMs are vulnerable to backdoor attacks, which allow attackers to control the model's output by inputting data containing covert triggers, such as a specific visual patch or phrase. Existing defense strategies are well equipped to thwart such attacks through backdoor detection and trigger inversion because previous attack methods are constrained by limited input spaces and low-dimensional triggers. For example, visual triggers are easily observed by defenders, text-based or attention-based triggers are more susceptible to neural network detection. To explore more possibilities of backdoor attack in DMs, we propose Gungnir, a novel method that enables attackers to activate the backdoor in DMs through style triggers within input images. Our approach proposes using stylistic features as triggers for the first time and implements backdoor attacks successfully in image-to-image tasks by introducing Reconstructing-Adversarial Noise (RAN) and Short-Term Timesteps-Retention (STTR). Our technique generates trigger-embedded images that are perceptually indistinguishable from clean images, thus bypassing both manual inspection and automated detection neural networks. Experiments demonstrate that Gungnir can easily bypass existing defense methods. Among existing DM defense frameworks, our approach achieves a 0 backdoor detection rate (BDR). Our codes are available at https://github.com/paoche11/Gungnir.
[ { "version": "v1", "created": "Fri, 28 Feb 2025 02:08:26 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 03:07:08 GMT" } ]
2025-04-23T00:00:00
[ [ "Pan", "Yu", "" ], [ "Dai", "Bingrong", "" ], [ "Chen", "Jiahao", "" ], [ "Wang", "Lin", "" ], [ "Du", "Yi", "" ], [ "Liu", "Jiao", "" ] ]
2502.20724
Arup Kumar Sarker
Arup Kumar Sarker, Aymen Alsaadi, Alexander James Halpern, Prabhath Tangella, Mikhail Titov, Niranda Perera, Mills Staylor, Gregor von Laszewski, Shantenu Jha, and Geoffrey Fox
Deep RC: A Scalable Data Engineering and Deep Learning Pipeline
13 pages, 9 figures, 4 tables
null
null
null
cs.DC
http://creativecommons.org/licenses/by/4.0/
Significant obstacles exist in scientific domains including genetics, climate modeling, and astronomy due to the management, preprocess, and training on complicated data for deep learning. Even while several large-scale solutions offer distributed execution environments, open-source alternatives that integrate scalable runtime tools, deep learning and data frameworks on high-performance computing platforms remain crucial for accessibility and flexibility. In this paper, we introduce Deep Radical-Cylon(RC), a heterogeneous runtime system that combines data engineering, deep learning frameworks, and workflow engines across several HPC environments, including cloud and supercomputing infrastructures. Deep RC supports heterogeneous systems with accelerators, allows the usage of communication libraries like MPI, GLOO and NCCL across multi-node setups, and facilitates parallel and distributed deep learning pipelines by utilizing Radical Pilot as a task execution framework. By attaining an end-to-end pipeline including preprocessing, model training, and postprocessing with 11 neural forecasting models (PyTorch) and hydrology models (TensorFlow) under identical resource conditions, the system reduces 3.28 and 75.9 seconds, respectively. The design of Deep RC guarantees the smooth integration of scalable data frameworks, such as Cylon, with deep learning processes, exhibiting strong performance on cloud platforms and scientific HPC systems. By offering a flexible, high-performance solution for resource-intensive applications, this method closes the gap between data preprocessing, model training, and postprocessing.
[ { "version": "v1", "created": "Fri, 28 Feb 2025 05:16:42 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 16:35:29 GMT" } ]
2025-04-23T00:00:00
[ [ "Sarker", "Arup Kumar", "" ], [ "Alsaadi", "Aymen", "" ], [ "Halpern", "Alexander James", "" ], [ "Tangella", "Prabhath", "" ], [ "Titov", "Mikhail", "" ], [ "Perera", "Niranda", "" ], [ "Staylor", "Mills", "" ], [ "von Laszewski", "Gregor", "" ], [ "Jha", "Shantenu", "" ], [ "Fox", "Geoffrey", "" ] ]
2503.00534
Sophia Stuber
K. Sophia Stuber, Jerome Pety, Antonio Usero, Eva Schinnerer, Frank Bigiel, J. Mar\'ia Jim\'enez-Donaire, Jakob den Brok, K. Adam Leroy, Ina Gali\'c, Annie Hughes, Mallory Thorp, T. Ashley. Barnes, Ivana Be\v{s}li\'c, Cosima Eibensteiner, R. Damian Gleis, S. Ralf Klessen, Daizhong Liu, Hsi-An Pan, Toshiki Saito, K. Sumit Sarbadhicary, G. Thomas Williams
Surveying the Whirlpool at Arcseconds with NOEMA (SWAN) II: Survey design and observations
Accepted for publication in A&A, 17p, 6p Appendix
A&A 696, A182 (2025)
10.1051/0004-6361/202452330
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present Surveying the Whirlpool at Arcseconds with NOEMA (SWAN), a high-resolution, high-sensitivity survey to map molecular lines in the 3mm band in M51 (the Whirlpool galaxy). SWAN has obtained the largest high-sensitivity map (5x7 kpc2) of N2H+ emission at cloud-scale resolution (3" ~125 pc) in an external galaxy to date. We describe the observations and data reduction of ~214 hours of interferometric data from NOEMA, ~55 hours of tailored new observations with the IRAM-30m telescope and the combination of NOEMA, new and ~14 hours of archival 30m observations. We detect widespread emission from 9 molecular transition lines. The J=1-0 transitions of CO isotopologues 13CO and C18O are detected at high significance across the full observed field-of-view (FoV). HCN, HNC, HCO+, and N2H+(1-0) are detected in the center, molecular ring and spiral arms of the galaxy, while the shock tracer HNCO(4-3), (5-4) and PDR tracer C2H(1-0) are detected in the central ~1 kpc and molecular ring only. For most of the lines that we detect, average line ratios with respect to CO are increased by up to a factor of ~3 in the central 1 kpc, where an AGN and its low-inclination outflow are present, compared to the disk. Across the full SWAN FoV, 13CO, C18O, HCN, HNC, HCO+ and N2H+ are 8\pm2, 29\pm6, 17\pm3,37\pm5, 26\pm5 and 63\pm38 times fainter than 12CO, respectively, in pixels where each line is significantly detected. Although we observe variations in line ratios between larger-scale environments like the center and disk of M51, the scatter within each environment also indicates the influence of smaller-scale processes. The ability to measure these effects is only possible thanks to the high resolution and high sensitivity of the SWAN dataset across multiple environments. This provides the sharpest view of these molecular transitions over the largest physical area ever captured in an external galaxy.
[ { "version": "v1", "created": "Sat, 1 Mar 2025 15:30:35 GMT" } ]
2025-04-23T00:00:00
[ [ "Stuber", "K. Sophia", "" ], [ "Pety", "Jerome", "" ], [ "Usero", "Antonio", "" ], [ "Schinnerer", "Eva", "" ], [ "Bigiel", "Frank", "" ], [ "Jiménez-Donaire", "J. María", "" ], [ "Brok", "Jakob den", "" ], [ "Leroy", "K. Adam", "" ], [ "Galić", "Ina", "" ], [ "Hughes", "Annie", "" ], [ "Thorp", "Mallory", "" ], [ "Barnes", "T. Ashley.", "" ], [ "Bešlić", "Ivana", "" ], [ "Eibensteiner", "Cosima", "" ], [ "Gleis", "R. Damian", "" ], [ "Klessen", "S. Ralf", "" ], [ "Liu", "Daizhong", "" ], [ "Pan", "Hsi-An", "" ], [ "Saito", "Toshiki", "" ], [ "Sarbadhicary", "K. Sumit", "" ], [ "Williams", "G. Thomas", "" ] ]
2503.00992
Jos\'e Luiz Nunes
Jos\'e Luiz Nunes and Guilherme FCF Almeida and Brian Flanagan
Evidence of conceptual mastery in the application of rules by Large Language Models
null
null
null
null
cs.AI cs.CL cs.CY cs.HC
http://creativecommons.org/licenses/by/4.0/
In this paper we leverage psychological methods to investigate LLMs' conceptual mastery in applying rules. We introduce a novel procedure to match the diversity of thought generated by LLMs to that observed in a human sample. We then conducted two experiments comparing rule-based decision-making in humans and LLMs. Study 1 found that all investigated LLMs replicated human patterns regardless of whether they are prompted with scenarios created before or after their training cut-off. Moreover, we found unanticipated differences between the two sets of scenarios among humans. Surprisingly, even these differences were replicated in LLM responses. Study 2 turned to a contextual feature of human rule application: under forced time delay, human samples rely more heavily on a rule's text than on other considerations such as a rule's purpose.. Our results revealed that some models (Gemini Pro and Claude 3) responded in a human-like manner to a prompt describing either forced delay or time pressure, while others (GPT-4o and Llama 3.2 90b) did not. We argue that the evidence gathered suggests that LLMs have mastery over the concept of rule, with implications for both legal decision making and philosophical inquiry.
[ { "version": "v1", "created": "Sun, 2 Mar 2025 19:23:46 GMT" } ]
2025-04-23T00:00:00
[ [ "Nunes", "José Luiz", "" ], [ "Almeida", "Guilherme FCF", "" ], [ "Flanagan", "Brian", "" ] ]
2503.01528
Elena Kim
Elena Kim and Nicholas Miller
Semiclassical Measures on Hyperbolic Manifolds
59 pages, 1 figure
null
null
null
math.AP math.DS math.GT math.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We examine semiclassical measures for Laplace eigenfunctions on compact hyperbolic $(n+1)$-manifolds. We prove their support must contain the cosphere bundle of a compact immersed totally geodesic submanifold. Our proof adapts the argument of Dyatlov and Jin to higher dimensions and classifies the closures of horocyclic orbits using Ratner theory. An important step in the proof is a generalization of the higher-dimensional fractal uncertainty principle of Cohen to Fourier integral operators, which may be of independent interest.
[ { "version": "v1", "created": "Mon, 3 Mar 2025 13:37:36 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:49:38 GMT" } ]
2025-04-23T00:00:00
[ [ "Kim", "Elena", "" ], [ "Miller", "Nicholas", "" ] ]
2503.01532
Bryan Tan
Bryan Chen Zhengyu Tan, Roy Ka-Wei Lee
Unmasking Implicit Bias: Evaluating Persona-Prompted LLM Responses in Power-Disparate Social Scenarios
NAACL 2025; 10 pages of main text. For interactive visualisation, see https://inc0mple.github.io/Implicit_Bias_Interactive_Data_Viz
null
null
null
cs.CY
http://creativecommons.org/licenses/by/4.0/
Large language models (LLMs) have demonstrated remarkable capabilities in simulating human behaviour and social intelligence. However, they risk perpetuating societal biases, especially when demographic information is involved. We introduce a novel framework using cosine distance to measure semantic shifts in responses and an LLM-judged Preference Win Rate (WR) to assess how demographic prompts affect response quality across power-disparate social scenarios. Evaluating five LLMs over 100 diverse social scenarios and nine demographic axes, our findings suggest a "default persona" bias toward middle-aged, able-bodied, native-born, Caucasian, atheistic males with centrist views. Moreover, interactions involving specific demographics are associated with lower-quality responses. Lastly, the presence of power disparities increases variability in response semantics and quality across demographic groups, suggesting that implicit biases may be heightened under power-imbalanced conditions. These insights expose the demographic biases inherent in LLMs and offer potential paths toward future bias mitigation efforts in LLMs.
[ { "version": "v1", "created": "Mon, 3 Mar 2025 13:44:03 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 07:22:45 GMT" } ]
2025-04-23T00:00:00
[ [ "Tan", "Bryan Chen Zhengyu", "" ], [ "Lee", "Roy Ka-Wei", "" ] ]
2503.02688
Vincent Emonet
Vincent Emonet, Ana-Claudia Sima, Tarcisio Mendes de Farias
A user-friendly SPARQL query editor powered by lightweight metadata
null
null
null
null
cs.DB
http://creativecommons.org/licenses/by/4.0/
SPARQL query editors often lack intuitive interfaces to aid SPARQL-savvy users to write queries. To address this issue, we propose an easy-to-deploy, triple store-agnostic and open-source query editor that offers three main features: (i) automatic query example rendering, (ii) precise autocomplete based on existing triple patterns including within SERVICE clauses, and (iii) a data-aware schema visualization. It can be easily set up with a custom HTML element. The tool has been successfully tested on various public endpoints, and is deployed online at https://sib-swiss.github.io/sparql-editor with open-source code available at https://github.com/sib-swiss/sparql-editor.
[ { "version": "v1", "created": "Tue, 4 Mar 2025 15:02:15 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 12:01:07 GMT" } ]
2025-04-23T00:00:00
[ [ "Emonet", "Vincent", "" ], [ "Sima", "Ana-Claudia", "" ], [ "de Farias", "Tarcisio Mendes", "" ] ]
2503.03563
Florian Pl\"otzky
Florian Pl\"otzky, Katarina Britz, Wolf-Tilo Balke
A Conceptual Model for Attributions in Event-Centric Knowledge Graphs
Accepted by Data & Knowledge Engineering, 22 pages, 9 figures
null
10.1016/j.datak.2025.102449
null
cs.DB cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The use of narratives as a means of fusing information from knowledge graphs (KGs) into a coherent line of argumentation has been the subject of recent investigation. Narratives are especially useful in event-centric knowledge graphs in that they provide a means to connect different real-world events and categorize them by well-known narrations. However, specifically for controversial events, a problem in information fusion arises, namely, multiple viewpoints regarding the validity of certain event aspects, e.g., regarding the role a participant takes in an event, may exist. Expressing those viewpoints in KGs is challenging because disputed information provided by different viewpoints may introduce inconsistencies. Hence, most KGs only feature a single view on the contained information, hampering the effectiveness of narrative information access. This paper is an extension of our original work and introduces attributions, i.e., parameterized predicates that allow for the representation of facts that are only valid in a specific viewpoint. For this, we develop a conceptual model that allows for the representation of viewpoint-dependent information. As an extension, we enhance the model by a conception of viewpoint-compatibility. Based on this, we deepen our original deliberations on the model's effects on information fusion and provide additional grounding in the literature.
[ { "version": "v1", "created": "Wed, 5 Mar 2025 14:51:46 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 16:54:10 GMT" } ]
2025-04-23T00:00:00
[ [ "Plötzky", "Florian", "" ], [ "Britz", "Katarina", "" ], [ "Balke", "Wolf-Tilo", "" ] ]
2503.03610
Martina Karl
Martina Karl, Paolo Padovani, Paolo Giommi
Identifying multiplets of IceCube alert events
8 pages, 7 figures. Accepted for publication in A&A on 5 March 2025
A&A 696, A172 (2025)
10.1051/0004-6361/202453333
null
astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The IceCube Neutrino Observatory publishes "alert events", i.e. detections of high-energy neutrinos with a moderate-to-high probability of being of astrophysical origin. While some events are produced in the atmosphere, a fraction of alert events should point back to their astrophysical sources. We aim to identify multiple alert events possibly related to a single astrophysical counterpart by searching for spatial and temporal clusterings in 13 years of alert data. We identify spatial clusters ("multiplets") by checking for events overlapping within their uncertainty regions. In order to reduce chance coincidences and to improve the signal purity of our sample, we apply different thresholds. We investigate the weighted mean position of these multiplets for an over-fluctuation of gamma-ray counterparts. As a final step, we apply expectation maximization to search for temporal clusters around the identified weighted mean positions. We find no statistically significant clustering of alert events around a specific origin direction or in time. This could be because the selections are still dominated by atmospheric background. Another possibility is that we are not yet sensitive enough and only detect single events from sources. In this case, we need more data in order to observe a clustering of events around their origin.
[ { "version": "v1", "created": "Wed, 5 Mar 2025 15:49:50 GMT" } ]
2025-04-23T00:00:00
[ [ "Karl", "Martina", "" ], [ "Padovani", "Paolo", "" ], [ "Giommi", "Paolo", "" ] ]
2503.03635
Edgar Mendoza
Mateus X. Silva, Edgar Mendoza, F\'abio S. L. Ferreira, Alexandre C. R. Gomes, Miguel Carvajal, Jing Li, Ant\'onio J. C. Varandas, Breno R. L. Galv\~ao
New routes for PN destruction and formation in the ISM via neutral-neutral gas-phase reactions and an extended database for reactions involving phosphorus
12 pages, 7 figures. Accepted for publication in A&A
A&A 696, A170 (2025)
10.1051/0004-6361/202453204
null
astro-ph.GA physics.chem-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Phosphorus plays an essential role in the chemistry of living organisms, being present in several fundamental biomolecules. The investigation of chemical reactions taking place in different astronomical environments involving phosphorus-containing molecules is essential for understanding how these species are produced and destroyed. Phosphorus monoxide (PO) and phosphorus nitride (PN) are key reservoirs of phosphorus in the Interstellar Medium (ISM). This work presents a computational study of the CPN system to identify viable reaction pathways involving atom-diatom collisions and to explore a potential destruction route for PN in the ISM. We explore the potential energy landscape of the C($\mathrm{^3P}$) + PN($^1\Sigma^+$), N($\mathrm{^4S}$) + CP($^2\Sigma^+$) and P($\mathrm{^4S}$) + CN($^2\Sigma^+$) reactions by performing high-accuracy ab initio calculations and provide their rate coefficients over a wide range of temperatures. The temperature-dependent rate coefficients were fitted to the modified Arrhenius equation: $k(T)=\alpha(T/300)^{\beta}\mathrm{exp}(-\gamma/T)$. An updated chemical network for P-bearing species was used to model the time-dependent abundances and reaction contributions of P, PO, PN, and PH during the chemical evolution of diffuse/translucent and dense clouds. The only neutral-neutral reaction capable of destroying PN without an activation energy seems to be the PN+C one. We have also shown that reactions between CP and N can yield CN and PN barrierless. Chemical models indicate that PO is a crucial species driving the gas-phase formation of PN. Typically, PO/PN ratios exceed 1, though their chemistry is influenced by photon- and cosmic-ray-induced processes. Over time in simulated dense clouds, neutral-neutral reactions such as PO + N, PH + N, P + OH, and PH + O play a significant role in determining the relative abundances of PO and PN.
[ { "version": "v1", "created": "Wed, 5 Mar 2025 16:15:22 GMT" } ]
2025-04-23T00:00:00
[ [ "Silva", "Mateus X.", "" ], [ "Mendoza", "Edgar", "" ], [ "Ferreira", "Fábio S. L.", "" ], [ "Gomes", "Alexandre C. R.", "" ], [ "Carvajal", "Miguel", "" ], [ "Li", "Jing", "" ], [ "Varandas", "António J. C.", "" ], [ "Galvão", "Breno R. L.", "" ] ]
2503.04009
Martino Marelli Dr.
M. Marelli, L. Sidoli, M. Polletta, A. De Luca, R. Salvaterra, A. Gargiulo
4XMM J181330.1-175110: a new supergiant fast X-ray transient
9 pages, 7 figures, 3 tables, Accepted for publication in A&A
A&A 696, A167 (2025)
10.1051/0004-6361/202553768
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Supergiant Fast X-ray Transients (SFXT) are a sub-class of High Mass X-ray Binaries (HMXB) in which a compact object accretes part of the clumpy wind of the blue supergiant companion, triggering a series of brief, X-ray flares lasting a few kiloseconds. Currently, only about fifteen SFXTs are known. The EXTraS catalog provides the timing signatures of every source observed by the EPIC instrument on-board XMM-Newton. Among the most peculiar sources, in terms of variability, we selected 4XMM J181330.1-17511 (J1813). We analyzed all publicly available X-ray data pointed at the J1813 position to determine the source's duty cycle and to provide a comprehensive description of its timing and spectral behavior during its active phase. Additionally, we searched for the optical and infrared counterpart of the X-ray source in public databases and fitted its Spectral Energy Distribution (SED). The optical-to-MIR SED of J1813 is consistent with a highly-absorbed (A$_V\sim38$) B0 star at $\sim$10 kpc. During its X-ray active phase, the source is characterized by continuous $\sim$thousands seconds-long flares with peak luminosities (2-12 keV) ranging from $10^{34}$ to $4 \times 10^{35}$ erg s$^{-1}$. Its X-ray spectrum is consistent with a high-absorbed power-law model with N$_H \sim 1.8 \times 10^{23}$ cm$^{-2}$ and $\Gamma \sim 1.66$. No spectral variability was observed as a function of time or flux. J1813 is in a quiescent state $\sim$60\% of the time, with an upper-limit luminosity of $8 \times 10^{32}$ erg s$^{-1}$ (at 10 kpc), implying an observed long-term X-ray flux variability $>$500. The optical counterpart alone indicates J1813 is a HMXB. Its transient nature, duty cycle, the amplitude of observed X-ray variability, the shape and luminosity of the X-ray flares -- and the lack of known X-ray outbursts ($>10^{36}$ erg s$^{-1}$) -- strongly support the identification of J1813 as an SFXT.
[ { "version": "v1", "created": "Thu, 6 Mar 2025 01:50:20 GMT" } ]
2025-04-23T00:00:00
[ [ "Marelli", "M.", "" ], [ "Sidoli", "L.", "" ], [ "Polletta", "M.", "" ], [ "De Luca", "A.", "" ], [ "Salvaterra", "R.", "" ], [ "Gargiulo", "A.", "" ] ]
2503.04331
Masayoshi Sato
Masayoshi Sato
What happens due to the baby universe effect in JT gravity? -- Analysis of correlation functions and ERB length at late time using three approaches
29pages,10figures
null
null
null
hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We analyze the correlation function in JT gravity using three approaches: by summing over all geodesics connecting boundary operators, integrating over the region of moduli space determined by the ``no-shortcut condition'' introduced by D.Stanford and Z.Yang, and using the formula for the universal spectral density correlation in the $\tau$-scaling limit. We find that the behaviors of the three results coincide at late times: they all exhibit a ``ramp'' instead of permanent decay. Using the third approach we also confirm that the ``plateau'' appears after $T_H=2\pi e^{S_0}\hat{\rho}_0(E)$. Overall, our results are consistent with the SFF analysis. We also calculate the ERB length $\langle \ell(T) \rangle$ using the three approaches and find that the results are in good agreement with each other. We also find that the $\langle \ell(T) \rangle$ grows as a cubic function in $T$ due to the contribution from geometry including one observable baby universe, and converges to a constant after $T=T_H$. For the geometry with one baby universe, we compute the size $\langle b(T) \rangle$ of the baby universe and find that it is of the same order as $\langle \ell(T) \rangle$. This result is consistent with the baby universe emission mechanism claimed by P.Saad.
[ { "version": "v1", "created": "Thu, 6 Mar 2025 11:29:55 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 21:28:30 GMT" } ]
2025-04-23T00:00:00
[ [ "Sato", "Masayoshi", "" ] ]
2503.04797
Rahul Raja
Rahul Raja, Arpita Vats
Parallel Corpora for Machine Translation in Low-resource Indic Languages: A Comprehensive Review
Accepted in NACCL
null
null
null
cs.CL cs.LG
http://creativecommons.org/licenses/by/4.0/
Parallel corpora play an important role in training machine translation (MT) models, particularly for low-resource languages where high-quality bilingual data is scarce. This review provides a comprehensive overview of available parallel corpora for Indic languages, which span diverse linguistic families, scripts, and regional variations. We categorize these corpora into text-to-text, code-switched, and various categories of multimodal datasets, highlighting their significance in the development of robust multilingual MT systems. Beyond resource enumeration, we critically examine the challenges faced in corpus creation, including linguistic diversity, script variation, data scarcity, and the prevalence of informal textual content.We also discuss and evaluate these corpora in various terms such as alignment quality and domain representativeness. Furthermore, we address open challenges such as data imbalance across Indic languages, the trade-off between quality and quantity, and the impact of noisy, informal, and dialectal data on MT performance. Finally, we outline future directions, including leveraging cross-lingual transfer learning, expanding multilingual datasets, and integrating multimodal resources to enhance translation quality. To the best of our knowledge, this paper presents the first comprehensive review of parallel corpora specifically tailored for low-resource Indic languages in the context of machine translation.
[ { "version": "v1", "created": "Sun, 2 Mar 2025 21:22:53 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 05:10:55 GMT" } ]
2025-04-23T00:00:00
[ [ "Raja", "Rahul", "" ], [ "Vats", "Arpita", "" ] ]
2503.05576
Florent Mertens
F. G. Mertens, M. Mevius, L. V. E. Koopmans, A. R. Offringa, S. Zaroubi, A. Acharya, S. A. Brackenhoff, E. Ceccotti, E. Chapman, K. Chege, B. Ciardi, R. Ghara, S. Ghosh, S. K. Giri, I. Hothi, C. H\"ofer, I. T. Iliev, V. Jeli\'c, Q. Ma, G. Mellema, S. Munshi, V. N. Pandey, and S. Yatawatta
Deeper multi-redshift upper limits on the Epoch of Reionization 21-cm signal power spectrum from LOFAR between z=8.3 and z=10.1
Accepted in A&A
null
null
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We present new upper limits on the 21-cm signal power spectrum from the Epoch of Reionization (EoR), at redshifts $z \approx 10.1, 9.1, \text{ and } 8.3$, based on reprocessed observations from the Low-Frequency Array (LOFAR). The analysis incorporates significant enhancements in calibration methods, sky model subtraction, radio-frequency interference (RFI) mitigation, and an improved signal separation technique using machine learning to develop a physically motivated covariance model for the 21-cm signal. These advancements have markedly reduced previously observed excess power due to residual systematics, bringing the measurements closer to the theoretical thermal noise limit across the entire $k$-space. Using comparable observational data, we achieve a 2 to 4-fold improvement over our previous LOFAR limits, with best upper limits of $\Delta_{21}^2 < (68.7\,\mathrm{mK})^2$ at $k = 0.076\,h\,\mathrm{cMpc}^{-1}$, $\Delta_{21}^2 < (54.3\,\mathrm{mK})^2$ at $k = 0.076\,h\,\mathrm{cMpc}^{-1}$ and $\Delta_{21}^2 < (65.5\,\mathrm{mK})^2$ at $k = 0.083\,h\,\mathrm{cMpc}^{-1}$ at redshifts $z \approx 10.1, 9.1$, and $8.3$, respectively. These new multi-redshift upper limits provide new constraints that can be used to refine our understanding of the astrophysical processes during the EoR. Comprehensive validation tests, including signal injection, were performed to ensure the robustness of our methods. The remaining excess power is attributed to residual foreground emissions from distant sources, beam model inaccuracies, and low-level RFI. We discuss ongoing and future improvements to the data processing pipeline aimed at further reducing these residuals, thereby enhancing the sensitivity of LOFAR observations in the quest to detect the 21-cm signal from the EoR.
[ { "version": "v1", "created": "Fri, 7 Mar 2025 16:58:45 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 13:17:47 GMT" } ]
2025-04-23T00:00:00
[ [ "Mertens", "F. G.", "" ], [ "Mevius", "M.", "" ], [ "Koopmans", "L. V. E.", "" ], [ "Offringa", "A. R.", "" ], [ "Zaroubi", "S.", "" ], [ "Acharya", "A.", "" ], [ "Brackenhoff", "S. A.", "" ], [ "Ceccotti", "E.", "" ], [ "Chapman", "E.", "" ], [ "Chege", "K.", "" ], [ "Ciardi", "B.", "" ], [ "Ghara", "R.", "" ], [ "Ghosh", "S.", "" ], [ "Giri", "S. K.", "" ], [ "Hothi", "I.", "" ], [ "Höfer", "C.", "" ], [ "Iliev", "I. T.", "" ], [ "Jelić", "V.", "" ], [ "Ma", "Q.", "" ], [ "Mellema", "G.", "" ], [ "Munshi", "S.", "" ], [ "Pandey", "V. N.", "" ], [ "Yatawatta", "S.", "" ] ]
2503.06223
Ruofan Wang
Ruofan Wang, Xiang Zheng, Xiaosen Wang, Cong Wang, Xingjun Ma
Red Team Diffuser: Exposing Toxic Continuation Vulnerabilities in Vision-Language Models via Reinforcement Learning
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The growing deployment of large Vision-Language Models (VLMs) exposes critical safety gaps in their alignment mechanisms. While existing jailbreak studies primarily focus on VLMs' susceptibility to harmful instructions, we reveal a fundamental yet overlooked vulnerability: toxic text continuation, where VLMs produce highly toxic completions when prompted with harmful text prefixes paired with semantically adversarial images. To systematically study this threat, we propose Red Team Diffuser (RTD), the first red teaming diffusion model that coordinates adversarial image generation and toxic continuation through reinforcement learning. Our key innovations include dynamic cross-modal attack and stealth-aware optimization. For toxic text prefixes from an LLM safety benchmark, we conduct greedy search to identify optimal image prompts that maximally induce toxic completions. The discovered image prompts then drive RL-based diffusion model fine-tuning, producing semantically aligned adversarial images that boost toxicity rates. Stealth-aware optimization introduces joint adversarial rewards that balance toxicity maximization (via Detoxify classifier) and stealthiness (via BERTScore), circumventing traditional noise-based adversarial patterns. Experimental results demonstrate the effectiveness of RTD, increasing the toxicity rate of LLaVA outputs by 10.69% over text-only baselines on the original attack set and 8.91% on an unseen set, proving generalization capability. Moreover, RTD exhibits strong cross-model transferability, raising the toxicity rate by 5.1% on Gemini and 26.83% on LLaMA. Our findings expose two critical flaws in current VLM alignment: (1) failure to prevent toxic continuation from harmful prefixes, and (2) overlooking cross-modal attack vectors. These results necessitate a paradigm shift toward multimodal red teaming in safety evaluations.
[ { "version": "v1", "created": "Sat, 8 Mar 2025 13:51:40 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 08:07:23 GMT" } ]
2025-04-23T00:00:00
[ [ "Wang", "Ruofan", "" ], [ "Zheng", "Xiang", "" ], [ "Wang", "Xiaosen", "" ], [ "Wang", "Cong", "" ], [ "Ma", "Xingjun", "" ] ]
2503.06240
Isaac Dobes
Isaac Dobes and Naihuan Jing
Local Unitary Equivalence of Tripartite Quantum States In Terms of Trace Identities
20 pages
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
In this paper we present a modified version of the proof given Jing-Yang-Zhao's paper "Local Unitary Equivalence of Quantum States and Simultaneous Orthogonal Equivalence," which established the correspondence between local unitary (LU) equivalence and simultaneous orthogonal equivalence of bipartite quantum states. Our modified proof utilizes a hypermatrix algebra framework, and with this framework we are able to generalize this correspondence to tripartite quantum states. Finally, we apply a generalization of Specht's criterion proved in Futorny-Horn-Sergeichuk' paper "Specht's Criterion for Systems of Linear Mappings" to \textit{essentially} reduce the problem of local unitary equivalence of tripartite quantum states to checking trace identities and a few other LU invariants. We also note that all of these results can be extended to arbitrary multipartite quantum states, however there are some practical limitations.
[ { "version": "v1", "created": "Sat, 8 Mar 2025 14:52:14 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 01:13:32 GMT" } ]
2025-04-23T00:00:00
[ [ "Dobes", "Isaac", "" ], [ "Jing", "Naihuan", "" ] ]
2503.06249
Ulrich Haisch
Ulrich Haisch
Higgs production from anomalous gluon dynamics
22 pages, 4 figures; v2: revised and improved version of the manuscript as accepted for publication in JHEP
null
null
MPP-2025-38
hep-ph
http://creativecommons.org/licenses/by/4.0/
We present a two-loop analysis of the contributions to Higgs production via gluon-gluon fusion arising from the triple-gluon operator in the Standard Model effective field theory (SMEFT). Our discussion covers all aspects of renormalization group (RG) improved perturbation theory, including matching and running within the SMEFT. This study can therefore be seen as a blueprint of the intricacies and subtleties that arise in RG improved SMEFT calculations for collider processes beyond the leading order.
[ { "version": "v1", "created": "Sat, 8 Mar 2025 15:17:01 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 09:47:54 GMT" } ]
2025-04-23T00:00:00
[ [ "Haisch", "Ulrich", "" ] ]
2503.06693
Pau Escofet
Pau Escofet, Santiago Rodrigo, Artur Garcia-S\'aez, Eduard Alarc\'on, Sergi Abadal, Carmen G. Almud\'ever
An Accurate and Efficient Analytic Model of Fidelity Under Depolarizing Noise Oriented to Large Scale Quantum System Design
null
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Fidelity is one of the most valuable and commonly used metrics for assessing the performance of quantum circuits on error-prone quantum processors. Several approaches have been proposed to estimate circuit fidelity without executing it on quantum hardware, but they often face limitations in scalability or accuracy. In this work, we present a comprehensive theoretical framework to predict the fidelity of quantum circuits under depolarizing noise. Building on theoretical results, we propose an efficient fidelity estimation algorithm based on device calibration data. The method is thoroughly validated through simulation and execution on real hardware, demonstrating improved accuracy compared to state-of-the-art alternatives, with enhancements in prediction $R^2$ ranging from 4.96\% to 213.54\%.. The proposed approach provides a scalable and practical tool for benchmarking quantum hardware, comparing quantum software techniques such as compilation methods, obtaining computation bounds for quantum systems, and guiding hardware design decisions, making it a critical resource for developing and evaluating quantum computing technologies.
[ { "version": "v1", "created": "Sun, 9 Mar 2025 16:59:24 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 20:02:40 GMT" } ]
2025-04-23T00:00:00
[ [ "Escofet", "Pau", "" ], [ "Rodrigo", "Santiago", "" ], [ "Garcia-Sáez", "Artur", "" ], [ "Alarcón", "Eduard", "" ], [ "Abadal", "Sergi", "" ], [ "Almudéver", "Carmen G.", "" ] ]
2503.07146
Gabriele Pichierri
Gabriele Pichierri and Konstantin Batygin
Measuring the degree of clustering and diffusion of trans-Neptunian objects
Accepted in Icarus
null
null
null
astro-ph.EP
http://creativecommons.org/licenses/by-nc-nd/4.0/
The outer solar system is populated by a broad aggregate of minor bodies, which occupy orbits whose dynamical character ranges from long-term stable to rapidly diffusive. We investigate the chaotic properties of known distant trans-Neptunian objects (TNOs) by numerically integrating TNO clones and statistically analyzing their orbital diffusion. Comparing the measured diffusion with an analytical criterion yields a dynamically motivated separation into classes of stable, metastable and unstable objects. We then measure the level of clustering of the longitudes of perihelia and of the orbital poles, as functions of orbital distance and of their stability properties. Distant (meta)stable objects appear increasingly clustered in perihelion around $\varpi \sim 50^\circ$ for increasing semi-major axis, while the orbits of unstable objects are well described by two, roughly equally-populated groups of "clustered" and "anti-clustered" objects, with means around $\sim 25^\circ$ and $\sim 205^\circ$ respectively. We further find that, compared to the solar system's total angular momentum vector, the mean orbital poles of distant TNOs are significantly more misaligned for (meta)stable objects, while they remain roughly aligned for unstable objects. TNOs with intermediate orbital periods also appear to be misaligned with respect to the forced plane predicted by secular theory with the known planets. This gradation based on stability, if validated further by the upcoming VRO survey, necessitates a dynamical explanation.
[ { "version": "v1", "created": "Mon, 10 Mar 2025 10:20:55 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 09:58:38 GMT" } ]
2025-04-23T00:00:00
[ [ "Pichierri", "Gabriele", "" ], [ "Batygin", "Konstantin", "" ] ]
2503.07226
Luisa Consiglieri
Luisa Consiglieri
Exact solutions to the cancer laser ablation modeling
21 pages, 4 figures, 5 tables
Photonics 12 :4 (2025), 400
10.3390/photonics12040400
null
math.AP physics.med-ph physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The present paper deals with the study of the fluence rate over both healthy and tumor tissues in the presence of focal laser ablation (FLA). We propose new analytical solutions for the coupled partial differential equations (PDE) system, which includes the transport equation modeling the light penetration into biological tissue, the bioheat equation modeling the heat transfer and its respective damage. The present building could be the first step to the knowledge of the mathematical framework for biothermophysical problems, as well as the main key to simplify the numerical calculation due to its no cost. We derive exact solutions and simulate results from them. We discuss the potential physical contributions and present respective conclusions about (1) the validness of the diffusion approximation of the radiative transfer equation; (2) the local behavior of the source of scattered photons; (3) the unsteady-state of the fluence rate; and (4) the boundedness of the critical time of the thermal damage to the cancerous tissue. We also discuss some controversial and diverging hypotheses.
[ { "version": "v1", "created": "Mon, 10 Mar 2025 12:12:01 GMT" } ]
2025-04-23T00:00:00
[ [ "Consiglieri", "Luisa", "" ] ]
2503.07433
Hongyang Du
Feiran You, Hongyang Du, Xiangwang Hou, Yong Ren, and Kaibin Huang
DRESS: Diffusion Reasoning-based Reward Shaping Scheme For Intelligent Networks
null
null
null
null
cs.NI
http://creativecommons.org/licenses/by/4.0/
Network optimization remains fundamental in wireless communications, with Artificial Intelligence (AI)-based solutions gaining widespread adoption. As Sixth-Generation (6G) communication networks pursue full-scenario coverage, optimization in complex extreme environments presents unprecedented challenges. The dynamic nature of these environments, combined with physical constraints, makes it difficult for AI solutions such as Deep Reinforcement Learning (DRL) to obtain effective reward feedback for the training process. However, many existing DRL-based network optimization studies overlook this challenge through idealized environment settings. Inspired by the powerful capabilities of Generative AI (GenAI), especially diffusion models, in capturing complex latent distributions, we introduce a novel Diffusion Reasoning-based Reward Shaping Scheme (DRESS) to achieve robust network optimization. By conditioning on observed environmental states and executed actions, DRESS leverages diffusion models' multi-step denoising process as a form of deep reasoning, progressively refining latent representations to generate meaningful auxiliary reward signals that capture patterns of network systems. Moreover, DRESS is designed for seamless integration with any DRL framework, allowing DRESS-aided DRL (DRESSed-DRL) to enable stable and efficient DRL training even under extreme network environments. Experimental results demonstrate that DRESSed-DRL achieves about 1.5x times faster convergence than its original version in sparse-reward wireless environments and significant performance improvements in multiple general DRL benchmark environments compared to baseline methods. The code of DRESS is available at https://github.com/NICE-HKU/DRESS.
[ { "version": "v1", "created": "Mon, 10 Mar 2025 15:15:29 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:52:17 GMT" } ]
2025-04-23T00:00:00
[ [ "You", "Feiran", "" ], [ "Du", "Hongyang", "" ], [ "Hou", "Xiangwang", "" ], [ "Ren", "Yong", "" ], [ "Huang", "Kaibin", "" ] ]
2503.08491
Konstantin Haubner
Konstantin Haubner, Federico Lelli, Enrico Di Teodoro, Francis Duey, Stacy McGaugh, James Schombert
A New Uncertainty Scheme for Galaxy Distances from Flow Models
10 pages, 8 figures
A&A 696, A185 (2025)
10.1051/0004-6361/202554164
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
The systemic velocity or redshift of galaxies is a convenient tool to calculate their distances in the absence of primary methods, but the uncertainties on these flow distances may be substantial due to galaxy peculiar motions. Here, we derived a simple and easily applicable method to assign uncertainties to flow distances from four different methodologies, namely the Hubble law with both heliocentric and local-sheet velocities, the Cosmicflows-4 model, and the numerical action methods model. Our uncertainty scheme was constructed by comparing these flow distances to accurate, redshift-independent distances of a subsample of ~2000 galaxies from the Cosmicflows-4 database, using the tip magnitude of the red giant branch, Cepheids, surface brightness fluctuations, supernovae type Ia, masers, and supernovae type II. We provide simple functions and tables to calculate the distance uncertainties for all the flow models considered. This uncertainty scheme is generally applicable except for the region around the Virgo cluster, where we assign increased uncertainties due to larger peculiar motions.
[ { "version": "v1", "created": "Tue, 11 Mar 2025 14:43:29 GMT" }, { "version": "v2", "created": "Sat, 19 Apr 2025 13:30:10 GMT" } ]
2025-04-23T00:00:00
[ [ "Haubner", "Konstantin", "" ], [ "Lelli", "Federico", "" ], [ "Di Teodoro", "Enrico", "" ], [ "Duey", "Francis", "" ], [ "McGaugh", "Stacy", "" ], [ "Schombert", "James", "" ] ]
2503.08976
Leo Yu Zhang Dr.
Zirui Gong, Yanjun Zhang, Leo Yu Zhang, Zhaoxi Zhang, Yong Xiang, and Shirui Pan
Not All Edges are Equally Robust: Evaluating the Robustness of Ranking-Based Federated Learning
18 pages. To appear in the IEEE Symposium on Security and Privacy 2025
null
null
null
cs.LG cs.CR cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Federated Ranking Learning (FRL) is a state-of-the-art FL framework that stands out for its communication efficiency and resilience to poisoning attacks. It diverges from the traditional FL framework in two ways: 1) it leverages discrete rankings instead of gradient updates, significantly reducing communication costs and limiting the potential space for malicious updates, and 2) it uses majority voting on the server side to establish the global ranking, ensuring that individual updates have minimal influence since each client contributes only a single vote. These features enhance the system's scalability and position FRL as a promising paradigm for FL training. However, our analysis reveals that FRL is not inherently robust, as certain edges are particularly vulnerable to poisoning attacks. Through a theoretical investigation, we prove the existence of these vulnerable edges and establish a lower bound and an upper bound for identifying them in each layer. Based on this finding, we introduce a novel local model poisoning attack against FRL, namely the Vulnerable Edge Manipulation (VEM) attack. The VEM attack focuses on identifying and perturbing the most vulnerable edges in each layer and leveraging an optimization-based approach to maximize the attack's impact. Through extensive experiments on benchmark datasets, we demonstrate that our attack achieves an overall 53.23% attack impact and is 3.7x more impactful than existing methods. Our findings highlight significant vulnerabilities in ranking-based FL systems and underline the urgency for the development of new robust FL frameworks.
[ { "version": "v1", "created": "Wed, 12 Mar 2025 00:38:14 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 06:45:48 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 10:08:09 GMT" } ]
2025-04-23T00:00:00
[ [ "Gong", "Zirui", "" ], [ "Zhang", "Yanjun", "" ], [ "Zhang", "Leo Yu", "" ], [ "Zhang", "Zhaoxi", "" ], [ "Xiang", "Yong", "" ], [ "Pan", "Shirui", "" ] ]
2503.09572
Nicholas Lee
Lutfi Eren Erdogan, Nicholas Lee, Sehoon Kim, Suhong Moon, Hiroki Furuta, Gopala Anumanchipalli, Kurt Keutzer, Amir Gholami
Plan-and-Act: Improving Planning of Agents for Long-Horizon Tasks
null
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large language models (LLMs) have shown remarkable advancements in enabling language agents to tackle simple tasks. However, applying them for complex, multi-step, long-horizon tasks remains a challenge. Recent work have found success by separating high-level planning from low-level execution, which enables the model to effectively balance high-level planning objectives and low-level execution details. However, generating accurate plans remains difficult since LLMs are not inherently trained for this task. To address this, we propose Plan-and-Act, a novel framework that incorporates explicit planning into LLM-based agents and introduces a scalable method to enhance plan generation through a novel synthetic data generation method. Plan-and-Act consists of a Planner model which generates structured, high-level plans to achieve user goals, and an Executor model that translates these plans into environment-specific actions. To train the Planner effectively, we introduce a synthetic data generation method that annotates ground-truth trajectories with feasible plans, augmented with diverse and extensive examples to enhance generalization. We evaluate Plan-and-Act using web navigation as a representative long-horizon planning environment, demonstrating a state-of-the-art 57.58% success rate on the WebArena-Lite benchmark as well as a text-only state-of-the-art 81.36% success rate on WebVoyager.
[ { "version": "v1", "created": "Wed, 12 Mar 2025 17:40:52 GMT" }, { "version": "v2", "created": "Mon, 24 Mar 2025 23:48:07 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 17:56:22 GMT" } ]
2025-04-23T00:00:00
[ [ "Erdogan", "Lutfi Eren", "" ], [ "Lee", "Nicholas", "" ], [ "Kim", "Sehoon", "" ], [ "Moon", "Suhong", "" ], [ "Furuta", "Hiroki", "" ], [ "Anumanchipalli", "Gopala", "" ], [ "Keutzer", "Kurt", "" ], [ "Gholami", "Amir", "" ] ]
2503.09574
Lorenzo Torricelli Dr
Lorenzo Torricelli
Thorin processes and their subordination
null
null
null
null
math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A Thorin process is a stochastic process with independent and stationary increments whose laws are weak limits of finite convolutions of gamma distributions. Many popular L\'evy processes fall under this class. The Thorin class can be characterized by a representing triplet that conveys more information on the process compared to the L\'evy triplet. In this paper we investigate some relationships between the Thorin structure and the process properties, and find that the support of the Thorin measure characterizes the existence of the critical exponential moment, as well as the asymptotic equivalence between the L\'evy tail function and the complementary distribution function. Furthermore, it is illustrated how univariate Brownian subordination with respect to Thorin subordinators produces Thorin processes whose representing measure is given by a pushforward with respect to a hyperbolic function, leading to arguably easier formulae compared to the Bochner integral determining the L\'evy measure. We provide a full account of the theory of multivariate Thorin processes, starting from the Thorin--Bondesson representation for the characteristic exponent, and highlight the roles of the Thorin measure in the analysis of density functions, moments, path variation and subordination. Various old and new examples are discussed. We finally detail a treatment of subordination of gamma processes with respect to negative binomial subordinators which is made possible by the Thorin-Bondesson representation.
[ { "version": "v1", "created": "Wed, 12 Mar 2025 17:44:29 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 15:37:32 GMT" } ]
2025-04-23T00:00:00
[ [ "Torricelli", "Lorenzo", "" ] ]
2503.10268
Yiduo Xu
Yanzhe Qiu, Zhen He, Mei Lu, and Yiduo Xu
The saturation number of wheels
14 pages
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A graph $G$ is said to be $F$-free, if $G$ does not contain any copy of $F$. $G$ is said to be $F$-semi-saturated, if the addition of any nonedge $e \not \in E(G)$ would create a new copy of $F$ in $G+e$. $G$ is said to be $F$-saturated, if $G$ is $F$-free and $F$-semi-saturated. The saturation number $sat(n,F)$ (resp. semi-saturation number $ssat(n,F)$) is the minimum number of edges in an $F$-saturated (resp. $F$-semi-saturated) graph of order $n$. In this paper we proved several results on the (semi)-saturation number of the wheel graph $W_k=K_1 \vee C_k$. Let $k,n$ be positive integers with $k \geq 8$ and $n \geq 56k^3$, we showed that $(s)sat(n,W_k)=n-1+(s)sat(n-1,C_k)$. We also establish the lower bound of semi-saturation number of $W_k$ with restriction on maximum degree.
[ { "version": "v1", "created": "Thu, 13 Mar 2025 11:25:09 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 12:56:06 GMT" } ]
2025-04-23T00:00:00
[ [ "Qiu", "Yanzhe", "" ], [ "He", "Zhen", "" ], [ "Lu", "Mei", "" ], [ "Xu", "Yiduo", "" ] ]
2503.10438
Avinash Chandrakumar
Avinash CK, Y. Divakara Mayya, Alessandro Bressan and Jairo A. Alzate Trujillo
Spatially-resolved TRGB JWST color-magnitude as a tool to measure fossil stellar metallicity gradients in disk galaxies: NGC 628
18 pages, 17 figures and 3 tables
null
10.3847/1538-4357/adc105
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
We use archival JWST/NIRCam images in the F115W, F150W, and F200W filters to measure the Tip of the Red Giant Branch (TRGB) magnitudes across the disk of the late-type spiral galaxy NGC 628. In this exploratory study, we demonstrate how the metallicity-dependence of TRGB magnitudes in the near-infrared (NIR) filters can be exploited by making use of the theoretical isochrones to determine metallicities of the fossil 10 Gyr old population over kiloparsec scales without being affected by the age-metallicity-reddening degeneracy. We obtain a smooth metallicity gradient that decreases from $Z$=0.003 in the central regions to $Z$=0.002 in the external parts, with a typical error on $Z$ of 0.0002. The extinction variation across the disk caused by the diffuse interstellar dust is spiky with a median value of $A_V$=0.12 mag. We propose that the large bubbles in the disks of galaxies offer dust-free lines of sight for measuring the TRGB magnitudes, and hence the distance to galaxies, to an accuracy that is as good as that of the halo populations. Using the Phantom Void, we obtain a TRGB distance modulus of 29.81$\pm0.05(\rm stat)\pm0.06(\rm sys)$ mag for NGC 628, which agrees well with the most recent PNLF measurement of 29.89$^{+0.06}_{-0.09}$ for this galaxy.
[ { "version": "v1", "created": "Thu, 13 Mar 2025 14:58:25 GMT" } ]
2025-04-23T00:00:00
[ [ "CK", "Avinash", "" ], [ "Mayya", "Y. Divakara", "" ], [ "Bressan", "Alessandro", "" ], [ "Trujillo", "Jairo A. Alzate", "" ] ]
2503.10456
Horst Balthasar
E. Wiehr (1), H. Balthasar (2), G. Stellmacher (3) and M. Bianda (4) ((1) Institut f\"ur Astrophysik G\"ottingen, (2) Leibniz-Institut f\"ur Astrophysik Potsdam, (3) Institute d'Astrophysique Paris, (4) Istituto ricerque solari Aldo e Cele Dacc\'o)
Ionization memory of plasma emiters in a solar prominence
5 pages, 4 figures, accepted for publication by Astronomy and Astrophysics
A&A 696, A209 (2025)
10.1051/0004-6361/202451526
null
astro-ph.SR physics.plasm-ph physics.space-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Aims. In the low-collisional, partially ionized plasma (PIP) of solar prominences, uncharged emitters might show different signatures of magnetic line broadening than charged emitters. We investigate if the widths of weak metall emissions in prominences exceed the thermal line broadening by a different amount for charged and for uncharged emitters. Methods. We simultaneously observe five optically thin, weak metall lines in the brightness center of a quiescent prominence and compare their observed widths with the thermal broadening. Results. The inferred non-thermal broadening of the metall lines does not indicate systematic differences between the uncharged Mg b2 and Na D1 and the charged Fe II emitters, only Sr II is broader. Conclusions. The additional line broadening of charged emitters is reasonably attributed to magnetic forces. That of uncharged emitters can then come from their temporary state as ion before recombination. Magnetically induced velocities will retain some time after recombination. Modelling partially ionized plasmas then requires consideration of a memory of previous ionization states.
[ { "version": "v1", "created": "Thu, 13 Mar 2025 15:24:49 GMT" } ]
2025-04-23T00:00:00
[ [ "Wiehr", "E.", "" ], [ "Balthasar", "H.", "" ], [ "Stellmacher", "G.", "" ], [ "Bianda", "M.", "" ] ]
2503.10903
Michael Renger
Michael Renger, Jeroen Verjauw, Nicola Wurz, Amin Hosseinkhani, Caspar Ockeloen-Korppi, Wei Liu, Aniket Rath, Manish J. Thapa, Florian Vigneau, Elisabeth Wybo, Ville Bergholm, Chun Fai Chan, B\'alint Csat\'ari, Saga Dahl, Rakhim Davletkaliyev, Rakshyakar Giri, Daria Gusenkova, Hermanni Heimonen, Tuukka Hiltunen, Hao Hsu, Eric Hyypp\"a, Joni Ikonen, Tyler Jones, Shabeeb Khalid, Seung-Goo Kim, Miikka Koistinen, Anton Komlev, Janne Kotilahti, Vladimir Kukushkin, Julia Lamprich, Alessandro Landra, Lan-Hsuan Lee, Tianyi Li, Per Liebermann, Sourav Majumder, Janne M\"antyl\"a, Fabian Marxer, Arianne Meijer - van de Griend, Vladimir Milchakov, Jakub Mro\.zek, Jayshankar Nath, Tuure Orell, Miha Papi\v{c}, Matti Partanen, Alexander Plyushch, Stefan Pogorzalek, Jussi Ritvas, Pedro Figueroa Romero, Ville Sampo, Marko Sepp\"al\"a, Ville Selinmaa, Linus Sundstr\"om, Ivan Takmakov, Brian Tarasinski, Jani Tuorila, Olli Tyrkk\"o, Alpo V\"alimaa, Jaap Wesdorp, Ping Yang, Liuqi Yu, Johannes Heinsoo, Antti Veps\"al\"ainen, William Kindel, Hsiang-Sheng Ku, and Frank Deppe
A Superconducting Qubit-Resonator Quantum Processor with Effective All-to-All Connectivity
null
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this work we introduce a superconducting quantum processor architecture that uses a transmission-line resonator to implement effective all-to-all connectivity between six transmon qubits. This architecture can be used as a test-bed for algorithms that benefit from high connectivity. We show that the central resonator can be used as a computational element, which offers the flexibility to encode a qubit for quantum computation or to utilize its bosonic modes which further enables quantum simulation of bosonic systems. To operate the quantum processing unit (QPU), we develop and benchmark the qubit-resonator conditional Z gate and the qubit-resonator MOVE operation. The latter allows for transferring a quantum state between one of the peripheral qubits and the computational resonator. We benchmark the QPU performance and achieve a genuinely multi-qubit entangled Greenberger-Horne-Zeilinger (GHZ) state over all six qubits with a readout-error mitigated fidelity of $0.86$.
[ { "version": "v1", "created": "Thu, 13 Mar 2025 21:36:18 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 14:54:17 GMT" } ]
2025-04-23T00:00:00
[ [ "Renger", "Michael", "" ], [ "Verjauw", "Jeroen", "" ], [ "Wurz", "Nicola", "" ], [ "Hosseinkhani", "Amin", "" ], [ "Ockeloen-Korppi", "Caspar", "" ], [ "Liu", "Wei", "" ], [ "Rath", "Aniket", "" ], [ "Thapa", "Manish J.", "" ], [ "Vigneau", "Florian", "" ], [ "Wybo", "Elisabeth", "" ], [ "Bergholm", "Ville", "" ], [ "Chan", "Chun Fai", "" ], [ "Csatári", "Bálint", "" ], [ "Dahl", "Saga", "" ], [ "Davletkaliyev", "Rakhim", "" ], [ "Giri", "Rakshyakar", "" ], [ "Gusenkova", "Daria", "" ], [ "Heimonen", "Hermanni", "" ], [ "Hiltunen", "Tuukka", "" ], [ "Hsu", "Hao", "" ], [ "Hyyppä", "Eric", "" ], [ "Ikonen", "Joni", "" ], [ "Jones", "Tyler", "" ], [ "Khalid", "Shabeeb", "" ], [ "Kim", "Seung-Goo", "" ], [ "Koistinen", "Miikka", "" ], [ "Komlev", "Anton", "" ], [ "Kotilahti", "Janne", "" ], [ "Kukushkin", "Vladimir", "" ], [ "Lamprich", "Julia", "" ], [ "Landra", "Alessandro", "" ], [ "Lee", "Lan-Hsuan", "" ], [ "Li", "Tianyi", "" ], [ "Liebermann", "Per", "" ], [ "Majumder", "Sourav", "" ], [ "Mäntylä", "Janne", "" ], [ "Marxer", "Fabian", "" ], [ "van de Griend", "Arianne Meijer -", "" ], [ "Milchakov", "Vladimir", "" ], [ "Mrożek", "Jakub", "" ], [ "Nath", "Jayshankar", "" ], [ "Orell", "Tuure", "" ], [ "Papič", "Miha", "" ], [ "Partanen", "Matti", "" ], [ "Plyushch", "Alexander", "" ], [ "Pogorzalek", "Stefan", "" ], [ "Ritvas", "Jussi", "" ], [ "Romero", "Pedro Figueroa", "" ], [ "Sampo", "Ville", "" ], [ "Seppälä", "Marko", "" ], [ "Selinmaa", "Ville", "" ], [ "Sundström", "Linus", "" ], [ "Takmakov", "Ivan", "" ], [ "Tarasinski", "Brian", "" ], [ "Tuorila", "Jani", "" ], [ "Tyrkkö", "Olli", "" ], [ "Välimaa", "Alpo", "" ], [ "Wesdorp", "Jaap", "" ], [ "Yang", "Ping", "" ], [ "Yu", "Liuqi", "" ], [ "Heinsoo", "Johannes", "" ], [ "Vepsäläinen", "Antti", "" ], [ "Kindel", "William", "" ], [ "Ku", "Hsiang-Sheng", "" ], [ "Deppe", "Frank", "" ] ]
2503.10914
Carolina Charalambous Dr.
C. Charalambous, N. Cuello, and C. Petrovich
Breaking long-period resonance chains with stellar flybys
Accepted for publication in A&A
A&A 696, A175 (2025)
10.1051/0004-6361/202553710
null
astro-ph.EP
http://creativecommons.org/licenses/by-nc-nd/4.0/
Context. Planetary migration models predict multiple planets captured into a chain of mean-motion resonances during the disk phase. Over a dozen systems have been observed in these configurations, nearly all close-in planets, with a lack of resonant chains for planets with orbital periods larger than ~300 days. Aims. Dynamical studies often overlook the fact that stars do not evolve in isolation. In this work, we explore the possibility that the absence of giant planets in long-period resonant chains may be due to post-formation disruption caused by stellar flybys. Methods. For planets in the 2:1-2:1 and 3:2-3:2 resonant chains, we evaluate the long-term stability after varying parameters such as the planet masses, as well as the inclination, pericentric distance, and mass of the flyby star. Results. Our integrations show that the 2:1-2:1 resonant chain is significantly more resilient to a stellar flyby than for the 3:2-3:2 configuration. The nature of the instability is different in both scenarios, the 2:1-2:1 becomes unstable quickly, soon after a penetrative close encounter. Instead, planets in the 3:2-3:2 chain become unstable in long timescales due to more distant flybys (up to q/a_out ~ 25 for Jupiter-mass planets) that only provide small perturbations for the system to chaotically dissolve. Conclusions. If an encounter occurs between a star hosting planets and a passing star, Jupiter-mass systems with 3 planets in a 3:2-3:2 resonant chain or more compact initial configurations are likely to be disrupted.
[ { "version": "v1", "created": "Thu, 13 Mar 2025 21:54:10 GMT" }, { "version": "v2", "created": "Tue, 18 Mar 2025 14:03:12 GMT" } ]
2025-04-23T00:00:00
[ [ "Charalambous", "C.", "" ], [ "Cuello", "N.", "" ], [ "Petrovich", "C.", "" ] ]
2503.11076
Pinghui Huang Dr
Pinghui Huang and Xue-Ning Bai
Dust Clumping in Outer Protoplanetary Disks: the Interplay Among Four Instabilities
16 pages, 7 figures. ApJ Letters accepted. This is the second paper of this study and the first paper could be found here: arXiv:2503.01656
null
null
null
astro-ph.EP astro-ph.SR
http://creativecommons.org/licenses/by-sa/4.0/
Dust concentration in protoplanetary disks (PPDs) is the first step towards planetesimal formation, a crucial yet highly uncertain stage in planet formation. Although the streaming instability (SI) is widely recognized as a powerful mechanism for planetesimal formation, its properties can be sensitive to the gas dynamical environment. The outer region of PPDs is subject to the vertical shear instability (VSI), which could further induce the Rossby wave instability (RWI) to generate numerous vortices. In this work, we use the multifluid dust module in Athena++ to perform a 3D global simulation with mesh refinement to achieve adequate domain size and resolution to resolve and accommodate all these instabilities. The VSI mainly governs the overall gas dynamics, dominated by the breathing mode due to dust mass loading. The dust strongly settles to the midplane layer, which is much more densely populated with small vortices compared to the dust-free case. Strong dust clumping is observed, which is likely owing to the joint action of the SI and dusty RWI, and those sufficient for planetesimal formation reside only in a small fraction of such vortices. Dust clumping becomes stronger with increasing resolution, and has not yet achieved numerical convergence in our exploration. In addition, we find evidence of the Kelvin-Helmholtz instability (KHI) operating at certain parts of the dust-gas interface, which may contribute to the temporary destruction of dust clumps.
[ { "version": "v1", "created": "Fri, 14 Mar 2025 04:35:20 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 03:27:29 GMT" } ]
2025-04-23T00:00:00
[ [ "Huang", "Pinghui", "" ], [ "Bai", "Xue-Ning", "" ] ]
2503.11816
Neusha Javidnia
Neusha Javidnia, Bita Darvish Rouhani, Farinaz Koushanfar
Key, Value, Compress: A Systematic Exploration of KV Cache Compression Techniques
Presented at IEEE Custom Integrated Circuits Conference (CICC) 2025
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large language models (LLMs) have demonstrated exceptional capabilities in generating text, images, and video content. However, as context length grows, the computational cost of attention increases quadratically with the number of tokens, presenting significant efficiency challenges. This paper presents an analysis of various Key-Value (KV) cache compression strategies, offering a comprehensive taxonomy that categorizes these methods by their underlying principles and implementation techniques. Furthermore, we evaluate their impact on performance and inference latency, providing critical insights into their effectiveness. Our findings highlight the trade-offs involved in KV cache compression and its influence on handling long-context scenarios, paving the way for more efficient LLM implementations.
[ { "version": "v1", "created": "Fri, 14 Mar 2025 19:02:16 GMT" }, { "version": "v2", "created": "Sun, 30 Mar 2025 02:45:00 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 17:34:34 GMT" } ]
2025-04-23T00:00:00
[ [ "Javidnia", "Neusha", "" ], [ "Rouhani", "Bita Darvish", "" ], [ "Koushanfar", "Farinaz", "" ] ]
2503.11917
Mikel Rodriguez
Mikel Rodriguez, Raluca Ada Popa, Four Flynn, Lihao Liang, Allan Dafoe, Anna Wang
A Framework for Evaluating Emerging Cyberattack Capabilities of AI
null
null
null
null
cs.CR cs.AI
http://creativecommons.org/licenses/by/4.0/
As frontier AI models become more capable, evaluating their potential to enable cyberattacks is crucial for ensuring the safe development of Artificial General Intelligence (AGI). Current cyber evaluation efforts are often ad-hoc, lacking systematic analysis of attack phases and guidance on targeted defenses. This work introduces a novel evaluation framework that addresses these limitations by: (1) examining the end-to-end attack chain, (2) identifying gaps in AI threat evaluation, and (3) helping defenders prioritize targeted mitigations and conduct AI-enabled adversary emulation for red teaming. Our approach adapts existing cyberattack chain frameworks for AI systems. We analyzed over 12,000 real-world instances of AI involvement in cyber incidents, catalogued by Google's Threat Intelligence Group, to curate seven representative attack chain archetypes. Through a bottleneck analysis on these archetypes, we pinpointed phases most susceptible to AI-driven disruption. We then identified and utilized externally developed cybersecurity model evaluations focused on these critical phases. We report on AI's potential to amplify offensive capabilities across specific attack stages, and offer recommendations for prioritizing defenses. We believe this represents the most comprehensive AI cyber risk evaluation framework published to date.
[ { "version": "v1", "created": "Fri, 14 Mar 2025 23:05:02 GMT" }, { "version": "v2", "created": "Mon, 31 Mar 2025 10:35:02 GMT" }, { "version": "v3", "created": "Mon, 21 Apr 2025 19:22:25 GMT" } ]
2025-04-23T00:00:00
[ [ "Rodriguez", "Mikel", "" ], [ "Popa", "Raluca Ada", "" ], [ "Flynn", "Four", "" ], [ "Liang", "Lihao", "" ], [ "Dafoe", "Allan", "" ], [ "Wang", "Anna", "" ] ]
2503.12522
Zheyi Ding
Zheyi Ding, F. Robert Wimmer-Schweingruber, Alexander Kollhoff, Patrick K\"uhl, Liu Yang, Lars Berger, Athanasios Kouloumvakos, Nicolas Wijsen, Jingnan Guo, Daniel Pacheco, Yuncong Li, Manuela Temmer, Javier Rodriguez-Pacheco, C. Robert Allen, C. George Ho, M. Glenn Mason, Zigong Xu, Sindhuja G
Investigation of Inverse Velocity Dispersion in a Solar Energetic Particle Event Observed by Solar Orbiter
Accepted by A&A. 13 pages, 9 figures
A&A 696, A199 (2025)
10.1051/0004-6361/202553806
null
astro-ph.SR physics.space-ph
http://creativecommons.org/licenses/by/4.0/
Inverse velocity dispersion (IVD) events, characterized by higher-energy particles arriving later than lower-energy particles, challenge the classical understanding of SEP events and are increasingly observed by spacecraft, such as Parker Solar Probe (PSP) and Solar Orbiter (SolO). However, the mechanisms underlying IVD events remain poorly understood. This study aims to investigate the physical processes responsible for long-duration IVD events by analyzing the SEP event observed by SolO on 2022 June 7. We explore the role of evolving shock connectivity, particle acceleration at interplanetary (IP) shocks, and cross-field transport in shaping the observed particle profiles.We utilize data from Energetic Particle Detector (EPD) suite onboard SolO to analyze the characteristics of the IVD, and model the event using the Heliospheric Energetic Particle Acceleration and Transport (HEPAT) model. The IVD event exhibited a distinct and long-duration IVD signature, across proton energies from 1 to 20 MeV and lasting for approximately 10 hours. Simulations suggest that evolving shock connectivity and the evolution of shock play a primary role in the IVD signature, with SolO transitioning from shock flank to nose over time, resulting in a gradual increase in maximum particle energy along the field line. Furthermore, model results show that limited cross-field diffusion can influence both the nose energy and the duration of the IVD event. This study demonstrates that long-duration IVD events are primarily driven by evolving magnetic connectivity along a non-uniform shock that evolves over time, where the connection moves to more efficient acceleration sites as the shock propagates farther from the Sun. Other mechanisms, such as acceleration time at the shock, may also contribute to the observed IVD features.
[ { "version": "v1", "created": "Sun, 16 Mar 2025 14:38:15 GMT" } ]
2025-04-23T00:00:00
[ [ "Ding", "Zheyi", "" ], [ "Wimmer-Schweingruber", "F. Robert", "" ], [ "Kollhoff", "Alexander", "" ], [ "Kühl", "Patrick", "" ], [ "Yang", "Liu", "" ], [ "Berger", "Lars", "" ], [ "Kouloumvakos", "Athanasios", "" ], [ "Wijsen", "Nicolas", "" ], [ "Guo", "Jingnan", "" ], [ "Pacheco", "Daniel", "" ], [ "Li", "Yuncong", "" ], [ "Temmer", "Manuela", "" ], [ "Rodriguez-Pacheco", "Javier", "" ], [ "Allen", "C. Robert", "" ], [ "Ho", "C. George", "" ], [ "Mason", "M. Glenn", "" ], [ "Xu", "Zigong", "" ], [ "G", "Sindhuja", "" ] ]
2503.13606
Le\'on-Alexander H\"uhn
L.-A. H\"uhn, C. P. Dullemond, U. Lebreuilly, R. S. Klessen, A. Maury, G. P. Rosotti, P. Hennebelle, E. Pacetti, L. Testi, and S. Molinari
Planetesimal formation via the streaming instability in simulations of infall dominated young disks
27 pages, 25 figures, 2 tables. Accepted for publication in Astronomy & Astrophysics
A&A 696, A162 (2025)
10.1051/0004-6361/202452689
null
astro-ph.EP astro-ph.SR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Protoplanetary disks naturally emerge during protostellar core-collapse. In their early evolutionary stages, infalling material dominates their dynamical evolution. In the context of planet formation, this means that the conditions in young disks are different from the typically considered disks where infall has subsided. High inward velocities are caused by the advection of accreted material which is deficient in angular momentum, rather than being set by viscous spreading, and accretion gives rise to strong velocity fluctuations. Therefore, we aim to investigate when it is possible for the first planetesimals to form and subsequent planet formation to commence. We analyze the disks obtained in numerical 3D nonideal magnetohydrodynamical simulations, which serve as a basis for 1D models representing the conditions during the Class 0/I evolutionary stages. We integrate the 1D models with an adapted version of the TwoPopPy code to investigate the formation of the first planetesimals via the streaming instability. In disks with temperatures such that the snow line is located at ~10 AU and where it is assumed that velocity fluctuations felt by the dust are reduced by a factor of 10 compared to the gas, ${\sim}10^{-3}M_\odot$ of planetesimals may be formed already during the first 100 kyr after disk formation, implying the possible early formation of giant planet cores. The cold-finger effect at the snow line is the dominant driver of planetesimal formation, which occurs in episodes and utilizes solids supplied directly from the envelope, leaving the disk solid reservoir intact. However, if the cold-finger effect is suppressed, early planetesimal formation is limited to cold disks with efficient dust settling whose dust-to-gas ratio is initially enriched to $\epsilon_0\geq 0.03$.
[ { "version": "v1", "created": "Mon, 17 Mar 2025 18:00:13 GMT" } ]
2025-04-23T00:00:00
[ [ "Hühn", "L. -A.", "" ], [ "Dullemond", "C. P.", "" ], [ "Lebreuilly", "U.", "" ], [ "Klessen", "R. S.", "" ], [ "Maury", "A.", "" ], [ "Rosotti", "G. P.", "" ], [ "Hennebelle", "P.", "" ], [ "Pacetti", "E.", "" ], [ "Testi", "L.", "" ], [ "Molinari", "S.", "" ] ]
2503.14099
Marc Abboud
Marc Abboud
A local version of the arithmetic Hodge index theorem over quasiprojective varieties
arXiv admin note: substantial text overlap with arXiv:2406.11510
null
null
null
math.AG math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define a local intersection number for metrised line bundles over quasiprojective varieties with compact support and show the local arithmetic Hodge index theorem for this intersection number. As a consequence we obtain a uniqueness result for the Monge-Amp\`ere equation over quasiprojective varieties within a certain class of solutions both in the archimedean and non-archimedean setting.
[ { "version": "v1", "created": "Tue, 18 Mar 2025 10:16:02 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 09:23:49 GMT" } ]
2025-04-23T00:00:00
[ [ "Abboud", "Marc", "" ] ]
2503.14642
Francesco Ferraro
F. R. Ferraro, L. Chiappino, A. Bartolomei, L. Origlia, C. Fanelli, B. Lanzoni, C. Pallanca, M. Loriga, S. Leanza, E. Valenti, D. Romano, A. Mucciarelli, D. Massari, M. Cadelano, E. Dalessandro, C. Crociati and R.M.Rich
The Bulge Cluster Origin (BulCO) survey at the ESO-VLT: probing the early history of the Milky Way assembling. Design and first results in Liller1
in press in Astronomy & Astrophysics
A&A 696, A179 (2025)
10.1051/0004-6361/202554092
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present the scientific goals and the very first results of the Bulge Cluster Origin (BulCO) survey. This survey has been specifically designed to perform an unprecedented chemical screening of stellar systems orbiting the Milky Way bulge, with the aim to unveil their true origin. It takes advantage of the improved performances of the spectrograph CRIRES+ operating at the ESO Very Large telescope, in the near-infrared domain. Due to the complex evolutionary history of the Milky Way, a variety of relics tracing different phenomena is expected to populate the Bulge: globular clusters formed in-situ or accreted from outside the Galaxy, nuclear star clusters of cannibalized structures, and possibly a few remnants of the proto-bulge formation process (the so-called ``bulge fossil fragments"). The signatures of the different origins are imprinted in the chemical properties of these stellar systems because specific abundance patterns provide authentic "chemical DNA" tests univocally tracing the enrichment process and, therefore, the environment where the stellar population formed. Thus, each system can provide a new piece of information on the bulge formation and evolutionary history. As first results of the survey, here we discuss the alpha-element and iron abundances of a sample of stars observed in the stellar system Liller 1, which is proposed to be a bulge fossil fragment. By combining this dataset with a recently published sample of high/mid-resolution spectra, we discuss the overall chemical properties of the stellar populations in Liller1, proving its link with the Galactic bulge and providing new constraints on its star formation history.
[ { "version": "v1", "created": "Tue, 18 Mar 2025 18:42:05 GMT" } ]
2025-04-23T00:00:00
[ [ "Ferraro", "F. R.", "" ], [ "Chiappino", "L.", "" ], [ "Bartolomei", "A.", "" ], [ "Origlia", "L.", "" ], [ "Fanelli", "C.", "" ], [ "Lanzoni", "B.", "" ], [ "Pallanca", "C.", "" ], [ "Loriga", "M.", "" ], [ "Leanza", "S.", "" ], [ "Valenti", "E.", "" ], [ "Romano", "D.", "" ], [ "Mucciarelli", "A.", "" ], [ "Massari", "D.", "" ], [ "Cadelano", "M.", "" ], [ "Dalessandro", "E.", "" ], [ "Crociati", "C.", "" ], [ "Rich", "R. M.", "" ] ]
2503.14683
Ahmad Jaradat Mr
A. Jaradat, G. Molera Calv\'es, J. Edwards, S. Ellingsen, T. McCarthy, and J. Morgan
Probing interplanetary scintillation using broadband VLBI
The paper has been accepted for publication in Publications of the Astronomical Society of Australia (PASA)
null
10.1017/pasa.2025.23
null
astro-ph.SR astro-ph.EP astro-ph.IM physics.space-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Advancements in VLBI instrumentation, driven by the geodetic community's goal of achieving positioning accuracy of 1 mm and stability of 0.1 mm/y, have led to the development of new broadband systems. Here, we assess the potential of these new capabilities for space weather monitoring. These enhanced VLBI capabilities were used to investigate interplanetary scintillation (IPS), a phenomenon caused by the scattering of radio waves due to density irregularities in the solar wind. Compact radio sources near the Sun were observed using the AuScope VLBI array in Australia, which consists of 12-meter telescopes at Hobart, Katherine, and Yarragadee. The baseline lengths between these telescopes are approximately 3400 km (Hobart-Katherine), 3200 km (Hobart-Yarragadee), and 2400 km (Katherine-Yarragadee). The observations covered solar elongations from 6.5$^\circ$ to 11.3$^\circ$ and frequencies between 3 and 13 GHz. The study focused on phase scintillation as an indicator of turbulence in the solar wind. As the solar elongation decreased, we observed an increase in the phase scintillation index, consistent with theoretical models. Importantly, the broadband system also detected IPS using relatively weak radio sources. Additionally, the phase scintillation increased with baseline length, in agreement with Kolmogorov turbulence with an index of 11/3. These findings demonstrate the effectiveness of geodetic broadband VLBI in capturing detailed features of the solar wind. This capability enables continuous space weather monitoring and advances our understanding of solar and interplanetary dynamics.
[ { "version": "v1", "created": "Tue, 18 Mar 2025 19:38:22 GMT" } ]
2025-04-23T00:00:00
[ [ "Jaradat", "A.", "" ], [ "Calvés", "G. Molera", "" ], [ "Edwards", "J.", "" ], [ "Ellingsen", "S.", "" ], [ "McCarthy", "T.", "" ], [ "Morgan", "J.", "" ] ]
2503.15045
Vladimir Spokoiny
Vladimir Spokoiny
Semiparametric plug-in estimation, sup-norm risk bounds, marginal optimization, and inference in BTL model
null
null
null
null
math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The recent paper \cite{GSZ2023} on estimation and inference for top-ranking problem in Bradley-Terry-Lice (BTL) model presented a surprising result: component-wise estimation and inference can be done under much weaker conditions on the number of comparison then it is required for the full dimensional estimation. The present paper revisits this finding from completely different viewpoint. Namely, we show how a theoretical study of \emph{estimation in sup-norm} can be reduced to the analysis of \emph{plug-in semiparametric estimation}. For the latter, we adopt and extend the general approach from \cite{Sp2024} to high-dimensional estimation and inference. The main tool of the analysis is a theory of \emph{perturbed marginal optimization} when an objective function depends on a low-dimensional target parameter along with a high-dimensional nuisance parameter. A particular focus of the study is the critical dimension condition. Full-dimensional estimation requires in general the condition \( \mathbbmsl{N} \gg \mathbb{p} \) between the effective parameter dimension \( \mathbb{p} \) and the effective sample size \( \mathbbmsl{N} \) corresponding to the smallest eigenvalue of the Fisher information matrix \( \mathbbmsl{F} \). Inference on the estimated parameter is even more demanding: the condition \( \mathbbmsl{N} \gg \mathbb{p}^{2} \) cannot be generally avoided; see \cite{Sp2024}. However, for the sup-norm estimation, the critical dimension condition can be reduced to \( \mathbbmsl{N} \geq C \log p \).
[ { "version": "v1", "created": "Wed, 19 Mar 2025 09:33:44 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 11:07:54 GMT" } ]
2025-04-23T00:00:00
[ [ "Spokoiny", "Vladimir", "" ] ]
2503.15184
Zining Wang Dr
Yanzhen Li and Zining Wang
Role-Selection Game in Block Production under Proposer-Builder Separation
9 pages, 5 figures, Accepted to 2025 IEEE International Conference on Blockchain and Cryptocurrency
null
null
null
cs.GT cs.DC
http://creativecommons.org/licenses/by-nc-nd/4.0/
To address the risks of validator centralization, Proposer-Builder Separation (PBS) was introduced in Ethereum to divide the roles of block building and block proposing, fostering a more equitable and decentralized block production environment. PBS creates a two-sided market in which searchers submit valuable bundles to builders for inclusion in blocks, while builders compete in auctions for block proposals. In this paper, we formulate and analyze a role-selection game that models how profit-seeking participants in PBS strategically choose between acting as searchers or builders, using a co-evolutionary framework to capture the complex interactions and payoff dynamics in this market. Through agent-based simulations, we demonstrate that agents' optimal role-acting as searcher or builder-responds dynamically to the probability of conflict between bundles. Our empirical game-theoretic analysis quantifies the equilibrium frequencies of role selection under different market conditions, revealing that low conflict probabilities lead to equilibria dominated by searchers, while higher probabilities shift equilibrium toward builders. Additionally, bundle conflicts have non-monotonic effects on agent payoffs and strategy evolution. Our results advance the understanding of decentralized block building and provide guidance for designing fairer and more robust block production mechanisms in blockchain systems.
[ { "version": "v1", "created": "Wed, 19 Mar 2025 13:12:58 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 09:13:29 GMT" } ]
2025-04-23T00:00:00
[ [ "Li", "Yanzhen", "" ], [ "Wang", "Zining", "" ] ]
2503.15766
Peter Sharpe
Peter Sharpe, Rishikesh Ranade, Kaustubh Tangsali, Mohammad Amin Nabian, Ram Cherukuri, Sanjay Choudhry
Accelerating Transient CFD through Machine Learning-Based Flow Initialization
17 pages, 8 figures
null
null
null
cs.LG physics.flu-dyn
http://creativecommons.org/licenses/by/4.0/
Transient computational fluid dynamics (CFD) simulations are essential for many industrial applications, but a significant portion of their computational cost stems from the time needed to reach statistical steadiness from initial conditions. We present a novel machine learning-based initialization method that reduces the cost of this subsequent transient solve substantially, achieving a 50% reduction in time-to-convergence compared to traditional uniform and potential flow-based initializations. Through a case study in automotive aerodynamics using a 16.7M-cell unsteady RANS simulation, we evaluate three ML-based initialization strategies. Two of these strategies are recommended for general use: (1) a physics-informed hybrid method combining ML predictions with potential flow solutions, and (2) a more versatile approach integrating ML predictions with uniform flow. Both strategies enable CFD solvers to achieve convergence times comparable to computationally expensive steady RANS initializations, while requiring only seconds of computation. We develop a robust statistical convergence metric based on windowed time-averaging for performance comparison between initialization strategies. Notably, these improvements are achieved using an ML model trained on a different dataset of automotive geometries, demonstrating strong generalization capabilities. The proposed methods integrate seamlessly with existing CFD workflows without requiring modifications to the underlying flow solver, providing a practical approach to accelerating industrial CFD simulations through improved ML-based initialization strategies.
[ { "version": "v1", "created": "Thu, 20 Mar 2025 00:51:59 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 20:23:36 GMT" } ]
2025-04-23T00:00:00
[ [ "Sharpe", "Peter", "" ], [ "Ranade", "Rishikesh", "" ], [ "Tangsali", "Kaustubh", "" ], [ "Nabian", "Mohammad Amin", "" ], [ "Cherukuri", "Ram", "" ], [ "Choudhry", "Sanjay", "" ] ]
2503.15903
Theodosios Chatzistergos
Theodosios Chatzistergos, Natalie A. Krivova, Sami K. Solanki, Kok Leng Yeo
Revisiting the SATIRE-S irradiance reconstruction: Heritage of Mt Wilson magnetograms and Ca II K observations
17 pages, 10 figures, accepted for publication in A&A
A&A 696, A204 (2025)
10.1051/0004-6361/202554044
null
astro-ph.SR astro-ph.EP
http://creativecommons.org/licenses/by/4.0/
Accurate information on long-term variations in solar irradiance, important for understanding the solar influence on Earth's climate, cannot be derived from direct irradiance measurements due to the comparatively short lifetimes of space-borne experiments. Models using measurements of the solar photospheric magnetic field as input can provide an independent assessment of the changes. The SATIRE-S model does just that. Unfortunately, the magnetogram archives used by SATIRE-S to recover irradiance variations are also relatively short-lived and have short mutual overlapping periods, making it difficult to evaluate their consistency. We improve SATIRE-S total solar irradiance (TSI) reconstruction by firstly incorporating magnetograms from the Mt Wilson Observatory as well as unsigned magnetograms reconstructed from Meudon, Rome, and San Fernando Ca II K data, and secondly, by re-analysing all periods of overlaps between the various archives. Our combined daily irradiance reconstruction from all eight input archives returns an excellent agreement with direct measurements of irradiance, in particular we find a correlation coefficient of 0.98 when comparing to TSIS1/TIM (Total and Spectral Solar Irradiance Sensor Total Irradiance Monitor) data. The minimum-to-minimum TSI difference between 1976 and 2019 is -0.2$\pm0.17$~Wm$^{-2}$, while the TSI difference between the 1986 and 2019 minima is statistically insignificant (-0.06$\pm0.13$~Wm$^{-2}$). Our analysis also sheds light on the trend shown by the TSI over the so-called ACRIM gap, disfavouring a hypothesised increasing trend in TSI in that period. By including more direct and indirect magnetogram time series, we have made the TSI reconstructed by SATIRE-S more robust and accurate. The new series shows a reduced trend of decreasing TSI over the last half century, which agrees well with most composites of measured TSI.
[ { "version": "v1", "created": "Thu, 20 Mar 2025 07:05:25 GMT" } ]
2025-04-23T00:00:00
[ [ "Chatzistergos", "Theodosios", "" ], [ "Krivova", "Natalie A.", "" ], [ "Solanki", "Sami K.", "" ], [ "Yeo", "Kok Leng", "" ] ]