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
list
2507.06075
Francesco Milano
Francesco Milano, Manuel L\'opez-Antequera, Naina Dhingra, Roland Siegwart, Robert Thiel
Discontinuity-aware Normal Integration for Generic Central Camera Models
Accepted by the IEEE/CVF International Conference on Computer Vision (ICCV) 2025, as highlight. 19 pages, 13 figures, 9 tables
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recovering a 3D surface from its surface normal map, a problem known as normal integration, is a key component for photometric shape reconstruction techniques such as shape-from-shading and photometric stereo. The vast majority of existing approaches for normal integration handle only implicitly the presence of depth discontinuities and are limited to orthographic or ideal pinhole cameras. In this paper, we propose a novel formulation that allows modeling discontinuities explicitly and handling generic central cameras. Our key idea is based on a local planarity assumption, that we model through constraints between surface normals and ray directions. Compared to existing methods, our approach more accurately approximates the relation between depth and surface normals, achieves state-of-the-art results on the standard normal integration benchmark, and is the first to directly handle generic central camera models.
[ { "version": "v1", "created": "Tue, 08 Jul 2025 15:16:30 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 12:55:49 GMT" } ]
2025-09-03T00:00:00
[ [ "Milano", "Francesco", "" ], [ "López-Antequera", "Manuel", "" ], [ "Dhingra", "Naina", "" ], [ "Siegwart", "Roland", "" ], [ "Thiel", "Robert", "" ] ]
2507.06170
Antonia Delgado
Sergio Barbero, Antonia M. Delgado, Lidia Fern\'andez
An explanation of the number or points and symmetries of starbursts
21 pages, 9 figures
null
null
null
math-ph math.MP physics.optics
http://creativecommons.org/licenses/by-nc-nd/4.0/
Starbursts are the light intensity patterns seen when small bright sources are looked at night, typically stars. Starburst shapes are produced when the presence of the eye's wave aberrations generates caustics (light concentration) at the retina. A fascinating, but never explained fact about starbursts is that they usually present a $p$-fold symmetry pattern. We provide a theoretical explanation of the number of points and symmetries of starbursts, based on the geometric and algebraic properties of the wave aberration function expressed as a Zernike polynomial expansion. Specifically, we investigate the number and distribution of saddle cusps of Gauss of the Hessian of the wave aberration function. We also establish the connections between those points with the symmetries and the number of starburst points. We found that starbursts are likely generated by axially symmetric dominated wave aberrations with some amount of non-axially symmetric terms. For instance, whereas a wave aberration with a dominant spherical aberration (Zernike polynomial $Z_4^{0}$) plus $Z_3^{3}$ may induce a $3$ points starburst with a $3$-fold symmetry, a wave aberration combining $Z_4^{0}$ and $Z_4^{4}$ may induce a $4$-fold symmetry starburst with $4$ or $8$ points.
[ { "version": "v1", "created": "Tue, 08 Jul 2025 16:51:20 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 10:58:49 GMT" } ]
2025-09-03T00:00:00
[ [ "Barbero", "Sergio", "" ], [ "Delgado", "Antonia M.", "" ], [ "Fernández", "Lidia", "" ] ]
2507.06200
Enas Mohamed
Enas Mohamed (BIUST), Didam Duniya (BIUST), Hassan Abdalla (UCM, NWU and Omdurman), and Bishop Mongwane (Cape Town)
Investigating the imprint of quintessence in cosmic magnification
14 pages, 7 figures (v2: Minor changes, conclusion remains unchanged. Version accepted by PRD.)
null
null
null
astro-ph.CO gr-qc hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study cosmic magnification beyond lensing in a late-time universe dominated by quintessence and cold dark matter. The cosmic magnification angular power spectrum, especially going beyond the well-known lensing effect, provides an independent avenue for investigating the properties of quintessence, and hence, dark energy. By analysing the magnification power spectrum at different redshifts, it is possible to extract new information about the large-scale imprint of dark energy, including whether we are able to disentangle different models from one another. Using three well-known quintessence models, we analyse the cosmic magnification angular power spectrum while taking relativistic corrections into account. We found that it will be difficult to distinguish between quintessence models, and quintessence from the cosmological constant, in lensing magnification angular power spectrum on large scales, at redshifts $z \,{\leq}\, 1$; whereas, when relativistic corrections are incorporated, the total magnification angular power spectrum holds the potential to distinguish between the models, at the given $z$. At $z \,{\geq}\, 3$, the lensing magnification angular power spectrum can be a reasonable approximation of the total magnification angular power spectrum. We also found that both the total relativistic and the Doppler magnification signals, respectively, surpass cosmic variance at $z \,{\leq}\, 0.5$: hence the effect may be detectable at the given $z$. On the other hand, the ISW and the time-delay magnification signals, respectively, are surpassed by cosmic variance on all scales, at epochs up to $z \,{=}\, 4.5$, with the gravitational-potential magnification signal being zero.
[ { "version": "v1", "created": "Tue, 08 Jul 2025 17:26:52 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 17:03:38 GMT" } ]
2025-09-03T00:00:00
[ [ "Mohamed", "Enas", "", "BIUST" ], [ "Duniya", "Didam", "", "BIUST" ], [ "Abdalla", "Hassan", "", "UCM, NWU and Omdurman" ], [ "Mongwane", "Bishop", "", "Cape Town" ] ]
2507.06471
David Bader
Fuhuan Li, Zhihui Du, David A. Bader
Designing Parallel Algorithms for Community Detection using Arachne
7 pages, v2: minor revision to match final paper published in the The 29th Annual IEEE High Performance Extreme Computing Conference (HPEC), Virtual, September 15-19, 2025
null
null
null
cs.DC cs.DS
http://creativecommons.org/licenses/by/4.0/
The rise of graph data in various fields calls for efficient and scalable community detection algorithms. In this paper, we present parallel implementations of two widely used algorithms: Label Propagation and Louvain, specifically designed to leverage the capabilities of Arachne, which is a Python-accessible open-source framework for large-scale graph analysis. Our implementations achieve substantial speedups over existing Python-based tools like NetworkX and igraph, which lack efficient parallelization, and are competitive with parallel frameworks such as NetworKit. Experimental results show that Arachne-based methods outperform these baselines, achieving speedups of up to 710x over NetworkX, 75x over igraph, and 12x over NetworKit. Additionally, we analyze the scalability of our implementation under varying thread counts, demonstrating how different phases contribute to overall performance gains of the parallel Louvain algorithm. Arachne, including our community detection implementation, is open-source and available at https://github.com/Bears-R-Us/arkouda-njit .
[ { "version": "v1", "created": "Wed, 09 Jul 2025 01:17:49 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 15:43:59 GMT" } ]
2025-09-03T00:00:00
[ [ "Li", "Fuhuan", "" ], [ "Du", "Zhihui", "" ], [ "Bader", "David A.", "" ] ]
2507.06695
Jolan Lavoisier
Jolan Lavoisier, Xishui Tian, Kumiko Kotera, Takashi Sako, Hanrui Wang, Mauricio Bustamante (for the GRAND Collaboration)
Search for cosmic rays in GRANDProto300
Presented at the 39th International Cosmic Ray Conference (ICRC 2023). 10 pages, 8 figures
null
null
PoS(ICRC2025)314
astro-ph.IM astro-ph.HE hep-ex
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
GRANDProto300 (GP300) is a prototype array of the GRAND experiment, designed to validate the technique of autonomous radio-detection of astroparticles by detecting cosmic rays with energies between 10$^{17}$-10$^{18.5}$ eV. This observation will further enable the study of the Galactic-to-extragalactic source transition region. Between November 2024 u to May 2025, 46 out of 300 antennas have been operational and collecting data stably. We present here our cosmic-ray search pipeline, which involves several filtering steps: (1) coincidence search for signals triggering multiple antennas within a time window, (2) directional reconstruction of events, (3) exclusion of clustered (in time and space) noise events, (4) polarization cut, (5) selection based on the size of the footprint, and (6) other less mature cuts in this preliminary stage, including visual cuts. The efficiency of the pipeline is evaluated and applied to the first batch of data, yielding a set of cosmic-ray candidate events, which we present.
[ { "version": "v1", "created": "Wed, 09 Jul 2025 09:39:14 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 16:11:27 GMT" } ]
2025-09-03T00:00:00
[ [ "Lavoisier", "Jolan", "", "for the GRAND Collaboration" ], [ "Tian", "Xishui", "", "for the GRAND Collaboration" ], [ "Kotera", "Kumiko", "", "for the GRAND Collaboration" ], [ "Sako", "Takashi", "", "for the GRAND Collaboration" ], [ "Wang", "Hanrui", "", "for the GRAND Collaboration" ], [ "Bustamante", "Mauricio", "", "for the GRAND Collaboration" ] ]
2507.06770
Yigal Ilin
Yigal Ilin and Uzi Pereg
Relaying Quantum Information
7 + 6 pages, 4 figures, comments are welcome
null
null
null
quant-ph cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Quantum relays are central to both quantum communication and distributed quantum computing, enabling long-distance transmission and modular architectures. Unlike classical repeaters, quantum repeaters preserve coherence without amplifying quantum information, relying on entanglement swapping and quantum error correction to overcome loss and decoherence. In this work, we investigate the transmission of quantum information via quantum relay channels. Our three-terminal relay model captures the trade-off between repeater-assisted and repeaterless communication strategies. Specifically, we propose a partial decode-forward strategy, in which quantum ``message system" consists of two components. The first component is decoded by the relay and then sent to the destination receiver, whereas the second component is decoded by the destination receiver without the relay's help. We analyze both entanglement-assisted and unassisted scenarios. As a special case, the full decode-forward strategy is recovered, with the relay decoding, re-encoding, and forwarding the entire message. Our framework allows for different entanglement topologies between the transmitter, the relay and the destination receiver, recovering known results on entanglement-assisted and unassisted communication. Furthermore, we discuss the interpretation of coding with quantum side information. These findings provide a foundation for designing secure, efficient, and reliable quantum networks and for realizing practical quantum repeaters and long-range quantum key distribution.
[ { "version": "v1", "created": "Wed, 09 Jul 2025 12:01:19 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 12:31:11 GMT" } ]
2025-09-03T00:00:00
[ [ "Ilin", "Yigal", "" ], [ "Pereg", "Uzi", "" ] ]
2507.06793
Carlota Prieto-Jimenez
C. Prieto-Jim\'enez, J. \'Alvarez-M\'arquez, L. Colina, A. Crespo G\'omez, A. Bik, G. \"Ostlin, A. Alonso-Herrero, L. Boogaard, K. I. Caputi, L. Costantin, A. Eckart, M. Garc\'ia-Mar\'in, S. Gillman, J. Hjorth, E. Iani, I. Jermann, A. Labiano, D. Langeroodi, J. Melinder, T. Moutard, F. Pei{\ss}ker, P.G. P\'erez-Gonz\'alez, J.P. Pye, P.Rinaldi, T.V. Tikkanen, P. van der Werf, F. Walter, T. Hashimoto, Y. Sugahara, M. G\"udel, T. Henning
Spatially resolved H$\alpha$ emission in B14-65666: compact starbursts, ionizing efficiency and gas kinematics in an advanced merger at the Epoch of Reionization
16 pages, 9 figures, accepted for publication in Astronomy and Astrophysics
A&A 701, A31 (2025)
10.1051/0004-6361/202555057
null
astro-ph.GA
http://creativecommons.org/licenses/by-nc-nd/4.0/
We present MIRI/JWST medium resolution spectroscopy (MRS) and imaging (MIRIM) of B14-65666, a Lyman-break and interacting galaxy at redshift $z$=7.15. We detect the H$\alpha$ line emission in this system, revealing a spatially-resolved structure of the H$\alpha$ emitting gas, which consists of two distinct galaxies, E and W, at a projected distance of 0.4". Galaxy E is very compact in the rest-frame UV, while W galaxy is more extended, showing a clumpy structure reminiscent of a tidal tail. The total H$\alpha$ luminosity implies that the system is forming stars at a Star Formation Rate (SFR) of 76$\pm$8 M$_{\odot}$ yr$^{-1}$ and 30$\pm$4 M$_{\odot}$ yr$^{-1}$ for E and W, respectively. The ionizing photon production efficiency is within the range measured in galaxies at similar redshifts. The high values derived for the H$\alpha$ equivalent widths (EW) and the distinct locations of the E and W galaxies in the $\log(\zeta_\mathrm{ion}$) $-$ EW (H$\alpha$) plane, indicate that the system is dominated by a young (less than 10 Myr) stellar population. The overall spectral energy distribution suggests that in addition to a young stellar population, the two galaxies may have mature stellar population and very different dust attenuation. The derived SFR and stellar masses identify the two galaxies as going through a starburst phase. The kinematics of the ionized gas traced by the H$\alpha$ line show a velocity difference of 175 $\pm$ 28 km s$^{-1}$ between the two components of B14-65666. The in-depth study of systems like B14-65666 reveal how galaxy mergers in the early Universe drive intense star formation, shape the interstellar medium, and influence the buildup of stellar mass, just 700 $-$ 800 Myr after the Big Bang.
[ { "version": "v1", "created": "Wed, 09 Jul 2025 12:28:51 GMT" }, { "version": "v2", "created": "Wed, 30 Jul 2025 08:18:26 GMT" } ]
2025-09-03T00:00:00
[ [ "Prieto-Jiménez", "C.", "" ], [ "Álvarez-Márquez", "J.", "" ], [ "Colina", "L.", "" ], [ "Gómez", "A. Crespo", "" ], [ "Bik", "A.", "" ], [ "Östlin", "G.", "" ], [ "Alonso-Herrero", "A.", "" ], [ "Boogaard", "L.", "" ], [ "Caputi", "K. I.", "" ], [ "Costantin", "L.", "" ], [ "Eckart", "A.", "" ], [ "García-Marín", "M.", "" ], [ "Gillman", "S.", "" ], [ "Hjorth", "J.", "" ], [ "Iani", "E.", "" ], [ "Jermann", "I.", "" ], [ "Labiano", "A.", "" ], [ "Langeroodi", "D.", "" ], [ "Melinder", "J.", "" ], [ "Moutard", "T.", "" ], [ "Peißker", "F.", "" ], [ "Pérez-González", "P. G.", "" ], [ "Pye", "J. P.", "" ], [ "Rinaldi", "P.", "" ], [ "Tikkanen", "T. V.", "" ], [ "van der Werf", "P.", "" ], [ "Walter", "F.", "" ], [ "Hashimoto", "T.", "" ], [ "Sugahara", "Y.", "" ], [ "Güdel", "M.", "" ], [ "Henning", "T.", "" ] ]
2507.06933
Alex Levchenko
E. Kirkinis, L. Bonds, A. Levchenko, A. V. Andreev
Photogalvanic effect in hydrodynamic flows of nonreciprocal electron liquids
12 pages, 8 figures
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study nonlinear hydrodynamic electron transport driven by an AC electric field. In noncentrosymmetric conductors with broken time-reversal (TR) symmetry the nonlinear flow of such liquids is nonreciprocal, giving rise to a DC current $I^{DC}$ that is quadratic in the amplitude of the AC electric field. This is the hydrodynamic analogue of the linear photogalvanic effect (PGE), which arises in bulk noncentrosymmetric materials with broken TR symmetry. The magnitude of $I^{DC}$ depends on both the properties of the electron fluid and the geometry of the flow, and may be characterized by two dimensionless parameters: the nonreciprocity number $\mathcal{N}$, and the frequency-dependent vibrational number $\mathcal{R}$. Due to nonlocality of hydrodynamic transport, at low frequencies of the AC drive, $I^{DC}$ is super-extensive. The AC component of the electric current is likewise strongly affected by nonreciprocity: the hysteretic current-voltage dependence becomes skewed, which can be interpreted in terms of nonreciprocity of the memory retention time.
[ { "version": "v1", "created": "Wed, 09 Jul 2025 15:14:52 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 17:39:55 GMT" } ]
2025-09-03T00:00:00
[ [ "Kirkinis", "E.", "" ], [ "Bonds", "L.", "" ], [ "Levchenko", "A.", "" ], [ "Andreev", "A. V.", "" ] ]
2507.07123
Venkatakrishnan Narayanan
Tomis Prajapati, Harsh Mehta, Shreya Banerjee, Prasanta K. Panigrahi and V. Narayanan
Evolution of Entanglement Witness of Dicke State under Noise and Error Mitigation
null
International Journal of Theoretical Physics, 64, 237 (2025)
10.1007/s10773-025-06107-1
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
The experimental verification of multipartite entangled states is essential for advancing quantum information processing. Entanglement witnesses (EWs) provide a widely used and experimentally accessible approach for detecting genuinely multipartite entangled states. In this work, we theoretically derive the entanglement witness for the four-qubit Dicke state and experimentally evaluate it on two distinct IBM 127-qubit Quantum Processing Units (QPUs), namely ibm\_sherbrook and ibm\_brisbane. A negative expectation value of the witness operator serves as a sufficient condition for confirming genuine multipartite entanglement. We report the maximum (negative) values of the witness achieved on these QPUs as $-0.178 \pm 0.009$ and $-0.169 \pm 0.002$, corresponding to two different state preparation protocols. Additionally, we theoretically investigate the effect of various noise channels on the genuine entanglement of a four-qubit Dicke state using the Qiskit Aer simulator. We show the behavior of the EW constructed under the assumption of Markovian and non-Markovian amplitude damping and depolarizing noises, bit-phase flip noise, and readout errors. We also investigate the effect of varying thermal relaxation time on the EW, depicting a bound on the $T_1$ time required for successful generation of a Dicke State on a superconducting QPU.
[ { "version": "v1", "created": "Tue, 08 Jul 2025 11:14:30 GMT" } ]
2025-09-03T00:00:00
[ [ "Prajapati", "Tomis", "" ], [ "Mehta", "Harsh", "" ], [ "Banerjee", "Shreya", "" ], [ "Panigrahi", "Prasanta K.", "" ], [ "Narayanan", "V.", "" ] ]
2507.07366
Yu Chang Chen
Yi-Cheng Lin, Ken-Ming Lin, and Yu-Chang Chen
Quantum transport calculations: An effective medium theory based on the projector augmented wave method with the plane-wave basis
14 pages, 6 Figures
Physical Review B 112, 085155 (2025)
10.1103/h62b-kjft
null
cond-mat.mes-hall physics.comp-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present an effective medium theory based on density functional theory that is implemented in VASP using the PAW method with a plane wave basis set. The transmission coefficient is derived through three complementary approaches: the current density relation J=nqv, the field operator method, and the nonquilibrium Green's function formalism. We compare transmission coefficients calculated using EMT-PW with results from NEGF-DFT, based on the NanoDCAL package utilizing a linear combination of atomic orbitals (LCAO) basis set, for both periodic and nonperiodic boundary conditions. The minor discrepancies observed are attributed to differences in basis sets, pseudopotentials, and the treatment of lead regions. Notably, the EMT-PW framework avoids the common issue of overcompleteness encountered in non-equilibrium transport theories and allows for the decomposition of the total transmission coefficient into contributions from individual eigenstates. Furthermore, when combined with an effective gate model, EMT-PW is shown to be a powerful tool for analyzing current characteristics in nanodevices under applied gate voltages. By leveraging one-electron wavefunctions in eigenstates, this method provides a robust foundation for exploring the quantum statistics of electrons and current quantum correlations within the second quantization framework.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 01:17:50 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 22:40:01 GMT" } ]
2025-09-03T00:00:00
[ [ "Lin", "Yi-Cheng", "" ], [ "Lin", "Ken-Ming", "" ], [ "Chen", "Yu-Chang", "" ] ]
2507.07427
Thomas Koberda
Sang-hyun Kim, Thomas Koberda, J. de la Nuez Gonz\'alez
Elementary equivalence and diffeomorphism groups of smooth manifolds
29 pages, submitted version
null
null
null
math.GR math.GT math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $M$ and $N$ be smooth manifolds, with $M$ closed and connected. If the $C^r$--diffeomorphism group of $M$ is elementarily equivalent to the $C^s$--diffeomorphism group of $N$ for some $r,s\in[1,\infty)\cup\{0,\infty\}$, then $r=s$ and $M$ and $N$ are $C^r$--diffeomorphic. This strengthens a previously known result by Takens and Filipkiewicz, which asserts that for integer regularities, a group isomorphism between diffeomorphism groups of closed manifolds necessarily arises from a diffeomorphism of the underlying manifolds. We prove an analogous result for groups of diffeomorphisms preserving smooth volume forms, in dimension at least two.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 04:42:00 GMT" }, { "version": "v2", "created": "Fri, 29 Aug 2025 21:17:17 GMT" } ]
2025-09-03T00:00:00
[ [ "Kim", "Sang-hyun", "" ], [ "Koberda", "Thomas", "" ], [ "González", "J. de la Nuez", "" ] ]
2507.07570
Ziyue Wang
Ziyue Wang and Yuko Araki
Functional Time Series Forecasting of Distributions: A Koopman-Wasserstein Approach
revised
null
null
null
stat.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose a novel method for forecasting the temporal evolution of probability distributions observed at discrete time points. Extending the Dynamic Probability Density Decomposition (DPDD), we embed distributional dynamics into Wasserstein geometry via a Koopman operator framework. Our approach introduces an importance-weighted variant of Extended Dynamic Mode Decomposition (EDMD), enabling accurate, closed-form forecasts in 2-Wasserstein space. Theoretical guarantees are established: our estimator achieves spectral convergence and optimal finite-sample Wasserstein error. Simulation studies and a real-world application to U.S. housing price distributions show substantial improvements over existing methods such as Wasserstein Autoregression. By integrating optimal transport, functional time series modeling, and spectral operator theory, DPDD offers a scalable and interpretable solution for distributional forecasting. This work has broad implications for behavioral science, public health, finance, and neuroimaging--domains where evolving distributions arise naturally. Our framework contributes to functional data analysis on non-Euclidean spaces and provides a general tool for modeling and forecasting distributional time series.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 09:17:17 GMT" }, { "version": "v2", "created": "Wed, 27 Aug 2025 06:04:10 GMT" }, { "version": "v3", "created": "Mon, 01 Sep 2025 04:23:48 GMT" } ]
2025-09-03T00:00:00
[ [ "Wang", "Ziyue", "" ], [ "Araki", "Yuko", "" ] ]
2507.07573
Alejandro Vigna-Gomez
Alejandro Vigna-G\'omez
The impact of natal kicks on black hole binaries
4 pages and 4 figures. Accepted for publication in A&A Letters. Abstract abridged for arXiv
A&A 701, L3 (2025)
10.1051/0004-6361/202556051
null
astro-ph.HE astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
In massive binary-star systems, supernova explosions can significantly alter the orbit during the formation of compact objects. Some compact objects are predicted to form via direct collapse, a scenario with negligible mass loss and no baryonic ejecta emitted. In this scenario, most of the energy is released via neutrinos, and any resulting natal kick arises from asymmetries in their emission. Here I investigate stellar collapse leading to binary black hole (BH) formation, with a focus on how the natal kick influences the gravitational-wave-driven merger time. Broadly, I find three regimes. For low natal kicks, the effect on the time-to-coalescence is negligible. For moderate natal kicks, if the binary remains bound, up to 50% of binary BHs experience a decrease in their time-to-coalescence by more than an order of magnitude. For large natal kicks, although most binaries become unbound, those that remain bound may acquire retrograde orbits and/or lead to shorter time-to-coalescence. For binary BH mergers, large natal kicks ($\gtrsim100$ km/s) are hard to reconcile with both neutrino natal kicks and the complete collapse scenario. This suggests that retrograde orbits and shortened merger times could only arise in volatile BH formation scenarios or if spin-axis tossing is at work. Consequently, electromagnetic observations of BHs in massive star binaries within the Local Group offer a more effective means to probe the physics behind complete collapse. Another promising population for deciphering the complete collapse scenario is that of massive, wide binaries. Although Gaia may help shed light on these systems, longer observational baselines will likely be needed to fully understand the roles of neutrino natal kicks and stellar collapse in BH formation.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 09:22:00 GMT" }, { "version": "v2", "created": "Mon, 18 Aug 2025 12:57:22 GMT" } ]
2025-09-03T00:00:00
[ [ "Vigna-Gómez", "Alejandro", "" ] ]
2507.07603
Ruixiang Chen
Ruixiang Chen, Guolei Sun, Yawei Li, Jie Qin, Luca Benini
HiM2SAM: Enhancing SAM2 with Hierarchical Motion Estimation and Memory Optimization towards Long-term Tracking
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents enhancements to the SAM2 framework for video object tracking task, addressing challenges such as occlusions, background clutter, and target reappearance. We introduce a hierarchical motion estimation strategy, combining lightweight linear prediction with selective non-linear refinement to improve tracking accuracy without requiring additional training. In addition, we optimize the memory bank by distinguishing long-term and short-term memory frames, enabling more reliable tracking under long-term occlusions and appearance changes. Experimental results show consistent improvements across different model scales. Our method achieves state-of-the-art performance on LaSOT and LaSOText with the large model, achieving 9.6% and 7.2% relative improvements in AUC over the original SAM2, and demonstrates even larger relative gains on smaller models, highlighting the effectiveness of our trainless, low-overhead improvements for boosting long-term tracking performance. The code is available at https://github.com/LouisFinner/HiM2SAM.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 10:05:11 GMT" }, { "version": "v2", "created": "Mon, 14 Jul 2025 18:18:22 GMT" }, { "version": "v3", "created": "Sun, 31 Aug 2025 07:21:41 GMT" } ]
2025-09-03T00:00:00
[ [ "Chen", "Ruixiang", "" ], [ "Sun", "Guolei", "" ], [ "Li", "Yawei", "" ], [ "Qin", "Jie", "" ], [ "Benini", "Luca", "" ] ]
2507.07610
Siting Wang
Siting Wang, Minnan Pei, Luoyang Sun, Cheng Deng, Kun Shao, Zheng Tian, Haifeng Zhang, Jun Wang
SpatialViz-Bench: An MLLM Benchmark for Spatial Visualization
null
null
null
null
cs.CV cs.CL cs.HC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Humans can directly imagine and manipulate visual images in their minds, a capability known as spatial visualization. While multi-modal Large Language Models (MLLMs) support imagination-based reasoning, spatial visualization remains insufficiently evaluated, typically embedded within broader mathematical and logical assessments. Existing evaluations often rely on IQ tests or math competitions that may overlap with training data, compromising assessment reliability. To this end, we introduce SpatialViz-Bench, a comprehensive multi-modal benchmark for spatial visualization with 12 tasks across 4 sub-abilities, comprising 1,180 automatically generated problems. Our evaluation of 33 state-of-the-art MLLMs not only reveals wide performance variations and demonstrates the benchmark's strong discriminative power, but also uncovers counter-intuitive findings: models show difficulty perception misaligned with human intuition, exhibit dramatic 2Dto-3D performance cliffs, default to formulaic derivation over visualization, and paradoxically suffer performance degradation from Chain-of-Thought prompting in open-source models. Through statistical and qualitative analysis of error types, SpatialViz-Bench demonstrates that state-of-the-art MLLMs continue to exhibit deficiencies in spatial visualization tasks, thereby addressing a significant lacuna in the field. The benchmark data and evaluation code are publicly available.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 10:27:20 GMT" }, { "version": "v2", "created": "Mon, 14 Jul 2025 07:38:44 GMT" }, { "version": "v3", "created": "Wed, 30 Jul 2025 16:42:00 GMT" }, { "version": "v4", "created": "Tue, 02 Sep 2025 16:40:53 GMT" } ]
2025-09-03T00:00:00
[ [ "Wang", "Siting", "" ], [ "Pei", "Minnan", "" ], [ "Sun", "Luoyang", "" ], [ "Deng", "Cheng", "" ], [ "Shao", "Kun", "" ], [ "Tian", "Zheng", "" ], [ "Zhang", "Haifeng", "" ], [ "Wang", "Jun", "" ] ]
2507.07657
Noel Jakse
Taras Bryk, Giancarlo Ruocco, Jean-Fran\c{c}ois Wax, No\"el Jakse
Exotic collective dynamics in molten Carbon
12
null
null
null
cond-mat.stat-mech
http://creativecommons.org/licenses/by/4.0/
Collective longitudinal and transverse propagating modes in molten Carbon at $T=5500$~K and pressure range $10$-$40$ GPa are reported from {\it ab initio} based as well as machine learned molecular dynamics. A striking exotic feature in collective dynamics is the two-peak shape of the current spectral functions of the single-component liquid, which makes evidence of a second branch of longitudinal propagating modes in the wave number range $k>1$\AA$^{-1}$. It is shown that time correlation functions reflecting the out-of-phase motion of particles and their cages of nearest neighbors results in the same frequencies of the exotic low-frequency branch of vibrations. A theoretical framework of generalized collective modes is applied to recover the time dependence of density-density, imaginary part of susceptibility and longitudinal current-current correlations.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 11:31:19 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 10:10:49 GMT" } ]
2025-09-03T00:00:00
[ [ "Bryk", "Taras", "" ], [ "Ruocco", "Giancarlo", "" ], [ "Wax", "Jean-François", "" ], [ "Jakse", "Noël", "" ] ]
2507.07798
Xin Zhang
Tian-Nuo Li, Peng-Ju Wu, Guo-Hong Du, Yan-Hong Yao, Jing-Fei Zhang, Xin Zhang
Exploring non-cold dark matter in a scenario of dynamical dark energy with DESI DR2 data
8 pages, 5 figures
Physics of the Dark Universe 50 (2025) 102068
10.1016/j.dark.2025.102068
null
astro-ph.CO gr-qc hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent observations of DESI hint that dark matter (DM) may not be cold but have a non-zero equation of state (EoS) parameter, and that dark energy (DE) may not be a cosmological constant. In this work, we explore the possibility of a non-zero DM EoS parameter within the framework of dynamical DE. We perform analysis by using the latest baryon acoustic oscillation (BAO) data from DESI DR2, the cosmic microwave background (CMB) data from Planck, and the type Ia supernova (SN) data from DESY5 and PantheonPlus. When using the combination of CMB, BAO, and SN data, our results indicate a preference for a non-zero DM EoS parameter at the $2.8\sigma$ and $3.3\sigma$ level within the content of a constant DE EoS. In contrast, for a time-evolving DE EoS parameterized by $w_0$ and $w_a$, this preference decreases to $0.8\sigma$ and $1.1\sigma$. Furthermore, allowing a non-zero DM EoS yields best-fit values of $w_0$ and $w_a$ that exhibit smaller deviations from the $\Lambda$CDM expectations, and Bayesian evidence analysis shows a comparable preference for this model relative to $\Lambda$CDM. The overall results of this work indicate that a non-zero DM EoS parameter warrants further exploration and investigation.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 14:26:06 GMT" } ]
2025-09-03T00:00:00
[ [ "Li", "Tian-Nuo", "" ], [ "Wu", "Peng-Ju", "" ], [ "Du", "Guo-Hong", "" ], [ "Yao", "Yan-Hong", "" ], [ "Zhang", "Jing-Fei", "" ], [ "Zhang", "Xin", "" ] ]
2507.07893
Mingda Zhang
Mingda Zhang, Na Zhao, Jianglong Qing, Qing xu, Kaiwen Pan, Ting luo
An Integrated Framework of Prompt Engineering and Multidimensional Knowledge Graphs for Legal Dispute Analysis
19 pages,3 figures
null
null
null
cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Legal dispute analysis is crucial for intelligent legal assistance systems. However, current LLMs face significant challenges in understanding complex legal concepts, maintaining reasoning consistency, and accurately citing legal sources. This research presents a framework combining prompt engineering with multidimensional knowledge graphs to improve LLMs' legal dispute analysis. Specifically, the framework includes a three-stage hierarchical prompt structure (task definition, knowledge background, reasoning guidance) along with a three-layer knowledge graph (legal ontology, representation, instance layers). Additionally, four supporting methods enable precise legal concept retrieval: direct code matching, semantic vector similarity, ontology path reasoning, and lexical segmentation. Through extensive testing, results show major improvements: sensitivity increased by 11.1%-11.3%, specificity by 5.4%-6.0%, and citation accuracy by 29.5%-39.7%. As a result, the framework provides better legal analysis and understanding of judicial logic, thus offering a new technical method for intelligent legal assistance systems.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 16:22:41 GMT" }, { "version": "v2", "created": "Tue, 22 Jul 2025 14:41:16 GMT" }, { "version": "v3", "created": "Thu, 24 Jul 2025 13:52:51 GMT" }, { "version": "v4", "created": "Sat, 30 Aug 2025 10:00:26 GMT" } ]
2025-09-03T00:00:00
[ [ "Zhang", "Mingda", "" ], [ "Zhao", "Na", "" ], [ "Qing", "Jianglong", "" ], [ "xu", "Qing", "" ], [ "Pan", "Kaiwen", "" ], [ "luo", "Ting", "" ] ]
2507.07953
Mihails Milehins
Mihails Milehins, Dan B. Marghitu
Incremental Collision Laws Based on the Bouc-Wen Model: Improved Collision Models and Further Results
12 pages, 4 figures, see https://gitlab.com/user9716869/EBWCM ; (v2-v6) various minor amendments; (v5) replaced the parameter identification study of Quinn (2004) with Villegas et al (2021) due to incompatibility of the proposed collision models with the experimental setup in Quinn (2004); arXiv admin note: text overlap with arXiv:2410.08147
null
null
null
physics.class-ph cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In the article titled "The Bouc-Wen Model for Binary Direct Collinear Collisions of Convex Viscoplastic Bodies" and published in the Journal of Computational and Nonlinear Dynamics (Volume 20, Issue 6, June 2025), the authors studied mathematical models of binary direct collinear collisions of convex viscoplastic bodies that employed two incremental collision laws based on the Bouc-Wen differential model of hysteresis. It was shown that the models possess favorable analytical properties, and several model parameter identification studies were conducted, demonstrating that the models can accurately capture the nature of a variety of collision phenomena. In this article, the aforementioned models are augmented by modeling the effects of external forces as time-dependent inputs that belong to a certain function space. Furthermore, the range of the parameters under which the models possess favorable analytical properties is extended to several corner cases that were not considered in the prior publication. Finally, the previously conducted model parameter identification studies are extended, and an additional model parameter identification study is provided in an attempt to validate the ability of the augmented models to represent the effects of external forces.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 17:38:52 GMT" }, { "version": "v2", "created": "Fri, 18 Jul 2025 05:13:40 GMT" }, { "version": "v3", "created": "Sun, 27 Jul 2025 18:08:16 GMT" }, { "version": "v4", "created": "Thu, 31 Jul 2025 06:21:52 GMT" }, { "version": "v5", "created": "Mon, 25 Aug 2025 17:51:43 GMT" }, { "version": "v6", "created": "Tue, 02 Sep 2025 04:37:08 GMT" } ]
2025-09-03T00:00:00
[ [ "Milehins", "Mihails", "" ], [ "Marghitu", "Dan B.", "" ] ]
2507.08117
J. S. Castellanos Dur\'an Dr.
J.S. Castellanos Dur\'an, B. L\"optien, A. Korpi-Lagg, S.K. Solanki and M. van Noort
Magnetic properties of orphan penumbrae
Accepted for publication in A&A
A&A 701, A49 (2025)
10.1051/0004-6361/202555610
null
astro-ph.SR physics.space-ph
http://creativecommons.org/licenses/by/4.0/
Orphan penumbrae (OPU) are features resembling sunspot penumbrae, but are not connected to an umbra. Here we compare OPUs and sunspot penumbrae, including their filaments. We also identify and describe the main mechanisms for the formation of OPUs and we characterise their decay process. Our study is based on spectropolarimetric inversions of active regions observed with the Hinode spectropolarimeter. We manually identified 80 individual OPUs, allowing us to study them statistically. In addition, we analysed the time-evolution of selected OPUs using data provided by the Helioseismic and Magnetic Imager. Orphan penumbrae display a broad range of shapes, associated with typically $\Omega$-shaped magnetic field configurations, where opposite polarity fields predominate at the two ends of the OPU. In addition, the properties of the OPU filaments are remarkably uniform between different OPUs, resembling the ones in sunspot penumbrae. Most OPUs form by either a patch of a penumbra separating from a sunspot, or by new magnetic flux emerging close to the polarity inversion line of an active region. We observe chromospheric fibrils above almost all OPUs in Hinode H$\alpha$ images, indicating that a part of the magnetic field of the OPUs extends to the chromosphere. Our results show that OPU filaments can form given a broad range of boundary conditions for the magnetic field.
[ { "version": "v1", "created": "Thu, 10 Jul 2025 19:05:55 GMT" } ]
2025-09-03T00:00:00
[ [ "Durán", "J. S. Castellanos", "" ], [ "Löptien", "B.", "" ], [ "Korpi-Lagg", "A.", "" ], [ "Solanki", "S. K.", "" ], [ "van Noort", "M.", "" ] ]
2507.08304
Yunxiang Xiao
Y. Xiao, M. Ge, N. Rea, F. Lu, H. Feng, L. Tao, D. de Martino, F. Coti Zelati, A. Marino, E. Kuulkers, W. Yuan, C. Jin, H. Sun, J. Wu, N. Hurley-Walker, S. J. McSweeney, D. A. H. Buckley, B. Zhang, S. Zhang, S. Scaringi, K. Mori, Z. Yu, X. Hou, and Y. Xu
Einstein Probe discovery of the short period intermediate polar EP J115415.8-501810
null
A&A 701, A19 (2025)
10.1051/0004-6361/202554876
null
astro-ph.HE
http://creativecommons.org/publicdomain/zero/1.0/
The X-ray transient source EP240309a/EP\,J115415.8$-$501810 was first detected by the Wide-Field X-ray Telescope (WXT) on board Einstein Probe (EP) during the commissioning phase. Subsequent optical observations confirmed it as a Cataclysmic Variable of the intermediate polar type with a 238.2\,s spinning white dwarf in a $\sim$3.76\,hr orbit. We report on the source discovery and follow-up studies made with the Follow-up X-ray Telescope (FXT) of EP. A periodic variation of 231\,s is detected in the 0.3$-$2\,keV band, while no obvious pulsation appears in the 2$-$10\,keV band. The spectral analysis shows that the X-ray emission could be described by an absorbed bremsstrahlung model with $kT$\textgreater\,11\,keV. The partial covering absorption, with an hydrogen column density $N_H$ = 2.0$\times 10^{22}\,\rm cm^{-2}$ and covering fraction around 0.9, is much larger than the interstellar absorption along the line of sight. According to the distance $d = 309.5$\,pc obtained from Gaia parallax, we estimate that the luminosity of this source in the 0.3$-$10\,keV range is $\sim 2\times10^{32}$\,erg\,s$^{-1}$. In addition, phase-resolved spectral analysis reveals that the detected periodic variation is mainly caused by the change in the absorption column density. In this scenario the spin modulation arises due to absorption from the pre-shock accretion flow of the X-ray emitting pole, while the optical radiation is modulated at the orbital side band ($\omega_{\rm spin} - \Omega_{\rm orbit}$) due to reprocessing in regions within the binary system. Due to its unusual transient behaviour for an intermediate polar, we have also searched for radio signals similar to those observed in the new class of long period transients. We derived upper limits with ASKAP (200--300\,$\mu$Jy\,beam$^{-1}$ between 800--1500 MHz) and MWA (40--90\,mJy\,beam$^{-1}$ between 80--300 MHz).
[ { "version": "v1", "created": "Fri, 11 Jul 2025 04:33:27 GMT" }, { "version": "v2", "created": "Mon, 14 Jul 2025 02:54:06 GMT" } ]
2025-09-03T00:00:00
[ [ "Xiao", "Y.", "" ], [ "Ge", "M.", "" ], [ "Rea", "N.", "" ], [ "Lu", "F.", "" ], [ "Feng", "H.", "" ], [ "Tao", "L.", "" ], [ "de Martino", "D.", "" ], [ "Zelati", "F. Coti", "" ], [ "Marino", "A.", "" ], [ "Kuulkers", "E.", "" ], [ "Yuan", "W.", "" ], [ "Jin", "C.", "" ], [ "Sun", "H.", "" ], [ "Wu", "J.", "" ], [ "Hurley-Walker", "N.", "" ], [ "McSweeney", "S. J.", "" ], [ "Buckley", "D. A. H.", "" ], [ "Zhang", "B.", "" ], [ "Zhang", "S.", "" ], [ "Scaringi", "S.", "" ], [ "Mori", "K.", "" ], [ "Yu", "Z.", "" ], [ "Hou", "X.", "" ], [ "Xu", "Y.", "" ] ]
2507.08325
Yinzhu Quan
Yinzhu Quan, Xinrui Li, Ying Chen
CRMAgent: A Multi-Agent LLM System for E-Commerce CRM Message Template Generation
null
null
null
null
cs.CL cs.MA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In e-commerce private-domain channels such as instant messaging and e-mail, merchants engage customers directly as part of their Customer Relationship Management (CRM) programmes to drive retention and conversion. While a few top performers excel at crafting outbound messages, most merchants struggle to write persuasive copy because they lack both expertise and scalable tools. We introduce CRMAgent, a multi-agent system built on large language models (LLMs) that generates high-quality message templates and actionable writing guidance through three complementary modes. First, group-based learning enables the agent to learn from a merchant's own top-performing messages within the same audience segment and rewrite low-performing ones. Second, retrieval-and-adaptation fetches templates that share the same audience segment and exhibit high similarity in voucher type and product category, learns their successful patterns, and adapts them to the current campaign. Third, a rule-based fallback provides a lightweight zero-shot rewrite when no suitable references are available. Extensive experiments show that CRMAgent consistently outperforms merchants' original templates, delivering significant gains in both audience-match and marketing-effectiveness metrics.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 05:31:35 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 23:18:38 GMT" } ]
2025-09-03T00:00:00
[ [ "Quan", "Yinzhu", "" ], [ "Li", "Xinrui", "" ], [ "Chen", "Ying", "" ] ]
2507.08346
Osvaldo Guzman
Alan Dow, Osvaldo Guzm\'an
Ultrafilters in the random real model
null
null
10.4153/S0008414X25101508
null
math.LO
http://creativecommons.org/licenses/by/4.0/
We prove that \textsf{P}-points (even strong P-points) and Gruff ultrafilters exist in any forcing extension obtained by adding fewer than $\aleph_{\omega}% $-many random reals to a model of \textsf{CH. }These results improve and correct previous theorems that can be found in the literature.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 06:48:11 GMT" } ]
2025-09-03T00:00:00
[ [ "Dow", "Alan", "" ], [ "Guzmán", "Osvaldo", "" ] ]
2507.08407
Oleg Utesov I.
Oleg I. Utesov, Danila P. Budylev
Thermodynamic theory of square skyrmion lattice in tetragonal frustrated antiferromagnets
15 pages, 7 figures
null
null
null
cond-mat.str-el cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
High-temperature part of the phase diagram of tetragonal frustrated antiferromagnets is discussed within the framework of the mean-field approach. Based on recent experimental findings, we generalize previous theoretical studies by considering a model that includes frustrated Heisenberg exchange, biquadratic exchange, magnetodipolar interaction, anisotropic exchange, and single-ion anisotropy. It is analytically demonstrated that a subtle interplay among these interactions results in a variety of phase diagrams in the temperature-magnetic field plane. We argue that one of the proposed diagrams reproduces all crucial features of the phase diagram experimentally observed for~\gdru~compound. Besides magnetodipolar interaction and additional easy-axis contribution, it requires moderate biquadratic exchange. We show that despite the remarkable square skyrmion lattice being stable even if only magnetodipolar interaction/compass anisotropy or biquadratic exchange is included, their ``symbiosis'' allows for greatly enhancing its stability region. It is also demonstrated that higher-order harmonics play an important role in the stabilization of the square skyrmion lattice. The developed analytical approach can be useful for the refinement of the microscopic model parameters when comparing its predictions with experimental findings.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 08:35:33 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 02:10:35 GMT" } ]
2025-09-03T00:00:00
[ [ "Utesov", "Oleg I.", "" ], [ "Budylev", "Danila P.", "" ] ]
2507.08529
Mingda Zhang
Mingda Zhang, Na Zhao, Jianglong Qin, Guoyu Ye, Ruixiang Tang
A Multi-granularity Concept Sparse Activation and Hierarchical Knowledge Graph Fusion Framework for Rare Disease Diagnosis
12 pages,3 figures
null
null
null
cs.AI cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Despite advances from medical large language models in healthcare, rare-disease diagnosis remains hampered by insufficient knowledge-representation depth, limited concept understanding, and constrained clinical reasoning. We propose a framework that couples multi-granularity sparse activation of medical concepts with a hierarchical knowledge graph. Four complementary matching algorithms, diversity control, and a five-level fallback strategy enable precise concept activation, while a three-layer knowledge graph (taxonomy, clinical features, instances) provides structured, up-to-date context. Experiments on the BioASQ rare-disease QA set show BLEU gains of 0.09, ROUGE gains of 0.05, and accuracy gains of 0.12, with peak accuracy of 0.89 approaching the 0.90 clinical threshold. Expert evaluation confirms improvements in information quality, reasoning, and professional expression, suggesting our approach shortens the "diagnostic odyssey" for rare-disease patients.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 12:26:19 GMT" }, { "version": "v2", "created": "Tue, 22 Jul 2025 14:23:04 GMT" }, { "version": "v3", "created": "Sat, 30 Aug 2025 08:57:36 GMT" } ]
2025-09-03T00:00:00
[ [ "Zhang", "Mingda", "" ], [ "Zhao", "Na", "" ], [ "Qin", "Jianglong", "" ], [ "Ye", "Guoyu", "" ], [ "Tang", "Ruixiang", "" ] ]
2507.08654
William Ceva
William Ceva, Elisabeth C. Matthews, Emily L. Rickman, Damien S\'egransan, Arthur Vigan, Brendan P. Bowler, Thierry Forveille, Kyle Franson, Janis Hagelberg, St\'ephane Udry
Spectral analysis of two directly imaged benchmark L dwarf companions at the stellar-substellar boundary
Accepted for publication in Astronomy & Astrophysics
A&A 701, A78 (2025)
10.1051/0004-6361/202555310
null
astro-ph.EP astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
We used multiple epochs of high-contrast imaging spectrophotometric observations to determine the atmospheric characteristics and thermal evolution of two previously detected benchmark L dwarf companions, HD 112863 B and HD 206505 B. We analyzed IRDIS and IFS data from VLT/SPHERE of each companion, both of which have dynamical masses near the stellar-substellar boundary. We compared each companion with empirical spectral standards, as well as constrained their physical properties through atmospheric model fits. From these analyses, we estimate that HD 112863 B is spectral type $\rm{L}3\pm1$ and that HD 206505 B is spectral type $\rm{L}2\pm1$. Using the BT-Settl atmospheric model grids, we find a bimodal solution for the atmospheric model fit of HD 112863 B, such that $T_{\rm{eff}}=1757^{+37}_{-36}$ K or $2002^{+23}_{-24}$ K and $\log{g}=4.973^{+0.057}_{-0.063}$ or $5.253^{+0.037}_{-0.033}$, while for HD 206505 B, $T_{\rm{eff}}=1754^{+13}_{-13}$ K and $\log{g}=4.919^{+0.031}_{-0.029}$. Comparing the bolometric luminosities of both companions with evolutionary models imply that both companions are likely above the hydrogen burning limit.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 14:59:00 GMT" } ]
2025-09-03T00:00:00
[ [ "Ceva", "William", "" ], [ "Matthews", "Elisabeth C.", "" ], [ "Rickman", "Emily L.", "" ], [ "Ségransan", "Damien", "" ], [ "Vigan", "Arthur", "" ], [ "Bowler", "Brendan P.", "" ], [ "Forveille", "Thierry", "" ], [ "Franson", "Kyle", "" ], [ "Hagelberg", "Janis", "" ], [ "Udry", "Stéphane", "" ] ]
2507.09002
Jochen Greiner
Karla Varela, Jochen Greiner, Patricia Schady, Hendrik van Eerten
The GROND GRB sample: II. Fireball parameters for four GRB afterglows
27 pages, 33 figures; accepted for publication in A&A
A&A 701, A11 (2025)
10.1051/0004-6361/202554710
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Afterglows of GRBs are, in general, well described by the fireball model. Yet, deducing the full set of model parameters from observations without prior assumptions has been possible for only a handful of GRBs. With GROND, a 7-channel simultaneous optical and near-infrared imager at the 2.2m telescope of the Max-Planck Society at ESO/La Silla, a dedicated gamma-ray burst (GRB) afterglow observing program was performed between 2007 and 2016. Here, we combine GROND observations of four particularly well-sampled GRBs with public Swift/XRT data and partly own sub-mm and radio data to determine the basic fireball afterglow parameters. We find that all four bursts exploded into a wind environment. We are able to infer the evolution of the magnetic field strength from our data, and find evidence for its origin through shock amplification of the magnetic field of the circumburst medium.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 20:08:15 GMT" } ]
2025-09-03T00:00:00
[ [ "Varela", "Karla", "" ], [ "Greiner", "Jochen", "" ], [ "Schady", "Patricia", "" ], [ "van Eerten", "Hendrik", "" ] ]
2507.09044
Margareta Wagner
Matthias Blatnik, Fabio Calcinelli, Andreas Jeindl, Moritz Eder, Michael Schmid, Jan \v{C}echal, Ulrike Diebold, Peter Jacobson Oliver T. Hofmann and Margareta Wagner
Molecular Arrangements in the First Monolayer of Cu-Phthalocyanine on In$_2$O$_3$(111)
null
J. Mater. Chem. C 13, 17650 (2025)
10.1039/D5TC01394A
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Well-ordered organic molecular layers on oxide surfaces are key for organic electronics. Using a combination of scanning tunneling microscopy (STM) and non-contact atomic force microscopy (nc-AFM) we probe the structures of copper phthalocyanine (CuPc) on In$_2$O$_3$, a model for a prototypical transparent conductive oxide (TCO). These scanning-probe images allow the direct determination of the adsorption site and distortions of the molecules, which are corroborated by DFT calculations. Isolated CuPc molecules adsorb in a flat, slightly tilted geometry in three symmetry-equivalent configurations on the stoichiometric In$_2$O$_3$(111) surface. Increasing the coverage leads to densely-packed 1D chains oriented along $\langle1\bar{1}0\rangle$ directions, which dissolve into a highly ordered (2$\times$2) superstructure upon increasing the CuPc density to 3/4 per surface unit cell. At a coverage of one CuPc per surface unit cell, a densely packed (1$\times$1) superstructure fully covers the surface. The molecules still assume the same site and orientation as before, but they partially overlap to accommodate the high packing density, leading to a bending of the molecules. These results are compared to the behavior of CoPc on In$_2$O$_3$(111). In summary, we demonstrate that a uniform first layer of metal-phthalocyanine molecules can be realized on the In$_2$O$_3$(111) surface when using the proper metal atom in the molecule.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 21:40:02 GMT" } ]
2025-09-03T00:00:00
[ [ "Blatnik", "Matthias", "" ], [ "Calcinelli", "Fabio", "" ], [ "Jeindl", "Andreas", "" ], [ "Eder", "Moritz", "" ], [ "Schmid", "Michael", "" ], [ "Čechal", "Jan", "" ], [ "Diebold", "Ulrike", "" ], [ "Hofmann", "Peter Jacobson Oliver T.", "" ], [ "Wagner", "Margareta", "" ] ]
2507.09057
Snigdha Das
Snigdha Das, Minwoo Chae, Debdeep Pati, Dipankar Bandyopadhyay
A monotone single index model for spatially referenced multistate current status data
null
null
10.1093/biomtc/ujaf105
null
stat.ME stat.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Assessment of multistate disease progression is commonplace in biomedical research, such as, in periodontal disease (PD). However, the presence of multistate current status endpoints, where only a single snapshot of each subject's progression through disease states is available at a random inspection time after a known starting state, complicates the inferential framework. In addition, these endpoints can be clustered, and spatially associated, where a group of proximally located teeth (within subjects) may experience similar PD status, compared to those distally located. Motivated by a clinical study recording PD progression, we propose a Bayesian semiparametric accelerated failure time model with an inverse-Wishart proposal for accommodating (spatial) random effects, and flexible errors that follow a Dirichlet process mixture of Gaussians. For clinical interpretability, the systematic component of the event times is modeled using a monotone single index model, with the (unknown) link function estimated via a novel integrated basis expansion and basis coefficients endowed with constrained Gaussian process priors. In addition to establishing parameter identifiability, we present scalable computing via a combination of elliptical slice sampling, fast circulant embedding techniques, and smoothing of hard constraints, leading to straightforward estimation of parameters, and state occupation and transition probabilities. Using synthetic data, we study the finite sample properties of our Bayesian estimates, and their performance under model misspecification. We also illustrate our method via application to the real clinical PD dataset.
[ { "version": "v1", "created": "Fri, 11 Jul 2025 22:27:05 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 18:11:27 GMT" } ]
2025-09-03T00:00:00
[ [ "Das", "Snigdha", "" ], [ "Chae", "Minwoo", "" ], [ "Pati", "Debdeep", "" ], [ "Bandyopadhyay", "Dipankar", "" ] ]
2507.09128
Ronak Mehta
Ronak Mehta, Zaid Harchaoui
A Generalization Theory for Zero-Shot Prediction
Published at ICML '25 (Oral)
null
null
null
stat.ML cs.LG
http://creativecommons.org/licenses/by/4.0/
A modern paradigm for generalization in machine learning and AI consists of pre-training a task-agnostic foundation model, generally obtained using self-supervised and multimodal contrastive learning. The resulting representations can be used for prediction on a downstream task for which no labeled data is available. We present a theoretical framework to better understand this approach, called zero-shot prediction. We identify the target quantities that zero-shot prediction aims to learn, or learns in passing, and the key conditional independence relationships that enable its generalization ability.
[ { "version": "v1", "created": "Sat, 12 Jul 2025 03:37:57 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 14:34:38 GMT" } ]
2025-09-03T00:00:00
[ [ "Mehta", "Ronak", "" ], [ "Harchaoui", "Zaid", "" ] ]
2507.09338
Svetlana Orlova
Svetlana Orlova, Tommie Kerssies, Brun\'o B. Englert, Gijs Dubbelman
Simplifying Traffic Anomaly Detection with Video Foundation Models
ICCVW 2025 accepted. Code: https://github.com/tue-mps/simple-tad
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent methods for ego-centric Traffic Anomaly Detection (TAD) often rely on complex multi-stage or multi-representation fusion architectures, yet it remains unclear whether such complexity is necessary. Recent findings in visual perception suggest that foundation models, enabled by advanced pre-training, allow simple yet flexible architectures to outperform specialized designs. Therefore, in this work, we investigate an architecturally simple encoder-only approach using plain Video Vision Transformers (Video ViTs) and study how pre-training enables strong TAD performance. We find that: (i) advanced pre-training enables simple encoder-only models to match or even surpass the performance of specialized state-of-the-art TAD methods, while also being significantly more efficient; (ii) although weakly- and fully-supervised pre-training are advantageous on standard benchmarks, we find them less effective for TAD. Instead, self-supervised Masked Video Modeling (MVM) provides the strongest signal; and (iii) Domain-Adaptive Pre-Training (DAPT) on unlabeled driving videos further improves downstream performance, without requiring anomalous examples. Our findings highlight the importance of pre-training and show that effective, efficient, and scalable TAD models can be built with minimal architectural complexity. We release our code, domain-adapted encoders, and fine-tuned models to support future work: https://github.com/tue-mps/simple-tad.
[ { "version": "v1", "created": "Sat, 12 Jul 2025 16:36:49 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 09:43:27 GMT" } ]
2025-09-03T00:00:00
[ [ "Orlova", "Svetlana", "" ], [ "Kerssies", "Tommie", "" ], [ "Englert", "Brunó B.", "" ], [ "Dubbelman", "Gijs", "" ] ]
2507.09442
Yili Wang
Sang-Jin Sin, Yi-Li Wang
Linear Resistivity from Spatially Random Interactions and the Uniqueness of Yukawa Coupling
18 pages,2 figures
null
null
null
hep-th cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent studies have shown that a spatially random Yukawa-type interaction between a Fermi surface and critical bosons can produce linear-in-temperature resistivity, the defining signature of strange metals. In this article, we systematically classify all scalar couplings of the form $(\psi^{\dagger}\psi)^n\phi^m$ in arbitrary dimensions to identify possible candidates for strange-metal behaviour within this disordered framework. We find that only the Yukawa-type interaction in $(2+1)$ dimensions yields linear resistivity. Combined with previous results showing that spatially random QED-type couplings also produce such linearity, we conclude that spatially random Yukawa and QED-type interaction with external vector exhaust the class of random couplings capable of producing linear resistivity.
[ { "version": "v1", "created": "Sun, 13 Jul 2025 01:31:22 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 09:38:27 GMT" } ]
2025-09-03T00:00:00
[ [ "Sin", "Sang-Jin", "" ], [ "Wang", "Yi-Li", "" ] ]
2507.09509
Patr\'icia Schmidtov\'a
Patr\'icia Schmidtov\'a, Niyati Bafna, Seth Aycock, Gianluca Vico, Wiktor Kamzela, Katharina H\"ammerl, Vil\'em Zouhar
How Important is `Perfect' English for Machine Translation Prompts?
null
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large language models (LLMs) have achieved top results in recent machine translation evaluations, but they are also known to be sensitive to errors and perturbations in their prompts. We systematically evaluate how both humanly plausible and synthetic errors in user prompts affect LLMs' performance on two related tasks: Machine translation and machine translation evaluation. We provide both a quantitative analysis and qualitative insights into how the models respond to increasing noise in the user prompt. The prompt quality strongly affects the translation performance: With many errors, even a good prompt can underperform a minimal or poor prompt without errors. However, different noise types impact translation quality differently, with character-level and combined noisers degrading performance more than phrasal perturbations. Qualitative analysis reveals that lower prompt quality largely leads to poorer instruction following, rather than directly affecting translation quality itself. Further, LLMs can still translate in scenarios with overwhelming random noise that would make the prompt illegible to humans.
[ { "version": "v1", "created": "Sun, 13 Jul 2025 06:33:12 GMT" }, { "version": "v2", "created": "Sat, 30 Aug 2025 19:34:43 GMT" } ]
2025-09-03T00:00:00
[ [ "Schmidtová", "Patrícia", "" ], [ "Bafna", "Niyati", "" ], [ "Aycock", "Seth", "" ], [ "Vico", "Gianluca", "" ], [ "Kamzela", "Wiktor", "" ], [ "Hämmerl", "Katharina", "" ], [ "Zouhar", "Vilém", "" ] ]
2507.09674
Christian Boily
C.M. Boily and T.L. Fran\c{c}ois and J. Freundlich and F. Combes and A.-L. Melchior and Y. H\'enin
Dynamical traction and black hole orbital migration
20 pages, 4 appendices, to appear in A & A
A&A 701, A10 (2025)
10.1051/0004-6361/202453104
Submission aa53104-24 / November 2024
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the circumstances which allow a black hole to remain put at the galactic centre when the stellar core is anisotropic. We use N-body calculations to study the response of stellar orbit families embedded in a larger, isotropic isochrone (H\'enon) background potential. When the BH orbits in an odd f[E,Lz] velocity distribution function, they transfer angular momentum to it. We call this dynamical traction: it takes place whenever the kinetic energy drawn from f[E,Lz] has an excess of streaming motion over its (isotropic) v-dispersion. For a dynamically cold disc, the outcome depends on both the orbit of the BH and that of a Jeans-unstable stellar sub-structures. When the stellar clumps have much binding energy, a BH may scatter off of them after they formed. In the process the BH may be dislodged from the centre and migrate outward due to dynamical traction. When the stellar clumps are less bound, they may still migrate to the centre where they either dissolve or merge with the BH. The final configuration is similar to a nuclear star cluster which may yet be moving at ~10 km/s wrt the barycentre. The angular momentum transferred to a BH by dynamical traction delays the migration to the galactic centre by several hundred million years. The efficiency of angular momentum transfer is a strong function of the fragmented (cold) state of the stellar space density. In a dynamically cold environment, a BH is removed from the central region through a two-stage orbital migration instability. A criterion against this instability is proposed in the form of a threshold in isotropic velocity dispersion compared to streaming motion. For a BH to settle at the heart of a galaxy on time-scales of ~ 300 Myr or less requires that a large fraction of Lz be dissipated, or, alternatively, that the BH grows in situ in an isotropic environment devoid of sub-structures.
[ { "version": "v1", "created": "Sun, 13 Jul 2025 15:15:51 GMT" } ]
2025-09-03T00:00:00
[ [ "Boily", "C. M.", "" ], [ "François", "T. L.", "" ], [ "Freundlich", "J.", "" ], [ "Combes", "F.", "" ], [ "Melchior", "A. -L.", "" ], [ "Hénin", "Y.", "" ] ]
2507.09769
Vasilii Rozhdestvenskii
Vasilii Rozhdestvenskii
Highly divisible cycles in homological Atiyah-Hirzebruch spectral sequences
6 pages, comments are very welcome; v.2 misprints are corrected, bugs with LaTex compilation are fixed
null
null
null
math.AT
http://creativecommons.org/licenses/by-nc-sa/4.0/
Let $F_*$ be a homology theory of finite type and $\{E^r_{s,t}(X)=\frac{Z^r_{s,t}(X)}{B^r_{s,t}(X)}; d^r_{s,t}\}$ denote the Atiyah-Hirzebruch spectral sequence for $F_*$ of a $CW$-complex $X$. In this paper we study elements of the maximal possible order in the groups $E^2_{n,0}(X)/Z^{r}_{n,0}(X)$.
[ { "version": "v1", "created": "Sun, 13 Jul 2025 19:54:50 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 18:34:04 GMT" } ]
2025-09-03T00:00:00
[ [ "Rozhdestvenskii", "Vasilii", "" ] ]
2507.09916
Fengyi Yuan
Ahmad Aghapour, Erhan Bayraktar, Fengyi Yuan
Solving dynamic portfolio selection problems via score-based diffusion models
Code available on https://github.com/fy-yuan/diffusion_dynamic_mv. v2 addresses certain typos and small issues
null
null
null
q-fin.PM stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we tackle the dynamic mean-variance portfolio selection problem in a {\it model-free} manner, based on (generative) diffusion models. We propose using data sampled from the real model $\mathbb P$ (which is unknown) with limited size to train a generative model $\mathbb Q$ (from which we can easily and adequately sample). With adaptive training and sampling methods that are tailor-made for time series data, we obtain quantification bounds between $\mathbb P$ and $\mathbb Q$ in terms of the adapted Wasserstein metric $\mathcal A W_2$. Importantly, the proposed adapted sampling method also facilitates {\it conditional sampling}. In the second part of this paper, we provide the stability of the mean-variance portfolio optimization problems in $\mathcal A W _2$. Then, combined with the error bounds and the stability result, we propose a policy gradient algorithm based on the generative environment, in which our innovative adapted sampling method provides approximate scenario generators. We illustrate the performance of our algorithm on both simulated and real data. For real data, the algorithm based on the generative environment produces portfolios that beat several important baselines, including the Markowitz portfolio, the equal weight (naive) portfolio, and S\&P 500.
[ { "version": "v1", "created": "Mon, 14 Jul 2025 04:41:49 GMT" }, { "version": "v2", "created": "Mon, 21 Jul 2025 05:00:13 GMT" }, { "version": "v3", "created": "Sat, 30 Aug 2025 03:52:05 GMT" } ]
2025-09-03T00:00:00
[ [ "Aghapour", "Ahmad", "" ], [ "Bayraktar", "Erhan", "" ], [ "Yuan", "Fengyi", "" ] ]
2507.10029
Seokeon Choi
Seokeon Choi, Sunghyun Park, Hyoungwoo Park, Jeongho Kim, Sungrack Yun
Memory-Efficient Personalization of Text-to-Image Diffusion Models via Selective Optimization Strategies
Accepted to ICCV 2025 LIMIT Workshop (4-page short paper). Extended version in preparation
null
null
null
cs.CV cs.LG
http://creativecommons.org/licenses/by/4.0/
Memory-efficient personalization is critical for adapting text-to-image diffusion models while preserving user privacy and operating within the limited computational resources of edge devices. To this end, we propose a selective optimization framework that adaptively chooses between backpropagation on low-resolution images (BP-low) and zeroth-order optimization on high-resolution images (ZO-high), guided by the characteristics of the diffusion process. As observed in our experiments, BP-low efficiently adapts the model to target-specific features, but suffers from structural distortions due to resolution mismatch. Conversely, ZO-high refines high-resolution details with minimal memory overhead but faces slow convergence when applied without prior adaptation. By complementing both methods, our framework leverages BP-low for effective personalization while using ZO-high to maintain structural consistency, achieving memory-efficient and high-quality fine-tuning. To maximize the efficacy of both BP-low and ZO-high, we introduce a timestep-aware probabilistic function that dynamically selects the appropriate optimization strategy based on diffusion timesteps. This function mitigates the overfitting from BP-low at high timesteps, where structural information is critical, while ensuring ZO-high is applied more effectively as training progresses. Experimental results demonstrate that our method achieves competitive performance while significantly reducing memory consumption, enabling scalable, high-quality on-device personalization without increasing inference latency.
[ { "version": "v1", "created": "Mon, 14 Jul 2025 08:08:55 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 05:19:06 GMT" } ]
2025-09-03T00:00:00
[ [ "Choi", "Seokeon", "" ], [ "Park", "Sunghyun", "" ], [ "Park", "Hyoungwoo", "" ], [ "Kim", "Jeongho", "" ], [ "Yun", "Sungrack", "" ] ]
2507.10082
Amit Levy
Amit Levy and Itzik Klein
Unscented Kalman Filter with a Nonlinear Propagation Model for Navigation Applications
6 pages, 4 figures
null
null
null
cs.RO eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The unscented Kalman filter is a nonlinear estimation algorithm commonly used in navigation applications. The prediction of the mean and covariance matrix is crucial to the stable behavior of the filter. This prediction is done by propagating the sigma points according to the dynamic model at hand. In this paper, we introduce an innovative method to propagate the sigma points according to the nonlinear dynamic model of the navigation error state vector. This improves the filter accuracy and navigation performance. We demonstrate the benefits of our proposed approach using real sensor data recorded by an autonomous underwater vehicle during several scenarios.
[ { "version": "v1", "created": "Mon, 14 Jul 2025 09:08:29 GMT" }, { "version": "v2", "created": "Tue, 29 Jul 2025 11:56:39 GMT" }, { "version": "v3", "created": "Thu, 28 Aug 2025 12:08:31 GMT" }, { "version": "v4", "created": "Sun, 31 Aug 2025 08:53:28 GMT" } ]
2025-09-03T00:00:00
[ [ "Levy", "Amit", "" ], [ "Klein", "Itzik", "" ] ]
2507.10197
Jerome Petri
J. P\'etri, S. Guillot, L. Guillemot, D. Gonz\'alez-Caniule, F. Jankowski, J.-M. Grie{\ss}meier, G. Theureau, and I. Cognard
A double dipole geometry for PSR~J0740+6620
Accepted for publication in A&A, 8 pages
A&A 701, A39 (2025)
10.1051/0004-6361/202555574
null
astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Millisecond pulsars are known to show complex radio pulse profiles and polarisation position angle evolution with rotational phase. Small scale surface magnetic fields and multipolar components are believed to be responsible for this complexity due to the radiation mechanisms occurring close to the stellar surface but within the relatively small light-cylinder compared to the stellar radius. In this work, we use the latest NICER phase aligned thermal X-ray pulse profile of PSR~J0740+6620 combined with radio and $\gamma$-ray pulse profiles and radio polarisation to deduce the best magnetic field configuration that can simultaneously reproduce the light-curves in these respective bands. We assume a polar cap model for the radio emission and use the rotating vector model for the associated polarisation, a striped wind model for the $\gamma$-ray light-curves and rely on the NICER collaboration results for the hot spot geometry. We demonstrate that an almost centred dipole can account for the hot spot location with a magnetic obliquity of $\alpha \approx 51 \deg$ and a line of sight inclination angle of $\zeta \approx 82 \deg$. However, with this geometry, the hot spot areas are three times too large. We found a better solution consisting of two dipoles located just below the surface in approximately antipodal positions. Our double dipole model is able to reproduce all the salient radio and $\gamma$-ray characteristics of PSR~J0740+6620 including radio polarisation data. A double dipole solution is more flexible than an off-centred dipole because of two independent magnetic axes and could hint at a magnetic field mostly concentrated within the crust and not in the core.
[ { "version": "v1", "created": "Mon, 14 Jul 2025 12:08:42 GMT" } ]
2025-09-03T00:00:00
[ [ "Pétri", "J.", "" ], [ "Guillot", "S.", "" ], [ "Guillemot", "L.", "" ], [ "González-Caniule", "D.", "" ], [ "Jankowski", "F.", "" ], [ "Grießmeier", "J. -M.", "" ], [ "Theureau", "G.", "" ], [ "Cognard", "I.", "" ] ]
2507.10734
Kevin Gross
Carl T. Bergstrom and Kevin Gross
Will anyone review this paper? Screening, sorting, and the feedback cycles that imperil peer review
Main text: 12 pages, 6 figures. Appendix: 4 pages, 1 figure
null
null
null
physics.soc-ph
http://creativecommons.org/licenses/by-nc-sa/4.0/
Scholarly publishing relies on peer review to identify the best science. Yet finding willing and qualified reviewers to evaluate manuscripts has become an increasingly challenging task, possibly even threatening the long-term viability of peer review as an institution. What can or should be done to salvage it? Here, we develop mathematical models to reveal the intricate interactions among incentives faced by authors, reviewers, and readers in their endeavors to identify the best science. Two facets are particularly salient. First, peer review partially reveals authors' private sense of their work's quality through their decisions of where to send their manuscripts. Second, journals' reliance on traditionally unpaid and largely unrewarded review labor deprives them of a standard market mechanism -- wages -- to recruit additional reviewers when review labor is in short supply. We highlight a resulting feedback loop that threatens to overwhelm the peer review system: (1) an increase in submissions overtaxes the pool of suitable peer reviewers; (2) the accuracy of review drops because journals either must either solicit assistance from less qualified reviewers or ask current reviewers to do more; (3) as review accuracy drops, submissions further increase as more authors try their luck at venues that might otherwise be a stretch. We illustrate how this cycle is further propelled by forces including the increasing emphasis on high-impact publications, the proliferation of journals, and competition among these journals for peer reviews. Finally, we suggest interventions that could slow or even reverse this cycle of peer-review meltdown.
[ { "version": "v1", "created": "Mon, 14 Jul 2025 18:58:38 GMT" }, { "version": "v2", "created": "Fri, 29 Aug 2025 19:12:28 GMT" } ]
2025-09-03T00:00:00
[ [ "Bergstrom", "Carl T.", "" ], [ "Gross", "Kevin", "" ] ]
2507.11008
Ze-Chun Hu
Ze-Chun Hu, Yi-Ding Shi and Qian-Qian Zhou
A lemma on a finite union-closed family of finite sets and its applications
7 pages
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
Suppose that $\mathscr{F}$ is a finite union-closed family of sets with $\cup_{A\in \mathscr{F}}A=\{1,2,\ldots,m\}$ and $m\geq 2$. Fix $i\in \{1,2,\ldots,m\}$ and denote $\mathscr{G}:=\{A\backslash \{i\}: A\in \mathscr{F}\}$. For $j\in \{1,2,\ldots,m\}\backslash\{i\}$, let $\mathscr{G}_j:=\{A\in\mathscr{G}: j\in A\}$ and $\mathscr{F}_j:=\{A\in\mathscr{F}: j\in A\}$. In this note, we will prove a lemma which says that if $\frac{|\mathscr{G}_j|}{|\mathscr{G}|}\geq c\,(c\in (0,1])$, then $\frac{|\mathscr{F}_j|}{|\mathscr{F}|}\geq \frac{1}{1+2(1-c)/c}$. Several applications of this lemma will be given.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 05:56:02 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 00:15:23 GMT" } ]
2025-09-03T00:00:00
[ [ "Hu", "Ze-Chun", "" ], [ "Shi", "Yi-Ding", "" ], [ "Zhou", "Qian-Qian", "" ] ]
2507.11062
Kihong Kim
Seulong Kim, Kihong Kim
Statistical regimes of electromagnetic wave propagation in randomly time-varying media
12 pages, 9 figures
null
null
null
physics.optics cond-mat.dis-nn
http://creativecommons.org/licenses/by-nc-nd/4.0/
Wave propagation in time-varying media enables unique control of energy transport by breaking energy conservation through temporal modulation. Among the resulting phenomena, temporal disorder-random fluctuations in material parameters-can suppress propagation and induce localization, analogous to Anderson localization. However, the statistical nature of this process remains incompletely understood. We present a comprehensive analytical and numerical study of electromagnetic wave propagation in spatially uniform media with randomly time-varying permittivity. Using the invariant imbedding method, we derive exact moment equations and identify three distinct statistical regimes for initially unidirectional input: gamma-distributed energy at early times, negative exponential statistics at intermediate times, and a quasi-log-normal distribution at long times, distinct from the true log-normal. In contrast, symmetric bidirectional input yields genuine log-normal statistics across all time scales. These findings are validated using two complementary disorder models--delta-correlated Gaussian noise and piecewise-constant fluctuations--demonstrating that the observed statistics are robust and governed by input symmetry. Momentum conservation constrains the long-time behavior, linking the statistical outcome to the initial conditions. Our results establish a unified framework for understanding statistical wave dynamics in time-modulated systems and offer guiding principles for the design of dynamically tunable photonic and electromagnetic devices.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 07:54:53 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 12:10:18 GMT" } ]
2025-09-03T00:00:00
[ [ "Kim", "Seulong", "" ], [ "Kim", "Kihong", "" ] ]
2507.11074
Kihong Kim
Ba Phi Nguyen, Kihong Kim
Topological edge states and disorder robustness in one-dimensional off-diagonal mosaic lattices
12 pages, 11figures
null
null
null
physics.optics cond-mat.dis-nn
http://creativecommons.org/licenses/by-nc-nd/4.0/
We investigate topological edge states in one-dimensional off-diagonal mosaic lattices, where nearest-neighbor hopping amplitudes are modulated periodically with period $\kappa>1$. Analytically, we demonstrate that discrete edge states emerge at energy levels $E=\epsilon+2t\cos(\pi i/\kappa)$ ($i=1,\cdots,\kappa-1$), extending the Su-Schrieffer-Heeger model to multi-band systems. Numerical simulations show that these edge states are robustly localized and display characteristic nodal structures, with their existence being strongly dictated by the specific edge arrangement of long and short bonds. We further examine their stability under off-diagonal disorder, where the hopping amplitudes $\beta$ fluctuate randomly at intervals of $\kappa$. Using the inverse participation ratio as a localization measure, we show that these topological edge states remain robust over a broad range of disorder strengths. In contrast, additional $\beta$-dependent edge states that appear for $\kappa \ge 4$ are fragile and vanish even under relatively weak disorder. These findings highlight a rich interplay between topology, periodic modulation, and disorder, offering insights for engineering multi-gap topological phases and their realization in synthetic quantum and photonic systems.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 08:11:56 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 12:25:42 GMT" } ]
2025-09-03T00:00:00
[ [ "Nguyen", "Ba Phi", "" ], [ "Kim", "Kihong", "" ] ]
2507.11156
Yuya Fukuhara
Yuya Fukuhara, Mario Flock, Satoshi Okuzumi, Ryosuke T. Tominaga
Hydrodynamical simulations of the vertical shear instability with dynamic dust and cooling rates in protoplanetary disks
16 pages, 20 figures, 1 table, Accepted for publication in Astronomy & Astrophysics (A&A)
A&A 701, A72 (2025)
10.1051/0004-6361/202555624
null
astro-ph.EP astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
Turbulence in protoplanetary disks affects dust evolution and planetesimal formation. The vertical shear instability (VSI) is one of the candidate turbulence-driving mechanisms in the outer disk region. Since the VSI requires rapid gas cooling, dust grains in disks can influence and potentially control VSI-driven turbulence. However, VSI-driven turbulence has strong vertical motion, causing vertical dust diffusion. As a result, it remains unclear how turbulent structures and dust distributions form. We aim to clarify whether the VSI can achieve a quasi-steady dust profile under cooling rate evolution associated with turbulently diffusing dust. We also elucidate the dependence of the dust size and dust-to-gas mass ratio on the realization and persistence of the equilibrium state. We perform global two-dimensional hydrodynamical simulations of an axisymmetric disk to investigate how the VSI drives turbulence and maintains a balance between dust settling and diffusion. These simulations account for the dynamic interplay between dust distribution, cooling rates, and turbulence. We find that VSI mixing, dust settling, and local cooling reach an equilibrium, forming a thick dust layer with a dimensionless vertical mixing coefficient of approximately 10^{-3}. The ability of the VSI to sustain this state also depends on the dust size and dust-to-gas mass ratio. Larger grains or lower mass ratios weaken turbulence, leading to dust settling. The condition of equilibrium state existence is consistent with the prediction of the semi-analytic model presented by Fukuhara & Okuzumi (2024). Our results indicate that efficient turbulent dust mixing and efficient cooling can occur simultaneously. They also imply that turbulence in VSI-dominated disks has different intensity levels depending on the grain size. This suggests that the efficiency of dust growth can depend on the VSI in protoplanetary disks.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 10:04:54 GMT" } ]
2025-09-03T00:00:00
[ [ "Fukuhara", "Yuya", "" ], [ "Flock", "Mario", "" ], [ "Okuzumi", "Satoshi", "" ], [ "Tominaga", "Ryosuke T.", "" ] ]
2507.11165
Jiannan Tian
Shixun Wu, Jinwen Pan, Jinyang Liu, Jiannan Tian, Ziwei Qiu, Jiajun Huang, Kai Zhao, Xin Liang, Sheng Di, Zizhong Chen, Franck Cappello
Boosting Scientific Error-Bounded Lossy Compression through Optimized Synergistic Lossy-Lossless Orchestration
accepted by SC '25
null
10.1145/3712285.3759798
null
cs.DC
http://creativecommons.org/licenses/by/4.0/
As high-performance computing architectures evolve, more scientific computing workflows are being deployed on advanced computing platforms such as GPUs. These workflows can produce raw data at extremely high throughputs, requiring urgent high-ratio and low-latency error-bounded data compression solutions. In this paper, we propose cuSZ-Hi, an optimized high-ratio GPU-based scientific error-bounded lossy compressor with a flexible, domain-irrelevant, and fully open-source framework design. Our novel contributions are: 1) We maximally optimize the parallelized interpolation-based data prediction scheme on GPUs, enabling the full functionalities of interpolation-based scientific data prediction that are adaptive to diverse data characteristics; 2) We thoroughly explore and investigate lossless data encoding techniques, then craft and incorporate the best-fit lossless encoding pipelines for maximizing the compression ratio of cuSZ-Hi; 3) We systematically evaluate cuSZ-Hi on benchmarking datasets together with representative baselines. Compared to existing state-of-the-art scientific lossy compressors, with comparative or better throughput than existing high-ratio scientific error-bounded lossy compressors on GPUs, cuSZ-Hi can achieve up to 249% compression ratio improvement under the same error bound, and up to 215% compression ratio improvement under the same decompression data PSNR.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 10:14:14 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 15:32:15 GMT" } ]
2025-09-03T00:00:00
[ [ "Wu", "Shixun", "" ], [ "Pan", "Jinwen", "" ], [ "Liu", "Jinyang", "" ], [ "Tian", "Jiannan", "" ], [ "Qiu", "Ziwei", "" ], [ "Huang", "Jiajun", "" ], [ "Zhao", "Kai", "" ], [ "Liang", "Xin", "" ], [ "Di", "Sheng", "" ], [ "Chen", "Zizhong", "" ], [ "Cappello", "Franck", "" ] ]
2507.11361
Maximilian Bernecker
Maximilian Bernecker, Smaranda Sgarciu, Xiaoming Kan, Mehrnaz Anvari, Iegor Riepin, Felix M\"usgens
Adaptive Robust Optimization for European Electricity System Planning Considering Regional Dunkelflaute Events
Code and data can be found on github: https://github.com/bernemax/ARO_Dunkelflaute_Europe
null
null
null
econ.GN q-fin.EC
http://creativecommons.org/licenses/by-nc-nd/4.0/
This study provides insights on how to plan a weather robust energy system consisting of several interconnected regions. We develop a capacity expansion model for a fully decarbonized European electricity system using an adaptive robust optimization framework. The model endogenously identifies the worst regional Dunkelflaute events, prolonged periods of low wind and solar availability, and incorporates multiple extreme weather realizations within a single optimization run. Results show that system costs rise nonlinearly with the geographic extent of these events: a single worst-case regional disruption increases costs by 9%, but broader disruptions across multiple regions lead to much sharper increases, up to 51%. As Dunkelflaute conditions extend across most of Europe, additional cost impacts level off, with a maximum increase of 71%. The optimal technology mix evolves with the severity of weather stress: while renewables, batteries, and interregional transmission are sufficient to manage localized events, large-scale disruptions require long-term hydrogen storage and load shedding to maintain system resilience. Central European regions, especially Germany and France, emerge as systemic bottlenecks, while peripheral regions bear the cost of compensatory overbuilding. These findings underscore the need for a coordinated European policy strategy that goes beyond national planning to support cross-border infrastructure investment, scale up flexible technologies such as long-duration storage, and promote a geographically balanced deployment of renewables to mitigate systemic risks associated with Dunkelflaute events.
[ { "version": "v1", "created": "Tue, 15 Jul 2025 14:28:23 GMT" }, { "version": "v2", "created": "Thu, 24 Jul 2025 10:05:06 GMT" }, { "version": "v3", "created": "Tue, 02 Sep 2025 12:01:24 GMT" } ]
2025-09-03T00:00:00
[ [ "Bernecker", "Maximilian", "" ], [ "Sgarciu", "Smaranda", "" ], [ "Kan", "Xiaoming", "" ], [ "Anvari", "Mehrnaz", "" ], [ "Riepin", "Iegor", "" ], [ "Müsgens", "Felix", "" ] ]
2507.11613
Glenn Kacprzak
Glenn G. Kacprzak, Benjamin D. Oppenheimer, Nikole M. Nielsen, Antonia Fernandez-Figueroa, Michael T. Murphy, Rebecca J. Allen, Tania M. Barone, Sameer, Christopher W. Churchill, Joseph N. Burchett, Kaustubh R. Gupta, Jane C. Charlton, Caleb B. Platukis
COS-EDGES: Co-rotation and Kinematic Stratification of the Multi-Phase CGM Around Edge-On Galaxies
20 pages, 16 figures, 1 table. Submitted to PASA on June 27, 2025. Accepted to PASA on September 1, 2025
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present the first results from the COS-EDGES survey, targeting the kinematic connection between the ISM and multi-phase circumgalactic medium (CGM) in nine isolated, edge-on galaxies at z~0.2, each probed along its major axis by a background quasar at impact parameters of 13-38kpc. Using VLT/UVES and HST/COS quasar spectra, we analyse MgI, MgII, HI, CII, CIII, and OVI absorption relative to galaxy rotation curves from Keck/LRIS and Magellan/MagE spectra. We find that at lower $D/R_{vir}$ ($D/R_{vir}\leq 0.2$), over 80% of absorption in all ions lies on the side of systemic velocity matching disk rotation, and the optical-depth-weighted median velocity ($v_{abs}$) is consistent with the peak rotation speed. At higher $D/R_{vir}$ ($D/R_{vir} > 0.2$), the kinematics diverge by ionisation state: For low ionisation gas, the amount of co-rotating absorption remains >80%, yet $v_{abs}$ drops to 60% of the galaxy rotation speed. For high ionisation gas (OVI), only 60% of the absorption is consistent with co-rotation and $v_{abs}$ drops to 20% of the rotation speed. Furthermore, the velocity widths, corresponding to 50% of the total optical depth ($\Delta v_{50}$) for low ionisation gas is 1.8 times larger in the inner halo than at larger radii, while for CIII and OVI $\Delta v_{50}$ remains unchanged with distance. These results suggest a radially dependent CGM kinematic structure: the inner halo hosts cool, dynamically broad gas tightly coupled to disk rotation, whereas beyond 0.2$R_{vir}$, particularly traced by OVI and HI, the CGM shows weaker rotational alignment and lower velocity dispersion. Therefore, low-ionisation gas likely traces extended co-rotating gas, inflows and/or recycled accretion, while high-ionisation gas reflects a mixture of co-rotating, lagging, discrete collisionally ionised structures, indicating a kinematic stratification of the multi-phase CGM. [Abridged]
[ { "version": "v1", "created": "Tue, 15 Jul 2025 18:00:04 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 04:23:25 GMT" } ]
2025-09-03T00:00:00
[ [ "Kacprzak", "Glenn G.", "" ], [ "Oppenheimer", "Benjamin D.", "" ], [ "Nielsen", "Nikole M.", "" ], [ "Fernandez-Figueroa", "Antonia", "" ], [ "Murphy", "Michael T.", "" ], [ "Allen", "Rebecca J.", "" ], [ "Barone", "Tania M.", "" ], [ "Sameer", "", "" ], [ "Churchill", "Christopher W.", "" ], [ "Burchett", "Joseph N.", "" ], [ "Gupta", "Kaustubh R.", "" ], [ "Charlton", "Jane C.", "" ], [ "Platukis", "Caleb B.", "" ] ]
2507.11862
Xinying Qiu
Junhong Ye, Xu Yuan, Xinying Qiu
Cross-Domain Transfer and Few-Shot Learning for Personal Identifiable Information Recognition
To fix the performance summary statistics in Section 4
null
null
null
cs.CL
http://creativecommons.org/licenses/by-nc-sa/4.0/
Accurate recognition of personally identifiable information (PII) is central to automated text anonymization. This paper investigates the effectiveness of cross-domain model transfer, multi-domain data fusion, and sample-efficient learning for PII recognition. Using annotated corpora from healthcare (I2B2), legal (TAB), and biography (Wikipedia), we evaluate models across four dimensions: in-domain performance, cross-domain transferability, fusion, and few-shot learning. Results show legal-domain data transfers well to biographical texts, while medical domains resist incoming transfer. Fusion benefits are domain-specific, and high-quality recognition is achievable with only 10% of training data in low-specialization domains.
[ { "version": "v1", "created": "Wed, 16 Jul 2025 03:14:36 GMT" }, { "version": "v2", "created": "Sat, 30 Aug 2025 04:58:46 GMT" } ]
2025-09-03T00:00:00
[ [ "Ye", "Junhong", "" ], [ "Yuan", "Xu", "" ], [ "Qiu", "Xinying", "" ] ]
2507.12275
Vidhi Tailor
Vidhi Tailor, Viviana Casasola, Francesca Pozzi, Francesco Calura, Simone Bianchi, Monica Relano, Jacopo Fritz, Fr\'ed\'eric Galliano, Matteo Bonato, Maritza A. Lara-L\'opez, Evangelos Dimitrios Paspaliaris, and Alberto Traina
The role of young and evolved stars in the heating of dust in local galaxies
Accepted for publication in Astronomy & Astrophysics, 17 pages, 7 figures, 5 tables, 2 figures in the Appendix
A&A 701, A74 (2025)
10.1051/0004-6361/202555091
null
astro-ph.GA
http://creativecommons.org/licenses/by-nc-nd/4.0/
Context. Dust is a fundamental component of the interstellar medium (ISM) and plays a critical role in galaxy evolution. Dust grains influence the ISM by cooling the gas, altering its chemistry, and absorbing stellar radiation, re-emitting it at longer wavelengths in the far-infrared (FIR) and sub-millimeter regimes. The cold dust component, which dominates the dust mass, is primarily heated by stellar radiation, including both young, massive stars and the diffuse emission from older stars. Understanding dust heating is essential to trace the connection between stellar populations and their environments. Aims. We aim to identify the dominant heating mechanisms of the cold dust in typical nearby spiral galaxies and explore the contributions of young and evolved stars to dust heating. Methods. Using 18 large, face-on spiral galaxies from the DustPedia project, we apply two complementary approaches: (1) correlation analysis between dust temperature (T_dust), SFR surface density (Sigma_SFR), and stellar mass surface density (Sigma_Mstar); and (2) study of the relationship between T_dust and dust mass surface density (Sigma_dust). Results. T_dust peaks at ~24 K in galaxy centers and drops to ~15 K at large radii. Galaxies with and without AGNs show similar T_dust profiles. For ~72% of the sample, both methods agree on the dominant heating source. Overall, we find that both young and evolved stars contribute to dust heating, with their relative roles varying between galaxies.
[ { "version": "v1", "created": "Wed, 16 Jul 2025 14:24:14 GMT" } ]
2025-09-03T00:00:00
[ [ "Tailor", "Vidhi", "" ], [ "Casasola", "Viviana", "" ], [ "Pozzi", "Francesca", "" ], [ "Calura", "Francesco", "" ], [ "Bianchi", "Simone", "" ], [ "Relano", "Monica", "" ], [ "Fritz", "Jacopo", "" ], [ "Galliano", "Frédéric", "" ], [ "Bonato", "Matteo", "" ], [ "Lara-López", "Maritza A.", "" ], [ "Paspaliaris", "Evangelos Dimitrios", "" ], [ "Traina", "Alberto", "" ] ]
2507.12360
Daniel Rogozin
Daniel Rogozin
Term Assignment and Categorical Models for Intuitionistic Linear Logic with Subexponentials
null
null
null
null
math.LO math.CT
http://creativecommons.org/licenses/by/4.0/
In this paper, we present a typed lambda calculus ${\bf SILL}(\lambda)_{\Sigma}$, a type-theoretic version of intuitionistic linear logic with subexponentials, that is, we have many resource comonadic modalities with some interconnections between them given by a subexponential signature. We also give proof normalisation rules and prove the strong normalisation and Church-Rosser properties for $\beta$-reduction by adapting the Tait-Girard method to subexponential modalities. Further, we analyse subexponentials from the point of view of categorical logic. We introduce the concepts of a Cocteau category and a $\Sigma$-assemblage to characterise models of linear type theories with a single exponential and affine and relevant subexponentials and a more general case respectively. We also generalise several known results from linear logic and show that every Cocteau category and a $\Sigma$-assemblage can be viewed as a symmetric monoidal closed category equipped with a family of monoidal adjunctions of a particular kind. In the final section, we give a stronger 2-categorical characterisation of Cocteau categories.
[ { "version": "v1", "created": "Wed, 16 Jul 2025 16:00:50 GMT" }, { "version": "v2", "created": "Wed, 23 Jul 2025 16:54:44 GMT" }, { "version": "v3", "created": "Mon, 28 Jul 2025 13:32:31 GMT" }, { "version": "v4", "created": "Mon, 01 Sep 2025 14:36:58 GMT" } ]
2025-09-03T00:00:00
[ [ "Rogozin", "Daniel", "" ] ]
2507.12509
Fabio Bacchini
Fabio Bacchini, Gregory R. Werner, Camille Granier, Jesse Vos
Three-dimensional Dynamics of Strongly Magnetized Ion-Electron Relativistic Reconnection
null
null
null
null
astro-ph.HE physics.plasm-ph
http://creativecommons.org/licenses/by/4.0/
We present 3D simulations of semirelativistic collisionless magnetic reconnection, where upstream ions are subrelativistic while electrons are ultrarelativistic. We employ the realistic proton-to-electron mass ratio and explore a range of upstream ion magnetization spanning two orders of magnitude, with our highest-magnetization run achieving unprecedentedly large domain sizes. Through a parameter scan, we find that as the system transitions from mildly to trans- and ultrarelativistic regimes the qualitative behavior of reconnection becomes strongly influenced by 3D effects mediated by drift-kink and flux-rope kink dynamics. As a result, magnetic-energy dissipation at high magnetizations, and the subsequent nonthermal particle acceleration, can become less efficient, contrary to general expectations for 3D relativistic reconnection. Our results have important implications for understanding reconnection in magnetized astrophysical scenarios, such as the surroundings of black holes and neutron stars.
[ { "version": "v1", "created": "Wed, 16 Jul 2025 18:00:00 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 13:29:05 GMT" } ]
2025-09-03T00:00:00
[ [ "Bacchini", "Fabio", "" ], [ "Werner", "Gregory R.", "" ], [ "Granier", "Camille", "" ], [ "Vos", "Jesse", "" ] ]
2507.12859
Hao Chen
Hao Chen and Yunhua Wu
Gluing doubly periodic Scherk surfaces into minimal surfaces
19 pages, 5 figures. Add justification of the "alternating" assumption: It holds except for the special case of the triangular horizontal lattice
null
null
null
math.DG
http://creativecommons.org/licenses/by-nc-sa/4.0/
We construct minimal surfaces by stacking doubly periodic Scherk surfaces one above another and gluing them along their ends. It is previously known that the Karcher--Meeks--Rosenberg (KMR) doubly periodic minimal surfaces and Meeks' family of triply periodic minimal surfaces can both be obtained by gluing two Scherk surfaces. There have been hope and failed attempts to glue more Scherk surfaces. But our analysis shows that: Except for the special case where the doubly periodic Scherk surfaces all have triangular horizontal lattice, a glue construction can only produce the trivial Scherk surface itself, the KMR examples, or Meeks' surfaces.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 07:30:47 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 09:25:59 GMT" } ]
2025-09-03T00:00:00
[ [ "Chen", "Hao", "" ], [ "Wu", "Yunhua", "" ] ]
2507.12864
Konstantinos Odysseas Xenos
Konstantinos Odysseas Xenos, Bertram Bitsch and Geoffrey Andama
How does the chemical composition of solids influence the formation of planetesimals?
11 pages, accepted for publication in A&A
A&A 701, A47 (2025)
10.1051/0004-6361/202555591
null
astro-ph.EP
http://creativecommons.org/licenses/by/4.0/
The formation of planetesimals is a necessary step in the formation of planets. While several mechanisms have been proposed, a local dust-to-gas ratio above unity is a strong requirement to trigger the collapse of pebble clouds into planetesimals. A prime location for this is the water-ice line, where large water-rich pebbles evaporate and release their smaller silicate cores. This enhances the local dust-to-gas ratio due to the different inward drift speeds of large and small pebbles. Previous work suggested that planetesimal formation becomes difficult at overall dust-to-gas ratios below 0.6\%, consistent with the occurrence of close-in super Earths. However, the influence of disc composition on planetesimal formation remains unclear. Observations of stellar abundances show both a decrease and a wide spread in C/O ratios for low-metallicity stars. Using the C/O ratio as a proxy to determine water ice abundance in discs, we use the 1D disc evolution code chemcomp to simulate protoplanetary discs with varying C/O and dust-to-gas ratios over 3 Myr. Planetesimal formation is modeled using conditions based on dust-gas dynamics and pebble fragmentation. Our results confirm that planetesimal formation strongly depends on disc metallicity, with lower metallicity discs forming significantly fewer planetesimals. A lower carbon fraction generally promotes planetesimal formation by increasing water ice, while higher carbon fractions suppress it. The opposite is seen for oxygen: higher oxygen content leads to more efficient planetesimal formation at the same dust-to-gas ratio. We thus predict that planets around low-metallicity stars should be more common when their C/O ratio is low and oxygen is enhanced, a trend that can be tested observationally. Our simulations thus open a pathway to understand if the composition of the planet forming material influences the growth of planets.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 07:36:18 GMT" } ]
2025-09-03T00:00:00
[ [ "Xenos", "Konstantinos Odysseas", "" ], [ "Bitsch", "Bertram", "" ], [ "Andama", "Geoffrey", "" ] ]
2507.12924
Shiwen He
Shiwen He, Zi-Long Yang, Sitong Jin, Feng-Yang Zhang and Chong Li
Generation of Four-Component Schr\"odinger Cat States via Floquet Engineering in a Hybrid Ferromagnet-Superconductor System
12 pages, 5 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Four-component Schr\"odinger cat (4C) states are important physical resources for fault-tolerant quantum computing. However, the generation of 4C states in solid-state platforms remains challenging due to stringent nonlinearity requirements. In this paper, a Floquet-engineering scheme is proposed for generating 4C states in a hybrid ferromagnet-superconductor system. Numerical simulations show that the high-fidelity 4C states can be generated even if the decoherence of the system is considered. These results provide a scalable route to multi-component cat-state engineering in solid-state platforms and open new avenues for quantum computation.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 09:04:59 GMT" }, { "version": "v2", "created": "Thu, 28 Aug 2025 06:43:32 GMT" }, { "version": "v3", "created": "Sat, 30 Aug 2025 12:41:26 GMT" } ]
2025-09-03T00:00:00
[ [ "He", "Shiwen", "" ], [ "Yang", "Zi-Long", "" ], [ "Jin", "Sitong", "" ], [ "Zhang", "Feng-Yang", "" ], [ "Li", "Chong", "" ] ]
2507.13053
Sanjeev Ramkumar Sudha
Sanjeev Ramkumar Sudha, Joel Jose and Erlend M. Coates
Efficient Online Learning and Adaptive Planning for Robotic Information Gathering Based on Streaming Data
Accepted for presentation at 2025 European Conference on Mobile Robots
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Robotic information gathering (RIG) techniques refer to methods where mobile robots are used to acquire data about the physical environment with a suite of sensors. Informative planning is an important part of RIG where the goal is to find sequences of actions or paths that maximize efficiency or the quality of information collected. Many existing solutions solve this problem by assuming that the environment is known in advance. However, real environments could be unknown or time-varying, and adaptive informative planning remains an active area of research. Adaptive planning and incremental online mapping are required for mapping initially unknown or varying spatial fields. Gaussian process (GP) regression is a widely used technique in RIG for mapping continuous spatial fields. However, it falls short in many applications as its real-time performance does not scale well to large datasets. To address these challenges, this paper proposes an efficient adaptive informative planning approach for mapping continuous scalar fields with GPs with streaming sparse GPs. Simulation experiments are performed with a synthetic dataset and compared against existing benchmarks. Finally, it is also verified with a real-world dataset to further validate the efficacy of the proposed method. Results show that our method achieves similar mapping accuracy to the baselines while reducing computational complexity for longer missions.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 12:26:03 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 12:00:35 GMT" } ]
2025-09-03T00:00:00
[ [ "Sudha", "Sanjeev Ramkumar", "" ], [ "Jose", "Joel", "" ], [ "Coates", "Erlend M.", "" ] ]
2507.13067
Kuntal Pal
Ankit Gill, Keun-Young Kim, Kunal Pal, Kuntal Pal
Geometry of quantum states and chaos-integrability transition
Minor corrections. Added section VIII on the energy level dynamics
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the geometry of quantum states associated with different classes of random matrix Hamiltonians, in particular ensembles that show integrability to chaotic transition in terms of the nearest neighbour energy level spacing distribution. In the case that the total Hamiltonian contains a single parameter, the distance between two states is captured by the fidelity susceptibility, whereas, when the total Hamiltonian contains multiple parameters, this distance is given in terms of the quantum metric tensor. Since the fidelity susceptibility is closely related to the two-point correlation function, we first calculate the relevant correlation functions of a random matrix belonging to the Gaussian unitary ensemble in terms of the spectral form factor of the total Hamiltonian, show how to obtain the fidelity susceptibility from this correlation function, and explain the role played by energy level correlation. Next, by performing suitable coordinate transformations, we solve the geodesic equations corresponding to the quantum metric tensor obtained from an integrability-breaking random matrix Hamiltonian and obtain the geodesic distance between two points on the parameter manifold to show that any point far away from the integrable phase can be reached by a finite value of this distance. Finally, we obtain and discuss different properties of the fidelity susceptibility associated with Hamiltonians belonging to another random matrix ensemble which shows integrability to chaos transition, namely the Gaussian $\beta$-ensembles with general values of the Dyson index $\beta$, and show that the fidelity susceptibility shares generic features with the first class of Hamiltonians.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 12:33:15 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 14:35:47 GMT" } ]
2025-09-03T00:00:00
[ [ "Gill", "Ankit", "" ], [ "Kim", "Keun-Young", "" ], [ "Pal", "Kunal", "" ], [ "Pal", "Kuntal", "" ] ]
2507.13072
Kate Minker
K. Minker, B. Carry, F. Vachier, M. Marsset, J. \v{D}urech, J. Hanu\v{s}, L. Liberato, W. J. Merline, J. L. Margot, C. Dumas, L. M. Close, A. Conrad, W. M. Grundy, R. Behrend, R. Roy, J. Berthier, I. Sokova, E. Sokov, D. Gorshanov, M. Ferrais, E. Jehin, A. Martin, and K. B. Alton
A dynamical dichotomy in large binary asteroids
22 pages, 20 figures, 9 tables. Accepted at A&A
A&A 701, A42 (2025)
10.1051/0004-6361/202554973
null
astro-ph.EP
http://creativecommons.org/licenses/by-nc-nd/4.0/
No less than 15% of large (diameter greater than 140 km) asteroids have satellites. The commonly accepted mechanism for their formation is post-impact reaccumulation. However, the detailed physical and dynamical properties of these systems are not well understood, and many of them have not been studied in detail. We aim to study the population of large binary asteroid systems. To do so, we compare the gravitational fields predicted from the shape of the primary body with the non-Keplerian gravitational components identified in orbital models of the satellites of each system. We also aim to contextualize these systems in the greater population of large binary systems, providing clues to asteroid satellite formation. We reduce all historical high-angular-resolution adaptive-optics (AO) images from ground-based telescopes to conduct astrometric and photometric measurements of each system's components. We then determine orbital solutions for each system using the genoid algorithm. We model the shapes of the system primaries using lightcurve-inversion techniques scaled with stellar occultations and AO images, and we develop internal structure models using SHTOOLS. Finally, we compare the distribution of the physical and orbital properties of the known binary asteroid systems. We find that differences between studies binary systems reflect an overall dichotomy within the population of large binary systems, with a strong correlation between primary elongation and satellite eccentricity observed in one group. We determine that there may be two distinct formation pathways influencing the end-state dichotomy in these binary systems, and that (762) Pulcova and (283) Emma belong to the two separate groups.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 12:40:33 GMT" } ]
2025-09-03T00:00:00
[ [ "Minker", "K.", "" ], [ "Carry", "B.", "" ], [ "Vachier", "F.", "" ], [ "Marsset", "M.", "" ], [ "Ďurech", "J.", "" ], [ "Hanuš", "J.", "" ], [ "Liberato", "L.", "" ], [ "Merline", "W. J.", "" ], [ "Margot", "J. L.", "" ], [ "Dumas", "C.", "" ], [ "Close", "L. M.", "" ], [ "Conrad", "A.", "" ], [ "Grundy", "W. M.", "" ], [ "Behrend", "R.", "" ], [ "Roy", "R.", "" ], [ "Berthier", "J.", "" ], [ "Sokova", "I.", "" ], [ "Sokov", "E.", "" ], [ "Gorshanov", "D.", "" ], [ "Ferrais", "M.", "" ], [ "Jehin", "E.", "" ], [ "Martin", "A.", "" ], [ "Alton", "K. B.", "" ] ]
2507.13210
Emanuele Greco
Emanuele Greco, Michela Rigoselli, Sandro Mereghetti, Fabrizio Bocchino, Marco Miceli, Vincenzo Sapienza, Salvatore Orlando
Multi-wavelength study of the high Galactic latitude supernova remnant candidate G118.4+37.0 associated with the Calvera pulsar
Accepted for publication in A&A
A&A 701, A43 (2025)
10.1051/0004-6361/202555640
null
astro-ph.HE astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
The candidate supernova remnant (SNR) G118.4+37.0 (Calvera's SNR), discovered as a faint radio ring at high Galactic latitude and coincident with extended Fermi/LAT gamma-ray emission, is likely associated to the X-ray pulsar 1RXS J141256.0+792204 (Calvera). Previous XMM-Newton data hinted at soft diffuse X-ray emission inside the ring but lacked sufficient exposure for detailed characterisation. We obtained new XMM-Newton observations, and produced count-rate images, equivalent width and median photon energy maps to identify optimal regions for spectral analysis. We complemented these observations with a reanalysis of Fermi/LAT gamma-ray data and new Telescopio Nazionale Galileo observations aimed to search for Halpha emission. The X-ray diffuse emission is well described by a model of shock-heated plasma with temperature kT ~ 0.15 keV, mildly under-solar N and O abundances and densities ne=0.1-0.7 cm-3. According to our estimates, Calvera's SNR is 10-20 kyr old and lies at a distance of 4-5 kpc. A distinct "Clump" region shows hard emission equally well described by a thermal (kT ~ 1.7 keV) or a non thermal model (Gamma ~ 2.7). The brightest X-ray area is close to the gamma-ray peak and to an isolated Halpha filament. G118.4+37.0 is a middle-aged remnant which expands in a tenuous medium and encountered a denser phase, likely the relic of the wind activity of the massive progenitor star. The estimated SNR distance is consistent within the uncertainties with that estimated for Calvera, confirming that this peculiar pulsar was born in the explosion of a massive star high above the Galactic disk. Our measured ambient density, together with the patchy morphology of the gamma-ray emission and the detection of Halpha filaments indicates that a hadronic origin is compatible with the gamma-ray flux, though a mixed leptonic-hadronic cannot be excluded.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 15:18:48 GMT" }, { "version": "v2", "created": "Tue, 22 Jul 2025 09:02:42 GMT" } ]
2025-09-03T00:00:00
[ [ "Greco", "Emanuele", "" ], [ "Rigoselli", "Michela", "" ], [ "Mereghetti", "Sandro", "" ], [ "Bocchino", "Fabrizio", "" ], [ "Miceli", "Marco", "" ], [ "Sapienza", "Vincenzo", "" ], [ "Orlando", "Salvatore", "" ] ]
2507.13435
Philipp Richter
P. Richter, J.C. Charlton, A.J. Fox, Sameer, and B.P. Wakker
Studying the gaseous outskirts of galaxy groups with coherent Ly alpha absorption patterns
16 pages, 9 figures; accepted for publication in A&A
A&A 701, A75 (2025)
10.1051/0004-6361/202453135
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
In this study, we explore the properties of diffuse intergalactic gas residing in the outskirts of the four nearby, low-mass galaxy groups NGC1052, NGC5866, NGC4631, and NGC3992 (all at cz<2000 km/s) beyond their group virial radii. Using archival ultraviolet absorption spectra of bright AGN observed with HST/COS, we search for HI Ly a absorption near the groups' recession velocities along 35 sightlines that pass the outer group medium (OGrM) at normalized impact parameters rho/Rvir=1-3. We derive HI column densities of the absorbers and constrain the physical conditions in the gas by using a hydrostatic toy model of the groups' gas environment and assuming photoionization. HI Ly absorption near the groups' recession velocities is detected along 19 sightlines with HI column densities in the range log N(HI)=12.50-14.34, implying a high OGrM detection rate of more than 50 percent. We transform this value into an incidence rate of OGrM absorbers per unit redshift of dN/dz=232pm58.This is 25 percent above the value derived for the general population of Ly a absorbers within z = 0 filaments and more than twice the value for the z = 0 Ly a forest. From the modeling, we obtain lower limits for the gas densities from log n_H=-5.00 to -3.72, comparable to densities found in the overall Ly a forest. Our study unveils a large cross section and overdensity of Ly a absorbers in the outskirts of these four nearby groups. Such an overdensity is in line with a previously proposed scenario, in which AGN feedback lifts gaseous material to large distances beyond the virial radius of groups into the OGrM. However, a larger survey of OGrM absorbers and a comparison with hydrodynamical simulations will be necessary to constrain the cosmological mass density of OGrM absorbers and pinpoint their role in cosmological structure formation and galaxy/group evolution.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 18:00:00 GMT" } ]
2025-09-03T00:00:00
[ [ "Richter", "P.", "" ], [ "Charlton", "J. C.", "" ], [ "Fox", "A. J.", "" ], [ "Sameer", "", "" ], [ "Wakker", "B. P.", "" ] ]
2507.13451
Said Hmiddouch
S. Hmiddouch, E. Jehin, M. Lippi, M. Vander Donckt, K. Aravind, D. Hutsem\'ekers, J. Manfroid, A. Jabiri, Y. Moulane, and Z. Benkhaldoun
Variations in Volatile-Driven Activity of Comet C/2017 K2 (PanSTARRS) Revealed by Long-Term Multi-Wavelength Observations
17 pages, 16 figures, 14 tables, Accepted for publication in A&A
A&A 701, A61 (2025)
10.1051/0004-6361/202555864
null
astro-ph.EP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Context. A comprehensive study of comets over a wide heliocentric distance range helps us understand the physical processes driving their activity and reveals compositional differences across dynamical groups. C/2017 K2 (PANSTARRS) is a Dynamically New Oort Cloud comet (DNC) that showed activity as far as 23.75 au and displayed a CO-rich coma at 6.72 au, making it a key object to investigate pre- and post-perihelion behavior. Aims. We aim to study the long-term activity evolution and chemical composition of C/2017 K2 using photometry and spectroscopy, from October 2017 (r$_h$ = 15.18 au) pre-perihelion to April 2025 (r$_h$ = 8.46 au) post-perihelion. Methods. Broad-band and narrow-band imaging from both TRAPPIST telescopes enabled us to produce an 8-year light curve, color analysis, and derivation of activity slopes. Production rates of OH, NH, CN, C$_3$, and C$_2$ were computed using a Haser model, along with the dust proxy A(0)f$\rho$. High-resolution spectra from CRIRES$^+$ and UVES at three epochs (May - September 2022) provided simultaneous observations of parent and daughter species as the comet crossed the water sublimation zone. Results. The light curve of C/2017 K2 shows a complex evolution with varying slopes and a brightness plateau around perihelion, indicating multiple active species. Coma colors remained constant, suggesting uniform dust properties and similarity to other active long-period comets. Gas production rates indicate a typical C$_2$/CN composition with a high dust-to-gas ratio. Analysis of forbidden oxygen lines shows a transition from CO and CO$_2$-driven activity to water-driven sublimation inside 3 au. Infrared spectra reveal C/2017 K2 as a typical-to-enriched comet, with HCN identified as the main parent of CN, and C$_2$ likely originating from C$_2$H$_2$ rather than C$_2$H$_6$.
[ { "version": "v1", "created": "Thu, 17 Jul 2025 18:00:20 GMT" } ]
2025-09-03T00:00:00
[ [ "Hmiddouch", "S.", "" ], [ "Jehin", "E.", "" ], [ "Lippi", "M.", "" ], [ "Donckt", "M. Vander", "" ], [ "Aravind", "K.", "" ], [ "Hutsemékers", "D.", "" ], [ "Manfroid", "J.", "" ], [ "Jabiri", "A.", "" ], [ "Moulane", "Y.", "" ], [ "Benkhaldoun", "Z.", "" ] ]
2507.13637
Jun Jiang
Jun Jiang, Yuan Gao, Xinyi Wu, Shugong Xu
Towards channel foundation models (CFMs): Motivations, methodologies and opportunities
Submitted to IEEE Journal
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Artificial intelligence (AI) has emerged as a pivotal enabler for next-generation wireless communication systems. However, conventional AI-based models encounter several limitations, such as heavy reliance on labeled data, limited generalization capability, and task-specific design. To address these challenges, this paper introduces, for the first time, the concept of channel foundation models (CFMs)-a novel and unified framework designed to tackle a wide range of channel-related tasks through a pretrained, universal channel feature extractor. By leveraging advanced AI architectures and self-supervised learning techniques, CFMs are capable of effectively exploiting large-scale unlabeled data without the need for extensive manual annotation. We further analyze the evolution of AI methodologies, from supervised learning and multi-task learning to self-supervised learning, emphasizing the distinct advantages of the latter in facilitating the development of CFMs. Additionally, we provide a comprehensive review of existing studies on self-supervised learning in this domain, categorizing them into generative, discriminative and the combined paradigms. Given that the research on CFMs is still at an early stage, we identify several promising future research directions, focusing on model architecture innovation and the construction of high-quality, diverse channel datasets.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 03:50:29 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 06:06:06 GMT" } ]
2025-09-03T00:00:00
[ [ "Jiang", "Jun", "" ], [ "Gao", "Yuan", "" ], [ "Wu", "Xinyi", "" ], [ "Xu", "Shugong", "" ] ]
2507.13817
Yuri Khotyaintsev
Ajay Lotekar, Yuri V. Khotyaintsev, Daniel B. Graham, Andrew Dimmock, Andreas Johlander, Ahmad Lalti
Occurrence of Non-Stationarity at Earth's Quasi-Perpendicular Bow Shock
5 pages, 4 figures
null
10.1029/2025GL116121
null
physics.space-ph physics.plasm-ph
http://creativecommons.org/licenses/by/4.0/
Collisionless shocks can exhibit non-stationary behavior even under steady upstream conditions, forming a complex transition region. Ion phase-space holes, linked to shock self-reformation and surface ripples, are a signature of this non-stationarity. We statistically analyze their occurrence using 521 crossings of Earth's quasi-perpendicular bow shock. Phase-space holes appear in 65% of cases, though the actual rate may be higher as the holes may not be resolved during fast shock crossings. The occurrence rate peaks at 70% for shocks with Alfv\'en Mach numbers $M_A>7$. These findings suggest that Earth's quasi-perpendicular bow shock is predominantly non-stationary.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 11:02:10 GMT" } ]
2025-09-03T00:00:00
[ [ "Lotekar", "Ajay", "" ], [ "Khotyaintsev", "Yuri V.", "" ], [ "Graham", "Daniel B.", "" ], [ "Dimmock", "Andrew", "" ], [ "Johlander", "Andreas", "" ], [ "Lalti", "Ahmad", "" ] ]
2507.13870
Maciej Jalocha
Maciej Jalocha, Johan Hausted Schmidt, William Michelseen
Label Unification for Cross-Dataset Generalization in Cybersecurity NER
5 pages, 5 figures
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The field of cybersecurity NER lacks standardized labels, making it challenging to combine datasets. We investigate label unification across four cybersecurity datasets to increase data resource usability. We perform a coarse-grained label unification and conduct pairwise cross-dataset evaluations using BiLSTM models. Qualitative analysis of predictions reveals errors, limitations, and dataset differences. To address unification limitations, we propose alternative architectures including a multihead model and a graph-based transfer model. Results show that models trained on unified datasets generalize poorly across datasets. The multihead model with weight sharing provides only marginal improvements over unified training, while our graph-based transfer model built on BERT-base-NER shows no significant performance gains compared BERT-base-NER.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 12:47:20 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 11:08:10 GMT" } ]
2025-09-03T00:00:00
[ [ "Jalocha", "Maciej", "" ], [ "Schmidt", "Johan Hausted", "" ], [ "Michelseen", "William", "" ] ]
2507.13907
Francesco Filippi
F. Filippi, M. Cipriani, S. Mastrostefano, M. Scisci\`o, F. Consoli
Novel techniques of imaging interferometry analysis to study gas and plasma density for laser-plasma experiments
null
null
null
null
physics.plasm-ph physics.data-an physics.optics
http://creativecommons.org/licenses/by/4.0/
Laser-plasma based experiments are always more demanding about the plasma features which need to be generated during the interaction. This is valid for laser-plasma acceleration as well as for inertial confinement fusion experiments. Most of these experiments are moving toward high repetition rate operation regimes, making even more demanding the requests on the plasma sources and the diagnostics to be implemented. Interferometry is one of the most used methods to characterize these sources, since it allows for non-perturbative, single-shot measurements either of the neutral gas or the plasma density. The design of the interferometric setup is non-trivial and needs to be shaped on the actual conditions of the experiment. Similarly, the analysis of the raw data is a complex task, prone to many sources of error and dependent on the manual inputs. In this work, we will present the techniques we are developing for the analysis of the interferograms to measure both the gas and plasma density. We will show the methods, the progress and the problems we encountered in the development of novel routines of analysis based on machine learning. The architectures and the methods to obtain data used for training and testing them will be introduced. The study is ongoing and preliminary results with synthetic data will be presented. The goal is to set up a fast and operator independent diagnostic for the feedback of plasma sources toward high repetition rate experiments.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 13:37:07 GMT" }, { "version": "v2", "created": "Thu, 31 Jul 2025 10:59:44 GMT" }, { "version": "v3", "created": "Tue, 02 Sep 2025 09:53:19 GMT" } ]
2025-09-03T00:00:00
[ [ "Filippi", "F.", "" ], [ "Cipriani", "M.", "" ], [ "Mastrostefano", "S.", "" ], [ "Scisciò", "M.", "" ], [ "Consoli", "F.", "" ] ]
2507.13966
Bhishma Dedhia
Bhishma Dedhia, Yuval Kansal, Niraj K. Jha
Bottom-up Domain-specific Superintelligence: A Reliable Knowledge Graph is What We Need
null
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Language models traditionally used for cross-domain generalization have recently demonstrated task-specific reasoning. However, their top-down training approach on general corpora is insufficient for acquiring abstractions needed for deep domain expertise. This may require a bottom-up approach that acquires expertise by learning to compose simple domain concepts into more complex ones. A knowledge graph (KG) provides this compositional structure, where domain primitives are represented as head-relation-tail edges and their paths encode higher-level concepts. We present a task generation pipeline that synthesizes tasks directly from KG primitives, enabling models to acquire and compose them for reasoning. We fine-tune language models on the resultant KG-grounded curriculum to demonstrate domain-specific superintelligence. While broadly applicable, we validate our approach in medicine, where reliable KGs exist. Using a medical KG, we curate 24,000 reasoning tasks paired with thinking traces derived from diverse medical primitives. We fine-tune the QwQ-32B model on this curriculum to obtain QwQ-Med-3 that takes a step towards medical superintelligence. We also introduce ICD-Bench, an evaluation suite to quantify reasoning abilities across 15 medical domains. Our experiments demonstrate that QwQ-Med-3 significantly outperforms state-of-the-art reasoning models on ICD-Bench categories. Further analysis reveals that QwQ-Med-3 utilizes acquired primitives to widen the performance gap on the hardest tasks of ICD-Bench. Finally, evaluation on medical question-answer benchmarks shows that QwQ-Med-3 transfers acquired expertise to enhance the base model's performance. While the industry's approach to artificial general intelligence (AGI) emphasizes broad expertise, we envision a future in which AGI emerges from the composable interaction of efficient domain-specific superintelligent agents.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 14:30:08 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 20:28:13 GMT" } ]
2025-09-03T00:00:00
[ [ "Dedhia", "Bhishma", "" ], [ "Kansal", "Yuval", "" ], [ "Jha", "Niraj K.", "" ] ]
2507.14051
Zedong Peng
Haihao Lu, Zedong Peng, Jinwen Yang
cuPDLPx: A Further Enhanced GPU-Based First-Order Solver for Linear Programming
null
null
null
null
math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce cuPDLPx, a further enhanced GPU-based first-order solver for linear programming. Building on the recently developed restarted Halpern PDHG for LP, cuPDLPx incorporates a number of new techniques, including a new restart criterion and a PID-controlled primal weight update. These improvements are carefully tailored for GPU architectures and deliver substantial computational gains. Across benchmark datasets, cuPDLPx achieves 2.5x-5x speedups on MIPLIB LP relaxations and 3x-6.8x on Mittelmann's benchmark set, with particularly strong improvements in high-accuracy and presolve-enabled settings. The solver is publicly available at https://github.com/MIT-Lu-Lab/cuPDLPx.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 16:17:20 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 17:28:02 GMT" } ]
2025-09-03T00:00:00
[ [ "Lu", "Haihao", "" ], [ "Peng", "Zedong", "" ], [ "Yang", "Jinwen", "" ] ]
2507.14201
Yiran Wu
Yiran Wu, Mauricio Velazco, Andrew Zhao, Manuel Ra\'ul Mel\'endez Luj\'an, Srisuma Movva, Yogesh K Roy, Quang Nguyen, Roberto Rodriguez, Qingyun Wu, Michael Albada, Julia Kiseleva, Anand Mudgerikar
ExCyTIn-Bench: Evaluating LLM agents on Cyber Threat Investigation
Add code link
null
null
null
cs.CR cs.AI cs.CL
http://creativecommons.org/licenses/by/4.0/
We present ExCyTIn-Bench, the first benchmark to Evaluate an LLM agent x on the task of Cyber Threat Investigation through security questions derived from investigation graphs. Real-world security analysts must sift through a large number of heterogeneous alert signals and security logs, follow multi-hop chains of evidence, and compile an incident report. With the developments of LLMs, building LLM-based agents for automatic thread investigation is a promising direction. To assist the development and evaluation of LLM agents, we construct a dataset from a controlled Azure tenant that covers 8 simulated real-world multi-step attacks, 57 log tables from Microsoft Sentinel and related services, and 589 automatically generated questions. We leverage security logs extracted with expert-crafted detection logic to build threat investigation graphs, and then generate questions with LLMs using paired nodes on the graph, taking the start node as background context and the end node as answer. Anchoring each question to these explicit nodes and edges not only provides automatic, explainable ground truth answers but also makes the pipeline reusable and readily extensible to new logs. This also enables the automatic generation of procedural tasks with verifiable rewards, which can be naturally extended to training agents via reinforcement learning. Our comprehensive experiments with different models confirm the difficulty of the task: with the base setting, the average reward across all evaluated models is 0.249, and the best achieved is 0.368, leaving substantial headroom for future research. Code and data are coming soon!
[ { "version": "v1", "created": "Mon, 14 Jul 2025 17:06:26 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 20:02:00 GMT" } ]
2025-09-03T00:00:00
[ [ "Wu", "Yiran", "" ], [ "Velazco", "Mauricio", "" ], [ "Zhao", "Andrew", "" ], [ "Luján", "Manuel Raúl Meléndez", "" ], [ "Movva", "Srisuma", "" ], [ "Roy", "Yogesh K", "" ], [ "Nguyen", "Quang", "" ], [ "Rodriguez", "Roberto", "" ], [ "Wu", "Qingyun", "" ], [ "Albada", "Michael", "" ], [ "Kiseleva", "Julia", "" ], [ "Mudgerikar", "Anand", "" ] ]
2507.14289
Kaloyan Penev
Kaloyan Penev, Angel Romero, S. Javad Jafarzadeh, Olivier Guyon, Wilfred Gee, Preethi Krishnamoorthy
Tools for High Precision Photometry from Wide-Field Color Images
Accepted for publication in AJ, 9 pages, 5 figures
The Astronomical Journal, Sep 2025, Volume 170, Number 3, page 191
10.3847/1538-3881/adf640
null
astro-ph.IM astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
We present AstroWISP: a collection of image processing tools for source extraction, background determination, point spread function/pixel response function fitting, and aperture photometry. AstroWISP is particularly well-suited for working with detectors featuring a Bayer mask (an array of microfilters applied to each detector pixel to allow color photography), such as consumer DSLR cameras. Such detectors pose significant challenges for existing tools while offering a much cheaper alternative to specialized devices. As a result, consumer DSLR cameras with Bayer masks are often underutilized for precision photometry. \astrowisp{} addresses this limitation in an effort to democratize precision photometry and support broader community participation in research. We demonstrate that our tools produce high-precision photometry from such images, enabling the use of such devices for detecting exoplanet transits. We package our tools for all major operating systems to ensure accessibility for amateur astronomers.
[ { "version": "v1", "created": "Fri, 18 Jul 2025 18:00:49 GMT" }, { "version": "v2", "created": "Wed, 20 Aug 2025 12:25:34 GMT" } ]
2025-09-03T00:00:00
[ [ "Penev", "Kaloyan", "" ], [ "Romero", "Angel", "" ], [ "Jafarzadeh", "S. Javad", "" ], [ "Guyon", "Olivier", "" ], [ "Gee", "Wilfred", "" ], [ "Krishnamoorthy", "Preethi", "" ] ]
2507.14452
Weikang Gu
Weikang Gu, Mingyue Han, Li Xue, Heng Dong, Changcai Yang, Riqing Chen, and Lifang Wei
GPI-Net: Gestalt-Guided Parallel Interaction Network via Orthogonal Geometric Consistency for Robust Point Cloud Registration
9 pages, 4 figures. Accepted to IJCAI 2025
null
null
null
cs.CV cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The accurate identification of high-quality correspondences is a prerequisite task in feature-based point cloud registration. However, it is extremely challenging to handle the fusion of local and global features due to feature redundancy and complex spatial relationships. Given that Gestalt principles provide key advantages in analyzing local and global relationships, we propose a novel Gestalt-guided Parallel Interaction Network via orthogonal geometric consistency (GPI-Net) in this paper. It utilizes Gestalt principles to facilitate complementary communication between local and global information. Specifically, we introduce an orthogonal integration strategy to optimally reduce redundant information and generate a more compact global structure for high-quality correspondences. To capture geometric features in correspondences, we leverage a Gestalt Feature Attention (GFA) block through a hybrid utilization of self-attention and cross-attention mechanisms. Furthermore, to facilitate the integration of local detail information into the global structure, we design an innovative Dual-path Multi-Granularity parallel interaction aggregation (DMG) block to promote information exchange across different granularities. Extensive experiments on various challenging tasks demonstrate the superior performance of our proposed GPI-Net in comparison to existing methods. The code will be released at https://github.com/gwk429/GPI-Net.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 02:56:29 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 14:51:09 GMT" } ]
2025-09-03T00:00:00
[ [ "Gu", "Weikang", "" ], [ "Han", "Mingyue", "" ], [ "Xue", "Li", "" ], [ "Dong", "Heng", "" ], [ "Yang", "Changcai", "" ], [ "Chen", "Riqing", "" ], [ "Wei", "Lifang", "" ] ]
2507.14507
Chen Su
Chen Su, Zhengzhou Cai, Yuanhe Tian, Zhuochao Chang, Zihong Zheng, Yan Song
Diffusion Models for Time Series Forecasting: A Survey
null
null
null
null
stat.ML cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
Diffusion models, initially developed for image synthesis, demonstrate remarkable generative capabilities. Recently, their application has expanded to time series forecasting (TSF), yielding promising results. Existing surveys on time series primarily focus on the application of diffusion models to time series tasks or merely provide model-by-model introductions of diffusion-based TSF models, without establishing a systematic taxonomy for existing diffusion-based TSF models. In this survey, we firstly introduce several standard diffusion models and their prevalent variants, explaining their adaptation to TSF tasks. Then, we provide a comprehensive review of diffusion models for TSF, paying special attention to the sources of conditional information and the mechanisms for integrating this conditioning within the models. In analyzing existing approaches using diffusion models for TSF, we provide a systematic categorization and a comprehensive summary of them in this survey. Furthermore, we examine several foundational diffusion models applied to TSF, alongside commonly used datasets and evaluation metrics. Finally, we discuss the progress and limitations of these approaches, as well as potential future research directions for diffusion-based TSF. Overall, this survey offers a comprehensive overview of recent progress and future prospects for diffusion models in TSF, serving as a valuable reference for researchers in the field.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 07:04:04 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 10:48:07 GMT" } ]
2025-09-03T00:00:00
[ [ "Su", "Chen", "" ], [ "Cai", "Zhengzhou", "" ], [ "Tian", "Yuanhe", "" ], [ "Chang", "Zhuochao", "" ], [ "Zheng", "Zihong", "" ], [ "Song", "Yan", "" ] ]
2507.14534
Yu Zhang
Yu Zhang, Baotong Tian, Zhiyao Duan
Conan: A Chunkwise Online Network for Zero-Shot Adaptive Voice Conversion
Accepted by ASRU 2025
null
null
null
eess.AS cs.CL cs.SD
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Zero-shot online voice conversion (VC) holds significant promise for real-time communications and entertainment. However, current VC models struggle to preserve semantic fidelity under real-time constraints, deliver natural-sounding conversions, and adapt effectively to unseen speaker characteristics. To address these challenges, we introduce Conan, a chunkwise online zero-shot voice conversion model that preserves the content of the source while matching the voice timbre and styles of reference speech. Conan comprises three core components: 1) a Stream Content Extractor that leverages Emformer for low-latency streaming content encoding; 2) an Adaptive Style Encoder that extracts fine-grained stylistic features from reference speech for enhanced style adaptation; 3) a Causal Shuffle Vocoder that implements a fully causal HiFiGAN using a pixel-shuffle mechanism. Experimental evaluations demonstrate that Conan outperforms baseline models in subjective and objective metrics. Audio samples can be found at https://aaronz345.github.io/ConanDemo.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 08:32:07 GMT" }, { "version": "v2", "created": "Wed, 23 Jul 2025 15:54:40 GMT" }, { "version": "v3", "created": "Wed, 30 Jul 2025 19:07:40 GMT" }, { "version": "v4", "created": "Sat, 30 Aug 2025 16:35:05 GMT" } ]
2025-09-03T00:00:00
[ [ "Zhang", "Yu", "" ], [ "Tian", "Baotong", "" ], [ "Duan", "Zhiyao", "" ] ]
2507.14581
Lalit Mohan
Aparajita Dasgupta, Lalit Mohan, Abhilash Tushir
Structurally damped semilinear evolution equation for positive operators on Hilbert space
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this study, we analyze a semilinear damped evolution equation under different damping conditions, including the undamped $(\theta=0)$, effectively damped $(0<2\theta<\sigma)$, critically damped $(2\theta=\sigma)$, and non-effectively damped $(\sigma<2\theta\leq 2\sigma)$. The analysis is conducted in two parts; the present article is devoted to examining decay estimates of solutions to the linear evolution equation governed by a self-adjoint, positive operator $\mathcal{L}$ with discrete spectrum subject to initial Cauchy data of minimal regularity. Specifically, we consider the Cauchy problem: \begin{equation*} \left\{\begin{array}{l} u_{tt}(t)+\mathcal{L}^{\theta}u_{t}(t)+\mathcal{L}^{\sigma}u(t) =0, \quad t>0, u(0)=u_{0}\in\mathcal{H},\quad u_{t}(0)=u_{1}\in\mathcal{H}, \end{array}\right. \end{equation*} in different damping conditions. %More precisely, we study decay estimates for a solution, its time derivative, and space derivative in both cases. Furthermore, we demonstrate that the decay rates of the associated solutions improve with the regularity of the initial Cauchy data. As an application of the decay estimates, we also demonstrate the global existence (in time) of the solution in certain cases, taking into account polynomial-type nonlinearity. In the 2nd article, we will address the remaining instances where global existence cannot be assured and instead present findings on local existence and possible blow-up results.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 11:52:30 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 08:58:10 GMT" } ]
2025-09-03T00:00:00
[ [ "Dasgupta", "Aparajita", "" ], [ "Mohan", "Lalit", "" ], [ "Tushir", "Abhilash", "" ] ]
2507.14676
Fabio Zucca
Daniela Bertacchi, Fabio Zucca
On the critical parameters of branching random walks
18 pages
null
null
null
math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Given a discrete spatial structure $X$, we define continuous-time branching processes that model a population breeding and dying on $X$. These processes are usually called branching random walks. They are characterized by breeding rates $k_{xy}$ (governing the rate at which individuals at $x$ send offspring to $y$), and by a multiplicative speed parameter $\lambda$. These processes also serve as models for epidemic spreading, where $\lambda k_{xy}$ represents the infection rate from $x$ to $y$. Two critical parameters of interest are the global critical parameter $\lambda_w$, related to global survival, and the local critical parameter $\lambda_s$, related to survival within finite sets (with $\lambda_w\le\lambda_s$). In disease control, the primary goal is to lower $\lambda$ so that the process dies out, at least locally. Nevertheless, a process that survives globally can still pose a threat, especially if sudden changes cause global survival to transition into local survival. In fact, local modifications to the rates can affect the values of both critical parameters, making it important to understand when and how they can be increased. Using results on the comparison of extinction probabilities for a single branching random walk across different sets, we extend the analysis to extinction probabilities and critical parameters of pairs of branching random walks whose rates coincide outside a fixed set $A \subseteq X$. We say that two branching random walks are equivalent if their rates coincide everywhere except on a finite subset of $X$. Given an equivalence class of branching random walks, we prove that if one process has $\lambda^*_w \neq \lambda^*_s$, then $\lambda^*_w$ is the maximal possible value of this parameter within the class. We describe the possible configurations for the critical parameters within these equivalence classes.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 16:04:55 GMT" }, { "version": "v2", "created": "Wed, 27 Aug 2025 08:39:23 GMT" }, { "version": "v3", "created": "Sat, 30 Aug 2025 07:10:37 GMT" } ]
2025-09-03T00:00:00
[ [ "Bertacchi", "Daniela", "" ], [ "Zucca", "Fabio", "" ] ]
2507.14707
Jun-Shuo Zhang
Jun-Shuo Zhang, Tian-Cong Wang, Pei Wang, Qin Wu, Di Li, Weiwei Zhu, Bing Zhang, He Gao, Ke-Jia Lee, Jinlin Han, Chao-Wei Tsai, Fayin Wang, Yong-Feng Huang, Yuan-Chuan Zou, Dengke Zhou, Wanjin Lu, Jintao Xie, Jianhua Fang, Jinhuang Cao, Chen-Chen Miao, Yuhao Zhu, Yunchuan Chen, Xiaofeng Cheng, Yinan Ke, Yong-Kun Zhang, Long-Xuan Zhang, Shuo Cao, Shiyan Tian, Zi-Wei Wu, Chunfeng Zhang, Jiarui Niu, Dejiang Zhou, Silu Xu, Bojun Wang, Huaxi Chen, Xiang-Lei Chen, Xianghan Cui, Yi Feng, Erbil G\"ugercino\u{g}lu, Yu-Xiang Huang, Dongming Li, Dong-Zi Li, Ye Li, Lin Lin, Xiaohui Liu, Rui Luo, Jia-Wei Luo, Chen-Hui Niu, Qingyue Qu, Yuanhong Qu, Habtamu Menberu Tedila, Chengjie Wang, Wei-Yang Wang, Yabiao Wang, Yi-Dan Wang, Suming Weng, Yunsheng Wu, Heng Xu, Aiyuan Yang, Yuan-Pei Yang, Shihan Yew, Wenfei Yu, Lei Zhang, Rushuang Zhao
The magnetar model's energy crisis for a prolific repeating fast radio burst source
33 pages, 6 figures, the 1st of papers from the FAST FRB Key Science Project Collaboration on FRB 20240114A: Energy Budget Analysis, under review of Nature Astronomy
null
10.21203/rs.3.rs-7263324/v1
null
astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Fast radio bursts (FRBs) are widely considered to originate from magnetars that power the explosion through releasing magnetic energy. Active repeating FRBs have been seen to produce hundreds of bursts per hour and can stay active for months, thus may provide stringent constraints on the energy budget of FRBs' central engine. Within a time span of 214 days, we detected 11,553 bursts from the hyper-active FRB 20240114A that reached a peak burst rate of 729 hr$^{-1}$. This is the largest burst sample from any single FRB source, exceeding the cumulative total of all published bursts from all known FRBs to date. Assuming typical values of radio efficiency and beaming factor, the estimated total isotropic burst energy of this source exceeds 86% of the dipolar magnetic energy of a typical magnetar. The total released energy from this source exceeds that of other known repeaters by about one and a half orders of magnitude, yielding the most stringent lower limit of $4.7\times10^{32}$ G cm$^3$ for the magnetar's magnetic moment. The source remained active at the end of this observation campaign. Our findings thus require either the FRB's central magnetar engine's possessing exceptionally high emission efficiency or a more powerful compact object than a typical magnetar.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 17:58:06 GMT" }, { "version": "v2", "created": "Sat, 30 Aug 2025 15:24:19 GMT" } ]
2025-09-03T00:00:00
[ [ "Zhang", "Jun-Shuo", "" ], [ "Wang", "Tian-Cong", "" ], [ "Wang", "Pei", "" ], [ "Wu", "Qin", "" ], [ "Li", "Di", "" ], [ "Zhu", "Weiwei", "" ], [ "Zhang", "Bing", "" ], [ "Gao", "He", "" ], [ "Lee", "Ke-Jia", "" ], [ "Han", "Jinlin", "" ], [ "Tsai", "Chao-Wei", "" ], [ "Wang", "Fayin", "" ], [ "Huang", "Yong-Feng", "" ], [ "Zou", "Yuan-Chuan", "" ], [ "Zhou", "Dengke", "" ], [ "Lu", "Wanjin", "" ], [ "Xie", "Jintao", "" ], [ "Fang", "Jianhua", "" ], [ "Cao", "Jinhuang", "" ], [ "Miao", "Chen-Chen", "" ], [ "Zhu", "Yuhao", "" ], [ "Chen", "Yunchuan", "" ], [ "Cheng", "Xiaofeng", "" ], [ "Ke", "Yinan", "" ], [ "Zhang", "Yong-Kun", "" ], [ "Zhang", "Long-Xuan", "" ], [ "Cao", "Shuo", "" ], [ "Tian", "Shiyan", "" ], [ "Wu", "Zi-Wei", "" ], [ "Zhang", "Chunfeng", "" ], [ "Niu", "Jiarui", "" ], [ "Zhou", "Dejiang", "" ], [ "Xu", "Silu", "" ], [ "Wang", "Bojun", "" ], [ "Chen", "Huaxi", "" ], [ "Chen", "Xiang-Lei", "" ], [ "Cui", "Xianghan", "" ], [ "Feng", "Yi", "" ], [ "Gügercinoğlu", "Erbil", "" ], [ "Huang", "Yu-Xiang", "" ], [ "Li", "Dongming", "" ], [ "Li", "Dong-Zi", "" ], [ "Li", "Ye", "" ], [ "Lin", "Lin", "" ], [ "Liu", "Xiaohui", "" ], [ "Luo", "Rui", "" ], [ "Luo", "Jia-Wei", "" ], [ "Niu", "Chen-Hui", "" ], [ "Qu", "Qingyue", "" ], [ "Qu", "Yuanhong", "" ], [ "Tedila", "Habtamu Menberu", "" ], [ "Wang", "Chengjie", "" ], [ "Wang", "Wei-Yang", "" ], [ "Wang", "Yabiao", "" ], [ "Wang", "Yi-Dan", "" ], [ "Weng", "Suming", "" ], [ "Wu", "Yunsheng", "" ], [ "Xu", "Heng", "" ], [ "Yang", "Aiyuan", "" ], [ "Yang", "Yuan-Pei", "" ], [ "Yew", "Shihan", "" ], [ "Yu", "Wenfei", "" ], [ "Zhang", "Lei", "" ], [ "Zhao", "Rushuang", "" ] ]
2507.14709
San\'e Erasmus
San\'e Erasmus and Charalampos Skokos and George Kalosakas
Temperature Dependent Mechanical and Structural Properties of Uniaxially Strained Planar Graphene
20 pages, 11 figures
null
null
null
cond-mat.mtrl-sci cond-mat.mes-hall nlin.CD physics.app-ph physics.comp-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Using molecular dynamics simulations in a planar graphene sheet, we investigate the temperature dependence of its mechanical behavior under uniaxial tensile stress applied either along the armchair or the zigzag direction. Stress-strain curves are calculated for different temperatures and the corresponding dependence of various elastic parameters, like the Young modulus, the third-order elastic modulus, the tensile strength and failure strain, is presented. Fracture stress and strain, as well as the Young modulus, decrease almost linearly with temperature. The distributions of bond lengths and bond angles at different strains and temperatures are also discussed and approximate analytical expressions are presented. The latter describe accurately the numerically obtained distributions.
[ { "version": "v1", "created": "Sat, 19 Jul 2025 18:03:22 GMT" }, { "version": "v2", "created": "Tue, 12 Aug 2025 09:21:47 GMT" }, { "version": "v3", "created": "Tue, 02 Sep 2025 09:58:58 GMT" } ]
2025-09-03T00:00:00
[ [ "Erasmus", "Sané", "" ], [ "Skokos", "Charalampos", "" ], [ "Kalosakas", "George", "" ] ]
2507.14875
Roberta Amato
Roberta Amato, Erwan Quintin, Hugo Tranin, Andr\'es G\'urpide, Natalie Webb, Olivier Godet, Gian Luca Israel, Matteo Imbrogno, Elias Kammoun, Maitrayee Gupta
The population of hyperluminous X-ray sources as seen by XMM-Newton
11 pages, 6 figures; in press on A&A
A&A 701, A7 (2025)
10.1051/0004-6361/202555122
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Ultraluminous and hyperluminous X-ray sources (ULXs and HLXs) are among the brightest astrophysical objects in the X-ray sky. While ULXs most likely host stellar-mass compact objects accreting at super-Eddington rates, HLXs are compelling candidates for accreting intermediate-mass black holes. Our goal is to produce a clean sample of HLXs by removing possible contaminants and characterise the spectral properties of the remaining population. Starting with a set of 115 HLXs detected by XMM-Newton, we identified and removed contaminants (AGNs, X-ray diffuse emission detected as point-like, and tidal disruption event candidates) and retrieved 40 sources for which XMM-Newton spectra are available. We fitted them with an absorbed power law model and determined their unabsorbed luminosities and hardness ratios. We constructed the hardness-luminosity diagram, compared the results with the spectral properties of the HLX prototype, ESO 243-49 HLX-1, and conducted a deeper analysis on a few promising candidates. The resulting HLX population spans a luminosity range from $1\times10^{41}$ erg s$^{-1}$ to nearly $10^{43}$ erg s$^{-1}$ and is homogeneously spread in hardness between 0.5 and 5. Half of the population has hardness ratios higher than a typical AGN, and could be considered the extension of the ULX population at higher energies. We found four very soft outliers, which are characterised by steep power law spectra and no X-ray emission above 1$-$2 keV, similarly to ESO 243-49 HLX-1. Those with multi-epoch archival data show changes in luminosity up to almost two orders of magnitudes. We show that sources currently identified as HLXs can be more diverse than ULXs and disentangling between different types of objects is not trivial with currently available data. New observations would be beneficial to expand the current sample and uncover the true nature of many objects of this class.
[ { "version": "v1", "created": "Sun, 20 Jul 2025 09:18:27 GMT" } ]
2025-09-03T00:00:00
[ [ "Amato", "Roberta", "" ], [ "Quintin", "Erwan", "" ], [ "Tranin", "Hugo", "" ], [ "Gúrpide", "Andrés", "" ], [ "Webb", "Natalie", "" ], [ "Godet", "Olivier", "" ], [ "Israel", "Gian Luca", "" ], [ "Imbrogno", "Matteo", "" ], [ "Kammoun", "Elias", "" ], [ "Gupta", "Maitrayee", "" ] ]
2507.14983
Adam Yassin Jaziri
A. Y. Jaziri, O. Sohier, O. Venot and N. Carrasco
Unraveling the non-equilibrium chemistry of the temperate sub-Neptune K2-18 b
null
A&A 701, A33 (2025)
10.1051/0004-6361/202555496
null
astro-ph.EP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The search for habitable, Earth-like exoplanets faces major observational challenges due to their small size and faint signals. M-dwarf stars offer a promising avenue to detect and study smaller planets, especially sub-Neptunes-among the most common exoplanet types. K2-18 b, a temperate sub-Neptune in an M-dwarf habitable zone, has been observed with HST and JWST, revealing an H2-rich atmosphere with CH4 and possible CO2. Conflicting interpretations highlight the importance of non-equilibrium chemistry, which is critical for constraining atmospheric parameters like metallicity, C/O ratio, and vertical mixing (Kzz). This study explores the parameter space of metallicity, C/O ratio, and Kzz for K2-18 b using the non-equilibrium chemistry model FRECKLL and JWST data. We generated spectra from a 3D grid of models and compared them to observations to refine atmospheric constraints. A fixed pressure-temperature profile was used to capture first-order chemical trends, acknowledging some uncertainties. Our best-fit model favors high metallicity (266^{+291}_{-104} at 2 sigma) and high C/O ratio (C/O > 2.1 at 2 sigma). CH4 is robustly detected (log10[CH4] = -0.3^{+0.1}_{-1.7} at 1 mbar), while CO2 remains uncertain due to spectral noise. Kzz has no clear impact on the fit and remains unconstrained. Non-equilibrium models outperform flat spectra at > 4 sigma confidence, confirming atmospheric features. Minor species, such as H2O and NH3, may be present but are likely masked by dominant absorbers. Our results highlight the limits of constant-abundance retrievals. The atmosphere has a high C/O ratio suggesting possible aerosol formation. Better constraints require higher-precision data. Future JWST NIRSpec G395H and ELT/ANDES observations will be critical for probing habitability and refining models.
[ { "version": "v1", "created": "Sun, 20 Jul 2025 14:39:00 GMT" } ]
2025-09-03T00:00:00
[ [ "Jaziri", "A. Y.", "" ], [ "Sohier", "O.", "" ], [ "Venot", "O.", "" ], [ "Carrasco", "N.", "" ] ]
2507.14992
Jialong Li
Jialong Li, Zhiyong Yu, Wanying Yue
Indefinite Linear-Quadratic Optimal Control Problems of Backward Stochastic Differential Equations with Partial Information
null
null
null
null
math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper is concerned with a kind of linear-quadratic (LQ) optimal control problem of backward stochastic differential equation (BSDE) with partial information. The cost functional includes cross terms between the state and control, and the weighting matrices are allowed to be indefinite. Through variational methods and stochastic filtering techniques, we derive the necessary and sufficient conditions for the optimal control, where a Hamiltonian system plays a crucial role. Moreover, to construct the optimal control, we introduce a matrix-valued differential equation and a BSDE with filtering, and establish their solvability under the assumption that the cost functional is uniformly convex. Finally, we present explicit forms of the optimal control and value function.
[ { "version": "v1", "created": "Sun, 20 Jul 2025 14:51:40 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 11:01:46 GMT" } ]
2025-09-03T00:00:00
[ [ "Li", "Jialong", "" ], [ "Yu", "Zhiyong", "" ], [ "Yue", "Wanying", "" ] ]
2507.15114
Chathuri Jayaweera
Chathuri Jayaweera, Bonnie J. Dorr
From Disagreement to Understanding: The Case for Ambiguity Detection in NLI
Accepted at Workshop on Perspectivist Approaches to NLP (NLPerspectives), EMNLP 2025, 10 pages, 7 figures
null
null
null
cs.CL
http://creativecommons.org/licenses/by-sa/4.0/
This position paper argues that annotation disagreement in Natural Language Inference (NLI) is not mere noise but often reflects meaningful variation, especially when triggered by ambiguity in the premise or hypothesis. While underspecified guidelines and annotator behavior contribute to variation, content-based ambiguity provides a process-independent signal of divergent human perspectives. We call for a shift toward ambiguity-aware NLI that first identifies ambiguous input pairs, classifies their types, and only then proceeds to inference. To support this shift, we present a framework that incorporates ambiguity detection and classification prior to inference. We also introduce a unified taxonomy that synthesizes existing taxonomies, illustrates key subtypes with examples, and motivates targeted detection methods that better align models with human interpretation. Although current resources lack datasets explicitly annotated for ambiguity and subtypes, this gap presents an opportunity: by developing new annotated resources and exploring unsupervised approaches to ambiguity detection, we enable more robust, explainable, and human-aligned NLI systems.
[ { "version": "v1", "created": "Sun, 20 Jul 2025 20:27:35 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 01:20:38 GMT" } ]
2025-09-03T00:00:00
[ [ "Jayaweera", "Chathuri", "" ], [ "Dorr", "Bonnie J.", "" ] ]
2507.15420
Robert David
Robert David, Albin Ahmeti, Geni Bushati, Amar Tauqeer, Anna Fensel
A SHACL-based Data Consistency Solution for Contract Compliance Verification (Extended Paper)
Extended version of the short paper published at OPAL workshop (ESWC 2025 Workshops and Tutorials Joint Proceedings). See https://ceur-ws.org/Vol-3977/OPAL2025-1.pdf
null
null
null
cs.LO
http://creativecommons.org/licenses/by/4.0/
In recent years, there have been many developments for GDPR-compliant data access and sharing based on consent. For more complex data sharing scenarios, where consent might not be sufficient, many parties rely on contracts. Before a contract is signed, it must undergo the process of contract negotiation within the contract lifecycle, which consists of negotiating the obligations associated with the contract. Contract compliance verification (CCV) provides a means to verify whether a contract is GDPR-compliant, i.e., adheres to legal obligations and there are no violations. The rise of knowledge graph (KG) adoption, enabling semantic interoperability using well-defined semantics, allows CCV to be applied on KGs. In the scenario of different participants negotiating obligations, there is a need for data consistency to ensure that CCV is done correctly. Recent work introduced the automated contracting tool (ACT), a KG-based and ODRL-employing tool for GDPR CCV, which was developed in the Horizon 2020 project smashHit (https://smashhit.eu). Although the tool reports violations with respect to obligations, it had limitations in verifying and ensuring compliance, as it did not use an interoperable semantic formalism, such as SHACL, and did not support users in resolving data inconsistencies. In this work, we propose a novel approach to overcome these limitations of ACT. We semi-automatically resolve CCV inconsistencies by providing repair strategies, which automatically propose (optimal) solutions to the user to re-establish data consistency and thereby support them in managing GDPR-compliant contract lifecycle data. We have implemented the approach, integrated it into ACT and tested its correctness and performance against basic CCV consistency requirements.
[ { "version": "v1", "created": "Mon, 21 Jul 2025 09:21:42 GMT" }, { "version": "v2", "created": "Tue, 22 Jul 2025 08:55:53 GMT" }, { "version": "v3", "created": "Mon, 18 Aug 2025 09:31:47 GMT" }, { "version": "v4", "created": "Tue, 02 Sep 2025 17:10:06 GMT" } ]
2025-09-03T00:00:00
[ [ "David", "Robert", "" ], [ "Ahmeti", "Albin", "" ], [ "Bushati", "Geni", "" ], [ "Tauqeer", "Amar", "" ], [ "Fensel", "Anna", "" ] ]
2507.15943
Filippo Fecit
Fiorenzo Bastianelli, Filippo Fecit and Alessandro Miccich\`e
Pair production of massive charged vector bosons from the worldline
33 pages. Updated version accepted for publication: typos corrected and additional references included
null
null
null
hep-th hep-ph
http://creativecommons.org/licenses/by/4.0/
We investigate a worldline formulation for a massive spin-1 particle interacting with an electromagnetic background. Two first-quantized descriptions of the spin degrees of freedom are considered: one based on bosonic oscillators and the other on fermionic oscillators. Focusing initially on the bosonic model -- which can accommodate particles of arbitrary integer spin -- we review how quantization in the spin-1 sector, performed both via Dirac's method and BRST quantization, reproduces the free Proca field theory. We then introduce coupling to an external electromagnetic field and demonstrate that Maxwell's equations for the background emerge as a consistency condition for the nilpotency of the BRST charge on the spin-1 sector. Encouraged by this result, which proves the viability of the particle model, we proceed to construct a path integral quantization of the worldline action for the charged spin-1 particle on the circle. This yields the one-loop effective Lagrangian for a constant electromagnetic field induced by a massive charged vector boson. As expected, the result reveals a vacuum instability, which we quantify by deriving the pair production rate for the vector bosons, recovering previous results obtained in quantum field theory. For comparison, we repeat the analysis using the standard $\mathcal{N}=2$ spinning particle model, which contains fermionic worldline degrees of freedom, finding identical results. Finally, we comment on possible extensions of the worldline models to include effective interactions and briefly explore their implications for pair production.
[ { "version": "v1", "created": "Mon, 21 Jul 2025 18:00:05 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 07:24:52 GMT" } ]
2025-09-03T00:00:00
[ [ "Bastianelli", "Fiorenzo", "" ], [ "Fecit", "Filippo", "" ], [ "Miccichè", "Alessandro", "" ] ]
2507.16124
Shirley Zhang
Dakota Sullivan, Shirley Zhang, Jennica Li, Heather Kirkorian, Bilge Mutlu, Kassem Fawaz
Benchmarking LLM Privacy Recognition for Social Robot Decision Making
18 pages, 7 figures. Dakota Sullivan and Shirley Zhang contributed equally to this work
null
null
null
cs.RO cs.AI
http://creativecommons.org/licenses/by-nc-nd/4.0/
While robots have previously utilized rule-based systems or probabilistic models for user interaction, the rapid evolution of large language models (LLMs) presents new opportunities to develop LLM-powered robots for enhanced human-robot interaction (HRI). To fully realize these capabilities, however, robots need to collect data such as audio, fine-grained images, video, and locations. As a result, LLMs often process sensitive personal information, particularly within private environments, such as homes. Given the tension between utility and privacy risks, evaluating how current LLMs manage sensitive data is critical. Specifically, we aim to explore the extent to which out-of-the-box LLMs are privacy-aware in the context of household robots. In this work, we present a set of privacy-relevant scenarios developed using the Contextual Integrity (CI) framework. We first surveyed users' privacy preferences regarding in-home robot behaviors and then examined how their privacy orientations affected their choices of these behaviors (N = 450). We then provided the same set of scenarios and questions to state-of-the-art LLMs (N = 10) and found that the agreement between humans and LLMs was generally low. To further investigate the capabilities of LLMs as potential privacy controllers, we implemented four additional prompting strategies and compared their results. We discuss the performance of the evaluated models as well as the implications and potential of AI privacy awareness in human-robot interaction.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 00:36:59 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 23:52:31 GMT" } ]
2025-09-03T00:00:00
[ [ "Sullivan", "Dakota", "" ], [ "Zhang", "Shirley", "" ], [ "Li", "Jennica", "" ], [ "Kirkorian", "Heather", "" ], [ "Mutlu", "Bilge", "" ], [ "Fawaz", "Kassem", "" ] ]
2507.16217
Shahriar Golchin
Shahriar Golchin, Yanfei Chen, Rujun Han, Manan Gandhi, Tianli Yu, Swaroop Mishra, Mihai Surdeanu, Rishabh Agarwal, Chen-Yu Lee, Tomas Pfister
Towards Compute-Optimal Many-Shot In-Context Learning
Final version; accepted at COLM 2025
null
null
null
cs.CL cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
Long-context large language models (LLMs) are able to process inputs containing up to several million tokens. In the scope of in-context learning (ICL), this translates into using hundreds/thousands of demonstrations in the input prompt, enabling many-shot ICL. In practice, a fixed set of demonstrations is often selected at random in many-shot settings due to (1) high inference costs, (2) the benefits of caching and reusing computations, and (3) the similar performance offered by this strategy compared to others when scaled. In this work, we propose two straightforward strategies for demonstration selection in many-shot ICL that improve performance with minimal computational overhead. Our first method combines a small number of demonstrations, selected based on their similarity to each test sample, with a disproportionately larger set of random demonstrations that are cached. The second strategy improves the first by replacing random demonstrations with those selected using centroids derived from test sample representations via k-means clustering. Our experiments with Gemini Pro and Flash across several datasets indicate that our strategies consistently outperform random selection and surpass or match the most performant selection approach while supporting caching and reducing inference cost by up to an order of magnitude. We also show that adjusting the proportion of demonstrations selected based on different criteria can balance performance and inference cost in many-shot ICL.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 04:21:03 GMT" }, { "version": "v2", "created": "Fri, 29 Aug 2025 18:45:22 GMT" } ]
2025-09-03T00:00:00
[ [ "Golchin", "Shahriar", "" ], [ "Chen", "Yanfei", "" ], [ "Han", "Rujun", "" ], [ "Gandhi", "Manan", "" ], [ "Yu", "Tianli", "" ], [ "Mishra", "Swaroop", "" ], [ "Surdeanu", "Mihai", "" ], [ "Agarwal", "Rishabh", "" ], [ "Lee", "Chen-Yu", "" ], [ "Pfister", "Tomas", "" ] ]
2507.16440
Caspar Kaiser
Caspar Kaiser, Anthony Lepinteur
Measuring the Unmeasurable? Systematic Evidence on Scale Transformations in Subjective Survey Data
null
null
null
null
econ.GN q-fin.EC
http://creativecommons.org/licenses/by/4.0/
Ordered response scales are ubiquitous in economics, but their interpretation rests on an untested assumption: that numerical labels reflect equal psychological intervals. The contribution of this paper is to provide a systematic assessment of this linearity assumption, developing a general framework to quantify how easily empirical results can be overturned when it is relaxed. Using original experimental data, we show that respondents use survey scales in ways that deviate from linearity, but only mildly so. Focusing on wellbeing research, we then replicate 40,000+ coefficient estimates across more than 80 papers published in top economics journals. Coefficient signs are remarkably robust to the mild departures from linear scale-use we document experimentally. However, estimates of relative effect sizes, which are crucial for policy applications, are unreliable even under these modest non-linearities.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 10:34:57 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 15:39:47 GMT" } ]
2025-09-03T00:00:00
[ [ "Kaiser", "Caspar", "" ], [ "Lepinteur", "Anthony", "" ] ]
2507.16449
Edin Husidic
Edin Husidic, Nicolas Wijsen, Immanuel Christopher Jebaraj, Angelos Vourlidas, Luis Linan, Rami Vainio, Stefaan Poedts
Modelling gyrosynchrotron emission from coronal energetic electrons in a CME flux rope
15 pages, 9 figures, 3 tables
A&A 701, A53 (2025)
10.1051/0004-6361/202555534
null
astro-ph.SR physics.comp-ph physics.space-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Solar flares and coronal mass ejections (CMEs) can accelerate electrons, causing bursts such as type IV emissions in the solar radio continuum. Although radio spectroscopy is a powerful diagnostic tool for the corona, the origin and mechanisms of type IV bursts remain uncertain. In situ measurements can occasionally shed some light on these mechanisms, but they are limited in space and time. Sophisticated numerical modelling offers the best approach to improve our understanding of the physical processes involved. This research examines type IV radio bursts, exploring the effects of various electron distribution properties and CMEs on their generation and characteristics. To transcend idealised assumptions, we employ realistic, anisotropic electron distributions - obtained from particle transport simulations within complex magnetohydrodynamic (MHD) environments - as input for radio emission models. We use the 3D MHD model COCONUT to generate coronal background configurations, including a CME modelled as a modified Titov-D\'{e}moulin magnetic flux rope (MFR). These MHD simulations are used by the PARADISE particle transport code, which injects energetic electrons into the MFR and tracks their evolution. Finally, we feed the electron distributions and solar wind parameters into the Ultimate Fast Gyrosynchrotron (GS) Codes to compute radio emission along lines of sight. Electrons injected close to the MFR's central axis remain largely confined, producing a GS emission spectrum resembling observed type IV characteristics. Varying observer positions, CME properties, and spectral indices of the electron energy distributions modify the intensities and durations of the observed bursts. The strongest GS emission is observed to originate from the CME flanks. Our results indicate that GS emission is the major component in type IV spectra, although additional contributors cannot be ruled out.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 10:50:20 GMT" } ]
2025-09-03T00:00:00
[ [ "Husidic", "Edin", "" ], [ "Wijsen", "Nicolas", "" ], [ "Jebaraj", "Immanuel Christopher", "" ], [ "Vourlidas", "Angelos", "" ], [ "Linan", "Luis", "" ], [ "Vainio", "Rami", "" ], [ "Poedts", "Stefaan", "" ] ]
2507.16558
Tsuyoshi Okubo
Tsuyoshi Okubo, Joji Nasu, Takahiro Misawa, Yukitoshi Motome
Thermal Hall transport in Kitaev spin liquids
26 pages, 26 figures
null
null
null
cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the thermal Hall conductivity in the Kitaev model with additional interactions under a magnetic field, employing a finite-temperature tensor network method benchmarked by a thermal pure quantum state technique. We find that the thermal Hall conductivity divided by temperature, $\kappa_{xy}/T$, significantly overshoots the value of the half-integer quantization and exhibits a pronounced hump while decreasing temperature. Moreover, we show that the field-direction dependence of $\kappa_{xy}/T$ is consistent with the sign of the Chern number associated with the Majorana fermions across a wide range of magnetic fields. We also demonstrate that the additional off-diagonal interactions, known as the $\Gamma$ and $\Gamma^{\prime}$ terms, considerably affect $\kappa_{xy}/T$. In particular, we show that positive $\Gamma$ and negative $\Gamma^{\prime}$ lead to a remarkable enhancement in the intermediate temperature region. From the comparison with the classical counterpart, we reveal that the effects of the $\Gamma$ term go beyond the classical picture, indicating significant quantum fluctuation effects, while those of the $\Gamma^\prime$ term are well captured at the classical level. These comprehensive analyses indicate that the enhanced thermal Hall response is consistently explained by dominant contributions from topological Majorana fermions, even within the polarized regime beyond the critical field. Our approach not only establishes a robust theoretical framework for understanding the thermal Hall transport in Kitaev materials such as $\alpha$-RuCl$_{3}$, but also offers a promising pathway to bridge the gap between theories and experiments across a wide range of strongly correlated materials.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 13:10:23 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 12:19:09 GMT" } ]
2025-09-03T00:00:00
[ [ "Okubo", "Tsuyoshi", "" ], [ "Nasu", "Joji", "" ], [ "Misawa", "Takahiro", "" ], [ "Motome", "Yukitoshi", "" ] ]
2507.16691
Robert Strawderman
Benjamin R. Baer and Ashkan Ertefaie and Robert L. Strawderman
On Causal Inference for the Survivor Function
null
null
null
null
stat.ME
http://creativecommons.org/licenses/by/4.0/
In this expository paper, we consider the problem of causal inference and efficient estimation for the counterfactual survivor function. This problem has previously been considered in the literature in several papers, each relying on the imposition of conditions meant to identify the desired estimand from the observed data. These conditions, generally referred to as either implying or satisfying coarsening at random, are inconsistently imposed across this literature and, in all cases, fail to imply coarsening at random. We establish the first general characterization of coarsening at random, and also sequential coarsening at random, for this estimation problem. Other contributions include the first general characterization of the set of all influence functions for the counterfactual survival probability under sequential coarsening at random, and the corresponding nonparametric efficient influence function. These characterizations are general in that neither impose continuity assumptions on either the underlying failure or censoring time distributions. We further show how the latter compares to alternative forms recently derived in the literature, including establishing the pointwise equivalence of the influence functions for our nonparametric efficient estimator and that recently given in Westling et al (2024, Journal of the American Statistical Association).
[ { "version": "v1", "created": "Tue, 22 Jul 2025 15:25:19 GMT" }, { "version": "v2", "created": "Fri, 29 Aug 2025 19:13:40 GMT" } ]
2025-09-03T00:00:00
[ [ "Baer", "Benjamin R.", "" ], [ "Ertefaie", "Ashkan", "" ], [ "Strawderman", "Robert L.", "" ] ]
2507.17187
Shuo Zhang
Zhicheng Du, Wei Tang, Zihe Wang, Shuo Zhang
Optimal Calibrated Signaling in Digital Auctions
56 pages, 5 figures
null
null
null
cs.GT cs.IR econ.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In digital advertising, online platforms allocate ad impressions through real-time auctions, where advertisers typically rely on autobidding agents to optimize bids on their behalf. Unlike traditional auctions for physical goods, the value of an ad impression is uncertain and depends on the unknown click-through rate (CTR). While platforms can estimate CTRs more accurately using proprietary machine learning algorithms, these estimates/algorithms remain opaque to advertisers. This information asymmetry naturally raises the following questions: how can platforms disclose information in a way that is both credible and revenue-optimal? We address these questions through calibrated signaling, where each prior-free bidder receives a private signal that truthfully reflects the conditional expected CTR of the ad impression. Such signals are trustworthy and allow bidders to form unbiased value estimates, even without access to the platform's internal algorithms. We study the design of platform-optimal calibrated signaling in the context of second-price auction. Our first main result fully characterizes the structure of the optimal calibrated signaling, which can also be computed efficiently. We show that this signaling can extract the full surplus -- or even exceed it -- depending on a specific market condition. Our second main result is an FPTAS for computing an approximately optimal calibrated signaling that satisfies an IR condition. Our main technical contributions are: a reformulation of the platform's problem as a two-stage optimization problem that involves optimal transport subject to calibration feasibility constraints on the bidders' marginal bid distributions; and a novel correlation plan that constructs the optimal distribution over second-highest bids.
[ { "version": "v1", "created": "Wed, 23 Jul 2025 04:22:22 GMT" } ]
2025-09-03T00:00:00
[ [ "Du", "Zhicheng", "" ], [ "Tang", "Wei", "" ], [ "Wang", "Zihe", "" ], [ "Zhang", "Shuo", "" ] ]
2507.17376
Tianshu Ruan
Tianshu Ruan, Aniketh Ramesh, Rustam Stolkin and Manolis Chiou
An Exploratory Study on Human-Robot Interaction using Semantics-based Situational Awareness
null
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we investigate the impact of high-level semantics (evaluation of the environment) on Human-Robot Teams (HRT) and Human-Robot Interaction (HRI) in the context of mobile robot deployments. Although semantics has been widely researched in AI, how high-level semantics can benefit the HRT paradigm is underexplored, often fuzzy, and intractable. We applied a semantics-based framework that could reveal different indicators of the environment (i.e. how much semantic information exists) in a mock-up disaster response mission. In such missions, semantics are crucial as the HRT should handle complex situations and respond quickly with correct decisions, where humans might have a high workload and stress. Especially when human operators need to shift their attention between robots and other tasks, they will struggle to build Situational Awareness (SA) quickly. The experiment suggests that the presented semantics: 1) alleviate the perceived workload of human operators; 2) increase the operator's trust in the SA; and 3) help to reduce the reaction time in switching the level of autonomy when needed. Additionally, we find that participants with higher trust in the system are encouraged by high-level semantics to use teleoperation mode more.
[ { "version": "v1", "created": "Wed, 23 Jul 2025 10:19:22 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 14:33:10 GMT" } ]
2025-09-03T00:00:00
[ [ "Ruan", "Tianshu", "" ], [ "Ramesh", "Aniketh", "" ], [ "Stolkin", "Rustam", "" ], [ "Chiou", "Manolis", "" ] ]
2507.17622
Kirsty Feijen Dr
K. Feijen, R. Terrier, B. Kh\'elifi, A. Sinha, A. Donath, A. Mitchell, Q. Remy
Energy-dependent gamma-ray morphology estimation tool in Gammapy
A&A, 701, A4 (2025). 10 pages, 10 figures
A&A 701, A4 (2025)
10.1051/0004-6361/202555208
null
astro-ph.HE
http://creativecommons.org/licenses/by-nc-sa/4.0/
An understanding of the energy dependence of gamma-ray sources can yield important information on the underlying emission mechanisms. However, despite the detection of energy-dependent morphologies in many TeV sources, we lack a proper quantification of such measurements. We introduce an estimation tool within the Gammapy landscape, an open-source Python package for the analysis of gamma-ray data, for quantifying the energy-dependent morphology of a gamma-ray source. The proposed method fits the spatial morphology in a global fit across all energy slices (null hypothesis) and compares this to separate fits for each energy slice (alternative hypothesis). These are modelled using forward-folding methods, and the significance of the variability is quantified by comparing the test statistics of the two hypotheses. We present a general tool for probing changes in the spatial morphology with energy, employing a full forward-folding approach with a 3D likelihood. We present its usage on a real dataset from H.E.S.S. and on a simulated dataset to quantify the significance of the energy dependence for sources of different sizes. In the first example, which utilises a subset of data from HESSJ1825-137, we observe extended emission at lower energies that becomes more compact at higher energies. The tool indicates a very significant variability (9.8{\sigma}) in the case of the largely extended emission. In the second example, a source with a smaller extent (~0.1{\deg}), simulated using the CTAO response, shows the tool can still provide a statistically significant variation (9.7{\sigma}) on small scales.
[ { "version": "v1", "created": "Wed, 23 Jul 2025 15:52:50 GMT" }, { "version": "v2", "created": "Thu, 24 Jul 2025 08:39:20 GMT" }, { "version": "v3", "created": "Tue, 29 Jul 2025 15:56:29 GMT" }, { "version": "v4", "created": "Mon, 01 Sep 2025 09:16:05 GMT" } ]
2025-09-03T00:00:00
[ [ "Feijen", "K.", "" ], [ "Terrier", "R.", "" ], [ "Khélifi", "B.", "" ], [ "Sinha", "A.", "" ], [ "Donath", "A.", "" ], [ "Mitchell", "A.", "" ], [ "Remy", "Q.", "" ] ]
2507.18150
Shiny Choudhury
Shiny Choudhury, Michael Davidson, George Tynan
Physics-Informed Unit Commitment Framework for Nuclear Reactors
10 pages, Code: https://github.com/shinychoudhury/physics-informed-nuclear-reactor-unit-commitment-algorithm
null
null
null
eess.SY cs.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Nuclear reactors are often modeled as inflexible baseload generators with fixed downtimes and restrictive ramping constraints. In practice, however, a reactor's operational flexibility is closely tied to its fuel cycle and associated reactivity margin. A key physical constraint for power maneuverability is xenon poisoning, caused from the transient buildup of neutron-absorbing xenon following a power reduction. This transient can delay or prevent subsequent power ramp-up due to suppressed core reactivity. Additionally, if a reactor is shutdown during periods of low reactivity, restart times can vary significantly, leading to prolonged downtimes. This work introduces a physics-informed modeling framework that embeds fuel cycle dynamics within a unit commitment (UC) formulation. The framework tracks reactivity margin, dynamically enforces xenon induced constraints, and endogenously schedules refueling outages based on core conditions. By capturing intracycle reactivity evolution, the model enables operation dependent nuclear dispatch that reflects both techno-economic requirements and irreducible nuclear physics limits. Application to a representative reactor fleet shows that flexible operation can slow reactivity degradation and extend fuel cycles. Results further demonstrate that different operational modes substantially affect VRE utilization, curtailment, and nuclear fleet capacity factors. These findings highlight the importance of fuel cycle aware flexibility modeling for accurate reactor scheduling and integration of nuclear power into energy system models.
[ { "version": "v1", "created": "Thu, 24 Jul 2025 07:32:38 GMT" }, { "version": "v2", "created": "Sat, 30 Aug 2025 20:32:23 GMT" } ]
2025-09-03T00:00:00
[ [ "Choudhury", "Shiny", "" ], [ "Davidson", "Michael", "" ], [ "Tynan", "George", "" ] ]
2507.18154
Akio Kawauchi
Akio Kawauchi
Ribbonness on boundary surface-link
Minor corrections and updated references
null
null
null
math.GT
http://creativecommons.org/licenses/by/4.0/
It is shown that a boundary surface-link in the 4-sphere is a ribbon surface-link if the surface-knot obtained from it by surgery along a pairwise nontrivial 1-handle system is a ribbon surface-link. As a corollary, the surface-knot obtained from the anti-parallel surface-link of a non-ribbon surface-knot by surgery along a nontrivial fusion 1-handle is a non-ribbon surface-knot. This result answers Cochran's conjecture on non-ribbon sphere-knots in the affirmative.
[ { "version": "v1", "created": "Thu, 24 Jul 2025 07:40:35 GMT" }, { "version": "v2", "created": "Fri, 29 Aug 2025 21:59:42 GMT" } ]
2025-09-03T00:00:00
[ [ "Kawauchi", "Akio", "" ] ]
2507.18413
Andrea Formisano
Enrico Santi and Fabio Tardivo and Agostino Dovier and Andrea Formisano
GPU Accelerated Compact-Table Propagation
Under consideration in Theory and Practice of Logic Programming (TPLP)
null
10.1017/S1471068425100197
null
cs.AI
http://creativecommons.org/licenses/by/4.0/
Constraint Programming developed within Logic Programming in the Eighties; nowadays all Prolog systems encompass modules capable of handling constraint programming on finite domains demanding their solution to a constraint solver. This work focuses on a specific form of constraint, the so-called table constraint, used to specify conditions on the values of variables as an enumeration of alternative options. Since every condition on a set of finite domain variables can be ultimately expressed as a finite set of cases, Table can, in principle, simulate any other constraint. These characteristics make Table one of the most studied constraints ever, leading to a series of increasingly efficient propagation algorithms. Despite this, it is not uncommon to encounter real-world problems with hundreds or thousands of valid cases that are simply too many to be handled effectively with standard CPU-based approaches. In this paper, we deal with the Compact-Table (CT) algorithm, the state-of-the-art propagation algorithms for Table. We describe how CT can be enhanced by exploiting the massive computational power offered by modern GPUs to handle large Table constraints. In particular, we report on the design and implementation of GPU-accelerated CT, on its integration into an existing constraint solver, and on an experimental validation performed on a significant set of instances.
[ { "version": "v1", "created": "Thu, 24 Jul 2025 13:53:49 GMT" } ]
2025-09-03T00:00:00
[ [ "Santi", "Enrico", "" ], [ "Tardivo", "Fabio", "" ], [ "Dovier", "Agostino", "" ], [ "Formisano", "Andrea", "" ] ]
2507.18610
Georgios Varnavides
Georgios Varnavides, Julie Marie Bekkevold, Stephanie M Ribet, Mary C Scott, Lewys Jones, Colin Ophus
Relaxing Direct Ptychography Sampling Requirements via Parallax Imaging Insights
10 pages, 7 figures, 2 tables, 1 pseudocode
null
null
null
physics.optics cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Direct ptychography enables the retrieval of information encoded in the phase of an electron wave passing through a thin sample by deconvolving the interference effects of a converged probe with known aberrations. Under the weak phase object approximation, this permits the optimal transfer of information using non-iterative techniques. However, the achievable resolution of the technique is traditionally limited by the probe step size -- setting stringent Nyquist sampling requirements. At the same time, parallax imaging has emerged as a dose-efficient phase-retrieval technique which relaxes sampling requirements and enables scan-upsampling. Here, we formulate parallax imaging as a quadratic approximation to part of the direct ptychography kernel and use this insight to enable upsampling in direct ptychography. We validate our analytical results numerically using simulated and experimental reconstructions.
[ { "version": "v1", "created": "Thu, 24 Jul 2025 17:47:00 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 09:46:08 GMT" } ]
2025-09-03T00:00:00
[ [ "Varnavides", "Georgios", "" ], [ "Bekkevold", "Julie Marie", "" ], [ "Ribet", "Stephanie M", "" ], [ "Scott", "Mary C", "" ], [ "Jones", "Lewys", "" ], [ "Ophus", "Colin", "" ] ]
2507.18655
James Dickens
James Dickens, Kamyar Hamad
Part Segmentation of Human Meshes via Multi-View Human Parsing
null
null
null
null
cs.CV eess.IV
http://creativecommons.org/licenses/by/4.0/
Recent advances in point cloud deep learning have led to models that achieve high per-part labeling accuracy on large-scale point clouds, using only the raw geometry of unordered point sets. In parallel, the field of human parsing focuses on predicting body part and clothing/accessory labels from images. This work aims to bridge these two domains by enabling per-vertex semantic segmentation of large-scale human meshes. To achieve this, a pseudo-ground truth labeling pipeline is developed for the Thuman2.1 dataset: meshes are first aligned to a canonical pose, segmented from multiple viewpoints, and the resulting point-level labels are then backprojected onto the original mesh to produce per-point pseudo ground truth annotations. Subsequently, a novel, memory-efficient sampling strategy is introduced, a windowed iterative farthest point sampling (FPS) with space-filling curve-based serialization to effectively downsample the point clouds. This is followed by a purely geometric segmentation using PointTransformer, enabling semantic parsing of human meshes without relying on texture information. Experimental results confirm the effectiveness and accuracy of the proposed approach. Project code and pre-processed data is available at https://github.com/JamesMcCullochDickens/Human3DParsing/tree/master.
[ { "version": "v1", "created": "Tue, 22 Jul 2025 19:42:34 GMT" }, { "version": "v2", "created": "Mon, 28 Jul 2025 01:06:32 GMT" }, { "version": "v3", "created": "Thu, 14 Aug 2025 21:22:32 GMT" }, { "version": "v4", "created": "Sat, 30 Aug 2025 18:49:41 GMT" } ]
2025-09-03T00:00:00
[ [ "Dickens", "James", "" ], [ "Hamad", "Kamyar", "" ] ]
2507.18734
R\'emi Dupuy
R\'emi Dupuy, Francis Penent, Bastien Lutet-Toti, Vincent Duval, J\'erome Palaudoux, and Denis C\'eolin
Post-collision interaction in the liquid phase: the role of electron scattering
Accepted in Phys. Rev. A
Phys. Rev. A 112, 022824, 2025
10.1103/w8nr-cmw1
null
physics.chem-ph physics.atom-ph
http://creativecommons.org/licenses/by-sa/4.0/
We report a detailed study of post-collision interaction (PCI) in a liquid medium. We investigate PCI for the Auger KLL electrons of solvated Cl$^-$, K$^+$ and Ca$^{2+}$. All three isoelectronic ions exhibit a very similar PCI behavior, which is little affected by changing the solvent from water to methanol or ethanol. The two main factors modifying the PCI interaction in condensed media is the screening of Coulombic interactions, and scattering of the electrons. The experimental results are compared with the predictions of a previously reported semi-classical PCI theory modified to account for screening and scattering. We show that a better agreement with experiment can be obtained by instead modeling scattering using electron transport Monte-Carlo simulations. We suggest that, in turn, PCI experimental data could be used as another experimental constraint to refine the currently insufficiently well-known scattering parameters of low-energy electrons in water, which are crucial in many fields.
[ { "version": "v1", "created": "Thu, 24 Jul 2025 18:29:06 GMT" }, { "version": "v2", "created": "Tue, 02 Sep 2025 12:44:36 GMT" } ]
2025-09-03T00:00:00
[ [ "Dupuy", "Rémi", "" ], [ "Penent", "Francis", "" ], [ "Lutet-Toti", "Bastien", "" ], [ "Duval", "Vincent", "" ], [ "Palaudoux", "Jérome", "" ], [ "Céolin", "Denis", "" ] ]
2507.19109
No\'e Lallouet
No\'e Lallouet, Tristan Cazenave, Cyrille Enderli
Pareto-NRPA: A Novel Monte-Carlo Search Algorithm for Multi-Objective Optimization
Accepted as a conference paper to ECAI 2025
null
null
null
cs.AI cs.NE
http://creativecommons.org/licenses/by-nc-nd/4.0/
We introduce Pareto-NRPA, a new Monte-Carlo algorithm designed for multi-objective optimization problems over discrete search spaces. Extending the Nested Rollout Policy Adaptation (NRPA) algorithm originally formulated for single-objective problems, Pareto-NRPA generalizes the nested search and policy update mechanism to multi-objective optimization. The algorithm uses a set of policies to concurrently explore different regions of the solution space and maintains non-dominated fronts at each level of search. Policy adaptation is performed with respect to the diversity and isolation of sequences within the Pareto front. We benchmark Pareto-NRPA on two classes of problems: a novel bi-objective variant of the Traveling Salesman Problem with Time Windows problem (MO-TSPTW), and a neural architecture search task on well-known benchmarks. Results demonstrate that Pareto-NRPA achieves competitive performance against state-of-the-art multi-objective algorithms, both in terms of convergence and diversity of solutions. Particularly, Pareto-NRPA strongly outperforms state-of-the-art evolutionary multi-objective algorithms on constrained search spaces. To our knowledge, this work constitutes the first adaptation of NRPA to the multi-objective setting.
[ { "version": "v1", "created": "Fri, 25 Jul 2025 09:46:25 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 08:30:30 GMT" } ]
2025-09-03T00:00:00
[ [ "Lallouet", "Noé", "" ], [ "Cazenave", "Tristan", "" ], [ "Enderli", "Cyrille", "" ] ]
2507.19247
Yifan Zhang
Yifan Zhang
A Markov Categorical Framework for Language Modeling
Project Page: https://github.com/asiresearch/lm-theory
null
null
null
cs.LG cs.AI cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Autoregressive language models achieve remarkable performance, yet a unified theory explaining their internal mechanisms--how training shapes their representations and enables complex behaviors--remains elusive. We introduce a new analytical framework that models the single-step generation process as a composition of information-processing stages using the language of Markov categories. This compositional perspective provides a unified mathematical language to connect three critical aspects of language modeling that are typically studied in isolation: the training objective, the geometry of the learned representation space, and practical model capabilities. First, our framework provides a precise information-theoretic rationale for the success of multi-token prediction methods like speculative decoding, quantifying the "information surplus" a model's hidden state contains about tokens beyond the immediate next one. Second, we clarify how the standard negative log-likelihood (NLL) objective compels the model to learn not just the next word, but also the data's intrinsic conditional uncertainty, a process we formalize using categorical entropy. Our central result reveals that NLL training functions as an implicit form of spectral contrastive learning. We prove that, for common model architectures, this simple predictive objective forces the model to sculpt a geometrically structured representation space, implicitly aligning representations with the eigenspectrum of a "predictive similarity" operator. This work offers a powerful new lens to understand how information flows through a model and how the training objective shapes its internal geometry, thereby bridging the gap between learning theory and the practical success of large language models.
[ { "version": "v1", "created": "Fri, 25 Jul 2025 13:14:03 GMT" }, { "version": "v2", "created": "Sun, 31 Aug 2025 02:33:54 GMT" } ]
2025-09-03T00:00:00
[ [ "Zhang", "Yifan", "" ] ]
2507.19357
Bruno Dall'Agnol De Oliveira
Bruno Dall'Agnol de Oliveira, Thaisa Storchi-Bergmann, Neil Nagar, Santiago Garcia-Burillo, Rogemar A. Riffel, Dominika Wylezalek, Pranav Kukreti, Venkatessh Ramakrishnan
NGC 6860, Mrk 915 and MCG -01-24-012. I. Spatial anti-correlation between cold molecular and ionized gas distributions in Seyfert galaxies
Accepted: 25 July 2025
A&A 701, A48 (2025)
10.1051/0004-6361/202452993
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
We present a study of the cold molecular versus the ionized gas distribution in three nearby Seyfert galaxies: NGC 6860, Mrk 915 and MCG -01-24-012. To constrain the cold molecular flux distribution at $\sim$ 0.5 - 0.8$^{\prime\prime}$ ($\sim$ 150 - 400 pc) scales, we used data from the CO(2-1) emission line, obtained with the Atacama Large Millimeter/submillimeter Array (ALMA). For the ionized gas, we used Hubble Space Telescope (HST) narrow-band images, centered on the [O III]$\lambda\lambda$4959,5007 emission lines. Within the inner kiloparsec of the three galaxies, we observe gaps in the CO emission in regions co-spatial with the [O III] flux distribution, similarly to what has been recently observed in other active galaxies. From our original sample of 13 nearby AGN sources, 12 objects present the same trend. This indicates that CO molecules might be partially dissociated by AGN radiation or that there is a deficit of cold molecular gas on nuclear scales driven by ionized gas outflows/jets. If so, this represents a form of AGN feedback that is not captured when only outflow kinematics properties, such as mass outflow rates, are considered. We also discuss that part of the molecular gas might still be present in hotter H$_2$ phases, as observed already in other objects.
[ { "version": "v1", "created": "Fri, 25 Jul 2025 15:07:38 GMT" } ]
2025-09-03T00:00:00
[ [ "de Oliveira", "Bruno Dall'Agnol", "" ], [ "Storchi-Bergmann", "Thaisa", "" ], [ "Nagar", "Neil", "" ], [ "Garcia-Burillo", "Santiago", "" ], [ "Riffel", "Rogemar A.", "" ], [ "Wylezalek", "Dominika", "" ], [ "Kukreti", "Pranav", "" ], [ "Ramakrishnan", "Venkatessh", "" ] ]
2507.19476
Georgios Varnavides
Georgios Varnavides, Julie Marie Bekkevold, Stephanie M Ribet, Mary C Scott, Lewys Jones, Colin Ophus
Beyond Contrast Transfer: Spectral SNR as a Dose-Aware Metric for STEM Phase Retrieval
9 pages, 5 figures
null
null
null
physics.optics cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The contrast transfer function (CTF) is widely used to evaluate phase retrieval methods in scanning transmission electron microscopy (STEM), including center-of-mass imaging, parallax imaging, direct ptychography, and iterative ptychography. However, the CTF reflects only the maximum usable signal, neglecting the effects of finite electron fluence and the Poisson-limited nature of detection. As a result, it can significantly overestimate practical performance, especially in low-dose regimes. Here, we employ the spectral signal-to-noise ratio (SSNR), as a dose-aware statistical framework to evaluate the recoverable signal as a function of spatial frequency. Using numerical reconstructions of white-noise objects, we show that center-of-mass, parallax, and direct ptychography exhibit dose-independent SSNRs, with close-form analytic expressions. In contrast, iterative ptychography exhibits a surprising dose dependence: at low fluence, its SSNR converges to that of direct ptychography; at high fluence, it saturates at a value consistent with the maximum detective quantum efficiency predicted by recent quantum Fisher information bounds. The results highlight the limitations of CTF-based evaluation and motivate SSNR as a more accurate, dose-aware metric for assessing STEM phase retrieval methods.
[ { "version": "v1", "created": "Fri, 25 Jul 2025 17:59:05 GMT" }, { "version": "v2", "created": "Mon, 01 Sep 2025 09:50:04 GMT" } ]
2025-09-03T00:00:00
[ [ "Varnavides", "Georgios", "" ], [ "Bekkevold", "Julie Marie", "" ], [ "Ribet", "Stephanie M", "" ], [ "Scott", "Mary C", "" ], [ "Jones", "Lewys", "" ], [ "Ophus", "Colin", "" ] ]