id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2506.04959 | Julien Renard | Nicolas Aparicio, Simon Messelot, Edgar Bonet-Orozco, Eric Eyraud, Kenji Watanabe, Takashi Taniguchi, Johann Coraux, Julien Renard | Gate-tunable spectrum and charge dispersion mitigation in a graphene superconducting qubit | null | null | null | null | cond-mat.mes-hall quant-ph | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Controlling the energy spectrum of quantum-coherent superconducting circuits, i.e. the energies of excited states, the circuit anharmonicity and the states' charge dispersion, is essential for designing performant qubits. This control is usually achieved by adjusting the circuit's geometry. In-situ control is traditionally obtained via an external magnetic field, in the case of tunnel Josephson junctions. More recently, semiconductor-weak-links-based Josephson junctions have emerged as an alternative building block with the advantage of tunability via the electric-field effect. Gate-tunable Josephson junctions have been succesfully integrated in superconducting circuits using for instance semiconducting nanowires or two-dimensional electron gases. In this work we demonstrate, in a graphene superconducting circuit, a large gate-tunability of qubit properties: frequency, anharmonicity and charge dispersion. We rationalize these features using a model considering the transmission of Cooper pairs through Andreev bound states. Noticeably, we show that the high transmission of Cooper pairs in such weak link strongly suppresses the charge dispersion. Our work illustrates the potential for graphene-based qubits as versatile building-blocks in advanced quantum circuits. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:36:34 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Aparicio",
"Nicolas",
""
],
[
"Messelot",
"Simon",
""
],
[
"Bonet-Orozco",
"Edgar",
""
],
[
"Eyraud",
"Eric",
""
],
[
"Watanabe",
"Kenji",
""
],
[
"Taniguchi",
"Takashi",
""
],
[
"Coraux",
"Johann",
""
],
[
"Renard",
"Julien",
""
]
] |
2506.04960 | Bart{\l}omiej {\L}azorczyk | Bart{\l}omiej {\L}azorczyk, Roger A. Sauer | Nonlinear elastodynamic material identification of heterogeneous isogeometric Bernoulli-Euler beams | 37 pages, 16 figures, 8 tables | null | null | null | cs.CE | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This paper presents a Finite Element Model Updating framework for identifying heterogeneous material distributions in planar Bernoulli-Euler beams based on a rotation-free isogeometric formulation. The procedure follows two steps: First, the elastic properties are identified from quasi-static displacements; then, the density is determined from modal data (low frequencies and mode shapes), given the previously obtained elastic properties. The identification relies on three independent discretizations: the isogeometric finite element mesh, a high-resolution grid of experimental measurements, and a material mesh composed of low-order Lagrange elements. The material mesh approximates the unknown material distributions, with its nodal values serving as design variables. The error between experiments and numerical model is expressed in a least squares manner. The objective is minimized using local optimization with the trust-region method, providing analytical derivatives to accelerate computations. Several numerical examples exhibiting large displacements are provided to test the proposed approach. To alleviate membrane locking, the B2M1 discretization is employed when necessary. Quasi-experimental data is generated using refined finite element models with random noise applied up to 4%. The method yields satisfactory results as long as a sufficient amount of experimental data is available, even for high measurement noise. Regularization is used to ensure a stable solution for dense material meshes. The density can be accurately reconstructed based on the previously identified elastic properties. The proposed framework can be straightforwardly extended to shells and 3D continua. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:37:01 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Łazorczyk",
"Bartłomiej",
""
],
[
"Sauer",
"Roger A.",
""
]
] |
2506.04961 | Kirill Semenov-Tian-Shansky | B. Pire, K. Semenov-Tian-Shansky, P. Sznajder, L. Szymanowski | Toward an advanced phenomenology of $\pi N$ transition distribution amplitudes | 29 pages, 11 figures, 1 table | null | null | CPHT039.052025 | hep-ph hep-ex nucl-ex nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce a new approach to modeling transition distribution amplitudes (TDAs) for the processes $e p \to e n \pi^+$ and $e p \to e p \pi^0$. The modeling is flexible, constrained by sparsely available experimental data, and satisfies theoretical requirements, including reduction to nucleon distribution amplitudes in the appropriate limit. We study the sensitivity of observable predictions to various modeling assumptions. We discuss unpolarized cross-sections, as well as the three non-vanishing polarization observables at leading twist, namely, the single transverse target spin asymmetry and the two double spin asymmetries that occur with a polarized lepton beam on either a longitudinally or transversely polarized target. The analysis is complemented by a simple Monte Carlo study to provide guidance for exploring exclusive processes in the so-called backward kinematics. Our work aims to highlight the importance of future measurements to better constrain TDAs and to support upcoming experimental proposals. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:37:06 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Pire",
"B.",
""
],
[
"Semenov-Tian-Shansky",
"K.",
""
],
[
"Sznajder",
"P.",
""
],
[
"Szymanowski",
"L.",
""
]
] |
2506.04962 | Aryaz Eghbali | Deniz Simsek, Aryaz Eghbali, Michael Pradel | PoCGen: Generating Proof-of-Concept Exploits for Vulnerabilities in Npm Packages | null | null | null | null | cs.CR cs.SE | http://creativecommons.org/licenses/by/4.0/ | Security vulnerabilities in software packages are a significant concern for developers and users alike. Patching these vulnerabilities in a timely manner is crucial to restoring the integrity and security of software systems. However, previous work has shown that vulnerability reports often lack proof-of-concept (PoC) exploits, which are essential for fixing the vulnerability, testing patches, and avoiding regressions. Creating a PoC exploit is challenging because vulnerability reports are informal and often incomplete, and because it requires a detailed understanding of how inputs passed to potentially vulnerable APIs may reach security-relevant sinks. In this paper, we present PoCGen, a novel approach to autonomously generate and validate PoC exploits for vulnerabilities in npm packages. This is the first fully autonomous approach to use large language models (LLMs) in tandem with static and dynamic analysis techniques for PoC exploit generation. PoCGen leverages an LLM for understanding vulnerability reports, for generating candidate PoC exploits, and for validating and refining them. Our approach successfully generates exploits for 77% of the vulnerabilities in the SecBench.js dataset and 39% in a new, more challenging dataset of 794 recent vulnerabilities. This success rate significantly outperforms a recent baseline (by 45 absolute percentage points), while imposing an average cost of $0.02 per generated exploit. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:37:33 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Simsek",
"Deniz",
""
],
[
"Eghbali",
"Aryaz",
""
],
[
"Pradel",
"Michael",
""
]
] |
2506.04963 | Anton Firc | Anton Firc, Jan Klus\'a\v{c}ek, Kamil Malinka | Hiding in Plain Sight: Query Obfuscation via Random Multilingual Searches | Accepted to TrustBus workshop of ARES 2025 | null | null | null | cs.CR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Modern search engines extensively personalize results by building detailed user profiles based on query history and behaviour. While personalization can enhance relevance, it introduces privacy risks and can lead to filter bubbles. This paper proposes and evaluates a lightweight, client-side query obfuscation strategy using randomly generated multilingual search queries to disrupt user profiling. Through controlled experiments on the Seznam.cz search engine, we assess the impact of interleaving real queries with obfuscating noise in various language configurations and ratios. Our findings show that while displayed search results remain largely stable, the search engine's identified user interests shift significantly under obfuscation. We further demonstrate that such random queries can prevent accurate profiling and overwrite established user profiles. This study provides practical evidence for query obfuscation as a viable privacy-preserving mechanism and introduces a tool that enables users to autonomously protect their search behaviour without modifying existing infrastructure. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:38:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Firc",
"Anton",
""
],
[
"Klusáček",
"Jan",
""
],
[
"Malinka",
"Kamil",
""
]
] |
2506.04964 | Greg Markowsky | Jack Koolen and Chenhui Lv and Greg Markowsky and Jongyook Park | An improved bound for strongly regular graphs with smallest eigenvalue $-m$ | null | null | null | null | math.CO | http://creativecommons.org/licenses/by/4.0/ | In 1979, Neumaier gave a bound on $\lambda$ in terms of $m$ and $\mu$, where $-m$ is the smallest eigenvalue of a primitive strongly regular graph, unless the graph in question belongs to one of the two infinite families of strongly regular graphs. We improve this result. We also indicate how our methods can be used to give an alternate derivation of Bruck's Completion Theorem for orthogonal arrays. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:39:00 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Koolen",
"Jack",
""
],
[
"Lv",
"Chenhui",
""
],
[
"Markowsky",
"Greg",
""
],
[
"Park",
"Jongyook",
""
]
] |
2506.04965 | Adrian Marius Dumitran | Adrian Marius Dumitran and Theodor-Pierre Moroianu and Vasile Paul Alexe | From Struggle (06-2024) to Mastery (02-2025) LLMs Conquer Advanced Algorithm Exams and Pave the Way for Editorial Generation | 15 pages Pre-print Paper accepted to ITS 2025 | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | This paper presents a comprehensive evaluation of the performance of state-of-the-art Large Language Models (LLMs) on challenging university-level algorithms exams. By testing multiple models on both a Romanian exam and its high-quality English translation, we analyze LLMs' problem-solving capabilities, consistency, and multilingual performance. Our empirical study reveals that the most recent models not only achieve scores comparable to top-performing students but also demonstrate robust reasoning skills on complex, multi-step algorithmic challenges, even though difficulties remain with graph-based tasks. Building on these findings, we explore the potential of LLMs to support educational environments through the generation of high-quality editorial content, offering instructors a powerful tool to enhance student feedback. The insights and best practices discussed herein pave the way for further integration of generative AI in advanced algorithm education. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:41:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Dumitran",
"Adrian Marius",
""
],
[
"Moroianu",
"Theodor-Pierre",
""
],
[
"Alexe",
"Vasile Paul",
""
]
] |
2506.04966 | Alan Anaya-Morales | Alan Anaya and Mads Brandbyge | Field-controlled Electronic Breathing Modes and Transport in Nanoporous Graphene | null | null | null | null | cond-mat.mes-hall quant-ph | http://creativecommons.org/licenses/by/4.0/ | Nanoporous graphene (NPG) has been fabricated by on-surface-self assembly in the form of arrays of apporx. 1 nm-wide graphene nanoribbons connected via molecular bridges in a two-dimensional crystal lattice. It is predicted that NPG may, despite its molecular structure, work as electron waveguides that display e.g. Talbot wave interference. Here, we demonstrate how the electronic wave guidance may be controlled by the use of electrical fields transverse to the ribbons; at low fields, point injected currents display spatially periodic patterns along the ribbons, while high fields localize the injected current to single ribbons. This behavior constitutes an electronic version of optical breathing modes of Bloch oscillations, providing a simple mechanism for controlling the current patterns down to the molecular scale. The robustness of the self-repeating patterns under disorder demonstrate that the breathing modes of single-ribbon injections offer exciting opportunities for applications in nanoelectronics, molecular sensing, and quantum information processing. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:42:14 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Anaya",
"Alan",
""
],
[
"Brandbyge",
"Mads",
""
]
] |
2506.04967 | Chao Ji | Claudianor O. Alves, Rui Ding, Chao Ji | Existence and multiplicity of normalized solutions for the generalized Kadomtsev-Petviashvili equation in $\mathbb{R}^2$ | 26 pages | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | In this paper, we study the existence and {multiplicity} of nontrivial solitary waves for the generalized Kadomtsev-Petviashvili equation with prescribed {$L^2$-norm} \begin{equation*}\label{Equation1}
\left\{\begin{array}{l}
\left(-u_{x x}+D_x^{-2} u_{y y}+\lambda u-f(u)\right)_x=0,{\quad x \in \mathbb{R}^2, } \\[10pt]
\displaystyle \int_{\mathbb{R}^2}u^2 d x=a^2,
\end{array}\right.%\tag{$\mathscr E_\lambda$} \end{equation*} where $a>0$ and $\lambda \in \mathbb{R}$ is an unknown parameter that appears as a Lagrange multiplier. For the case $f(t)=|t|^{q-2}t$, with $2<q<\frac{10}{3}$ ($L^2$-subcritical case) and $\frac{10}{3}<q<6$ ($L^2$-supercritical case), we establish the existence of normalized ground state solutions for the above equation. Moreover, when $f(t)=\mu|t|^{q-2}t+|t|^{p-2}t$, with $2<q<\frac{10}{3}<p<6$ and $\mu>0$, we prove the existence of normalized ground state solutions which corresponds to a local minimum of the associated energy functional. In this case, we further show that there exists a sequence $(a_n) \subset (0,a_0)$ with $a_n \to 0$ as $n \to+\infty$, such that for each $a=a_n$, the problem admits a second solution with positive energy. To the best of our knowledge, this is the first work that studies the existence of solutions for the generalized Kadomtsev-Petviashvili equations under the $L^2$-constraint, which we refer to them as the normalized solutions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:42:44 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Alves",
"Claudianor O.",
""
],
[
"Ding",
"Rui",
""
],
[
"Ji",
"Chao",
""
]
] |
2506.04968 | Pengbo Zhu | Pengbo Zhu, Giancarlo Ferrari-Trecate, Nikolas Geroliminis | En Route Path-planning for Partially Occupied Vehicles in Ride-pooling Systems | Accepted by European Control Conference (ECC 2025), 24-27 June, Thessaloniki, Greece | null | null | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Ride-pooling services, such as UberPool and Lyft Shared Saver, enable a single vehicle to serve multiple customers within one shared trip. Efficient path-planning algorithms are crucial for improving the performance of such systems. For partially occupied vehicles with available capacity, we introduce a novel routing algorithm designed to maximize the likelihood of picking up additional passengers while serving the current passengers to their destination. Unlike traditional methods that group passengers and vehicles based on predefined time windows, our algorithm allows for immediate responses to passenger requests. Our approach optimizes travel time while dynamically considering passenger demand and coordinating with other vehicles. Formulated as an integer linear programming (ILP) problem, our method is computationally efficient and suitable for real-time applications. Simulation results demonstrate that our proposed method can significantly enhance service quality. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:43:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhu",
"Pengbo",
""
],
[
"Ferrari-Trecate",
"Giancarlo",
""
],
[
"Geroliminis",
"Nikolas",
""
]
] |
2506.04969 | Yema Paul | Yema Paul, Emmanuel Delande, Francois Vinet, Francois Laporte, Manuel Sanjurjo-Rivo, Aldo Tonnini and Joan-Pau Sanchez | Probability of Collision with Tethered Spacecraft | 13 pages, 2 figures, Engineering Note | null | null | null | math.NA cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This Engineering Note addresses the challenge of estimating the probability of collision for tethered spacecraft during close encounters with other space objects. Standard probability of collision methods, based on spherical hard-body assumptions, tend to be overly conservative when applied to long tether systems. We introduce a method that accounts for the tether's spatial extent and configuration uncertainty by maximizing the probability of collision over all physically admissible tether shapes. Applied to real-world conjunction events involving a kilometer-scale flexible inextensible tether, the method yields more realistic risk estimates. This approach improves the ability to distinguish hazardous from benign encounters, thereby supporting more informed collision avoidance decisions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:43:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Paul",
"Yema",
""
],
[
"Delande",
"Emmanuel",
""
],
[
"Vinet",
"Francois",
""
],
[
"Laporte",
"Francois",
""
],
[
"Sanjurjo-Rivo",
"Manuel",
""
],
[
"Tonnini",
"Aldo",
""
],
[
"Sanchez",
"Joan-Pau",
""
]
] |
2506.04970 | M\'elisande Teng | M\'elisande Teng, Arthur Ouaknine, Etienne Lalibert\'e, Yoshua Bengio, David Rolnick, Hugo Larochelle | Bringing SAM to new heights: Leveraging elevation data for tree crown segmentation from drone imagery | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Information on trees at the individual level is crucial for monitoring forest ecosystems and planning forest management. Current monitoring methods involve ground measurements, requiring extensive cost, time and labor. Advances in drone remote sensing and computer vision offer great potential for mapping individual trees from aerial imagery at broad-scale. Large pre-trained vision models, such as the Segment Anything Model (SAM), represent a particularly compelling choice given limited labeled data. In this work, we compare methods leveraging SAM for the task of automatic tree crown instance segmentation in high resolution drone imagery in three use cases: 1) boreal plantations, 2) temperate forests and 3) tropical forests. We also study the integration of elevation data into models, in the form of Digital Surface Model (DSM) information, which can readily be obtained at no additional cost from RGB drone imagery. We present BalSAM, a model leveraging SAM and DSM information, which shows potential over other methods, particularly in the context of plantations. We find that methods using SAM out-of-the-box do not outperform a custom Mask R-CNN, even with well-designed prompts. However, efficiently tuning SAM end-to-end and integrating DSM information are both promising avenues for tree crown instance segmentation models. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:43:11 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Teng",
"Mélisande",
""
],
[
"Ouaknine",
"Arthur",
""
],
[
"Laliberté",
"Etienne",
""
],
[
"Bengio",
"Yoshua",
""
],
[
"Rolnick",
"David",
""
],
[
"Larochelle",
"Hugo",
""
]
] |
2506.04971 | Lai Zhao | Lai Zhao, Meirong Tang, Zhaoyi Xu | Shadow constraints of charged black hole with scalar hair and gravitational waves from extreme mass ratio inspirals | null | null | null | null | gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Black hole (BH) shadow observations and gravitational wave astronomy have become crucial approaches for exploring BH physics and testing gravitational theories in extreme environments. This paper investigates the charged black hole with scalar hair (CBH-SH) derived from the Einstein-Maxwell-conformal coupled scalar (EMCS) theory. We first constrain the parameter space $(Q/M, s/M^2)$ of the BH using the Event Horizon Telescope (EHT) observations of M87* and Sgr A*. The results show that M87* provides stronger constraints on positive scalar hair, constraining the scalar hair $s$ within $0\le s/M^2\le0.4632$ and the charge $Q$ within the range $0\le Q/M\le0.6806$. In contrast, Sgr A* imposes tighter constraints on negative scalar hair. When $Q$ approaches zero, $s$ is constrained within the range $0\geq s/M^2\geq-0.0277$. Overall, EHT observations can provide constraints at most on the order of $\mathcal{O}\left({10}^{-1}\right)$. Subsequently, we construct extreme mass ratio inspiral (EMRI) systems and calculate their gravitational waves to assess the detection capability of the LISA detector for these BHs. The results indicate that for central BHs of $M={10}^6M_\odot$, LISA is expected to detect scalar hair $s/M^2$ at the $\mathcal{O}\left({10}^{-4}\right)$ level and charge $Q/M$ at the $\mathcal{O}\left({10}^{-2}\right)$ level, with detection sensitivity far exceeding the current EHT capabilities. This demonstrates the immense potential of EMRI gravitational wave observations in testing EMCS theory. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:43:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhao",
"Lai",
""
],
[
"Tang",
"Meirong",
""
],
[
"Xu",
"Zhaoyi",
""
]
] |
2506.04972 | Jan Egger | Gijs Luijten, Lisle Faray de Paiva, Sebastian Krueger, Alexander Brost, Laura Mazilescu, Ana Sofia Ferreira Santos, Peter Hoyer, Jens Kleesiek, Sophia Marie-Therese Schmitz, Ulf Peter Neumann, Jan Egger | From Screen to Space: Evaluating Siemens' Cinematic Reality | 16 pages | null | null | null | cs.HC cs.ET cs.GR | http://creativecommons.org/licenses/by-nc-sa/4.0/ | As one of the first research teams with full access to Siemens' Cinematic Reality, we evaluate its usability and clinical potential for cinematic volume rendering on the Apple Vision Pro. We visualized venous-phase liver computed tomography and magnetic resonance cholangiopancreatography scans from the CHAOS and MRCP\_DLRecon datasets. Fourteen medical experts assessed usability and anticipated clinical integration potential using the System Usability Scale, ISONORM 9242-110-S questionnaire, and an open-ended survey. Their feedback identified feasibility, key usability strengths, and required features to catalyze the adaptation in real-world clinical workflows. The findings provide insights into the potential of immersive cinematic rendering in medical imaging. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:44:21 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Luijten",
"Gijs",
""
],
[
"de Paiva",
"Lisle Faray",
""
],
[
"Krueger",
"Sebastian",
""
],
[
"Brost",
"Alexander",
""
],
[
"Mazilescu",
"Laura",
""
],
[
"Santos",
"Ana Sofia Ferreira",
""
],
[
"Hoyer",
"Peter",
""
],
[
"Kleesiek",
"Jens",
""
],
[
"Schmitz",
"Sophia Marie-Therese",
""
],
[
"Neumann",
"Ulf Peter",
""
],
[
"Egger",
"Jan",
""
]
] |
2506.04973 | David Jos\'e Gaspar Marques | Fernando Domingues Amaro, Rita Antonietti, Elisabetta Baracchini, Luigi Benussi, Stefano Bianco, Francesco Borra, Cesidio Capoccia, Michele Caponero, Gianluca Cavoto, Igor Abritta Costa, Antonio Croce, Emiliano Dan\'e, Melba D'Astolfo, Giorgio Dho, Flaminia Di Giambattista, Emanuele Di Marco, Giulia D'Imperio, Matteo Folcarelli, Joaquim Marques Ferreira dos Santos, Davide Fiorina, Francesco Iacoangeli, Zahoor Ul Islam, Herman Pessoa Lima J\'unior, Ernesto Kemp, Giovanni Maccarrone, Rui Daniel Passos Mano, David Jos\'e Gaspar Marques, Luan Gomes Mattosinhos de Carvalhoand Giovanni Mazzitelli, Alasdair Gregor McLean, Pietro Meloni, Andrea Messina, Cristina Maria Bernardes Monteiro, Rafael Antunes Nobrega, Igor Fonseca Pains, Emiliano Paoletti, Luciano Passamonti, Fabrizio Petrucci, Stefano Piacentini, Davide Piccolo, Daniele Pierluigi, Davide Pinci, Atul Prajapati, Francesco Renga, Rita Joana Cruz Roque, Filippo Rosatelli, Alessandro Russo, Giovanna Saviano, Pedro Alberto Oliveira Costa Silva, Neil John Curwen Spooner, Roberto Tesauro, Sandro Tomassini, Samuele Torelli, Donatella Tozzi | Bayesian network 3D event reconstruction in the Cygno optical TPC for dark matter direct detection | null | null | null | null | physics.ins-det astro-ph.IM hep-ex physics.data-an | http://creativecommons.org/licenses/by/4.0/ | The CYGNO experiment is developing a high-resolution gaseous Time Projection Chamber with optical readout for directional dark matter searches. The detector uses a helium-tetrafluoromethane (He:CF$_4$ 60:40) gas mixture at atmospheric pressure and a triple Gas Electron Multiplier amplification stage, coupled with a scientific camera for high-resolution 2D imaging and fast photomultipliers for time-resolved scintillation light detection. This setup enables 3D event reconstruction: photomultipliers signals provide depth information, while the camera delivers high-precision transverse resolution. In this work, we present a Bayesian Network-based algorithm designed to reconstruct the events using only the photomultipliers signals, yielding a full 3D description of the particle trajectories. The algorithm models the light collection process probabilistically and estimates spatial and intensity parameters on the Gas Electron Multiplier plane, where light emission occurs. It is implemented within the Bayesian Analysis Toolkit and uses Markov Chain Monte Carlo sampling for posterior inference. Validation using data from the CYGNO LIME prototype shows accurate reconstruction of localized and extended tracks. Results demonstrate that the Bayesian approach enables robust 3D description and, when combined with camera data, further improves the precision of track reconstruction. This methodology represents a significant step forward in directional dark matter detection, enhancing the identification of nuclear recoil tracks with high spatial resolution. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:44:52 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Amaro",
"Fernando Domingues",
""
],
[
"Antonietti",
"Rita",
""
],
[
"Baracchini",
"Elisabetta",
""
],
[
"Benussi",
"Luigi",
""
],
[
"Bianco",
"Stefano",
""
],
[
"Borra",
"Francesco",
""
],
[
"Capoccia",
"Cesidio",
""
],
[
"Caponero",
"Michele",
""
],
[
"Cavoto",
"Gianluca",
""
],
[
"Costa",
"Igor Abritta",
""
],
[
"Croce",
"Antonio",
""
],
[
"Dané",
"Emiliano",
""
],
[
"D'Astolfo",
"Melba",
""
],
[
"Dho",
"Giorgio",
""
],
[
"Di Giambattista",
"Flaminia",
""
],
[
"Di Marco",
"Emanuele",
""
],
[
"D'Imperio",
"Giulia",
""
],
[
"Folcarelli",
"Matteo",
""
],
[
"Santos",
"Joaquim Marques Ferreira dos",
""
],
[
"Fiorina",
"Davide",
""
],
[
"Iacoangeli",
"Francesco",
""
],
[
"Islam",
"Zahoor Ul",
""
],
[
"Júnior",
"Herman Pessoa Lima",
""
],
[
"Kemp",
"Ernesto",
""
],
[
"Maccarrone",
"Giovanni",
""
],
[
"Mano",
"Rui Daniel Passos",
""
],
[
"Marques",
"David José Gaspar",
""
],
[
"Mazzitelli",
"Luan Gomes Mattosinhos de Carvalhoand Giovanni",
""
],
[
"McLean",
"Alasdair Gregor",
""
],
[
"Meloni",
"Pietro",
""
],
[
"Messina",
"Andrea",
""
],
[
"Monteiro",
"Cristina Maria Bernardes",
""
],
[
"Nobrega",
"Rafael Antunes",
""
],
[
"Pains",
"Igor Fonseca",
""
],
[
"Paoletti",
"Emiliano",
""
],
[
"Passamonti",
"Luciano",
""
],
[
"Petrucci",
"Fabrizio",
""
],
[
"Piacentini",
"Stefano",
""
],
[
"Piccolo",
"Davide",
""
],
[
"Pierluigi",
"Daniele",
""
],
[
"Pinci",
"Davide",
""
],
[
"Prajapati",
"Atul",
""
],
[
"Renga",
"Francesco",
""
],
[
"Roque",
"Rita Joana Cruz",
""
],
[
"Rosatelli",
"Filippo",
""
],
[
"Russo",
"Alessandro",
""
],
[
"Saviano",
"Giovanna",
""
],
[
"Silva",
"Pedro Alberto Oliveira Costa",
""
],
[
"Spooner",
"Neil John Curwen",
""
],
[
"Tesauro",
"Roberto",
""
],
[
"Tomassini",
"Sandro",
""
],
[
"Torelli",
"Samuele",
""
],
[
"Tozzi",
"Donatella",
""
]
] |
2506.04974 | Joshua Roy Palathinkal | Joshua Roy Palathinkal, Muhammad Iqbal Rochman, Vanlin Sathya, Mehmet Yavuz, Monisha Ghosh | Indoor Sharing in the Mid-Band: A Performance Study of Neutral-Host, Cellular Macro, and Wi-Fi | This work has been submitted to the IEEE for possible publication | null | null | null | cs.NI eess.SP | http://creativecommons.org/licenses/by/4.0/ | Indoor environments present a significant challenge for wireless connectivity, as immense data demand strains traditional solutions. Public Mobile Network Operators (MNOs), utilizing outdoor macro base stations (BSs), suffer from poor signal penetration. Indoor Wi-Fi networks, on the other hand, may face reliability issues due to spectrum contention. Shared spectrum models, particularly the Citizens Broadband Radio Service (CBRS) utilized by private 4G/5G networks, have emerged as a promising alternative to provide reliable indoor service. Moreover, these private networks are equipped with the neutral-host (NH) model, seamlessly offloading indoor MNOs' traffic to the private CBRS network. This paper presents a comprehensive, in-situ performance evaluation of three co-located technologies utilizing mid-bands spectrum (1-6 GHz)--a CBRS-based NH network, public MNO macro networks, and a Wi-Fi 6 network--within a large, big-box retail store characterized by significant building loss. Our analysis demonstrates: (i) the NH network provides superior indoor coverage compared to MNO macro, requiring only six CBRS devices (CBSDs)--versus 65 Access Points (APs) for enterprise Wi-Fi--to achieve full coverage, with a median building loss of 26.6 dB ensuring interference-free coexistence with outdoor federal incumbents; (ii) the NH network achieves substantial indoor throughput gains, with per-channel normalized throughput improvements of 1.44x and 1.62x in downlink (DL), and 4.33x and 13x in uplink (UL), compared to 4G and 5G macro deployments, respectively; (iii) the NH deployment achieves a median indoor aggregated physical (PHY)-layer DL throughput gain of 2.08x over 5G macro deployments indoors, despite utilizing only 40 MHz of aggregated bandwidth compared to 225 MHz for 5G macro; and (iv) the NH deployment also outperforms Wi-Fi in application-layer HTTP DL performance by 5.05x. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:47:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Palathinkal",
"Joshua Roy",
""
],
[
"Rochman",
"Muhammad Iqbal",
""
],
[
"Sathya",
"Vanlin",
""
],
[
"Yavuz",
"Mehmet",
""
],
[
"Ghosh",
"Monisha",
""
]
] |
2506.04975 | Geng Liu | Geng Liu, Li Feng, Carlo Alberto Bono, Songbo Yang, Mengxiao Zhu and Francesco Pierri | Evaluating Prompt-Driven Chinese Large Language Models: The Influence of Persona Assignment on Stereotypes and Safeguards | null | null | null | null | cs.CY | http://creativecommons.org/licenses/by/4.0/ | Recent research has highlighted that assigning specific personas to large language models (LLMs) can significantly increase harmful content generation. Yet, limited attention has been given to persona-driven toxicity in non-Western contexts, particularly in Chinese-based LLMs. In this paper, we perform a large-scale, systematic analysis of how persona assignment influences refusal behavior and response toxicity in Qwen, a widely-used Chinese language model. Utilizing fine-tuned BERT classifiers and regression analysis, our study reveals significant gender biases in refusal rates and demonstrates that certain negative personas can amplify toxicity toward Chinese social groups by up to 60-fold compared to the default model. To mitigate this toxicity, we propose an innovative multi-model feedback strategy, employing iterative interactions between Qwen and an external evaluator, which effectively reduces toxic outputs without costly model retraining. Our findings emphasize the necessity of culturally specific analyses for LLMs safety and offer a practical framework for evaluating and enhancing ethical alignment in LLM-generated content. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:47:21 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liu",
"Geng",
""
],
[
"Feng",
"Li",
""
],
[
"Bono",
"Carlo Alberto",
""
],
[
"Yang",
"Songbo",
""
],
[
"Zhu",
"Mengxiao",
""
],
[
"Pierri",
"Francesco",
""
]
] |
2506.04976 | Zeljko Kereta | Matthias J. Ehrhardt, Zeljko Kereta, Georg Schramm | Fast PET Reconstruction with Variance Reduction and Prior-Aware Preconditioning | 20 pages, 8 figures | null | null | null | physics.med-ph math.OC | http://creativecommons.org/licenses/by/4.0/ | We investigate subset-based optimization methods for positron emission tomography (PET) image reconstruction incorporating a regularizing prior. PET reconstruction methods that use a prior, such as the relative difference prior (RDP), are of particular relevance, as they are widely used in clinical practice and have been shown to outperform conventional early-stopped and post-smoothed ordered subsets expectation maximization (OSEM).
Our study evaluates these methods on both simulated data and real brain PET scans from the 2024 PET Rapid Image Reconstruction Challenge (PETRIC), where the main objective was to achieve RDP-regularized reconstructions as fast as possible, making it an ideal benchmark. Our key finding is that incorporating the effect of the prior into the preconditioner is crucial for ensuring fast and stable convergence.
In extensive simulation experiments, we compare several stochastic algorithms -- including Stochastic Gradient Descent (SGD), Stochastic Averaged Gradient Amelior\'e (SAGA), and Stochastic Variance Reduced Gradient (SVRG) -- under various algorithmic design choices and evaluate their performance for varying count levels and regularization strengths. The results show that SVRG and SAGA outperformed SGD, with SVRG demonstrating a slight overall advantage. The insights gained from these simulations directly contributed to the design of our submitted algorithms, which formed the basis of the winning contribution to the PETRIC 2024 challenge. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:47:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Ehrhardt",
"Matthias J.",
""
],
[
"Kereta",
"Zeljko",
""
],
[
"Schramm",
"Georg",
""
]
] |
2506.04977 | Yann Michel Niquet | Lorenzo Mauro, Mauricio J. Rodriguez, Esteban A. Rodriguez-Mena, and Yann-Michel Niquet | Hole spin qubits in unstrained Germanium layers | null | null | null | null | cond-mat.mes-hall | http://creativecommons.org/licenses/by/4.0/ | Strained germanium heterostructures are one of the most promising material for hole spin qubits but suffer from the strong anisotropy of the gyromagnetic factors that hinders the optimization of the magnetic field orientation. The figures of merit (Rabi frequencies, lifetimes...) can indeed vary by an order of magnitude within a few degrees around the heterostructure plane. We propose to address this issue by confining the holes at the interface of an unstrained, bulk Ge substrate or thick buffer. We model such structures and show that the gyromagnetic anisotropy is indeed considerably reduced. In addition, the Rabi frequencies and quality factors can be significantly improved with respect to strained heterostructures. This extends the operational range of the qubits and shall ease the scale-up to many-qubit systems. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:47:58 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Mauro",
"Lorenzo",
""
],
[
"Rodriguez",
"Mauricio J.",
""
],
[
"Rodriguez-Mena",
"Esteban A.",
""
],
[
"Niquet",
"Yann-Michel",
""
]
] |
2506.04978 | Gabriele Digregorio | Gabriele Digregorio, Elisabetta Cainazzo, Stefano Longari, Michele Carminati, Stefano Zanero | Evaluating the Impact of Privacy-Preserving Federated Learning on CAN Intrusion Detection | null | 2024 IEEE 99th Vehicular Technology Conference (VTC2024-Spring) | 10.1109/VTC2024-Spring62846.2024.10683636 | null | cs.CR | http://creativecommons.org/licenses/by/4.0/ | The challenges derived from the data-intensive nature of machine learning in conjunction with technologies that enable novel paradigms such as V2X and the potential offered by 5G communication, allow and justify the deployment of Federated Learning (FL) solutions in the vehicular intrusion detection domain. In this paper, we investigate the effects of integrating FL strategies into the machine learning-based intrusion detection process for on-board vehicular networks. Accordingly, we propose a FL implementation of a state-of-the-art Intrusion Detection System (IDS) for Controller Area Network (CAN), based on LSTM autoencoders. We thoroughly evaluate its detection efficiency and communication overhead, comparing it to a centralized version of the same algorithm, thereby presenting it as a feasible solution. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:49:22 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Digregorio",
"Gabriele",
""
],
[
"Cainazzo",
"Elisabetta",
""
],
[
"Longari",
"Stefano",
""
],
[
"Carminati",
"Michele",
""
],
[
"Zanero",
"Stefano",
""
]
] |
2506.04979 | Yadong Wang | Yadong Wang, Charalambos Louca, Sam Randerson, Xuerong Hu, Panaiot G. Zotev, Oscar Palma Chaundler, Paul Bouteyre, Casey K. Cheung, Roman Gorbachev, Yue Wang, and Alexander I. Tartakovskii | Exciton-polaritons in a monolayer semiconductor coupled to van der Waals dielectric nanoantennas on a metallic mirror | null | null | null | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | Polaritons in nanophotonic structures have attracted long-standing interest owing to their fundamental importance and potential for applications in nonlinear and quantum optics. Nanoantennas (NAs) made from high refractive index dielectrics offer a suitable platform for polariton physics thanks to the strongly confined optical Mie resonances and low optical losses in contrast to metallic NAs. However, Mie modes are mainly confined within the NA, making inefficient their coupling with excitons in materials deposited externally. Here, we overcome this limitation by using a high-refractive index van der Waals material WS$_2$, which allows straightforward fabrication of NAs on gold. The combination of a 27 nm tall WS$_2$ NA and a gold substrate enables strong modification of the Mie mode distribution and field enhancement inside and in the vicinity of the NA. This allows observation of room-temperature Mie-polaritons (with a Rabi splitting above 80 meV) arising from the strong coupling between Mie modes and the exciton in a monolayer WSe$_2$ placed on WS$_2$/gold NAs. We demonstrate strong nonlinearity of Mie-polaritons, one order of magnitude higher than for excitons in monolayer WSe$_2$ on gold. Our results highlight applicability of van der Waals materials for the realisation of hybrid dielectric-metallic nanophotonics for the study of the strong light-matter interaction. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:49:44 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wang",
"Yadong",
""
],
[
"Louca",
"Charalambos",
""
],
[
"Randerson",
"Sam",
""
],
[
"Hu",
"Xuerong",
""
],
[
"Zotev",
"Panaiot G.",
""
],
[
"Chaundler",
"Oscar Palma",
""
],
[
"Bouteyre",
"Paul",
""
],
[
"Cheung",
"Casey K.",
""
],
[
"Gorbachev",
"Roman",
""
],
[
"Wang",
"Yue",
""
],
[
"Tartakovskii",
"Alexander I.",
""
]
] |
2506.04980 | Marcos Romero | Marcos Lima Romero and Ricardo Suyama | Agentic AI for Intent-Based Industrial Automation | Preprint - Submitted to 16th IEEE/IAS International Conference on Industry Applications - INDUSCON 2025 | null | null | null | cs.LG cs.SY eess.SY | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The recent development of Agentic AI systems, empowered by autonomous large language models (LLMs) agents with planning and tool-usage capabilities, enables new possibilities for the evolution of industrial automation and reduces the complexity introduced by Industry 4.0. This work proposes a conceptual framework that integrates Agentic AI with the intent-based paradigm, originally developed in network research, to simplify human-machine interaction (HMI) and better align automation systems with the human-centric, sustainable, and resilient principles of Industry 5.0. Based on the intent-based processing, the framework allows human operators to express high-level business or operational goals in natural language, which are decomposed into actionable components. These intents are broken into expectations, conditions, targets, context, and information that guide sub-agents equipped with specialized tools to execute domain-specific tasks. A proof of concept was implemented using the CMAPSS dataset and Google Agent Developer Kit (ADK), demonstrating the feasibility of intent decomposition, agent orchestration, and autonomous decision-making in predictive maintenance scenarios. The results confirm the potential of this approach to reduce technical barriers and enable scalable, intent-driven automation, despite data quality and explainability concerns. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:50:54 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Romero",
"Marcos Lima",
""
],
[
"Suyama",
"Ricardo",
""
]
] |
2506.04981 | Andr\'es Carofilis | Andres Carofilis, Pradeep Rangappa, Srikanth Madikeri, Shashi Kumar, Sergio Burdisso, Jeena Prakash, Esau Villatoro-Tello, Petr Motlicek, Bidisha Sharma, Kadri Hacioglu, Shankar Venkatesan, Saurabh Vyas, Andreas Stolcke | Better Semi-supervised Learning for Multi-domain ASR Through Incremental Retraining and Data Filtering | Accepted at Interspeech 2025, Netherlands | null | null | null | cs.CL cs.SD eess.AS | http://creativecommons.org/licenses/by/4.0/ | Fine-tuning pretrained ASR models for specific domains is challenging when labeled data is scarce. But unlabeled audio and labeled data from related domains are often available. We propose an incremental semi-supervised learning pipeline that first integrates a small in-domain labeled set and an auxiliary dataset from a closely related domain, achieving a relative improvement of 4% over no auxiliary data. Filtering based on multi-model consensus or named entity recognition (NER) is then applied to select and iteratively refine pseudo-labels, showing slower performance saturation compared to random selection. Evaluated on the multi-domain Wow call center and Fisher English corpora, it outperforms single-step fine-tuning. Consensus-based filtering outperforms other methods, providing up to 22.3% relative improvement on Wow and 24.8% on Fisher over single-step fine-tuning with random selection. NER is the second-best filter, providing competitive performance at a lower computational cost. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:53:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Carofilis",
"Andres",
""
],
[
"Rangappa",
"Pradeep",
""
],
[
"Madikeri",
"Srikanth",
""
],
[
"Kumar",
"Shashi",
""
],
[
"Burdisso",
"Sergio",
""
],
[
"Prakash",
"Jeena",
""
],
[
"Villatoro-Tello",
"Esau",
""
],
[
"Motlicek",
"Petr",
""
],
[
"Sharma",
"Bidisha",
""
],
[
"Hacioglu",
"Kadri",
""
],
[
"Venkatesan",
"Shankar",
""
],
[
"Vyas",
"Saurabh",
""
],
[
"Stolcke",
"Andreas",
""
]
] |
2506.04982 | Yunlong Dong | Yunlong Dong, Xing Liu, Jun Wan, Zelin Deng | GEX: Democratizing Dexterity with Fully-Actuated Dexterous Hand and Exoskeleton Glove | null | null | null | null | cs.RO | http://creativecommons.org/licenses/by/4.0/ | This paper introduces GEX, an innovative low-cost dexterous manipulation system that combines the GX11 tri-finger anthropomorphic hand (11 DoF) with the EX12 tri-finger exoskeleton glove (12 DoF), forming a closed-loop teleoperation framework through kinematic retargeting for high-fidelity control. Both components employ modular 3D-printed finger designs, achieving ultra-low manufacturing costs while maintaining full actuation capabilities. Departing from conventional tendon-driven or underactuated approaches, our electromechanical system integrates independent joint motors across all 23 DoF, ensuring complete state observability and accurate kinematic modeling. This full-actuation architecture enables precise bidirectional kinematic calculations, substantially enhancing kinematic retargeting fidelity between the exoskeleton and robotic hand. The proposed system bridges the cost-performance gap in dexterous manipulation research, providing an accessible platform for acquiring high-quality demonstration data to advance embodied AI and dexterous robotic skill transfer learning. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:54:40 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Dong",
"Yunlong",
""
],
[
"Liu",
"Xing",
""
],
[
"Wan",
"Jun",
""
],
[
"Deng",
"Zelin",
""
]
] |
2506.04983 | Yangyang Zhong | Yangyang Zhong, Ji Qi, Yuan Yao, Pengxin Luo, Yunfeng Yan, Donglian Qi, Zhiyuan Liu, Tat-Seng Chua | TextVidBench: A Benchmark for Long Video Scene Text Understanding | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Despite recent progress on the short-video Text-Visual Question Answering (ViteVQA) task - largely driven by benchmarks such as M4-ViteVQA - existing datasets still suffer from limited video duration and narrow evaluation scopes, making it difficult to adequately assess the growing capabilities of powerful multimodal large language models (MLLMs). To address these limitations, we introduce TextVidBench, the first benchmark specifically designed for long-video text question answering (>3 minutes). TextVidBench makes three key contributions: 1) Cross-domain long-video coverage: Spanning 9 categories (e.g., news, sports, gaming), with an average video length of 2306 seconds, enabling more realistic evaluation of long-video understanding. 2) A three-stage evaluation framework: "Text Needle-in-Haystack -> Temporal Grounding -> Text Dynamics Captioning". 3) High-quality fine-grained annotations: Containing over 5,000 question-answer pairs with detailed semantic labeling. Furthermore, we propose an efficient paradigm for improving large models through: (i) introducing the IT-Rope mechanism and temporal prompt engineering to enhance temporal perception, (ii) adopting non-uniform positional encoding to better handle long video sequences, and (iii) applying lightweight fine-tuning on video-text data. Extensive experiments on multiple public datasets as well as TextVidBench demonstrate that our new benchmark presents significant challenges to existing models, while our proposed method offers valuable insights into improving long-video scene text understanding capabilities. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:54:56 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhong",
"Yangyang",
""
],
[
"Qi",
"Ji",
""
],
[
"Yao",
"Yuan",
""
],
[
"Luo",
"Pengxin",
""
],
[
"Yan",
"Yunfeng",
""
],
[
"Qi",
"Donglian",
""
],
[
"Liu",
"Zhiyuan",
""
],
[
"Chua",
"Tat-Seng",
""
]
] |
2506.04984 | Deepthi K N | Chinmay Bera, K. N. Deepthi | Probing new physics scenarios using high energy events at NOvA far detector | 27 pages, 10 figures | null | null | null | hep-ph | http://creativecommons.org/publicdomain/zero/1.0/ | NuMI Off-axis $\nu_e$ Appearance (NOvA) experiment is an ongoing long baseline neutrino oscillation experiment. The primary channels of interest are the $\nu_e$, $\bar{\nu}_e$ appearance, $\nu_\mu$, $\bar{\nu}_\mu$ disappearance channels analyzed in the energy window $1< E_\nu < 4$ GeV. However, NOvA far detector sees non-trivial high energy $\nu_e$, $\bar{\nu}_e$ events in the energy range $4 < E_\nu < 20$ GeV. These high energy events provide us with an opportunity to investigate the subleading new physics scenarios. In this context, we study the sensitivity of the NOvA experiment to constrain the non-standard interaction (NSI) parameters and environmental decoherence. We observe that by including high energy events (signal + background) the degeneracy around $\epsilon_{e\tau} \sim 1.6$ can be removed throughout the $\delta_{CP}$ and $\delta_{e\tau}$ range. Further, we examine the role of signal versus beam background events in removing this degeneracy. In addition, assuming environmental decoherence in nature we illustrate the uncertainty in the determination of $\theta_{23}$ considering events from $1<E_\nu<4$ GeV and $1<E_\nu<20$ GeV. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:55:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bera",
"Chinmay",
""
],
[
"Deepthi",
"K. N.",
""
]
] |
2506.04985 | Boris van Breugel | Boris van Breugel, Yelysei Bondarenko, Paul Whatmough, Markus Nagel | FPTQuant: Function-Preserving Transforms for LLM Quantization | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs) require substantial compute, and thus energy, at inference time. While quantizing weights and activations is effective at improving efficiency, naive quantization of LLMs can significantly degrade performance due to large magnitude outliers. This paper describes FPTQuant, which introduces four novel, lightweight, and expressive function-preserving transforms (FPTs) to facilitate quantization of transformers: (1) a mergeable pre-RoPE transform for queries and keys, (2) a mergeable transform for values, (3) a mergeable scaling transform within the MLP block, and (4) a cheap, dynamic scaling transform. By leveraging the equivariances and independencies inherent to canonical transformer operation, we designed these FPTs to maintain the model's function while shaping the intermediate activation distributions to be more quantization friendly. FPTQuant requires no custom kernels and adds virtually no overhead during inference. The FPTs are trained both locally to reduce outliers, and end-to-end such that the outputs of the quantized and full-precision models match. FPTQuant enables static INT4 quantization with minimal overhead and shows SOTA speed-up of up to 3.9 times over FP. Empirically, FPTQuant has an excellent accuracy-speed trade-off -- it is performing on par or exceeding most prior work and only shows slightly lower accuracy compared to a method that is up to 29% slower. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:56:12 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"van Breugel",
"Boris",
""
],
[
"Bondarenko",
"Yelysei",
""
],
[
"Whatmough",
"Paul",
""
],
[
"Nagel",
"Markus",
""
]
] |
2506.04986 | Can-Min Deng | Min Meng, Can-Min Deng | Constraints on the progenitor models of fast radio bursts from population synthesis with the first CHIME/FRB catalog | 9 pages, 5 figures, 3 tables; accepted to A&A | null | null | null | astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fast radio bursts (FRBs) are enigmatic extragalactic radio transients with unknown origins. We performed comprehensive Monte Carlo simulations based on the first CHIME/FRB catalog to test whether the FRB population tracks the cosmic star formation history directly or requires a delay. By fully considering CHIME's complex selection effects and beam response, we find that the hypothesis that the FRB population tracks the SFH is not ruled out by the current data, although a small delay is preferred. This is consistent with the scenario in which young magnetars formed through core-collapse supernovae serve as the progenitors of FRBs. However, we estimate the local volumetric rate of FRB sources with energy above $10^{38}$ erg to be $2.3^{+2.4}_{-1.2} \times 10^5~\rm{Gpc}^{-3}~\rm{yr}^{-1}$, which is consistent with previous results. This high volumetric rate means the core-collapse magnetar scenario alone cannot fully account for the observed population. Further theoretical efforts are required to explore alternative or additional progenitor channels for FRBs. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 12:57:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Meng",
"Min",
""
],
[
"Deng",
"Can-Min",
""
]
] |
2506.04987 | Zanis Ali Khan | Zanis Ali Khan, Aayush Garg, and Qiang Tang | A Multi-Dataset Evaluation of Models for Automated Vulnerability Repair | Preprint has been accepted in ARES AI&CCPS (International Workshop on Artificial Intelligence, Cyber and Cyber-Physical Security) | null | null | null | cs.SE cs.AI | http://creativecommons.org/licenses/by/4.0/ | Software vulnerabilities pose significant security threats, requiring effective mitigation. While Automated Program Repair (APR) has advanced in fixing general bugs, vulnerability patching, a security-critical aspect of APR remains underexplored. This study investigates pre-trained language models, CodeBERT and CodeT5, for automated vulnerability patching across six datasets and four languages. We evaluate their accuracy and generalization to unknown vulnerabilities. Results show that while both models face challenges with fragmented or sparse context, CodeBERT performs comparatively better in such scenarios, whereas CodeT5 excels in capturing complex vulnerability patterns. CodeT5 also demonstrates superior scalability. Furthermore, we test fine-tuned models on both in-distribution (trained) and out-of-distribution (unseen) datasets. While fine-tuning improves in-distribution performance, models struggle to generalize to unseen data, highlighting challenges in robust vulnerability detection. This study benchmarks model performance, identifies limitations in generalization, and provides actionable insights to advance automated vulnerability patching for real-world security applications. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:00:19 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Khan",
"Zanis Ali",
""
],
[
"Garg",
"Aayush",
""
],
[
"Tang",
"Qiang",
""
]
] |
2506.04988 | Adriano Di Giacomo | Adriano Di Giacomo | Gauge-invariant field strengths in $QCD$ | Presented to the conference New Trends in Theoretical Physics (Tashkent, 2023) | null | null | null | hep-lat hep-ph hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Gauge-invariant field strengths, defined as parallel transports to infinity of ordinary field strengths, naturally emerge in a few physical phenomena governed by $QCD$. One of them is confinement of colour. Despite the arbitrariness in their definition coming from the freedom in the choice of the path of the parallel transport to infinity, the request of differentiability with respect to the position $x$ strongly constrains their correlation functions. Strong constraints also come from translation and Lorentz invariance. Gauge invariant field strengths also appear in the non abelian Stokes theorem, and allow to understand basic properties of the vacuum by use of lattice data. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:01:35 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Di Giacomo",
"Adriano",
""
]
] |
2506.04989 | Adrian Marius Dumitran | Dumitran Adrian Marius and Dita Radu | BacPrep: An Experimental Platform for Evaluating LLM-Based Bacalaureat Assessment | 9 pages Preprint ACCEPTED at BBGI (ITS Workshop) | null | null | null | cs.SE | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Accessing quality preparation and feedback for the Romanian Bacalaureat exam is challenging, particularly for students in remote or underserved areas. This paper introduces BacPrep, an experimental online platform exploring Large Language Model (LLM) potential for automated assessment, aiming to offer a free, accessible resource. Using official exam questions from the last 5 years, BacPrep employs one of Google's newest models, Gemini 2.0 Flash (released Feb 2025), guided by official grading schemes, to provide experimental feedback. Currently operational, its primary research function is collecting student solutions and LLM outputs. This focused dataset is vital for planned expert validation to rigorously evaluate the feasibility and accuracy of this cutting-edge LLM in the specific Bacalaureat context before reliable deployment. We detail the design, data strategy, status, validation plan, and ethics. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:02:06 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Marius",
"Dumitran Adrian",
""
],
[
"Radu",
"Dita",
""
]
] |
2506.04990 | Enrique Sanchez | Enrique Sanchez and Isma Hadji and Adrian Bulat and Christos Tzelepis and Brais Martinez and Georgios Tzimiropoulos | Multi-scale Image Super Resolution with a Single Auto-Regressive Model | Enrique Sanchez and Isma Hadji equally contributed to this work. Project site https://github.com/saic-fi/ms_sr_var | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper we tackle Image Super Resolution (ISR), using recent advances in Visual Auto-Regressive (VAR) modeling. VAR iteratively estimates the residual in latent space between gradually increasing image scales, a process referred to as next-scale prediction. Thus, the strong priors learned during pre-training align well with the downstream task (ISR). To our knowledge, only VARSR has exploited this synergy so far, showing promising results. However, due to the limitations of existing residual quantizers, VARSR works only at a fixed resolution, i.e. it fails to map intermediate outputs to the corresponding image scales. Additionally, it relies on a 1B transformer architecture (VAR-d24), and leverages a large-scale private dataset to achieve state-of-the-art results. We address these limitations through two novel components: a) a Hierarchical Image Tokenization approach with a multi-scale image tokenizer that progressively represents images at different scales while simultaneously enforcing token overlap across scales, and b) a Direct Preference Optimization (DPO) regularization term that, relying solely on the LR and HR tokenizations, encourages the transformer to produce the latter over the former. To the best of our knowledge, this is the first time a quantizer is trained to force semantically consistent residuals at different scales, and the first time that preference-based optimization is used to train a VAR. Using these two components, our model can denoise the LR image and super-resolve at half and full target upscale factors in a single forward pass. Additionally, we achieve \textit{state-of-the-art results on ISR}, while using a small model (300M params vs ~1B params of VARSR), and without using external training data. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:02:23 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Sanchez",
"Enrique",
""
],
[
"Hadji",
"Isma",
""
],
[
"Bulat",
"Adrian",
""
],
[
"Tzelepis",
"Christos",
""
],
[
"Martinez",
"Brais",
""
],
[
"Tzimiropoulos",
"Georgios",
""
]
] |
2506.04991 | Eric Gottlieb | Eric Gottlieb, Matja\v{z} Krnc, Peter Mur\v{s}i\v{c} | Nim on Integer Partitions and Hyperrectangles | null | null | null | null | math.CO | http://creativecommons.org/licenses/by/4.0/ | We describe PNim and RNim, two variants of Nim in which piles of tokens are replaced with integer partitions or hyperrectangles. In PNim, the players choose one of the integer partitions and remove a positive number of rows or a positive number of columns from the Young diagram of that partition. In RNim, players choose one of the hyperrectangles and reduce one of its side lengths.
For PNim, we find a tight upper bound for the Sprague-Grundy values of partitions and characterize partitions with Sprague-Grundy value one. For RNim, we provide a formula for the Sprague-Grundy value of any position. We classify both games in the Conway-Gurvich-Ho hierarchy. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:02:23 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Gottlieb",
"Eric",
""
],
[
"Krnc",
"Matjaž",
""
],
[
"Muršič",
"Peter",
""
]
] |
2506.04992 | Roman Urmanov | Oleksandr Borysov, Alon Levi, Sebastian Meuren, Nathaly Nofech-Mozes, Ivan Rajkovic, David A. Reis, Arka Santra, Doug W. Storey, Noam Tal Hod and Roman Urmanov | Prospects for the production and detection of Breit-Wheeler tunneling positrons in Experiment 320 at the FACET-II accelerator | null | null | null | null | hep-ex physics.acc-ph | http://creativecommons.org/licenses/by/4.0/ | The SLAC Experiment 320 collides 10 TW-class laser pulses with the high-quality, 10 GeV electron beam from the FACET-II RF LINAC. This setup is expected to produce a sizable number of $e^+e^-$ pairs via nonlinear Breit-Wheeler mechanism in the strong-field tunneling regime, with an estimated yield of ~0.01-0.1 pairs per collision. This small signal rate typically comes along with large backgrounds originating, e.g., from dumping the high-charge primary beam, secondaries induced by the beam halo, as well as photons and low-energy electrons produced in the electron-laser collision itself. These backgrounds may reach densities of O(100) charged particles per cm^2 (and even more neutral particles) at the surface of the sensing elements, making it a tremendous challenge for an unambiguous detection of single particles. In this work, we demonstrate how detectors and methods adapted from high-energy physics experiments, can enable this measurement. The solution presented is based on a highly granular, multi-layer, radiation-hard pixel detector paired with powerful particle-tracking algorithms. Using a detailed simulation of the existing experimental setup, we show how the false-positive rate due to background processes can be reduced by more than an order of magnitude relative to the expected signal after full reconstruction. Furthermore, we show that the high spatial tracking resolution achievable (<10 microns) allows for positron momentum measurements with a resolution of <2%, enabling spectral characterization of the nonlinear Breit-Wheeler process. Based on our extensive simulation, with a conservatively large background assumption, we show that it is possible to measure single Breit-Wheeler positrons in the coming data taking campaign of E320. That would be the first statistically significant observation and characterization of this elusive process in the (deep) tunneling regime. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:02:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Borysov",
"Oleksandr",
""
],
[
"Levi",
"Alon",
""
],
[
"Meuren",
"Sebastian",
""
],
[
"Nofech-Mozes",
"Nathaly",
""
],
[
"Rajkovic",
"Ivan",
""
],
[
"Reis",
"David A.",
""
],
[
"Santra",
"Arka",
""
],
[
"Storey",
"Doug W.",
""
],
[
"Hod",
"Noam Tal",
""
],
[
"Urmanov",
"Roman",
""
]
] |
2506.04993 | Kirsti Kuenzel | Geoffrey Boyer, Kirsti Kuenzel, Jeremy Lyle, and Ryan Pellico | Well-hued graphs with first difference two | null | null | null | null | math.CO | http://creativecommons.org/licenses/by-nc-sa/4.0/ | A graph $G$ is said to be well-hued if every maximal $k$-colorable subgraph of $G$ has the same order $a_k$. Therefore, if $G$ is well-hued, we can associate with $G$ a sequence $\{a_k\}$. Necessary and sufficient conditions were given as to when a sequence $\{a_k\}$ is realized by a well-hued graph. Further, it was conjectured there is only one connected well-hued graph with $a_2 = a_1 + 2$ for every $a_1 \ge 4$. In this paper, we prove this conjecture as well as characterize nearly all well-hued graphs with $a_1=2$. We also investigate when both $G$ and its complement are well-hued. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:02:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Boyer",
"Geoffrey",
""
],
[
"Kuenzel",
"Kirsti",
""
],
[
"Lyle",
"Jeremy",
""
],
[
"Pellico",
"Ryan",
""
]
] |
2506.04994 | Alejo Cifuentes | Alejo Cifuentes, V. A. Acciari, F. Barnes, G. Chon, E. Colombo, J. Cortina, C. Delgado, C. D\'iaz, M. Fiori, D. Fink, T. Hassan, I. Jim\'enez Mart\'inez, I. Jorge, D. Kerszberg, E. Lyard, G. Mart\'inez, R. Mirzoyan, M. Polo, N. Produit, J. J. Rodr\'iguez-V\'azquez, P. Saha, T. Schweizer, D. Strom, R. Walter, C. W. Wunderlich, MAGIC Collaboration, CTAO-LST Project | Performance of MAGIC stellar intensity interferometer and expansion to MAGIC + CTAO-LST1 stellar intensity interferometer | Proceedings of the SPIE | Volume 13095, id. 1309527 16 pp. (2024) | 10.1117/12.3016905 | null | astro-ph.IM | http://creativecommons.org/licenses/by-nc-nd/4.0/ | A new generation of optical intensity interferometers are emerging in recent years taking advantage of the existing infrastructure of Imaging Atmospheric Cherenkov Telescopes (IACTs). The MAGIC SII (Stellar Intensity Interferometer) in La Palma, Spain, has been operating since its first successful measurements in 2019 and its current design allows it to operate regularly. The current setup is ready to follow up on bright optical transients, as changing from regular gamma-ray observations to SII mode can be done in a matter of minutes. A paper studying the system performance, first measurements and future upgrades has been recently published. MAGIC SII's first scientific results are the measurement of the angular size of 22 stars, 13 of which with no previous measurements in the B band. More recently the Large Sized Telescope prototype from the Cherenkov Telescope Array Observatory (CTAOLST1) has been upgraded to operate together with MAGIC as a SII, leading to its first correlation measurements at the beginning of 2024. MAGIC+CTAO-LST1 SII will be further upgraded by adding the remaining CTAOLSTs at the north site to the system (which are foreseen to be built by the end of 2025). MAGIC+CTAO-LST1 SII shows a feasible technical solution to extend SII to the whole CTAO. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:04:02 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Cifuentes",
"Alejo",
""
],
[
"Acciari",
"V. A.",
""
],
[
"Barnes",
"F.",
""
],
[
"Chon",
"G.",
""
],
[
"Colombo",
"E.",
""
],
[
"Cortina",
"J.",
""
],
[
"Delgado",
"C.",
""
],
[
"Díaz",
"C.",
""
],
[
"Fiori",
"M.",
""
],
[
"Fink",
"D.",
""
],
[
"Hassan",
"T.",
""
],
[
"Martínez",
"I. Jiménez",
""
],
[
"Jorge",
"I.",
""
],
[
"Kerszberg",
"D.",
""
],
[
"Lyard",
"E.",
""
],
[
"Martínez",
"G.",
""
],
[
"Mirzoyan",
"R.",
""
],
[
"Polo",
"M.",
""
],
[
"Produit",
"N.",
""
],
[
"Rodríguez-Vázquez",
"J. J.",
""
],
[
"Saha",
"P.",
""
],
[
"Schweizer",
"T.",
""
],
[
"Strom",
"D.",
""
],
[
"Walter",
"R.",
""
],
[
"Wunderlich",
"C. W.",
""
],
[
"Collaboration",
"MAGIC",
""
],
[
"Project",
"CTAO-LST",
""
]
] |
2506.04995 | Bogna Kubik | B. Kubik, R. Barbier, A. Castera, E. Chabanat, S. Ferriol, G. Smadja | Impact of common modes correlations and time sampling on the total noise of a H2RG near-IR detector | SPIE Astronomical Telescopes + Instrumentation, 2014, Montr\'eal, Quebec, Canada | Proceedings Volume 9154, High Energy, Optical, and Infrared Detectors for Astronomy VI; 91541B (2014) | 10.1117/12.2055071 | null | astro-ph.IM | http://creativecommons.org/licenses/by/4.0/ | We present the readout noise reduction methods and the 1/f noise response of an 2Kx2K HgCdTe detector similar to the detectors that will be used in the Near Infrared Spectrometer Photometer - one of the instruments of the future ESA mission named Euclid. Various algorithms of common modes subtraction are defined and compared. We show that the readout noise can be lowered by 60% using properly the references provided within the array. A predictive model of the 1/f noise with a given frequency power spectrum is defined and compared to data taken in a wide range of sampling frequencies. In view of this model the definition of ad-hoc readout noises for different sampling can be avoided | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:05:04 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kubik",
"B.",
""
],
[
"Barbier",
"R.",
""
],
[
"Castera",
"A.",
""
],
[
"Chabanat",
"E.",
""
],
[
"Ferriol",
"S.",
""
],
[
"Smadja",
"G.",
""
]
] |
2506.04996 | Edoardo Bianchi | Edoardo Bianchi, Antonio Liotta | PATS: Proficiency-Aware Temporal Sampling for Multi-View Sports Skill Assessment | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Automated sports skill assessment requires capturing fundamental movement patterns that distinguish expert from novice performance, yet current video sampling methods disrupt the temporal continuity essential for proficiency evaluation. To this end, we introduce Proficiency-Aware Temporal Sampling (PATS), a novel sampling strategy that preserves complete fundamental movements within continuous temporal segments for multi-view skill assessment. PATS adaptively segments videos to ensure each analyzed portion contains full execution of critical performance components, repeating this process across multiple segments to maximize information coverage while maintaining temporal coherence. Evaluated on the EgoExo4D benchmark with SkillFormer, PATS surpasses the state-of-the-art accuracy across all viewing configurations (+0.65% to +3.05%) and delivers substantial gains in challenging domains (+26.22% bouldering, +2.39% music, +1.13% basketball). Systematic analysis reveals that PATS successfully adapts to diverse activity characteristics-from high-frequency sampling for dynamic sports to fine-grained segmentation for sequential skills-demonstrating its effectiveness as an adaptive approach to temporal sampling that advances automated skill assessment for real-world applications. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:05:23 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bianchi",
"Edoardo",
""
],
[
"Liotta",
"Antonio",
""
]
] |
2506.04997 | Yubo Ma | Yubo Ma, Jinsong Li, Yuhang Zang, Xiaobao Wu, Xiaoyi Dong, Pan Zhang, Yuhang Cao, Haodong Duan, Jiaqi Wang, Yixin Cao, Aixin Sun | Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings | Accepted by ACL 2025 findings | null | null | null | cs.IR cs.CL | http://creativecommons.org/licenses/by/4.0/ | Despite the strong performance of ColPali/ColQwen2 in Visualized Document Retrieval (VDR), it encodes each page into multiple patch-level embeddings and leads to excessive memory usage. This empirical study investigates methods to reduce patch embeddings per page at minimum performance degradation. We evaluate two token-reduction strategies: token pruning and token merging. Regarding token pruning, we surprisingly observe that a simple random strategy outperforms other sophisticated pruning methods, though still far from satisfactory. Further analysis reveals that pruning is inherently unsuitable for VDR as it requires removing certain page embeddings without query-specific information. Turning to token merging (more suitable for VDR), we search for the optimal combinations of merging strategy across three dimensions and develop Light-ColPali/ColQwen2. It maintains 98.2% of retrieval performance with only 11.8% of original memory usage, and preserves 94.6% effectiveness at 2.8% memory footprint. We expect our empirical findings and resulting Light-ColPali/ColQwen2 offer valuable insights and establish a competitive baseline for future research towards efficient VDR. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:06:01 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Ma",
"Yubo",
""
],
[
"Li",
"Jinsong",
""
],
[
"Zang",
"Yuhang",
""
],
[
"Wu",
"Xiaobao",
""
],
[
"Dong",
"Xiaoyi",
""
],
[
"Zhang",
"Pan",
""
],
[
"Cao",
"Yuhang",
""
],
[
"Duan",
"Haodong",
""
],
[
"Wang",
"Jiaqi",
""
],
[
"Cao",
"Yixin",
""
],
[
"Sun",
"Aixin",
""
]
] |
2506.04998 | Mehdi Azarafza | Mehdi Azarafza, Mojtaba Nayyeri, Faezeh Pasandideh, Steffen Staab, Achim Rettberg | Mathematical Reasoning for Unmanned Aerial Vehicles: A RAG-Based Approach for Complex Arithmetic Reasoning | 15 pages, 7 figures, 4 appendix subsections | null | null | null | cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Autonomous UAV operation necessitates reliable mathematical reasoning for tasks such as trajectory planning and power management. While traditional flight control relies on hardcoded equations, recent Large Language Models (LLMs) offer potential for more flexible problem-solving but struggle with reliably selecting and applying correct mathematical formulations and executing precise multi-step arithmetic. We propose RAG-UAV, a retrieval-augmented generation framework designed to improve the mathematical reasoning of several LLMs (including GPT o1/Turbo, Llama-3.2/3.3, Mistral, and DeepSeek R1) in UAV-specific contexts by providing access to relevant domain literature. To conduct an initial assessment, we introduce the UAV-Math-Bench, a small problem set comprising 20 UAV-centric mathematical problems across four difficulty levels. Our experiments demonstrate that incorporating retrieval substantially increases exact answer accuracy (achieving up to 75% with o1), reduces instances of incorrect formulation selection (from 25% without RAG to 5% with RAG), decreases numerical errors, reducing Mean Squared Error (MSE) by orders of magnitude for the best-performing models. This pilot study indicates that RAG can enable general-purpose LLMs to function as more reliable tools for engineering analysis, although direct real-time flight control requires further investigation and validation on a larger scale. All benchmark data, question and answer are publicly available. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:09:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Azarafza",
"Mehdi",
""
],
[
"Nayyeri",
"Mojtaba",
""
],
[
"Pasandideh",
"Faezeh",
""
],
[
"Staab",
"Steffen",
""
],
[
"Rettberg",
"Achim",
""
]
] |
2506.04999 | Gengluo Li | Gengluo Li, Huawen Shen, Yu Zhou | Beyond Cropped Regions: New Benchmark and Corresponding Baseline for Chinese Scene Text Retrieval in Diverse Layouts | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Chinese scene text retrieval is a practical task that aims to search for images containing visual instances of a Chinese query text. This task is extremely challenging because Chinese text often features complex and diverse layouts in real-world scenes. Current efforts tend to inherit the solution for English scene text retrieval, failing to achieve satisfactory performance. In this paper, we establish a Diversified Layout benchmark for Chinese Street View Text Retrieval (DL-CSVTR), which is specifically designed to evaluate retrieval performance across various text layouts, including vertical, cross-line, and partial alignments. To address the limitations in existing methods, we propose Chinese Scene Text Retrieval CLIP (CSTR-CLIP), a novel model that integrates global visual information with multi-granularity alignment training. CSTR-CLIP applies a two-stage training process to overcome previous limitations, such as the exclusion of visual features outside the text region and reliance on single-granularity alignment, thereby enabling the model to effectively handle diverse text layouts. Experiments on existing benchmark show that CSTR-CLIP outperforms the previous state-of-the-art model by 18.82% accuracy and also provides faster inference speed. Further analysis on DL-CSVTR confirms the superior performance of CSTR-CLIP in handling various text layouts. The dataset and code will be publicly available to facilitate research in Chinese scene text retrieval. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:10:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Li",
"Gengluo",
""
],
[
"Shen",
"Huawen",
""
],
[
"Zhou",
"Yu",
""
]
] |
2506.05000 | Yongjie Xiao | Yongjie Xiao, Hongru Liang, Peixin Qin, Yao Zhang, Wenqiang Lei | SCOP: Evaluating the Comprehension Process of Large Language Models from a Cognitive View | arXiv admin note: text overlap with arXiv:2004.14535 by other authors | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Despite the great potential of large language models(LLMs) in machine comprehension, it is still disturbing to fully count on them in real-world scenarios. This is probably because there is no rational explanation for whether the comprehension process of LLMs is aligned with that of experts. In this paper, we propose SCOP to carefully examine how LLMs perform during the comprehension process from a cognitive view. Specifically, it is equipped with a systematical definition of five requisite skills during the comprehension process, a strict framework to construct testing data for these skills, and a detailed analysis of advanced open-sourced and closed-sourced LLMs using the testing data. With SCOP, we find that it is still challenging for LLMs to perform an expert-level comprehension process. Even so, we notice that LLMs share some similarities with experts, e.g., performing better at comprehending local information than global information. Further analysis reveals that LLMs can be somewhat unreliable -- they might reach correct answers through flawed comprehension processes. Based on SCOP, we suggest that one direction for improving LLMs is to focus more on the comprehension process, ensuring all comprehension skills are thoroughly developed during training. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:10:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Xiao",
"Yongjie",
""
],
[
"Liang",
"Hongru",
""
],
[
"Qin",
"Peixin",
""
],
[
"Zhang",
"Yao",
""
],
[
"Lei",
"Wenqiang",
""
]
] |
2506.05001 | Limin Wang | Limin Wang, Lei Bu, Muzimiao Zhang, Shihong Cang, Kai Ye | Attack Effect Model based Malicious Behavior Detection | null | null | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Traditional security detection methods face three key challenges: inadequate data collection that misses critical security events, resource-intensive monitoring systems, and poor detection algorithms with high false positive rates. We present FEAD (Focus-Enhanced Attack Detection), a framework that addresses these issues through three innovations: (1) an attack model-driven approach that extracts security-critical monitoring items from online attack reports for comprehensive coverage; (2) efficient task decomposition that optimally distributes monitoring across existing collectors to minimize overhead; and (3) locality-aware anomaly analysis that leverages the clustering behavior of malicious activities in provenance graphs to improve detection accuracy. Evaluations demonstrate FEAD achieves 8.23% higher F1-score than existing solutions with only 5.4% overhead, confirming that focus-based designs significantly enhance detection performance. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:10:58 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wang",
"Limin",
""
],
[
"Bu",
"Lei",
""
],
[
"Zhang",
"Muzimiao",
""
],
[
"Cang",
"Shihong",
""
],
[
"Ye",
"Kai",
""
]
] |
2506.05002 | Guilherme Mazanti | Felipe Gon\c{c}alves Netto, Yacine Chitour, Guilherme Mazanti | Strong stability of linear delay-difference equations | null | null | null | null | math.DS math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper considers linear delay-difference equations, that is, equations relating the state at a given time with its past values over a given bounded interval. After providing a well-posedness result and recalling Hale--Silkowski Criterion for strong stability in the case of equations with finitely many pointwise delays, we propose a generalization of the notion of strong stability to the more general class of linear delay-difference equations with an integral term defined by a matrix-valued measure. Our main result is an extension of Melvin Criterion for the strong stability of scalar equations, showing that local and global strong stability are equivalent, and that they can be characterized in terms of the total variation of the function defining the equation. We also provide numerical illustrations of our main result. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:12:50 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Netto",
"Felipe Gonçalves",
""
],
[
"Chitour",
"Yacine",
""
],
[
"Mazanti",
"Guilherme",
""
]
] |
2506.05003 | Jayendra N Bandyopadhyay | Nivash R., S. Srinidhi, Jayendra N. Bandyopadhyay, Amol R. Holkundkar | Engineering harmonic emission through spatial modulation in a Kitaev chain | 10 pages, 4 figures | null | null | null | cond-mat.other cond-mat.supr-con physics.atom-ph quant-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate High-harmonic generation (HHG) in a dimerized Kitaev chain. The dimerization in the model is introduced through a site-dependent modulating potential, determined by a parameter $\lambda \in [-1:1]$. This parameter also determines the strength of the hopping amplitudes and tunes the system's topology. Depending upon the parameter $\lambda$, the HHG emission spectrum can be classified into three segments. The first segment exhibits two plateau structures, with the dominant one resulting from transitions to the chiral partner state, consistent with quasiparticle behavior in the topological superconducting phase. The second segment displays multiple plateaus, where intermediate states enable various transition pathways to higher conduction bands. Finally, the third segment presents broader plateaus, indicative of active interband transitions. In the $\lambda\leq0$ regime, we observe the mid-gap states (MGSs) hybridize with the bulk, suppressing the earlier observed harmonic enhancements. This highlights the key role of the intermediate states, particularly when MGSs are isolated. These results demonstrate that harmonic emission profiles can be selectively controlled through the modulating parameter $\lambda$, offering new prospects for tailoring HHG in topological systems. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:12:52 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"R.",
"Nivash",
""
],
[
"Srinidhi",
"S.",
""
],
[
"Bandyopadhyay",
"Jayendra N.",
""
],
[
"Holkundkar",
"Amol R.",
""
]
] |
2506.05004 | Jun Lu | Jun Lu, Jeremy Levitan Noah Gavin, Aniket Ingrole, Holger Witte, Peng Xu and Ye Bai | Characterization of NbTi wires for the electron-ion collider project | 8 pages, 6 figures, CEC/ICMC conference, Reno, NV, May 2025 | null | null | null | physics.acc-ph hep-ex | http://creativecommons.org/publicdomain/zero/1.0/ | The Electron-Ion Collider (EIC) is a proposed machine to explore the behaviour of the fundamental particles and forces that bind atomic nuclei together. The design and construction of the EIC are underway at Brookhaven National Laboratory in collaboration with Thomas Jefferson National Accelerator Facility. EIC will use several different types of superconducting strands for magnets near the interaction region (IR). At beam injection, the magnetic field is usually very low compared with its maximum operating field. This usually creates considerable field errors mainly generated from magnetization current in superconducting strands even using very fine filament. The accurate magnetization measurement results from those superconducting strands will be critical for the calculation and future correction of magnetic field for EIC. In this work, we characterized three billets of superconductor NbTi strands. The magnetization was measured at 4.2 K and 1.9 K in magnetic fields below 1.5 T. The critical current at 4.2 K and in magnetic field down to 5 T were also measured. Other properties that are important for the safety margin of superconducting magnet fabrication, operation, and quench protection such as residual-resistance-ratio (RRR), filament diameter, Cu to non-Cu ratio, twist pitch, and mechanical properties at 77 K will also be presented. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:13:40 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lu",
"Jun",
""
],
[
"Gavin",
"Jeremy Levitan Noah",
""
],
[
"Ingrole",
"Aniket",
""
],
[
"Witte",
"Holger",
""
],
[
"Xu",
"Peng",
""
],
[
"Bai",
"Ye",
""
]
] |
2506.05005 | Ashkan Soleymani | Ashkan Soleymani, Georgios Piliouras, Gabriele Farina | Cautious Optimism: A Meta-Algorithm for Near-Constant Regret in General Games | Extended abstract appeared at Twenty-Sixth ACM Conference on Economics and Computation (EC), 2025 | null | null | null | cs.LG cs.GT math.OC | http://creativecommons.org/licenses/by/4.0/ | Recent work [Soleymani et al., 2025] introduced a variant of Optimistic Multiplicative Weights Updates (OMWU) that adaptively controls the learning pace in a dynamic, non-monotone manner, achieving new state-of-the-art regret minimization guarantees in general games. In this work, we demonstrate that no-regret learning acceleration through adaptive pacing of the learners is not an isolated phenomenon. We introduce \emph{Cautious Optimism}, a framework for substantially faster regularized learning in general games. Cautious Optimism takes as input any instance of Follow-the-Regularized-Leader (FTRL) and outputs an accelerated no-regret learning algorithm by pacing the underlying FTRL with minimal computational overhead. Importantly, we retain uncoupledness (learners do not need to know other players' utilities). Cautious Optimistic FTRL achieves near-optimal $O_T(\log T)$ regret in diverse self-play (mixing-and-matching regularizers) while preserving the optimal $O(\sqrt{T})$ regret in adversarial scenarios. In contrast to prior works (e.g. Syrgkanis et al. [2015], Daskalakis et al. [2021]), our analysis does not rely on monotonic step-sizes, showcasing a novel route for fast learning in general games. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:13:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Soleymani",
"Ashkan",
""
],
[
"Piliouras",
"Georgios",
""
],
[
"Farina",
"Gabriele",
""
]
] |
2506.05006 | Herbert Weigel | Willem J. Meyer and Herbert Weigel | Examples for BPS solitons destabilized by quantum effects | 12 pages, 7 figures | null | null | null | hep-th | http://creativecommons.org/licenses/by/4.0/ | We compute the leading quantum corrections to the energies of solitons which are constructed from BPS equations for two scalar fields in one space dimension. A particular feature of the considered models is that there are several translationally invariant ground states. We call them primary and secondary vacua. The former are those that are asymptotically assumed by the topologically stable solitons. Therefore the primary vacua fully determine the classical energy and solitons that occupy a secondary vacuum in finite but eventually large portions of space are classically degenerate. Then the quantum corrections to the energy are decisive for the energetically favored soliton. We find that the leading quantum correction to the energy is not bounded from below and that this correction is the more negative the larger the region is in which the soliton approaches a secondary vacuum. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:14:00 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Meyer",
"Willem J.",
""
],
[
"Weigel",
"Herbert",
""
]
] |
2506.05007 | Yuanbo Wen | Rui Zhang, Yuanbo Wen, Shuyao Cheng, Di Huang, Shaohui Peng, Jiaming Guo, Pengwei Jin, Jiacheng Zhao, Tianrui Ma, Yaoyu Zhu, Yifan Hao, Yongwei Zhao, Shengwen Liang, Ying Wang, Xing Hu, Zidong Du, Huimin Cui, Ling Li, Qi Guo, Yunji Chen | QiMeng: Fully Automated Hardware and Software Design for Processor Chip | null | null | null | null | cs.AR cs.LG | http://creativecommons.org/licenses/by/4.0/ | Processor chip design technology serves as a key frontier driving breakthroughs in computer science and related fields. With the rapid advancement of information technology, conventional design paradigms face three major challenges: the physical constraints of fabrication technologies, the escalating demands for design resources, and the increasing diversity of ecosystems. Automated processor chip design has emerged as a transformative solution to address these challenges. While recent breakthroughs in Artificial Intelligence (AI), particularly Large Language Models (LLMs) techniques, have opened new possibilities for fully automated processor chip design, substantial challenges remain in establishing domain-specific LLMs for processor chip design.
In this paper, we propose QiMeng, a novel system for fully automated hardware and software design of processor chips. QiMeng comprises three hierarchical layers. In the bottom-layer, we construct a domain-specific Large Processor Chip Model (LPCM) that introduces novel designs in architecture, training, and inference, to address key challenges such as knowledge representation gap, data scarcity, correctness assurance, and enormous solution space. In the middle-layer, leveraging the LPCM's knowledge representation and inference capabilities, we develop the Hardware Design Agent and the Software Design Agent to automate the design of hardware and software for processor chips. Currently, several components of QiMeng have been completed and successfully applied in various top-layer applications, demonstrating significant advantages and providing a feasible solution for efficient, fully automated hardware/software design of processor chips. Future research will focus on integrating all components and performing iterative top-down and bottom-up design processes to establish a comprehensive QiMeng system. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:17:50 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Rui",
""
],
[
"Wen",
"Yuanbo",
""
],
[
"Cheng",
"Shuyao",
""
],
[
"Huang",
"Di",
""
],
[
"Peng",
"Shaohui",
""
],
[
"Guo",
"Jiaming",
""
],
[
"Jin",
"Pengwei",
""
],
[
"Zhao",
"Jiacheng",
""
],
[
"Ma",
"Tianrui",
""
],
[
"Zhu",
"Yaoyu",
""
],
[
"Hao",
"Yifan",
""
],
[
"Zhao",
"Yongwei",
""
],
[
"Liang",
"Shengwen",
""
],
[
"Wang",
"Ying",
""
],
[
"Hu",
"Xing",
""
],
[
"Du",
"Zidong",
""
],
[
"Cui",
"Huimin",
""
],
[
"Li",
"Ling",
""
],
[
"Guo",
"Qi",
""
],
[
"Chen",
"Yunji",
""
]
] |
2506.05008 | Zhu Yu | Fuyi Zhang, Zhu Yu, Chunhao Li, Runmin Zhang, Xiaokai Bai, Zili Zhou, Si-Yuan Cao, Wang Wang, Hui-Liang Shen | Structure-Aware Radar-Camera Depth Estimation | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Monocular depth estimation aims to determine the depth of each pixel from an RGB image captured by a monocular camera. The development of deep learning has significantly advanced this field by facilitating the learning of depth features from some well-annotated datasets \cite{Geiger_Lenz_Stiller_Urtasun_2013,silberman2012indoor}. Eigen \textit{et al.} \cite{eigen2014depth} first introduce a multi-scale fusion network for depth regression. Following this, subsequent improvements have come from reinterpreting the regression task as a classification problem \cite{bhat2021adabins,Li_Wang_Liu_Jiang_2022}, incorporating additional priors \cite{shao2023nddepth,yang2023gedepth}, and developing more effective objective function \cite{xian2020structure,Yin_Liu_Shen_Yan_2019}. Despite these advances, generalizing to unseen domains remains a challenge. Recently, several methods have employed affine-invariant loss to enable multi-dataset joint training \cite{MiDaS,ZeroDepth,guizilini2023towards,Dany}. Among them, Depth Anything \cite{Dany} has shown leading performance in zero-shot monocular depth estimation. While it struggles to estimate accurate metric depth due to the lack of explicit depth cues, it excels at extracting structural information from unseen images, producing structure-detailed monocular depth. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:18:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Fuyi",
""
],
[
"Yu",
"Zhu",
""
],
[
"Li",
"Chunhao",
""
],
[
"Zhang",
"Runmin",
""
],
[
"Bai",
"Xiaokai",
""
],
[
"Zhou",
"Zili",
""
],
[
"Cao",
"Si-Yuan",
""
],
[
"Wang",
"Wang",
""
],
[
"Shen",
"Hui-Liang",
""
]
] |
2506.05009 | Filip Slezak | Alfred T. Christiansen, Andreas H. H{\o}jrup, Morten K. Stephansen, Md Ibtihaj A. Sakib, Taman S. Poojary, Filip Slezak, Morten S. Laursen, Thomas B. Moeslund, Joakim B. Haurum | Point Cloud Segmentation of Agricultural Vehicles using 3D Gaussian Splatting | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Training neural networks for tasks such as 3D point cloud semantic segmentation demands extensive datasets, yet obtaining and annotating real-world point clouds is costly and labor-intensive. This work aims to introduce a novel pipeline for generating realistic synthetic data, by leveraging 3D Gaussian Splatting (3DGS) and Gaussian Opacity Fields (GOF) to generate 3D assets of multiple different agricultural vehicles instead of using generic models. These assets are placed in a simulated environment, where the point clouds are generated using a simulated LiDAR. This is a flexible approach that allows changing the LiDAR specifications without incurring additional costs. We evaluated the impact of synthetic data on segmentation models such as PointNet++, Point Transformer V3, and OACNN, by training and validating the models only on synthetic data. Remarkably, the PTv3 model had an mIoU of 91.35\%, a noteworthy result given that the model had neither been trained nor validated on any real data. Further studies even suggested that in certain scenarios the models trained only on synthetically generated data performed better than models trained on real-world data. Finally, experiments demonstrated that the models can generalize across semantic classes, enabling accurate predictions on mesh models they were never trained on. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:19:27 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Christiansen",
"Alfred T.",
""
],
[
"Højrup",
"Andreas H.",
""
],
[
"Stephansen",
"Morten K.",
""
],
[
"Sakib",
"Md Ibtihaj A.",
""
],
[
"Poojary",
"Taman S.",
""
],
[
"Slezak",
"Filip",
""
],
[
"Laursen",
"Morten S.",
""
],
[
"Moeslund",
"Thomas B.",
""
],
[
"Haurum",
"Joakim B.",
""
]
] |
2506.05010 | Zhenran Xu | Zhenran Xu, Xue Yang, Yiyu Wang, Qingli Hu, Zijiao Wu, Longyue Wang, Weihua Luo, Kaifu Zhang, Baotian Hu, Min Zhang | ComfyUI-Copilot: An Intelligent Assistant for Automated Workflow Development | ACL 2025 Demo. Github: https://github.com/AIDC-AI/ComfyUI-Copilot | null | null | null | cs.CL cs.CV | http://creativecommons.org/licenses/by/4.0/ | We introduce ComfyUI-Copilot, a large language model-powered plugin designed to enhance the usability and efficiency of ComfyUI, an open-source platform for AI-driven art creation. Despite its flexibility and user-friendly interface, ComfyUI can present challenges to newcomers, including limited documentation, model misconfigurations, and the complexity of workflow design. ComfyUI-Copilot addresses these challenges by offering intelligent node and model recommendations, along with automated one-click workflow construction. At its core, the system employs a hierarchical multi-agent framework comprising a central assistant agent for task delegation and specialized worker agents for different usages, supported by our curated ComfyUI knowledge bases to streamline debugging and deployment. We validate the effectiveness of ComfyUI-Copilot through both offline quantitative evaluations and online user feedback, showing that it accurately recommends nodes and accelerates workflow development. Additionally, use cases illustrate that ComfyUI-Copilot lowers entry barriers for beginners and enhances workflow efficiency for experienced users. The ComfyUI-Copilot installation package and a demo video are available at https://github.com/AIDC-AI/ComfyUI-Copilot. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:20:50 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Xu",
"Zhenran",
""
],
[
"Yang",
"Xue",
""
],
[
"Wang",
"Yiyu",
""
],
[
"Hu",
"Qingli",
""
],
[
"Wu",
"Zijiao",
""
],
[
"Wang",
"Longyue",
""
],
[
"Luo",
"Weihua",
""
],
[
"Zhang",
"Kaifu",
""
],
[
"Hu",
"Baotian",
""
],
[
"Zhang",
"Min",
""
]
] |
2506.05011 | Jaehoon Choi | Jaehoon Choi, Dongki Jung, Christopher Maxey, Yonghan Lee, Sungmin Eum, Dinesh Manocha, Heesung Kwon | UAV4D: Dynamic Neural Rendering of Human-Centric UAV Imagery using Gaussian Splatting | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Despite significant advancements in dynamic neural rendering, existing methods fail to address the unique challenges posed by UAV-captured scenarios, particularly those involving monocular camera setups, top-down perspective, and multiple small, moving humans, which are not adequately represented in existing datasets. In this work, we introduce UAV4D, a framework for enabling photorealistic rendering for dynamic real-world scenes captured by UAVs. Specifically, we address the challenge of reconstructing dynamic scenes with multiple moving pedestrians from monocular video data without the need for additional sensors. We use a combination of a 3D foundation model and a human mesh reconstruction model to reconstruct both the scene background and humans. We propose a novel approach to resolve the scene scale ambiguity and place both humans and the scene in world coordinates by identifying human-scene contact points. Additionally, we exploit the SMPL model and background mesh to initialize Gaussian splats, enabling holistic scene rendering. We evaluated our method on three complex UAV-captured datasets: VisDrone, Manipal-UAV, and Okutama-Action, each with distinct characteristics and 10~50 humans. Our results demonstrate the benefits of our approach over existing methods in novel view synthesis, achieving a 1.5 dB PSNR improvement and superior visual sharpness. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:21:09 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Choi",
"Jaehoon",
""
],
[
"Jung",
"Dongki",
""
],
[
"Maxey",
"Christopher",
""
],
[
"Lee",
"Yonghan",
""
],
[
"Eum",
"Sungmin",
""
],
[
"Manocha",
"Dinesh",
""
],
[
"Kwon",
"Heesung",
""
]
] |
2506.05012 | Jeong Hun Lee | Jeong Hun Lee, Junzhe Hu, Sofia Kwok, Carmel Majidi, and Zachary Manchester | A Unified Framework for Simulating Strongly-Coupled Fluid-Robot Multiphysics | null | null | null | null | cs.RO physics.comp-ph physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a framework for simulating fluid-robot multiphysics as a single, unified optimization problem. The coupled manipulator and incompressible Navier-Stokes equations governing the robot and fluid dynamics are derived together from a single Lagrangian using the principal of least action. We then employ discrete variational mechanics to derive a stable, implicit time-integration scheme for jointly simulating both the fluid and robot dynamics, which are tightly coupled by a constraint that enforces the no-slip boundary condition at the fluid-robot interface. Extending the classical immersed boundary method, we derive a new formulation of the no-slip constraint that is numerically well-conditioned and physically accurate for multibody systems commonly found in robotics. We demonstrate our approach's physical accuracy on benchmark computational fluid-dynamics problems, including Poiseuille flow and a disc in free stream. We then design a locomotion policy for a novel swimming robot in simulation and validate results on real-world hardware, showcasing our framework's sim-to-real capability for robotics tasks. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:21:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lee",
"Jeong Hun",
""
],
[
"Hu",
"Junzhe",
""
],
[
"Kwok",
"Sofia",
""
],
[
"Majidi",
"Carmel",
""
],
[
"Manchester",
"Zachary",
""
]
] |
2506.05013 | Semyon Yakubovich | Semyon Yakubovich | Generalized product formulas for Whittaker's functions and a novel class of index transforms | null | null | null | null | math.CA | http://creativecommons.org/publicdomain/zero/1.0/ | Generalized product formulas and index transforms, involving products of Whittaker's functions of different indices are established and investigated. The corresponding inversion formulas are found. Particular cases cover index transforms with products of the modified Bessel and Whittaker's functions. For our goals the Kontorovich-Lebedev and Olevskii transforms of a complex index with nonzero real part are involved. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:22:10 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Yakubovich",
"Semyon",
""
]
] |
2506.05014 | Nektarios Kalampalikis | Nektarios Kalampalikis, Kavya Gupta, Georgi Vitanov, Isabel Valera | Towards Reasonable Concept Bottleneck Models | 26 pages, 17 figures | null | null | null | cs.LG cs.AI stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we propose $\textbf{C}$oncept $\textbf{REA}$soning $\textbf{M}$odels (CREAM), a novel family of Concept Bottleneck Models (CBMs) that: (i) explicitly encodes concept-concept (${\texttt{C-C}}$) and concept-task (${\texttt{C$\rightarrow$Y}}$) relationships to enforce a desired model reasoning; and (ii) use a regularized side-channel to achieve competitive task performance, while keeping high concept importance. Specifically, CREAM architecturally embeds (bi)directed concept-concept, and concept to task relationships specified by a human expert, while severing undesired information flows (e.g., to handle mutually exclusive concepts). Moreover, CREAM integrates a black-box side-channel that is regularized to encourage task predictions to be grounded in the relevant concepts, thereby utilizing the side-channel only when necessary to enhance performance. Our experiments show that: (i) CREAM mainly relies on concepts while achieving task performance on par with black-box models; and (ii) the embedded ${\texttt{C-C}}$ and ${\texttt{C$\rightarrow$Y}}$ relationships ease model interventions and mitigate concept leakage. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:22:29 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kalampalikis",
"Nektarios",
""
],
[
"Gupta",
"Kavya",
""
],
[
"Vitanov",
"Georgi",
""
],
[
"Valera",
"Isabel",
""
]
] |
2506.05015 | Liping Meng | Liping Meng, Zhaoyi Xu and Meirong Tang | Periodic Orbits and Gravitational Wave Radiation of Black Holes in 4D-EGB gravity | null | null | null | null | gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In the paper, we study the dynamical behavior of a particle around a charged black hole within the framework of 4D-EGB gravity theory. Based on the spacetime metric of the black hole, we rigorously derived the effective potential of the particle and analyzed the particle's MBO and ISCO. The results show that the key physical quantities of MBO and ISCO-including orbital radius, angular momentum, and energy-all exhibit significant dependence on parameter $\alpha$ and charge $Q$. As these two parameters increase, the energy-angular momentum ($E, L$) region required for particle bound orbits shifts towards lower ($E, L$) areas. Furthermore, in order to assess the validity of the chosen values for parameter $\alpha$ and charge $Q$, a rigorous constraint on these parameters is imposed in this paper, utilizing observational data from the black hole shadows of $M87^{\ast }$ and $Sgr A^{\ast }$ and precession observations of the $S2$ star. Finally, we analyzed the periodic orbits of particle and their generated gravitational waveforms under different parameter values. We found that changes in parameter $\alpha$ and charge $Q$ lead to significant differences in the periodic trajectories of the particle and their corresponding gravitational waveforms. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:22:32 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Meng",
"Liping",
""
],
[
"Xu",
"Zhaoyi",
""
],
[
"Tang",
"Meirong",
""
]
] |
2506.05016 | John Collins | John Collins | Multi-Point Proximity Encoding For Vector-Mode Geospatial Machine Learning | 10 pages, 8 figures | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Vector-mode geospatial data -- points, lines, and polygons -- must be encoded into an appropriate form in order to be used with traditional machine learning and artificial intelligence models. Encoding methods attempt to represent a given shape as a vector that captures its essential geometric properties. This paper presents an encoding method based on scaled distances from a shape to a set of reference points within a region of interest. The method, MultiPoint Proximity (MPP) encoding, can be applied to any type of shape, enabling the parameterization of machine learning models with encoded representations of vector-mode geospatial features. We show that MPP encoding possesses the desirable properties of shape-centricity and continuity, can be used to differentiate spatial objects based on their geometric features, and can capture pairwise spatial relationships with high precision. In all cases, MPP encoding is shown to perform better than an alternative method based on rasterization. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:22:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Collins",
"John",
""
]
] |
2506.05017 | Zeno Belligoli | Zeno Belligoli, Emmanouil Stergiadis, Eran Fainman, Ilya Gusev | Controlling Summarization Length Through EOS Token Weighting | null | null | null | null | cs.CL cs.LG | http://creativecommons.org/licenses/by-sa/4.0/ | Controlling the length of generated text can be crucial in various text-generation tasks, including summarization. Existing methods often require complex model alterations, limiting compatibility with pre-trained models. We address these limitations by developing a simple approach for controlling the length of automatic text summaries by increasing the importance of correctly predicting the EOS token in the cross-entropy loss computation. The proposed methodology is agnostic to architecture and decoding algorithms and orthogonal to other inference-time techniques to control the generation length. We tested it with encoder-decoder and modern GPT-style LLMs, and show that this method can control generation length, often without affecting the quality of the summary. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:25:28 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Belligoli",
"Zeno",
""
],
[
"Stergiadis",
"Emmanouil",
""
],
[
"Fainman",
"Eran",
""
],
[
"Gusev",
"Ilya",
""
]
] |
2506.05018 | ATLAS Collaboration | ATLAS Collaboration | Observation of $t\bar{t}\gamma\gamma$ production at $\sqrt{s}=$13 TeV with the ATLAS detector | 37 pages in total, author list starting page 20, 3 figures, 1 table, submitted to Phys. Lett. B. All figures including auxiliary figures are available at https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/TOPQ-2023-03 | null | null | CERN-EP-2025-125 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | This paper presents the first observation of top-quark pair production in association with two photons ($t\bar{t}\gamma\gamma$). The measurement is performed in the single-lepton decay channel using proton-proton collision data collected by the ATLAS detector at the Large Hadron Collider. The data correspond to an integrated luminosity of 140 fb$^{-1}$ recorded during Run 2 at a centre-of-mass energy of 13 TeV. The $t\bar{t}\gamma\gamma$ production cross section, measured in a fiducial phase space based on particle-level kinematic criteria for the lepton, photons, and jets, is found to be $2.42^{+0.58}_{-0.53}\, \text{fb}$, corresponding to an observed significance of 5.2 standard deviations. Additionally, the ratio of the production cross section of $t\bar{t}\gamma\gamma$ to top-quark pair production in association with one photon is determined, yielding $(3.30^{+0.70}_{-0.65})\times 10^{-3}$. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:26:34 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"ATLAS Collaboration",
"",
""
]
] |
2506.05019 | Wenyan Xu | Wenyan Xu, Dawei Xiang, Yue Liu, Xiyu Wang, Yanxiang Ma, Liang Zhang, Chang Xu, Jiaheng Zhang | FinMultiTime: A Four-Modal Bilingual Dataset for Financial Time-Series Analysis | Under review | null | null | null | cs.CE | http://creativecommons.org/licenses/by/4.0/ | Pure time series forecasting tasks typically focus exclusively on numerical features; however, real-world financial decision-making demands the comparison and analysis of heterogeneous sources of information. Recent advances in deep learning and large scale language models (LLMs) have made significant strides in capturing sentiment and other qualitative signals, thereby enhancing the accuracy of financial time series predictions. Despite these advances, most existing datasets consist solely of price series and news text, are confined to a single market, and remain limited in scale. In this paper, we introduce FinMultiTime, the first large scale, multimodal financial time series dataset. FinMultiTime temporally aligns four distinct modalities financial news, structured financial tables, K-line technical charts, and stock price time series across both the S&P 500 and HS 300 universes. Covering 5,105 stocks from 2009 to 2025 in the United States and China, the dataset totals 112.6 GB and provides minute-level, daily, and quarterly resolutions, thus capturing short, medium, and long term market signals with high fidelity. Our experiments demonstrate that (1) scale and data quality markedly boost prediction accuracy; (2) multimodal fusion yields moderate gains in Transformer models; and (3) a fully reproducible pipeline enables seamless dataset updates. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:27:28 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Xu",
"Wenyan",
""
],
[
"Xiang",
"Dawei",
""
],
[
"Liu",
"Yue",
""
],
[
"Wang",
"Xiyu",
""
],
[
"Ma",
"Yanxiang",
""
],
[
"Zhang",
"Liang",
""
],
[
"Xu",
"Chang",
""
],
[
"Zhang",
"Jiaheng",
""
]
] |
2506.05020 | Haokun Liu | Haokun Liu, Zhaoqi Ma, Yunong Li, Junichiro Sugihara, Yicheng Chen, Jinjie Li, and Moju Zhao | Hierarchical Language Models for Semantic Navigation and Manipulation in an Aerial-Ground Robotic System | null | null | null | null | cs.RO cs.AI | http://creativecommons.org/licenses/by/4.0/ | Heterogeneous multi-robot systems show great potential in complex tasks requiring coordinated hybrid cooperation. However, traditional approaches relying on static models often struggle with task diversity and dynamic environments. This highlights the need for generalizable intelligence that can bridge high-level reasoning with low-level execution across heterogeneous agents. To address this, we propose a hierarchical framework integrating a prompted Large Language Model (LLM) and a GridMask-enhanced fine-tuned Vision Language Model (VLM). The LLM performs task decomposition and global semantic map construction, while the VLM extracts task-specified semantic labels and 2D spatial information from aerial images to support local planning. Within this framework, the aerial robot follows a globally optimized semantic path and continuously provides bird-view images, guiding the ground robot's local semantic navigation and manipulation, including target-absent scenarios where implicit alignment is maintained. Experiments on a real-world letter-cubes arrangement task demonstrate the framework's adaptability and robustness in dynamic environments. To the best of our knowledge, this is the first demonstration of an aerial-ground heterogeneous system integrating VLM-based perception with LLM-driven task reasoning and motion planning. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:27:41 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liu",
"Haokun",
""
],
[
"Ma",
"Zhaoqi",
""
],
[
"Li",
"Yunong",
""
],
[
"Sugihara",
"Junichiro",
""
],
[
"Chen",
"Yicheng",
""
],
[
"Li",
"Jinjie",
""
],
[
"Zhao",
"Moju",
""
]
] |
2506.05021 | Shuhan Tang | Shuhan Tang, Qi Jiang, Shuang Qiu, Hanyang Ji, Xiaojie Liu | Mechanistic Insights into Water-Splitting, Proton Migration, and Hydrogen Evolution Reaction in g-C3N4/TiO2-B and Li-F co-doped Heterostructures | null | null | null | null | cond-mat.mtrl-sci physics.chem-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Solar water splitting has received a lot of attention due to its high efficiency and clean energy production potential. Herein, based on the band alignment principle, the g-C3N4/TiO2-B(001) heterostructure is strategically designed, then a Li-F co-doping approach is developed and implemented, leading to significant enhancement in the photocatalytic hydrogen evolution efficiency of the heterostructure systems. The decomposition of water molecule on the surface of heterostructures, the migration and diffusion of proton across the interface, and the hydrogen evolution performance are systematically studied and comprehensively analyzed. The results demonstrate that the heterojunction surface exhibits a relatively low energy barrier for water decomposition, facilitating both hydrogen evolution reaction (HER) and oxygen evolution reaction (OER). Proton transfer preferentially occurs from the TiO2-B(001) surface to the g-C3N4 surface through the interface. The presence of polar covalent bonds establishes a substantial energy barrier for proton migration from TiO2-B(001) surface to the interface, representing a rate-determining factor in the hydrogen evolution process. The formation of hydrogen bonds significantly reduces the migration energy barrier for protons crossing the interface to the g-C3N4 surface. Hydrogen adsorption free energy analysis show that that the heterojunction surface exhibits optimal proton adsorption and desorption characteristics. The synergistic combination of low water decomposition energy barrier, reduced proton migration energy barriers and exceptional HER performance endows both g-C3N4/TiO2-B(001) heterostructure and Li-F co-doped g-C3N4/TiO2-B(001) heterojunction with remarkbale potential as efficient HER photocatalyst. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:30:42 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Tang",
"Shuhan",
""
],
[
"Jiang",
"Qi",
""
],
[
"Qiu",
"Shuang",
""
],
[
"Ji",
"Hanyang",
""
],
[
"Liu",
"Xiaojie",
""
]
] |
2506.05022 | Yixuan Cao | Yixuan Cao, Yuhong Feng, Huafeng Li, Chongyi Huang, Fangcao Jian, Haoran Li, Xu Wang | Tech-ASan: Two-stage check for Address Sanitizer | null | null | null | null | cs.SE cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Address Sanitizer (ASan) is a sharp weapon for detecting memory safety violations, including temporal and spatial errors hidden in C/C++ programs during execution. However, ASan incurs significant runtime overhead, which limits its efficiency in testing large software. The overhead mainly comes from sanitizer checks due to the frequent and expensive shadow memory access. Over the past decade, many methods have been developed to speed up ASan by eliminating and accelerating sanitizer checks, however, they either fail to adequately eliminate redundant checks or compromise detection capabilities. To address this issue, this paper presents Tech-ASan, a two-stage check based technique to accelerate ASan with safety assurance. First, we propose a novel two-stage check algorithm for ASan, which leverages magic value comparison to reduce most of the costly shadow memory accesses. Second, we design an efficient optimizer to eliminate redundant checks, which integrates a novel algorithm for removing checks in loops. Third, we implement Tech-ASan as a memory safety tool based on the LLVM compiler infrastructure. Our evaluation using the SPEC CPU2006 benchmark shows that Tech-ASan outperforms the state-of-the-art methods with 33.70% and 17.89% less runtime overhead than ASan and ASan--, respectively. Moreover, Tech-ASan detects 56 fewer false negative cases than ASan and ASan-- when testing on the Juliet Test Suite under the same redzone setting. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:32:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Cao",
"Yixuan",
""
],
[
"Feng",
"Yuhong",
""
],
[
"Li",
"Huafeng",
""
],
[
"Huang",
"Chongyi",
""
],
[
"Jian",
"Fangcao",
""
],
[
"Li",
"Haoran",
""
],
[
"Wang",
"Xu",
""
]
] |
2506.05023 | Enno Adler | Enno Adler, Stefan B\"ottcher, Rita Hartel | Compressing Hypergraphs using Suffix Sorting | null | null | null | null | cs.DS | http://creativecommons.org/licenses/by/4.0/ | Hypergraphs model complex, non-binary relationships like co-authorships, social group memberships, and recommendations. Like traditional graphs, hypergraphs can grow large, posing challenges for storage, transmission, and query performance. We propose HyperCSA, a novel compression method for hypergraphs that maintains support for standard queries over the succinct representation. HyperCSA achieves compression ratios of 26% to 79% of the original file size on real-world hypergraphs - outperforming existing methods on all large hypergraphs in our experiments. Additionally, HyperCSA scales to larger datasets than existing approaches. Furthermore, for common real-world hypergraphs, HyperCSA evaluates neighbor queries 6 to 40 times faster than both standard data structures and other hypergraph compression approaches. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:33:07 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Adler",
"Enno",
""
],
[
"Böttcher",
"Stefan",
""
],
[
"Hartel",
"Rita",
""
]
] |
2506.05024 | Bogna Kubik | B. Kubik, R. Barbier, P. Calabria, A. Castera, E. Chabanat, F. Charlieu, J-C. Clemens, A. Ealet, S. Ferriol, W. Gillard, T. Maciaszek, E. Prieto, F. Schirra, A. Secroun, B. Serra, G. Smadja, A. Tilquin, and J. Zoubianb | Low noise flux estimate and data quality control monitoring in EUCLID-NISP cosmological survey | SPIE Astronomical Telescopes + Instrumentation, 2016, Edinburgh, United Kingdom | Proceedings Volume 9904, Space Telescopes and Instrumentation 2016: Optical, Infrared, and Millimeter | 10.1117/12.2232551 | null | astro-ph.IM | http://creativecommons.org/licenses/by/4.0/ | Euclid mission is designed to understand the dark sector of the universe. Precise redshift measurements are provided by H2RG detectors. We propose an unbiased method of fitting the flux with Poisson distributed and correlated data, which has an analytic solution and provides a reliable quality factor - fundamental features to ensure the goals of the mission. We compare our method to other techniques of signal estimation and illustrate the anomaly detection on the flight like detectors. Although our discussion is focused on Euclid NISP instrument, much of what is discussed will be of interest to any mission using similar near-infrared sensors | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:35:27 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kubik",
"B.",
""
],
[
"Barbier",
"R.",
""
],
[
"Calabria",
"P.",
""
],
[
"Castera",
"A.",
""
],
[
"Chabanat",
"E.",
""
],
[
"Charlieu",
"F.",
""
],
[
"Clemens",
"J-C.",
""
],
[
"Ealet",
"A.",
""
],
[
"Ferriol",
"S.",
""
],
[
"Gillard",
"W.",
""
],
[
"Maciaszek",
"T.",
""
],
[
"Prieto",
"E.",
""
],
[
"Schirra",
"F.",
""
],
[
"Secroun",
"A.",
""
],
[
"Serra",
"B.",
""
],
[
"Smadja",
"G.",
""
],
[
"Tilquin",
"A.",
""
],
[
"Zoubianb",
"J.",
""
]
] |
2506.05025 | Huey-Wen Lin | Huey-Wen Lin | Mapping Parton Distributions of Hadrons with Lattice QCD | 34 pages, 19 figures; invited review article for Progress in Particle and Nuclear Physics | Prog. Part. Nucl. Phys. 144 (2025) 104177 | 10.1016/j.ppnp.2025.104177 | MSUHEP-24-012 | hep-lat hep-ph nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The strong force which binds hadrons is described by the theory of quantum chromodynamics (QCD). Determining the character and manifestations of QCD is one of the most important and challenging outstanding issues necessary for a comprehensive understanding of the structure of hadrons. Within the context of the QCD parton picture, the parton distribution functions (PDFs) have been remarkably successful in describing a wide variety of processes. However, these PDFs have generally been confined to the description of collinear partons within the hadron. New experiments and facilities provide the opportunity to additionally explore the three-dimensional structure of hadrons, which can be described by generalized parton distributions (GPDs), for example. In recent years, a breakthrough was made in calculating the Bjorken-$x$ dependence of PDFs in lattice QCD by using large-momentum effective theory (LaMET) and other similar frameworks. The breakthrough has led to the emergence and rapid development of direct calculations of Bjorken-$x$--dependent structure. In this review article, we show some of the recent progress made in lattice QCD in PDFs and GPDs and discuss future challenges. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:37:13 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lin",
"Huey-Wen",
""
]
] |
2506.05026 | Oliver Krumpek | Oliver Krumpek, Oliver Heimann, J\"org Kr\"uger | Physical Annotation for Automated Optical Inspection: A Concept for In-Situ, Pointer-Based Trainingdata Generation | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | This paper introduces a novel physical annotation system designed to generate training data for automated optical inspection. The system uses pointer-based in-situ interaction to transfer the valuable expertise of trained inspection personnel directly into a machine learning (ML) training pipeline. Unlike conventional screen-based annotation methods, our system captures physical trajectories and contours directly on the object, providing a more intuitive and efficient way to label data. The core technology uses calibrated, tracked pointers to accurately record user input and transform these spatial interactions into standardised annotation formats that are compatible with open-source annotation software. Additionally, a simple projector-based interface projects visual guidance onto the object to assist users during the annotation process, ensuring greater accuracy and consistency. The proposed concept bridges the gap between human expertise and automated data generation, enabling non-IT experts to contribute to the ML training pipeline and preventing the loss of valuable training samples. Preliminary evaluation results confirm the feasibility of capturing detailed annotation trajectories and demonstrate that integration with CVAT streamlines the workflow for subsequent ML tasks. This paper details the system architecture, calibration procedures and interface design, and discusses its potential contribution to future ML data generation for automated optical inspection. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:37:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Krumpek",
"Oliver",
""
],
[
"Heimann",
"Oliver",
""
],
[
"Krüger",
"Jörg",
""
]
] |
2506.05027 | Wei Tang | Kuang He, Wei Tang, Tong Wei, Min-Ling Zhang | Tuning the Right Foundation Models is What you Need for Partial Label Learning | The code can be found at \url{https://github.com/SEU-hk/PartialCLIP} | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Partial label learning (PLL) seeks to train generalizable classifiers from datasets with inexact supervision, a common challenge in real-world applications. Existing studies have developed numerous approaches to progressively refine and recover ground-truth labels by training convolutional neural networks. However, limited attention has been given to foundation models that offer transferrable representations. In this work, we empirically conduct comprehensive evaluations of 11 foundation models across 13 PLL approaches on 8 benchmark datasets under 3 PLL scenarios. We further propose PartialCLIP, an efficient fine-tuning framework for foundation models in PLL. Our findings reveal that current PLL approaches tend to 1) achieve significant performance gains when using foundation models, 2) exhibit remarkably similar performance to each other, 3) maintain stable performance across varying ambiguity levels, while 4) are susceptible to foundation model selection and adaptation strategies. Additionally, we demonstrate the efficacy of text-embedding classifier initialization and effective candidate label filtering using zero-shot CLIP. Our experimental results and analysis underscore the limitations of current PLL approaches and provide valuable insights for developing more generalizable PLL models. The source code can be found at https://github.com/SEU-hk/PartialCLIP. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:37:33 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"He",
"Kuang",
""
],
[
"Tang",
"Wei",
""
],
[
"Wei",
"Tong",
""
],
[
"Zhang",
"Min-Ling",
""
]
] |
2506.05028 | Lili Vajtai | Lili Vajtai, Norbert Marcel Nemes, Maria del Puerto Morales, Bence G\'abor M\'arkus, L\'aszl\'o Forr\'o, and Ferenc Simon | Magnetic Dissipation in Ferrofluids | 13 pages, 8 figures | null | null | null | cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Ferrofluids, composed of magnetic nanoparticles suspended in a non-magnetic carrier liquid, have attracted considerable attention since their discovery in the 1960s. Their combination of liquid and magnetic properties gives rise to complex behaviors and unique functionalities, enabling a wide range of technological applications. Among these is the ability of the magnetic material to be moved by and to absorb heat when exposed to an external magnetic field -- a process that can occur through various dissipation mechanisms depending on the system. A detailed understanding of these mechanisms is crucial for tailoring materials to specific applications. We provide a comprehensive overview of the theoretical principles underlying different energy dissipation processes and propose a coherent framework for their interpretation. Particular attention is devoted to describing the frequency-dependent susceptibility, which is the key parameter to describe dissipation. We demonstrate that dissipation, predicted from magnetometry-based studies, matches well with direct, frequency-dependent calorimetric results, expanding the available frequency range of the characterization. The demonstrating measurements were carried out with a dilute ferrofluid containing magnetite nanoparticles of a mean diameter of 10.6 nm. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:37:36 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Vajtai",
"Lili",
""
],
[
"Nemes",
"Norbert Marcel",
""
],
[
"Morales",
"Maria del Puerto",
""
],
[
"Márkus",
"Bence Gábor",
""
],
[
"Forró",
"László",
""
],
[
"Simon",
"Ferenc",
""
]
] |
2506.05029 | Simone Rusconi | Simone Rusconi, Christina Schenk, Razvan Ceuca, Arghir Zarnescu, Elena Akhmatskaya | Complexity reduction of physical models: an equation-free approach by means of scaling | null | null | null | null | cond-mat.soft | http://creativecommons.org/licenses/by/4.0/ | The description of complex physical phenomena often involves sophisticated models that rely on a large number of parameters, with many dimensions and scales. One practical way to simplify that kind of models is to discard some of the parameters, or terms of underlying equations, thus giving rise to reduced models. Here, we propose a general approach to obtaining such reduced models. The method is independent of the model in use, i.e., equation-free, depends only on the interplay between the scales and dimensions involved in the description of the phenomena, and controls over-parametrization. It also quantifies conditions for asymptotic models by providing explicitly computable thresholds on values of parameters that allow for reducing complexity of a model, while preserving essential predictive properties. Although our focus is on complexity reduction, this approach may also help with calibration by mitigating the risks of over-parameterization and instability in parameter estimation. The benefits of this approach are discussed in the context of the classical projectile model. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:39:29 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Rusconi",
"Simone",
""
],
[
"Schenk",
"Christina",
""
],
[
"Ceuca",
"Razvan",
""
],
[
"Zarnescu",
"Arghir",
""
],
[
"Akhmatskaya",
"Elena",
""
]
] |
2506.05030 | Kacper Sokol | Kacper Sokol and James Fackler and Julia E Vogt | Artificial Intelligence Should Genuinely Support Clinical Reasoning and Decision Making To Bridge the Translational Gap | null | null | 10.1038/s41746-025-01725-9 | null | cs.HC cs.AI cs.CY cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Artificial intelligence promises to revolutionise medicine, yet its impact remains limited because of the pervasive translational gap. We posit that the prevailing technology-centric approaches underpin this challenge, rendering such systems fundamentally incompatible with clinical practice, specifically diagnostic reasoning and decision making. Instead, we propose a novel sociotechnical conceptualisation of data-driven support tools designed to complement doctors' cognitive and epistemic activities. Crucially, it prioritises real-world impact over superhuman performance on inconsequential benchmarks. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:39:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Sokol",
"Kacper",
""
],
[
"Fackler",
"James",
""
],
[
"Vogt",
"Julia E",
""
]
] |
2506.05031 | Mohammad Mirzakhani | Mohammad Mirzakhani and Kyungsun Moon | Quantum simulation of the Hubbard model on a graphene hexagon: Strengths of IQPE and noise constraints | 14 pages, 10 figures | null | null | null | quant-ph cond-mat.mes-hall cond-mat.str-el physics.comp-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Quantum computing offers transformative potential for simulating real-world materials, providing a powerful platform to investigate complex quantum systems across quantum chemistry and condensed matter physics. In this work, we leverage this capability to simulate the Hubbard model on a six-site graphene hexagon using Qiskit, employing the Iterative Quantum Phase Estimation (IQPE) and adiabatic evolution algorithms to determine its ground-state properties. Noiseless simulations yield accurate ground-state energies (GSEs), charge and spin densities, and correlation functions, all in excellent agreement with exact diagonalization, underscoring the precision and reliability of quantum simulation for strongly correlated electron systems. However, deploying IQPE and adiabatic evolution on today's noisy quantum hardware remains highly challenging. To examine these limitations, we utilize the Qiskit Aer simulator with a custom noise model tailored to the characteristics of IBM's real backend. This model includes realistic depolarizing gate errors, thermal relaxation, and readout noise, allowing us to explore how these factors degrade simulation accuracy. Preliminary hardware runs on IBM devices further expose discrepancies between simulated and real-world noise, emphasizing the gap between ideal and practical implementations. Overall, our results highlight the promise of quantum computing for simulating correlated quantum materials, while also revealing the significant challenges posed by hardware noise in achieving accurate and reliable physical predictions using current quantum devices. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:40:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Mirzakhani",
"Mohammad",
""
],
[
"Moon",
"Kyungsun",
""
]
] |
2506.05032 | Zeming Wei | Zeming Wei, Yiwen Guo, Yisen Wang | Identifying and Understanding Cross-Class Features in Adversarial Training | ICML 2025 | null | null | null | cs.LG cs.AI cs.CR cs.CV math.OC | http://creativecommons.org/licenses/by/4.0/ | Adversarial training (AT) has been considered one of the most effective methods for making deep neural networks robust against adversarial attacks, while the training mechanisms and dynamics of AT remain open research problems. In this paper, we present a novel perspective on studying AT through the lens of class-wise feature attribution. Specifically, we identify the impact of a key family of features on AT that are shared by multiple classes, which we call cross-class features. These features are typically useful for robust classification, which we offer theoretical evidence to illustrate through a synthetic data model. Through systematic studies across multiple model architectures and settings, we find that during the initial stage of AT, the model tends to learn more cross-class features until the best robustness checkpoint. As AT further squeezes the training robust loss and causes robust overfitting, the model tends to make decisions based on more class-specific features. Based on these discoveries, we further provide a unified view of two existing properties of AT, including the advantage of soft-label training and robust overfitting. Overall, these insights refine the current understanding of AT mechanisms and provide new perspectives on studying them. Our code is available at https://github.com/PKU-ML/Cross-Class-Features-AT. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:40:11 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wei",
"Zeming",
""
],
[
"Guo",
"Yiwen",
""
],
[
"Wang",
"Yisen",
""
]
] |
2506.05033 | M. D. Reed | M.D. Reed, A.S. Baran, J.H. Telting, R.H. Ostensen, C.S. Jeffery, Y. Gaibor | K2 observations of five pulsating subdwarf B stars with white dwarf companions | 29 pages, 18 figures, accepted to MNRAS | null | null | null | astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | We report seismic analyses of five pulsating subdwarf B (sdBV) stars observed during Kepler's K2 mission, each with a white dwarf companion. We find three of the five to be g-mode-dominated hybrid pulsators. For the other two, we only detect g modes. We determine rotation periods from frequency multiplets for four stars and each rotates subsynchronously to its binary period, including PG 0101+039 and PG 0902+124 both with binary periods near 0.57 days and spin periods near 9 days. We detect frequency multiplets in both p and g modes for PG 0101+039 and LT Cnc and determine that PG 0101+039 rotates like a solid body while LT Cnc rotates differentially radially with the envelope spinning faster than deeper layers. Mostly we find these five stars to be quite similar to one another, spectroscopically and seismically. We find the p modes of the three hybrid pulsators to have gaps between regions of power, which we interpret as overtones and apply a technique to assign modes. We examine their g mode period spacings and deviations thereof and again, find the stars to be similar with period spacings near the average of 250 s and deviations mostly under 25 s. We compare Kepler-observed sdBV stars of different binary types and likely-single pulsators. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:40:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Reed",
"M. D.",
""
],
[
"Baran",
"A. S.",
""
],
[
"Telting",
"J. H.",
""
],
[
"Ostensen",
"R. H.",
""
],
[
"Jeffery",
"C. S.",
""
],
[
"Gaibor",
"Y.",
""
]
] |
2506.05034 | Weicheng Zhan | Boquan Fan, Yuchen Wang, Weicheng Zhan | Remarks on radial symmetry of stationary and uniformly-rotating solutions for the 2D Euler equation | arXiv admin note: text overlap with arXiv:2412.05973 | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We prove that any uniformly rotating solution of the 2D incompressible Euler equation with compactly supported vorticity $\omega$ must be radially symmetric whenever its angular velocity satisfies $\Omega \in (-\infty,\inf \omega / 2] \cup \, [ \sup \omega / 2, +\infty )$, in both the patch and smooth settings. This result extends the rigidity theorems established in \cite{Gom2021MR4312192} (\textit{Duke Math. J.},170(13):2957-3038, 2021), which were confined to the case of non-positive angular velocities and non-negative vorticity. Moreover, our results do not impose any regularity conditions on the patch beyond requiring that its boundary consists of Jordan curves, thereby refining the previous result to encompass irregular vortex patches. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:40:36 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Fan",
"Boquan",
""
],
[
"Wang",
"Yuchen",
""
],
[
"Zhan",
"Weicheng",
""
]
] |
2506.05035 | Changhun Kim | Hyeongwon Jang, Changhun Kim, Eunho Yang | TIMING: Temporality-Aware Integrated Gradients for Time Series Explanation | ICML 2025 Spotlight Presentation; Code is available at https://github.com/drumpt/TIMING | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | Recent explainable artificial intelligence (XAI) methods for time series primarily estimate point-wise attribution magnitudes, while overlooking the directional impact on predictions, leading to suboptimal identification of significant points. Our analysis shows that conventional Integrated Gradients (IG) effectively capture critical points with both positive and negative impacts on predictions. However, current evaluation metrics fail to assess this capability, as they inadvertently cancel out opposing feature contributions. To address this limitation, we propose novel evaluation metrics-Cumulative Prediction Difference (CPD) and Cumulative Prediction Preservation (CPP)-to systematically assess whether attribution methods accurately identify significant positive and negative points in time series XAI. Under these metrics, conventional IG outperforms recent counterparts. However, directly applying IG to time series data may lead to suboptimal outcomes, as generated paths ignore temporal relationships and introduce out-of-distribution samples. To overcome these challenges, we introduce TIMING, which enhances IG by incorporating temporal awareness while maintaining its theoretical properties. Extensive experiments on synthetic and real-world time series benchmarks demonstrate that TIMING outperforms existing time series XAI baselines. Our code is available at https://github.com/drumpt/TIMING. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:40:40 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Jang",
"Hyeongwon",
""
],
[
"Kim",
"Changhun",
""
],
[
"Yang",
"Eunho",
""
]
] |
2506.05036 | Yu Hao | Huabin Ge, Bobo Hua, Hao Yu and Puchun Zhou | Characterization of Infinite Ideal Polyhedra in Hyperbolic 3-Space via Combinatorial Ricci Flow | null | null | null | null | math.GT math.DG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In his seminal work \cite{Ri96}, Rivin characterized finite ideal polyhedra in three-dimensional hyperbolic space. However, the characterization of infinite ideal polyhedra, as proposed by Rivin, has remained a long-standing open problem. In this paper, we introduce the combinatorial Ricci flow for infinite ideal circle patterns, a discrete analogue of Ricci flow on non-compact Riemannian manifolds, and prove a characterization of such circle patterns under certain combinatorial conditions. Our results provide affirmative solutions to Rivin's problem. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:41:34 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Ge",
"Huabin",
""
],
[
"Hua",
"Bobo",
""
],
[
"Yu",
"Hao",
""
],
[
"Zhou",
"Puchun",
""
]
] |
2506.05037 | Antti V\"ah\"akangas | Angha Agarwal and Antti V. V\"ah\"akangas | Limits at infinity for Haj{\l}asz-Sobolev functions in metric spaces | null | null | null | null | math.CA math.AP | http://creativecommons.org/licenses/by/4.0/ | We study limits at infinity for homogeneous Hajlasz-Sobolev functions defined on uniformly perfect metric spaces equipped with a doubling measure. We prove that a quasicontinuous representative of such a function has a pointwise limit at infinity outside an exceptional set, defined in terms of a variational relative capacity. Our framework refines earlier approaches that relied on Hausdorff content rather than relative capacity, and it extends previous results for homogeneous Newtonian and fractional Sobolev functions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:42:33 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Agarwal",
"Angha",
""
],
[
"Vähäkangas",
"Antti V.",
""
]
] |
2506.05038 | Yutao Hou | Yutao Hou, Zeguan Xiao, Fei Yu, Yihan Jiang, Xuetao Wei, Hailiang Huang, Yun Chen, Guanhua Chen | Automatic Robustness Stress Testing of LLMs as Mathematical Problem Solvers | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs) have achieved distinguished performance on various reasoning-intensive tasks. However, LLMs might still face the challenges of robustness issues and fail unexpectedly in some simple reasoning tasks. Previous works evaluate the LLM robustness with hand-crafted templates or a limited set of perturbation rules, indicating potential data contamination in pre-training or fine-tuning datasets. In this work, inspired by stress testing in software engineering, we propose a novel framework, Automatic Robustness Checker (AR-Checker), to generate mathematical problem variants that maintain the semantic meanings of the original one but might fail the LLMs. The AR-Checker framework generates mathematical problem variants through multi-round parallel streams of LLM-based rewriting and verification. Our framework can generate benchmark variants dynamically for each LLM, thus minimizing the risk of data contamination. Experiments on GSM8K and MATH-500 demonstrate the strong performance of AR-Checker on mathematical tasks. We also evaluate AR-Checker on benchmarks beyond mathematics, including MMLU, MMLU-Pro, and CommonsenseQA, where it also achieves strong performance, further proving the effectiveness of AR-Checker. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:42:39 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Hou",
"Yutao",
""
],
[
"Xiao",
"Zeguan",
""
],
[
"Yu",
"Fei",
""
],
[
"Jiang",
"Yihan",
""
],
[
"Wei",
"Xuetao",
""
],
[
"Huang",
"Hailiang",
""
],
[
"Chen",
"Yun",
""
],
[
"Chen",
"Guanhua",
""
]
] |
2506.05039 | Nicolas Lell | Nicolas Lell, Ansgar Scherp | iN2V: Bringing Transductive Node Embeddings to Inductive Graphs | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Shallow node embeddings like node2vec (N2V) can be used for nodes without features or to supplement existing features with structure-based information. Embedding methods like N2V are limited in their application on new nodes, which restricts them to the transductive setting where the entire graph, including the test nodes, is available during training. We propose inductive node2vec (iN2V), which combines a post-hoc procedure to compute embeddings for nodes unseen during training and modifications to the original N2V training procedure to prepare the embeddings for this post-hoc procedure. We conduct experiments on several benchmark datasets and demonstrate that iN2V is an effective approach to bringing transductive embeddings to an inductive setting. Using iN2V embeddings improves node classification by 1 point on average, with up to 6 points of improvement depending on the dataset and the number of unseen nodes. Our iN2V is a plug-in approach to create new or enrich existing embeddings. It can also be combined with other embedding methods, making it a versatile approach for inductive node representation learning. Code to reproduce the results is available at https://github.com/Foisunt/iN2V . | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:43:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lell",
"Nicolas",
""
],
[
"Scherp",
"Ansgar",
""
]
] |
2506.05040 | Ylenia Capitani | Ylenia Capitani, Elena Filandri, Chen Ji, Winfried Leidemann, Giuseppina Orlandini | The ${}^9$Be photodisintegration cross section within Cluster Effective Field Theory | 16 pages, 16 figures | null | null | null | nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A low-energy calculation of ${}^9$Be photodisintegration cross section is presented within an $\alpha\alpha n$ cluster approach. The $\alpha n$ and $\alpha\alpha$ contact interactions are derived from cluster effective field theory. The two-body potentials defined in momentum space are regularized by a Gaussian cutoff. The associated low-energy constants are found by comparing the calculated low-energy T-matrix with its effective range expansion. A three-body state-dependent potential is also introduced in the model. First, the ${}^9$Be three-body binding energy is studied within the non-symmetrized hyperspherical harmonics method. Then, the low-energy cross section is calculated via the Lorentz integral transform method, focussing on the dominant electric dipole transitions. A twofold evaluation of the nuclear current matrix element is presented, employing both the electric dipole transition operator (Siegert theorem) and the one-body convection current operator. This approach is adopted to allow for a discussion of the effect of the many-body currents. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:43:35 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Capitani",
"Ylenia",
""
],
[
"Filandri",
"Elena",
""
],
[
"Ji",
"Chen",
""
],
[
"Leidemann",
"Winfried",
""
],
[
"Orlandini",
"Giuseppina",
""
]
] |
2506.05041 | Usman Muhammad Dr | Usman Muhammad and Jorma Laaksonen | DACN: Dual-Attention Convolutional Network for Hyperspectral Image Super-Resolution | null | The 33rd European Signal Processing Conference (EUSIPCO 2025) | null | null | eess.IV cs.CV | http://creativecommons.org/licenses/by/4.0/ | 2D convolutional neural networks (CNNs) have attracted significant attention for hyperspectral image super-resolution tasks. However, a key limitation is their reliance on local neighborhoods, which leads to a lack of global contextual understanding. Moreover, band correlation and data scarcity continue to limit their performance. To mitigate these issues, we introduce DACN, a dual-attention convolutional network for hyperspectral image super-resolution. Specifically, the model first employs augmented convolutions, integrating multi-head attention to effectively capture both local and global feature dependencies. Next, we infer separate attention maps for the channel and spatial dimensions to determine where to focus across different channels and spatial positions. Furthermore, a custom optimized loss function is proposed that combines L2 regularization with spatial-spectral gradient loss to ensure accurate spectral fidelity. Experimental results on two hyperspectral datasets demonstrate that the combination of multi-head attention and channel attention outperforms either attention mechanism used individually. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:45:21 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Muhammad",
"Usman",
""
],
[
"Laaksonen",
"Jorma",
""
]
] |
2506.05042 | Felix Tellander | Martin Helmer and Felix Tellander | Geometric Singularities of Feynman Integrals | 5 pages | null | null | null | hep-th math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | We provide a new method to calculate the full microlocal description of singularities of Feynman integrals. This is done by associating a unique constructible function to the system of partial differential equations (PDEs) annihilating the integral and from this function the singularities can directly be read-off. This function can be constructed explicitly even if the system of PDEs is unknown and describes both the location of the singularities and the number of master integrals on them. Our framework is flexible enough to preform the calculation in any of the Lee-Pomeransky, Feynman, or momentum representations. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:47:31 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Helmer",
"Martin",
""
],
[
"Tellander",
"Felix",
""
]
] |
2506.05043 | Andrew Finley Dr. | Arne Nothdurft, Valentin Sarkleti, Tobias Ofner-Graff, Andreas Tockner, Christoph Gollob, Tim Ritter, Ralf Kra{\ss}nitzer, Philip Svazek, Martin K\"uhmaier, Karl Stampfer, Andrew O. Finley | Small area estimation of growing stock timber volume, basal area, mean stem diameter, and stem density for mountain forests in Austria | null | null | null | null | stat.AP | http://creativecommons.org/licenses/by/4.0/ | Regression models were evaluated to estimate stand-level growing stock volume (GSV), quadratic mean diameter (QMD), basal area (BA), and stem density (N) in the Brixen im Thale forest district of Austria. Field measurements for GSV, QMD, and BA were collected on 146 inventory plots using a handheld mobile personal laser scanning system. Predictor variables were derived from airborne laser scanning (ALS)-derived normalized digital surface and terrain models. The objective was to generate stand-level estimates and associated uncertainty for GSV, QMD, BA, and N across 824 stands. A unit-level small area estimation framework was used to generate stand-level posterior predictive distributions by aggregating predictions from finer spatial scales. Both univariate and multivariate models, with and without spatially varying intercepts, were considered. Predictive performance was assessed via spatially blocked cross-validation, focusing on bias, accuracy, and precision. Despite exploratory analysis suggesting advantages of complex multivariate spatial models, simpler univariate spatial -- and in some cases, non-spatial -- models exhibited comparable predictive performance. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:48:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Nothdurft",
"Arne",
""
],
[
"Sarkleti",
"Valentin",
""
],
[
"Ofner-Graff",
"Tobias",
""
],
[
"Tockner",
"Andreas",
""
],
[
"Gollob",
"Christoph",
""
],
[
"Ritter",
"Tim",
""
],
[
"Kraßnitzer",
"Ralf",
""
],
[
"Svazek",
"Philip",
""
],
[
"Kühmaier",
"Martin",
""
],
[
"Stampfer",
"Karl",
""
],
[
"Finley",
"Andrew O.",
""
]
] |
2506.05044 | Xiaokun Zhang | Xiaokun Zhang, Bo Xu, Fenglong Ma, Zhizheng Wang, Liang Yang, Hongfei Lin | Rethinking Contrastive Learning in Session-based Recommendation | This work has been accepted by Pattern Recognition | null | null | null | cs.IR | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Session-based recommendation aims to predict intents of anonymous users based on limited behaviors. With the ability in alleviating data sparsity, contrastive learning is prevailing in the task. However, we spot that existing contrastive learning based methods still suffer from three obstacles: (1) they overlook item-level sparsity and primarily focus on session-level sparsity; (2) they typically augment sessions using item IDs like crop, mask and reorder, failing to ensure the semantic consistency of augmented views; (3) they treat all positive-negative signals equally, without considering their varying utility. To this end, we propose a novel multi-modal adaptive contrastive learning framework called MACL for session-based recommendation. In MACL, a multi-modal augmentation is devised to generate semantically consistent views at both item and session levels by leveraging item multi-modal features. Besides, we present an adaptive contrastive loss that distinguishes varying contributions of positive-negative signals to improve self-supervised learning. Extensive experiments on three real-world datasets demonstrate the superiority of MACL over state-of-the-art methods. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:52:57 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Xiaokun",
""
],
[
"Xu",
"Bo",
""
],
[
"Ma",
"Fenglong",
""
],
[
"Wang",
"Zhizheng",
""
],
[
"Yang",
"Liang",
""
],
[
"Lin",
"Hongfei",
""
]
] |
2506.05045 | Ivan Kassal | Adesh Kushwaha, Ivan Kassal | Engineering Quantum-Enhanced Transport by Supertransfer | null | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Collective behaviour of the components of a quantum system can significantly alter the rates of dynamical processes within the system. A paradigmatic collective effect is superradiance, the enhancement in the rate that radiation is emitted by a group of emitters relative to that emitted by independent emitters. Less studied are collective effects in energy transport, notably supertransfer, the enhancement of the rate of energy transfer from donors to acceptors due to delocalised excitations. Despite its proposed significance in photosynthesis, there has been no direct experimental detection of supertransfer because, in biological or molecular systems, delocalisation cannot be turned on and off to evaluate its effect on energy transfer. Here, we show that supertransfer could be directly observed using a quantum device based on a superconducting circuit. The programmability and control offered by an engineered device would allow controllable delocalisation of quantum states, giving full tunability over supertransfer. Our guidelines for engineering supertransfer could inform the design of future quantum-enhanced light harvesters. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:54:15 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kushwaha",
"Adesh",
""
],
[
"Kassal",
"Ivan",
""
]
] |
2506.05046 | Guangzhao Li | Guangzhao Li, Yanming Yang, Chenxi Song, Chi Zhang | FlowDirector: Training-Free Flow Steering for Precise Text-to-Video Editing | Project Page is https://flowdirector-edit.github.io | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Text-driven video editing aims to modify video content according to natural language instructions. While recent training-free approaches have made progress by leveraging pre-trained diffusion models, they typically rely on inversion-based techniques that map input videos into the latent space, which often leads to temporal inconsistencies and degraded structural fidelity. To address this, we propose FlowDirector, a novel inversion-free video editing framework. Our framework models the editing process as a direct evolution in data space, guiding the video via an Ordinary Differential Equation (ODE) to smoothly transition along its inherent spatiotemporal manifold, thereby preserving temporal coherence and structural details. To achieve localized and controllable edits, we introduce an attention-guided masking mechanism that modulates the ODE velocity field, preserving non-target regions both spatially and temporally. Furthermore, to address incomplete edits and enhance semantic alignment with editing instructions, we present a guidance-enhanced editing strategy inspired by Classifier-Free Guidance, which leverages differential signals between multiple candidate flows to steer the editing trajectory toward stronger semantic alignment without compromising structural consistency. Extensive experiments across benchmarks demonstrate that FlowDirector achieves state-of-the-art performance in instruction adherence, temporal consistency, and background preservation, establishing a new paradigm for efficient and coherent video editing without inversion. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:54:40 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Li",
"Guangzhao",
""
],
[
"Yang",
"Yanming",
""
],
[
"Song",
"Chenxi",
""
],
[
"Zhang",
"Chi",
""
]
] |
2506.05047 | Viet Nguyen | Viet Nguyen Changjian Shui, Vijay Giri, Siddarth Arya, Amol Verma, Fahad Razak, Rahul G. Krishnan | Reliably detecting model failures in deployment without labels | 36 pages, 6 figures, 7 tables, submitted to NeurIPS 2025, includes theoretical analysis and extensive empirical evaluation across benchmark and clinical datasets. Code available at https://github.com/teivng/d3m. Viet Nguyen and Changjian Shui contributed equally | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | The distribution of data changes over time; models operating operating in dynamic environments need retraining. But knowing when to retrain, without access to labels, is an open challenge since some, but not all shifts degrade model performance. This paper formalizes and addresses the problem of post-deployment deterioration (PDD) monitoring. We propose D3M, a practical and efficient monitoring algorithm based on the disagreement of predictive models, achieving low false positive rates under non-deteriorating shifts and provides sample complexity bounds for high true positive rates under deteriorating shifts. Empirical results on both standard benchmark and a real-world large-scale internal medicine dataset demonstrate the effectiveness of the framework and highlight its viability as an alert mechanism for high-stakes machine learning pipelines. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:56:18 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Shui",
"Viet Nguyen Changjian",
""
],
[
"Giri",
"Vijay",
""
],
[
"Arya",
"Siddarth",
""
],
[
"Verma",
"Amol",
""
],
[
"Razak",
"Fahad",
""
],
[
"Krishnan",
"Rahul G.",
""
]
] |
2506.05048 | Raj Patel | Yazeed K. Alwehaibi, Ewan Mer, Gerard J. Machado, Shang Yu, Ian A. Walmsley, Raj B. Patel | A Tractable Protocol for Detection-Loophole-Free Bell Tests over Long Distances | 6 pages, 4 figures, with supplemental material | null | null | null | quant-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Certifying genuine nonclassical correlations over long distances is crucial for device-independent (DI) quantum information protocols. However, in photonic platforms this remains technologically challenging due to photon loss, which opens the detection-loophole, rendering violations increasingly difficult for less efficient detectors. A well-known strategy to mitigate this involves using non-maximally entangled states, which Eberhard showed can tolerate lower detection efficiencies. However, existing proposals and demonstrations have been limited to short distances, as their success rates scale linearly with channel transmittance. Here, we propose a protocol to herald a tunable entangled state between distant users that achieves a post-selection-free Bell inequality violation at the Eberhard limit. We identify the loss independence of the vacuum component amplitude of the prepared state as the source of this enhancement. Notably, our scheme requires only quantum interference at a central station, followed by the detection of a single photon, preserving the optimal square-root scaling with channel transmittance. Our approach provides greater loss-tolerance in entanglement distribution, bringing long-distance DI applications closer to practical implementation. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:56:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Alwehaibi",
"Yazeed K.",
""
],
[
"Mer",
"Ewan",
""
],
[
"Machado",
"Gerard J.",
""
],
[
"Yu",
"Shang",
""
],
[
"Walmsley",
"Ian A.",
""
],
[
"Patel",
"Raj B.",
""
]
] |
2506.05049 | Roberto Saglia | R. Saglia, L. Pasquini, F. Patat, H.-G. Ludwig, R. Giribaldi, I. Leao, J. R. de Medeiros, Michael T. Murphy | Testing gravity with wide binaries -- 3D velocities and distances of wide binaries from Gaia and HARPS | Accepted for publication in A&A | null | null | null | astro-ph.GA astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Wide Binaries (WBs) are interesting systems to test Newton-Einstein gravity in low potentials. The basic concept is to verify whether the difference in velocity between the WB components is compatible with what is expected from the Newton law. Previous attempts, based solely on Gaia proper motion differences scaled to transverse velocity differences using mean parallax distances, do not provide conclusive results. Here we add to the Gaia transverse velocities precise measurements of the third velocity component, the radial velocity (RV), in order to identify multiple stars, and to improve the reliability of the test by using velocity differences and positions in three dimensions. We use the HARPS spectra to determine accurate RV difference between the WB components, correcting the observed velocities for gravitational redshift and convective shift. We exploit the Gaia distance distributions to determine the projected and intrinsic separations s and r and the 3-dimensional velocity differences of the binaries. Of the 44 pairs observed with HARPS, 27% show sign of multiplicity or are not suitable for the test, and 32 bona-fide WBs survive our selection. Their projected separation s is up to 14 kAU, or 0.06 parsec. We determine distances, eccentricities and position angles to reproduce the velocity differences according to Newton's law, finding reasonable solutions for all WBs but one, and with some systems possibly too near pericenter and/or at too high inclination. Our (limited) number of WBs does not show obvious trends with separation or acceleration and is consistent with Newtonian dynamics. We are collecting a larger sample of this kind to robustly assess these results. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:56:41 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Saglia",
"R.",
""
],
[
"Pasquini",
"L.",
""
],
[
"Patat",
"F.",
""
],
[
"Ludwig",
"H. -G.",
""
],
[
"Giribaldi",
"R.",
""
],
[
"Leao",
"I.",
""
],
[
"de Medeiros",
"J. R.",
""
],
[
"Murphy",
"Michael T.",
""
]
] |
2506.05050 | Miha Srdin\v{s}ek | Miha Srdin\v{s}ek and Xavier Waintal | Hybrid between biologically inspired and quantum inspired many-body states | 16 pages, 18 figures, 1 table | null | null | null | cond-mat.str-el cond-mat.dis-nn cond-mat.quant-gas quant-ph | http://creativecommons.org/licenses/by/4.0/ | Deep neural networks can represent very different sorts of functions, including complex quantum many-body states. Tensor networks can also represent these states, have more structure and are easier to optimize. However, they can be prohibitively costly computationally in two or higher dimensions. Here, we propose a generalization of the perceptron - the perceptrain - which borrows features from the two different formalisms. We construct variational many-body ansatz from a simple network of perceptrains. The network can be thought of as a neural network with a few distinct features inherited from tensor networks. These include efficient local optimization akin to the density matrix renormalization algorithm, instead of optimizing of all the parameters at once; the possibility to dynamically increase the number of parameters during the optimization; the possibility to compress the state to avoid overfitting; and a structure that remains quantum-inspired. We showcase the ansatz using a combination of Variational Monte-Carlo (VMC) and Green Function Monte-Carlo (GFMC) on a $10\times 10$ transverse field quantum Ising model with a long range $1/r^6$ antiferromagnetic interaction. The model corresponds to the Rydberg (cold) atoms platform proposed for quantum annealing. We consistently find a very high relative accuracy for the ground state energy, around $10^{-5}$ for VMC and $10^{-6}$ for GFMC in all regimes of parameters, including in the vicinity of the quantum phase transition. We used very small ranks ($\sim 2-5$) of perceptrains, as opposed to multiples of thousand used in matrix product states. The optimization of the energy was robust with respect to the choice of initial conditions and hyper-parameters, in contrast to a common experience when using neural network wave functions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:57:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Srdinšek",
"Miha",
""
],
[
"Waintal",
"Xavier",
""
]
] |
2506.05051 | Eduardo Novais | E. Novais | Strongly Correlated Transport in Topological Y-Junction Devices | 15 pages, 9 figures | null | null | null | cond-mat.mes-hall cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | I study electron transport through a Y-shaped junction of helical edge states in a two-dimensional topological insulator (2DTI), focusing on the strongly interacting regime. An experimentally accessible device geometry is proposed, and the corresponding conductance tensor is calculated. These results position Y-junctions of 2DTI as promising platforms for interaction-driven transport and nanoscale device applications in spintronics and topological electronics. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:58:00 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Novais",
"E.",
""
]
] |
2506.05052 | Xiao-Dong Ma | Yi Liao, Xiao-Dong Ma, and Hao-Lin Wang | Chiral perturbation theory for baryon-number-violating nucleon decay into a vector meson | 12 pages, 1 figrure | null | null | null | hep-ph | http://creativecommons.org/licenses/by/4.0/ | In a recent work \cite{Liao:2025vlj} we identified generic baryon-number-violating (BNV) structures containing triple light quarks and achieved their leading-order chiral realizations involving octet pseudoscalars and baryons. Although many two-body nucleon decays into a vector meson have been experimentally searched for and stringently constrained, a consistent theoretical framework for their calculation is still lacking. In this Letter, we fill the gap by implementing chiral matching of all these triple-quark interactions onto hadronic interactions involving octet vector mesons, baryons, and pseudoscalars. This paves the way for a consistent and comprehensive study of all relevant BNV processes. As an illustration of application, we show how degeneracy in the parameter space of Wilson coefficients can be broken by synthesizing experimental constraints on nucleon decays into a vector or pseudoscalar meson when relevant hadronic low energy constants can be reasonably determined. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:58:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liao",
"Yi",
""
],
[
"Ma",
"Xiao-Dong",
""
],
[
"Wang",
"Hao-Lin",
""
]
] |
2506.05053 | Matthew Deutsch | Matthew J. Deutsch, Robin L. B. Selinger, Paul van der Schoot | Chirality Amplification and Deracemization in Liquid Crystals | 17 pages, 10 figures | null | null | null | cond-mat.soft cond-mat.stat-mech | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Liquid crystal mesophases of achiral molecules are normally achiral, yet in a few materials they spontaneously deracemize and form right- and left-handed chiral domains. One mechanism that drives deracemization is molecular shape fluctuations between axial chiral conformations, where molecular interactions favor matching chirality and promote helical twist. Cooperative chiral ordering may also play a role in chirality amplification, as when a tiny fraction of chiral dopant drives a nematic phase to become cholesteric. We present a model of cooperative chiral ordering in liquid crystals using Maier-Saupe theory, and predict a phase diagram with a deracemized cholesteric phase as well as racemic nematic and isotropic phases. Our model also predicts chirality amplification in the nematic phase, which may be observed even in materials where the deracemization transition is preempted by a transition to another phase. We compare these results with Monte Carlo simulation studies of the switchable chiral Lebwohl-Lasher model, where each spin switches between right- and left-handed chiral states. Simulation results validate the predicted phase diagram, demonstrate chiral amplification in the racemic nematic phase, and reveal coarsening dynamics in the deracemized phase. Our results suggest that cooperative chiral ordering via molecular shape transitions is a common mechanism in liquid crystals. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:58:12 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Deutsch",
"Matthew J.",
""
],
[
"Selinger",
"Robin L. B.",
""
],
[
"van der Schoot",
"Paul",
""
]
] |
2506.05054 | Peter Gaal | D. Schmidt, J. Wawra, D. Hensel, M.Brede, R. H\"uhne, P. Gaal | How does picosecond structural deformation of (Ba,Sr)TiO$_{3}$ relate to the pyroelectric effect? | 7 pages and supplemental material | null | null | null | cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | The pyroelectric effect in ferroelectric thin films is typically composed of different contributions, which are difficult to disentangle. In addition, clamping to the substrate interface plays an important role. We studied epitaxial (Ba,Sr)TiO$_3$ thin films grown on NdScO$_3$ to see if time-resolved measurements can shed more light on the complex interaction. In particular, we compare standard measurements of the pyroelectric coefficient by temperature-dependent hysteresis loops to transient deformation measurements on picosecond timescales in the same material. The advantage of the time-resolved approach lies in its increased sensitivity in thin films compared to that of polarization hysteresis measurements. Whereas a fast thermal expansion of the ferroelectric thin film was observed after femtosecond laser excitation of the intermediate SrRuO$_3$ layer, heat diffusion simulations reveal frustration of the thermal expansion, which might be explained with the charge dynamics at the Schottky barrier formed at the SrRuO$_3$/(Ba,Sr)TiO$_3$. More studies are required to quantitatively assess the individual contributions to the pyroelectric coefficient of the materials used in our layer architecture. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:58:53 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Schmidt",
"D.",
""
],
[
"Wawra",
"J.",
""
],
[
"Hensel",
"D.",
""
],
[
"Brede",
"M.",
""
],
[
"Hühne",
"R.",
""
],
[
"Gaal",
"P.",
""
]
] |
2506.05055 | Ning Cao | BESIII Collaboration: M. Ablikim, M. N. Achasov, P. Adlarson, O. Afedulidis, X. C. Ai, R. Aliberti, A. Amoroso, Q. An, Y. Bai, O. Bakina, I. Balossino, Y. Ban, H.-R. Bao, V. Batozskaya, K. Begzsuren, N. Berger, M. Berlowski, M. Bertani, D. Bettoni, F. Bianchi, E. Bianco, A. Bortone, I. Boyko, R. A. Briere, A. Brueggemann, H. Cai, X. Cai, A. Calcaterra, G. F. Cao, N. Cao, S. A. Cetin, X. Y. Chai, J. F. Chang, G. R. Che, Y. Z. Che, G. Chelkov, C. Chen, C. H. Chen, Chao Chen, G. Chen, H. S. Chen, H. Y. Chen, M. L. Chen, S. J. Chen, S. L. Chen, S. M. Chen, T. Chen, X. R. Chen, X. T. Chen, Y. B. Chen, Y. Q. Chen, Y. Q. Chen, Z. J. Chen, S. K. Choi, X. Chu, G. Cibinetto, F. Cossio, J. J. Cui, H. L. Dai, J. P. Dai, A. Dbeyssi, R. E. de Boer, D. Dedovich, C. Q. Deng, Z. Y. Deng, A. Denig, I. Denysenko, M. Destefanis, F. De Mori, B. Ding, X. X. Ding, Y. Ding, Y. Ding, J. Dong, L. Y. Dong, M. Y. Dong, X. Dong, M. C. Du, S. X. Du, Y. Y. Duan, Z. H. Duan, P. Egorov, G. F. Fan, J. J. Fan, Y. H. Fan, J. Fang, J. Fang, S. S. Fang, W. X. Fang, Y. Q. Fang, R. Farinelli, L. Fava, F. Feldbauer, G. Felici, C. Q. Feng, J. H. Feng, Y. T. Feng, M. Fritsch, C. D. Fu, J. L. Fu, Y. W. Fu, H. Gao, X. B. Gao, Y. Gao, Y. N. Gao, Y. N. Gao, S. Garbolino, I. Garzia, P. T. Ge, Z. W. Ge, C. Geng, E. M. Gersabeck, A. Gilman, K. Goetzen, L. Gong, W. X. Gong, W. Gradl, S. Gramigna, M. Greco, M. H. Gu, Y. T. Gu, C. Y. Guan, A. Q. Guo, L. B. Guo, M. J. Guo, R. P. Guo, Y. P. Guo, A. Guskov, J. Gutierrez, K. L. Han, T. T. Han, F. Hanisch, X. Q. Hao, F. A. Harris, K. K. He, K. L. He, F. H. Heinsius, C. H. Heinz, Y. K. Heng, C. Herold, T. Holtmann, P. C. Hong, G. Y. Hou, X. T. Hou, Y. R. Hou, Z. L. Hou, H. M. Hu, J. F. Hu, Q. P. Hu, S. L. Hu, T. Hu, Y. Hu, G. S. Huang, K. X. Huang, L. Q. Huang, P. Huang, X. T. Huang, Y. P. Huang, Y. S. Huang, T. Hussain, F. H\"olzken, N. H\"usken, N. in der Wiesche, J. Jackson, Q. Ji, Q. P. Ji, W. Ji, X. B. Ji, X. L. Ji, Y. Y. Ji, X. Q. Jia, Z. K. Jia, D. Jiang, H. B. Jiang, P. C. Jiang, S. S. Jiang, T. J. Jiang, X. S. Jiang, Y. Jiang, J. B. Jiao, J. K. Jiao, Z. Jiao, S. Jin, Y. Jin, M. Q. Jing, X. M. Jing, T. Johansson, S. Kabana, N. Kalantar-Nayestanaki, X. L. Kang, X. S. Kang, M. Kavatsyuk, B. C. Ke, V. Khachatryan, A. Khoukaz, R. Kiuchi, O. B. Kolcu, B. Kopf, M. Kuessner, X. Kui, N. Kumar, A. Kupsc, W. K\"uhn, W. N. Lan, T. T. Lei, M. Lellmann, T. Lenz, C. Li, C. Li, C. H. Li, D. M. Li, F. Li, G. Li, H. B. Li, H. J. Li, H. N. Li, Hui Li, J. R. Li, J. S. Li, K. Li, K. L. Li, L. J. Li, Lei Li, M. H. Li, P. L. Li, P. R. Li, Q. M. Li, Q. X. Li, R. Li, S. X. Li, T. Li, T. Y. Li, W. D. Li, W. G. Li, X. Li, X. H. Li, X. L. Li, X. Y. Li, X. Z. Li, Y. Li, Y. G. Li, Z. J. Li, Z. Y. Li, C. Liang, H. Liang, Y. F. Liang, Y. T. Liang, G. R. Liao, Y. P. Liao, J. Libby, A. Limphirat, C. C. Lin, C. X. Lin, D. X. Lin, T. Lin, B. J. Liu, B. X. Liu, C. Liu, C. X. Liu, F. Liu, F. H. Liu, Feng Liu, G. M. Liu, H. Liu, H. B. Liu, H. H. Liu, H. M. Liu, Huihui Liu, J. B. Liu, K. Liu, K. Y. Liu, Ke Liu, L. C. Liu, Lu Liu, M. H. Liu, M. H. Liu, P. L. Liu, Q. Liu, S. B. Liu, T. Liu, W. K. Liu, W. M. Liu, X. Liu, X. Liu, X. L. Liu, Y. Liu, Y. Liu, Y. B. Liu, Z. A. Liu, Z. D. Liu, Z. Q. Liu, X. C. Lou, F. X. Lu, H. J. Lu, J. G. Lu, X. L. Lu, Y. Lu, Y. P. Lu, Z. H. Lu, C. L. Luo, J. R. Luo, M. X. Luo, T. Luo, X. L. Luo, X. R. Lyu, Y. F. Lyu, F. C. Ma, H. Ma, H. L. Ma, J. L. Ma, L. L. Ma, L. R. Ma, Q. M. Ma, R. Q. Ma, R. Y. Ma, T. Ma, X. T. Ma, X. Y. Ma, Y. M. Ma, F. E. Maas, I. MacKay, M. Maggiora, S. Malde, Q. A. Malik, Y. J. Mao, Z. P. Mao, S. Marcello, Y. H. Meng, Z. X. Meng, J. G. Messchendorp, G. Mezzadri, H. Miao, T. J. Min, R. E. Mitchell, X. H. Mo, B. Moses, N. Yu. Muchnoi, J. Muskalla, Y. Nefedov, F. Nerling, L. S. Nie, I. B. Nikolaev, Z. Ning, S. Nisar, Q. L. Niu, W. D. Niu, Y. Niu, S. L. Olsen, Q. Ouyang, S. Pacetti, X. Pan, Y. Pan, A. Pathak, Y. P. Pei, M. Pelizaeus, H. P. Peng, Y. Y. Peng, K. Peters, J. L. Ping, R. G. Ping, S. Plura, V. Prasad, F. Z. Qi, H. R. Qi, M. Qi, S. Qian, W. B. Qian, C. F. Qiao, J. H. Qiao, J. J. Qin, L. Q. Qin, L. Y. Qin, X. P. Qin, X. S. Qin, Z. H. Qin, J. F. Qiu, Z. H. Qu, C. F. Redmer, K. J. Ren, A. Rivetti, M. Rolo, G. Rong, Ch. Rosner, M. Q. Ruan, S. N. Ruan, N. Salone, A. Sarantsev, Y. Schelhaas, K. Schoenning, M. Scodeggio, K. Y. Shan, W. Shan, X. Y. Shan, Z. J. Shang, J. F. Shangguan, L. G. Shao, M. Shao, C. P. Shen, H. F. Shen, W. H. Shen, X. Y. Shen, B. A. Shi, H. Shi, J. L. Shi, J. Y. Shi, S. Y. Shi, X. Shi, H. L. Song, J. J. Song, T. Z. Song, W. M. Song, Y. J. Song, Y. X. Song, S. Sosio, S. Spataro, F. Stieler, S. S Su, Y. J. Su, G. B. Sun, G. X. Sun, H. Sun, H. K. Sun, J. F. Sun, K. Sun, L. Sun, S. S. Sun, T. Sun, Y. J. Sun, Y. Z. Sun, Z. Q. Sun, Z. T. Sun, C. J. Tang, G. Y. Tang, J. Tang, J. J. Tang, Y. A. Tang, L. Y. Tao, M. Tat, J. X. Teng, J. Y. Tian, W. H. Tian, Y. Tian, Z. F. Tian, I. Uman, Y. Wan, S. J. Wang, B. Wang, Bo Wang, C. Wang, D. Y. Wang, H. J. Wang, J. J. Wang, J. P. Wang, K. Wang, L. L. Wang, L. W. Wang, M. Wang, M. Wang, N. Y. Wang, S. Wang, S. Wang, T. Wang, T. J. Wang, W. Wang, W. Wang, W. P. Wang, X. Wang, X. F. Wang, X. J. Wang, X. L. Wang, X. N. Wang, Y. Wang, Y. D. Wang, Y. F. Wang, Y. H. Wang, Y. J. Wang, Y. L. Wang, Y. N. Wang, Y. Q. Wang, Yaqian Wang, Yi Wang, Z. Wang, Z. L. Wang, Z. Y. Wang, D. H. Wei, F. Weidner, S. P. Wen, Y. R. Wen, U. Wiedner, G. Wilkinson, M. Wolke, L. Wollenberg, C. Wu, J. F. Wu, L. H. Wu, L. J. Wu, Lianjie Wu, X. Wu, X. H. Wu, Y. H. Wu, Y. J. Wu, Z. Wu, L. Xia, X. M. Xian, B. H. Xiang, D. Xiao, G. Y. Xiao, H. Xiao, Y. L. Xiao, Z. J. Xiao, C. Xie, X. H. Xie, Y. Xie, Y. G. Xie, Y. H. Xie, Z. P. Xie, T. Y. Xing, C. F. Xu, C. J. Xu, G. F. Xu, H. Y. Xu, H. Y. Xu, M. Xu, Q. J. Xu, Q. N. Xu, W. Xu, W. L. Xu, X. P. Xu, Y. Xu, Y. Xu, Y. C. Xu, Z. S. Xu, F. Yan, L. Yan, W. B. Yan, W. C. Yan, W. H. Yan, W. P. Yan, X. Q. Yan, H. J. Yang, H. L. Yang, H. X. Yang, J. H. Yang, R. J. Yang, T. Yang, Y. Yang, Y. F. Yang, Y. X. Yang, Y. Z. Yang, Z. W. Yang, Z. P. Yao, M. Ye, M. H. Ye, Junhao Yin, Z. Y. You, B. X. Yu, C. X. Yu, G. Yu, J. S. Yu, M. C. Yu, T. Yu, X. D. Yu, C. Z. Yuan, J. Yuan, J. Yuan, L. Yuan, S. C. Yuan, X. Q. Yuan, Y. Yuan, Z. Y. Yuan, C. X. Yue, Ying Yue, A. A. Zafar, F. R. Zeng, S. H. Zeng, X. Zeng, Y. Zeng, Y. J. Zeng, Y. J. Zeng, X. Y. Zhai, Y. C. Zhai, Y. H. Zhan, A. Q. Zhang, B. L. Zhang, B. X. Zhang, D. H. Zhang, G. Y. Zhang, H. Zhang, H. Zhang, H. C. Zhang, H. H. Zhang, H. Q. Zhang, H. R. Zhang, H. Y. Zhang, J. Zhang, J. Zhang, J. J. Zhang, J. L. Zhang, J. Q. Zhang, J. S. Zhang, J. W. Zhang, J. X. Zhang, J. Y. Zhang, J. Z. Zhang, Jianyu Zhang, L. M. Zhang, Lei Zhang, P. Zhang, Q. Zhang, Q. Y. Zhang, R. Y. Zhang, S. H. Zhang, Shulei Zhang, X. M. Zhang, X. Y Zhang, X. Y. Zhang, Y. Zhang, Y. Zhang, Y. T. Zhang, Y. H. Zhang, Y. M. Zhang, Y. P. Zhang, Z. D. Zhang, Z. H. Zhang, Z. L. Zhang, Z. X. Zhang, Z. Y. Zhang, Z. Y. Zhang, Z. Z. Zhang, Zh. Zh. Zhang, G. Zhao, J. Y. Zhao, J. Z. Zhao, L. Zhao, L. Zhao, M. G. Zhao, N. Zhao, R. P. Zhao, S. J. Zhao, Y. B. Zhao, Y. X. Zhao, Z. G. Zhao, A. Zhemchugov, B. Zheng, B. M. Zheng, J. P. Zheng, W. J. Zheng, X. R. Zheng, Y. H. Zheng, B. Zhong, H. Zhou, J. Y. Zhou, S. Zhou, X. Zhou, X. K. Zhou, X. R. Zhou, X. Y. Zhou, Y. Z. Zhou, A. N. Zhu, J. Zhu, K. Zhu, K. J. Zhu, K. S. Zhu, L. Zhu, L. X. Zhu, S. H. Zhu, T. J. Zhu, W. D. Zhu, W. J. Zhu, W. Z. Zhu, Y. C. Zhu, Z. A. Zhu, J. H. Zou, J. Zu | Study of $f_1(1420)$ and $\eta(1405)$ in the decay $J/\psi \to \gamma \pi^{0}\pi^{0}\pi^{0}$ | null | null | null | null | hep-ex | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A partial-wave analysis is performed on the decay $J/\psi\to\gamma\pi^{0}\pi^{0}\pi^{0}$ within the $\pi^{0}\pi^{0}\pi^{0}$ invariant-mass region below 1.6 GeV$/c^{2}$, using $(10.09~\pm~0.04)\times10^{9} ~J/\psi$ events collected with the BESIII detector. Significant isospin-violating decays of $\eta(1405)$ and $f_1(1420)$ into $f_0(980)\pi^{0}$ are observed. For the first time, three axial-vectors, $f_1(1285)$, $f_1(1420)$ and $f_1(1510)$, are observed to decay into $\pi^{0}\pi^{0}\pi^{0}$. The product branching fractions of these resonances are reported. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 13:59:19 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"BESIII Collaboration",
"",
""
],
[
"Ablikim",
"M.",
""
],
[
"Achasov",
"M. N.",
""
],
[
"Adlarson",
"P.",
""
],
[
"Afedulidis",
"O.",
""
],
[
"Ai",
"X. C.",
""
],
[
"Aliberti",
"R.",
""
],
[
"Amoroso",
"A.",
""
],
[
"An",
"Q.",
""
],
[
"Bai",
"Y.",
""
],
[
"Bakina",
"O.",
""
],
[
"Balossino",
"I.",
""
],
[
"Ban",
"Y.",
""
],
[
"Bao",
"H. -R.",
""
],
[
"Batozskaya",
"V.",
""
],
[
"Begzsuren",
"K.",
""
],
[
"Berger",
"N.",
""
],
[
"Berlowski",
"M.",
""
],
[
"Bertani",
"M.",
""
],
[
"Bettoni",
"D.",
""
],
[
"Bianchi",
"F.",
""
],
[
"Bianco",
"E.",
""
],
[
"Bortone",
"A.",
""
],
[
"Boyko",
"I.",
""
],
[
"Briere",
"R. A.",
""
],
[
"Brueggemann",
"A.",
""
],
[
"Cai",
"H.",
""
],
[
"Cai",
"X.",
""
],
[
"Calcaterra",
"A.",
""
],
[
"Cao",
"G. F.",
""
],
[
"Cao",
"N.",
""
],
[
"Cetin",
"S. A.",
""
],
[
"Chai",
"X. Y.",
""
],
[
"Chang",
"J. F.",
""
],
[
"Che",
"G. R.",
""
],
[
"Che",
"Y. Z.",
""
],
[
"Chelkov",
"G.",
""
],
[
"Chen",
"C.",
""
],
[
"Chen",
"C. H.",
""
],
[
"Chen",
"Chao",
""
],
[
"Chen",
"G.",
""
],
[
"Chen",
"H. S.",
""
],
[
"Chen",
"H. Y.",
""
],
[
"Chen",
"M. L.",
""
],
[
"Chen",
"S. J.",
""
],
[
"Chen",
"S. L.",
""
],
[
"Chen",
"S. M.",
""
],
[
"Chen",
"T.",
""
],
[
"Chen",
"X. R.",
""
],
[
"Chen",
"X. T.",
""
],
[
"Chen",
"Y. B.",
""
],
[
"Chen",
"Y. Q.",
""
],
[
"Chen",
"Y. Q.",
""
],
[
"Chen",
"Z. J.",
""
],
[
"Choi",
"S. K.",
""
],
[
"Chu",
"X.",
""
],
[
"Cibinetto",
"G.",
""
],
[
"Cossio",
"F.",
""
],
[
"Cui",
"J. J.",
""
],
[
"Dai",
"H. L.",
""
],
[
"Dai",
"J. P.",
""
],
[
"Dbeyssi",
"A.",
""
],
[
"de Boer",
"R. E.",
""
],
[
"Dedovich",
"D.",
""
],
[
"Deng",
"C. Q.",
""
],
[
"Deng",
"Z. Y.",
""
],
[
"Denig",
"A.",
""
],
[
"Denysenko",
"I.",
""
],
[
"Destefanis",
"M.",
""
],
[
"De Mori",
"F.",
""
],
[
"Ding",
"B.",
""
],
[
"Ding",
"X. X.",
""
],
[
"Ding",
"Y.",
""
],
[
"Ding",
"Y.",
""
],
[
"Dong",
"J.",
""
],
[
"Dong",
"L. Y.",
""
],
[
"Dong",
"M. Y.",
""
],
[
"Dong",
"X.",
""
],
[
"Du",
"M. C.",
""
],
[
"Du",
"S. X.",
""
],
[
"Duan",
"Y. Y.",
""
],
[
"Duan",
"Z. H.",
""
],
[
"Egorov",
"P.",
""
],
[
"Fan",
"G. F.",
""
],
[
"Fan",
"J. J.",
""
],
[
"Fan",
"Y. H.",
""
],
[
"Fang",
"J.",
""
],
[
"Fang",
"J.",
""
],
[
"Fang",
"S. S.",
""
],
[
"Fang",
"W. X.",
""
],
[
"Fang",
"Y. Q.",
""
],
[
"Farinelli",
"R.",
""
],
[
"Fava",
"L.",
""
],
[
"Feldbauer",
"F.",
""
],
[
"Felici",
"G.",
""
],
[
"Feng",
"C. Q.",
""
],
[
"Feng",
"J. H.",
""
],
[
"Feng",
"Y. T.",
""
],
[
"Fritsch",
"M.",
""
],
[
"Fu",
"C. D.",
""
],
[
"Fu",
"J. L.",
""
],
[
"Fu",
"Y. W.",
""
],
[
"Gao",
"H.",
""
],
[
"Gao",
"X. B.",
""
],
[
"Gao",
"Y.",
""
],
[
"Gao",
"Y. N.",
""
],
[
"Gao",
"Y. N.",
""
],
[
"Garbolino",
"S.",
""
],
[
"Garzia",
"I.",
""
],
[
"Ge",
"P. T.",
""
],
[
"Ge",
"Z. W.",
""
],
[
"Geng",
"C.",
""
],
[
"Gersabeck",
"E. M.",
""
],
[
"Gilman",
"A.",
""
],
[
"Goetzen",
"K.",
""
],
[
"Gong",
"L.",
""
],
[
"Gong",
"W. X.",
""
],
[
"Gradl",
"W.",
""
],
[
"Gramigna",
"S.",
""
],
[
"Greco",
"M.",
""
],
[
"Gu",
"M. H.",
""
],
[
"Gu",
"Y. T.",
""
],
[
"Guan",
"C. Y.",
""
],
[
"Guo",
"A. Q.",
""
],
[
"Guo",
"L. B.",
""
],
[
"Guo",
"M. J.",
""
],
[
"Guo",
"R. P.",
""
],
[
"Guo",
"Y. P.",
""
],
[
"Guskov",
"A.",
""
],
[
"Gutierrez",
"J.",
""
],
[
"Han",
"K. L.",
""
],
[
"Han",
"T. T.",
""
],
[
"Hanisch",
"F.",
""
],
[
"Hao",
"X. Q.",
""
],
[
"Harris",
"F. A.",
""
],
[
"He",
"K. K.",
""
],
[
"He",
"K. L.",
""
],
[
"Heinsius",
"F. H.",
""
],
[
"Heinz",
"C. H.",
""
],
[
"Heng",
"Y. K.",
""
],
[
"Herold",
"C.",
""
],
[
"Holtmann",
"T.",
""
],
[
"Hong",
"P. C.",
""
],
[
"Hou",
"G. Y.",
""
],
[
"Hou",
"X. T.",
""
],
[
"Hou",
"Y. R.",
""
],
[
"Hou",
"Z. L.",
""
],
[
"Hu",
"H. M.",
""
],
[
"Hu",
"J. F.",
""
],
[
"Hu",
"Q. P.",
""
],
[
"Hu",
"S. L.",
""
],
[
"Hu",
"T.",
""
],
[
"Hu",
"Y.",
""
],
[
"Huang",
"G. S.",
""
],
[
"Huang",
"K. X.",
""
],
[
"Huang",
"L. Q.",
""
],
[
"Huang",
"P.",
""
],
[
"Huang",
"X. T.",
""
],
[
"Huang",
"Y. P.",
""
],
[
"Huang",
"Y. S.",
""
],
[
"Hussain",
"T.",
""
],
[
"Hölzken",
"F.",
""
],
[
"Hüsken",
"N.",
""
],
[
"der Wiesche",
"N. in",
""
],
[
"Jackson",
"J.",
""
],
[
"Ji",
"Q.",
""
],
[
"Ji",
"Q. P.",
""
],
[
"Ji",
"W.",
""
],
[
"Ji",
"X. B.",
""
],
[
"Ji",
"X. L.",
""
],
[
"Ji",
"Y. Y.",
""
],
[
"Jia",
"X. Q.",
""
],
[
"Jia",
"Z. K.",
""
],
[
"Jiang",
"D.",
""
],
[
"Jiang",
"H. B.",
""
],
[
"Jiang",
"P. C.",
""
],
[
"Jiang",
"S. S.",
""
],
[
"Jiang",
"T. J.",
""
],
[
"Jiang",
"X. S.",
""
],
[
"Jiang",
"Y.",
""
],
[
"Jiao",
"J. B.",
""
],
[
"Jiao",
"J. K.",
""
],
[
"Jiao",
"Z.",
""
],
[
"Jin",
"S.",
""
],
[
"Jin",
"Y.",
""
],
[
"Jing",
"M. Q.",
""
],
[
"Jing",
"X. M.",
""
],
[
"Johansson",
"T.",
""
],
[
"Kabana",
"S.",
""
],
[
"Kalantar-Nayestanaki",
"N.",
""
],
[
"Kang",
"X. L.",
""
],
[
"Kang",
"X. S.",
""
],
[
"Kavatsyuk",
"M.",
""
],
[
"Ke",
"B. C.",
""
],
[
"Khachatryan",
"V.",
""
],
[
"Khoukaz",
"A.",
""
],
[
"Kiuchi",
"R.",
""
],
[
"Kolcu",
"O. B.",
""
],
[
"Kopf",
"B.",
""
],
[
"Kuessner",
"M.",
""
],
[
"Kui",
"X.",
""
],
[
"Kumar",
"N.",
""
],
[
"Kupsc",
"A.",
""
],
[
"Kühn",
"W.",
""
],
[
"Lan",
"W. N.",
""
],
[
"Lei",
"T. T.",
""
],
[
"Lellmann",
"M.",
""
],
[
"Lenz",
"T.",
""
],
[
"Li",
"C.",
""
],
[
"Li",
"C.",
""
],
[
"Li",
"C. H.",
""
],
[
"Li",
"D. M.",
""
],
[
"Li",
"F.",
""
],
[
"Li",
"G.",
""
],
[
"Li",
"H. B.",
""
],
[
"Li",
"H. J.",
""
],
[
"Li",
"H. N.",
""
],
[
"Li",
"Hui",
""
],
[
"Li",
"J. R.",
""
],
[
"Li",
"J. S.",
""
],
[
"Li",
"K.",
""
],
[
"Li",
"K. L.",
""
],
[
"Li",
"L. J.",
""
],
[
"Li",
"Lei",
""
],
[
"Li",
"M. H.",
""
],
[
"Li",
"P. L.",
""
],
[
"Li",
"P. R.",
""
],
[
"Li",
"Q. M.",
""
],
[
"Li",
"Q. X.",
""
],
[
"Li",
"R.",
""
],
[
"Li",
"S. X.",
""
],
[
"Li",
"T.",
""
],
[
"Li",
"T. Y.",
""
],
[
"Li",
"W. D.",
""
],
[
"Li",
"W. G.",
""
],
[
"Li",
"X.",
""
],
[
"Li",
"X. H.",
""
],
[
"Li",
"X. L.",
""
],
[
"Li",
"X. Y.",
""
],
[
"Li",
"X. Z.",
""
],
[
"Li",
"Y.",
""
],
[
"Li",
"Y. G.",
""
],
[
"Li",
"Z. J.",
""
],
[
"Li",
"Z. Y.",
""
],
[
"Liang",
"C.",
""
],
[
"Liang",
"H.",
""
],
[
"Liang",
"Y. F.",
""
],
[
"Liang",
"Y. T.",
""
],
[
"Liao",
"G. R.",
""
],
[
"Liao",
"Y. P.",
""
],
[
"Libby",
"J.",
""
],
[
"Limphirat",
"A.",
""
],
[
"Lin",
"C. C.",
""
],
[
"Lin",
"C. X.",
""
],
[
"Lin",
"D. X.",
""
],
[
"Lin",
"T.",
""
],
[
"Liu",
"B. J.",
""
],
[
"Liu",
"B. X.",
""
],
[
"Liu",
"C.",
""
],
[
"Liu",
"C. X.",
""
],
[
"Liu",
"F.",
""
],
[
"Liu",
"F. H.",
""
],
[
"Liu",
"Feng",
""
],
[
"Liu",
"G. M.",
""
],
[
"Liu",
"H.",
""
],
[
"Liu",
"H. B.",
""
],
[
"Liu",
"H. H.",
""
],
[
"Liu",
"H. M.",
""
],
[
"Liu",
"Huihui",
""
],
[
"Liu",
"J. B.",
""
],
[
"Liu",
"K.",
""
],
[
"Liu",
"K. Y.",
""
],
[
"Liu",
"Ke",
""
],
[
"Liu",
"L. C.",
""
],
[
"Liu",
"Lu",
""
],
[
"Liu",
"M. H.",
""
],
[
"Liu",
"M. H.",
""
],
[
"Liu",
"P. L.",
""
],
[
"Liu",
"Q.",
""
],
[
"Liu",
"S. B.",
""
],
[
"Liu",
"T.",
""
],
[
"Liu",
"W. K.",
""
],
[
"Liu",
"W. M.",
""
],
[
"Liu",
"X.",
""
],
[
"Liu",
"X.",
""
],
[
"Liu",
"X. L.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y. B.",
""
],
[
"Liu",
"Z. A.",
""
],
[
"Liu",
"Z. D.",
""
],
[
"Liu",
"Z. Q.",
""
],
[
"Lou",
"X. C.",
""
],
[
"Lu",
"F. X.",
""
],
[
"Lu",
"H. J.",
""
],
[
"Lu",
"J. G.",
""
],
[
"Lu",
"X. L.",
""
],
[
"Lu",
"Y.",
""
],
[
"Lu",
"Y. P.",
""
],
[
"Lu",
"Z. H.",
""
],
[
"Luo",
"C. L.",
""
],
[
"Luo",
"J. R.",
""
],
[
"Luo",
"M. X.",
""
],
[
"Luo",
"T.",
""
],
[
"Luo",
"X. L.",
""
],
[
"Lyu",
"X. R.",
""
],
[
"Lyu",
"Y. F.",
""
],
[
"Ma",
"F. C.",
""
],
[
"Ma",
"H.",
""
],
[
"Ma",
"H. L.",
""
],
[
"Ma",
"J. L.",
""
],
[
"Ma",
"L. L.",
""
],
[
"Ma",
"L. R.",
""
],
[
"Ma",
"Q. M.",
""
],
[
"Ma",
"R. Q.",
""
],
[
"Ma",
"R. Y.",
""
],
[
"Ma",
"T.",
""
],
[
"Ma",
"X. T.",
""
],
[
"Ma",
"X. Y.",
""
],
[
"Ma",
"Y. M.",
""
],
[
"Maas",
"F. E.",
""
],
[
"MacKay",
"I.",
""
],
[
"Maggiora",
"M.",
""
],
[
"Malde",
"S.",
""
],
[
"Malik",
"Q. A.",
""
],
[
"Mao",
"Y. J.",
""
],
[
"Mao",
"Z. P.",
""
],
[
"Marcello",
"S.",
""
],
[
"Meng",
"Y. H.",
""
],
[
"Meng",
"Z. X.",
""
],
[
"Messchendorp",
"J. G.",
""
],
[
"Mezzadri",
"G.",
""
],
[
"Miao",
"H.",
""
],
[
"Min",
"T. J.",
""
],
[
"Mitchell",
"R. E.",
""
],
[
"Mo",
"X. H.",
""
],
[
"Moses",
"B.",
""
],
[
"Muchnoi",
"N. Yu.",
""
],
[
"Muskalla",
"J.",
""
],
[
"Nefedov",
"Y.",
""
],
[
"Nerling",
"F.",
""
],
[
"Nie",
"L. S.",
""
],
[
"Nikolaev",
"I. B.",
""
],
[
"Ning",
"Z.",
""
],
[
"Nisar",
"S.",
""
],
[
"Niu",
"Q. L.",
""
],
[
"Niu",
"W. D.",
""
],
[
"Niu",
"Y.",
""
],
[
"Olsen",
"S. L.",
""
],
[
"Ouyang",
"Q.",
""
],
[
"Pacetti",
"S.",
""
],
[
"Pan",
"X.",
""
],
[
"Pan",
"Y.",
""
],
[
"Pathak",
"A.",
""
],
[
"Pei",
"Y. P.",
""
],
[
"Pelizaeus",
"M.",
""
],
[
"Peng",
"H. P.",
""
],
[
"Peng",
"Y. Y.",
""
],
[
"Peters",
"K.",
""
],
[
"Ping",
"J. L.",
""
],
[
"Ping",
"R. G.",
""
],
[
"Plura",
"S.",
""
],
[
"Prasad",
"V.",
""
],
[
"Qi",
"F. Z.",
""
],
[
"Qi",
"H. R.",
""
],
[
"Qi",
"M.",
""
],
[
"Qian",
"S.",
""
],
[
"Qian",
"W. B.",
""
],
[
"Qiao",
"C. F.",
""
],
[
"Qiao",
"J. H.",
""
],
[
"Qin",
"J. J.",
""
],
[
"Qin",
"L. Q.",
""
],
[
"Qin",
"L. Y.",
""
],
[
"Qin",
"X. P.",
""
],
[
"Qin",
"X. S.",
""
],
[
"Qin",
"Z. H.",
""
],
[
"Qiu",
"J. F.",
""
],
[
"Qu",
"Z. H.",
""
],
[
"Redmer",
"C. F.",
""
],
[
"Ren",
"K. J.",
""
],
[
"Rivetti",
"A.",
""
],
[
"Rolo",
"M.",
""
],
[
"Rong",
"G.",
""
],
[
"Rosner",
"Ch.",
""
],
[
"Ruan",
"M. Q.",
""
],
[
"Ruan",
"S. N.",
""
],
[
"Salone",
"N.",
""
],
[
"Sarantsev",
"A.",
""
],
[
"Schelhaas",
"Y.",
""
],
[
"Schoenning",
"K.",
""
],
[
"Scodeggio",
"M.",
""
],
[
"Shan",
"K. Y.",
""
],
[
"Shan",
"W.",
""
],
[
"Shan",
"X. Y.",
""
],
[
"Shang",
"Z. J.",
""
],
[
"Shangguan",
"J. F.",
""
],
[
"Shao",
"L. G.",
""
],
[
"Shao",
"M.",
""
],
[
"Shen",
"C. P.",
""
],
[
"Shen",
"H. F.",
""
],
[
"Shen",
"W. H.",
""
],
[
"Shen",
"X. Y.",
""
],
[
"Shi",
"B. A.",
""
],
[
"Shi",
"H.",
""
],
[
"Shi",
"J. L.",
""
],
[
"Shi",
"J. Y.",
""
],
[
"Shi",
"S. Y.",
""
],
[
"Shi",
"X.",
""
],
[
"Song",
"H. L.",
""
],
[
"Song",
"J. J.",
""
],
[
"Song",
"T. Z.",
""
],
[
"Song",
"W. M.",
""
],
[
"Song",
"Y. J.",
""
],
[
"Song",
"Y. X.",
""
],
[
"Sosio",
"S.",
""
],
[
"Spataro",
"S.",
""
],
[
"Stieler",
"F.",
""
],
[
"Su",
"S. S",
""
],
[
"Su",
"Y. J.",
""
],
[
"Sun",
"G. B.",
""
],
[
"Sun",
"G. X.",
""
],
[
"Sun",
"H.",
""
],
[
"Sun",
"H. K.",
""
],
[
"Sun",
"J. F.",
""
],
[
"Sun",
"K.",
""
],
[
"Sun",
"L.",
""
],
[
"Sun",
"S. S.",
""
],
[
"Sun",
"T.",
""
],
[
"Sun",
"Y. J.",
""
],
[
"Sun",
"Y. Z.",
""
],
[
"Sun",
"Z. Q.",
""
],
[
"Sun",
"Z. T.",
""
],
[
"Tang",
"C. J.",
""
],
[
"Tang",
"G. Y.",
""
],
[
"Tang",
"J.",
""
],
[
"Tang",
"J. J.",
""
],
[
"Tang",
"Y. A.",
""
],
[
"Tao",
"L. Y.",
""
],
[
"Tat",
"M.",
""
],
[
"Teng",
"J. X.",
""
],
[
"Tian",
"J. Y.",
""
],
[
"Tian",
"W. H.",
""
],
[
"Tian",
"Y.",
""
],
[
"Tian",
"Z. F.",
""
],
[
"Uman",
"I.",
""
],
[
"Wan",
"Y.",
""
],
[
"Wang",
"S. J.",
""
],
[
"Wang",
"B.",
""
],
[
"Wang",
"Bo",
""
],
[
"Wang",
"C.",
""
],
[
"Wang",
"D. Y.",
""
],
[
"Wang",
"H. J.",
""
],
[
"Wang",
"J. J.",
""
],
[
"Wang",
"J. P.",
""
],
[
"Wang",
"K.",
""
],
[
"Wang",
"L. L.",
""
],
[
"Wang",
"L. W.",
""
],
[
"Wang",
"M.",
""
],
[
"Wang",
"M.",
""
],
[
"Wang",
"N. Y.",
""
],
[
"Wang",
"S.",
""
],
[
"Wang",
"S.",
""
],
[
"Wang",
"T.",
""
],
[
"Wang",
"T. J.",
""
],
[
"Wang",
"W.",
""
],
[
"Wang",
"W.",
""
],
[
"Wang",
"W. P.",
""
],
[
"Wang",
"X.",
""
],
[
"Wang",
"X. F.",
""
],
[
"Wang",
"X. J.",
""
],
[
"Wang",
"X. L.",
""
],
[
"Wang",
"X. N.",
""
],
[
"Wang",
"Y.",
""
],
[
"Wang",
"Y. D.",
""
],
[
"Wang",
"Y. F.",
""
],
[
"Wang",
"Y. H.",
""
],
[
"Wang",
"Y. J.",
""
],
[
"Wang",
"Y. L.",
""
],
[
"Wang",
"Y. N.",
""
],
[
"Wang",
"Y. Q.",
""
],
[
"Wang",
"Yaqian",
""
],
[
"Wang",
"Yi",
""
],
[
"Wang",
"Z.",
""
],
[
"Wang",
"Z. L.",
""
],
[
"Wang",
"Z. Y.",
""
],
[
"Wei",
"D. H.",
""
],
[
"Weidner",
"F.",
""
],
[
"Wen",
"S. P.",
""
],
[
"Wen",
"Y. R.",
""
],
[
"Wiedner",
"U.",
""
],
[
"Wilkinson",
"G.",
""
],
[
"Wolke",
"M.",
""
],
[
"Wollenberg",
"L.",
""
],
[
"Wu",
"C.",
""
],
[
"Wu",
"J. F.",
""
],
[
"Wu",
"L. H.",
""
],
[
"Wu",
"L. J.",
""
],
[
"Wu",
"Lianjie",
""
],
[
"Wu",
"X.",
""
],
[
"Wu",
"X. H.",
""
],
[
"Wu",
"Y. H.",
""
],
[
"Wu",
"Y. J.",
""
],
[
"Wu",
"Z.",
""
],
[
"Xia",
"L.",
""
],
[
"Xian",
"X. M.",
""
],
[
"Xiang",
"B. H.",
""
],
[
"Xiao",
"D.",
""
],
[
"Xiao",
"G. Y.",
""
],
[
"Xiao",
"H.",
""
],
[
"Xiao",
"Y. L.",
""
],
[
"Xiao",
"Z. J.",
""
],
[
"Xie",
"C.",
""
],
[
"Xie",
"X. H.",
""
],
[
"Xie",
"Y.",
""
],
[
"Xie",
"Y. G.",
""
],
[
"Xie",
"Y. H.",
""
],
[
"Xie",
"Z. P.",
""
],
[
"Xing",
"T. Y.",
""
],
[
"Xu",
"C. F.",
""
],
[
"Xu",
"C. J.",
""
],
[
"Xu",
"G. F.",
""
],
[
"Xu",
"H. Y.",
""
],
[
"Xu",
"H. Y.",
""
],
[
"Xu",
"M.",
""
],
[
"Xu",
"Q. J.",
""
],
[
"Xu",
"Q. N.",
""
],
[
"Xu",
"W.",
""
],
[
"Xu",
"W. L.",
""
],
[
"Xu",
"X. P.",
""
],
[
"Xu",
"Y.",
""
],
[
"Xu",
"Y.",
""
],
[
"Xu",
"Y. C.",
""
],
[
"Xu",
"Z. S.",
""
],
[
"Yan",
"F.",
""
],
[
"Yan",
"L.",
""
],
[
"Yan",
"W. B.",
""
],
[
"Yan",
"W. C.",
""
],
[
"Yan",
"W. H.",
""
],
[
"Yan",
"W. P.",
""
],
[
"Yan",
"X. Q.",
""
],
[
"Yang",
"H. J.",
""
],
[
"Yang",
"H. L.",
""
],
[
"Yang",
"H. X.",
""
],
[
"Yang",
"J. H.",
""
],
[
"Yang",
"R. J.",
""
],
[
"Yang",
"T.",
""
],
[
"Yang",
"Y.",
""
],
[
"Yang",
"Y. F.",
""
],
[
"Yang",
"Y. X.",
""
],
[
"Yang",
"Y. Z.",
""
],
[
"Yang",
"Z. W.",
""
],
[
"Yao",
"Z. P.",
""
],
[
"Ye",
"M.",
""
],
[
"Ye",
"M. H.",
""
],
[
"Yin",
"Junhao",
""
],
[
"You",
"Z. Y.",
""
],
[
"Yu",
"B. X.",
""
],
[
"Yu",
"C. X.",
""
],
[
"Yu",
"G.",
""
],
[
"Yu",
"J. S.",
""
],
[
"Yu",
"M. C.",
""
],
[
"Yu",
"T.",
""
],
[
"Yu",
"X. D.",
""
],
[
"Yuan",
"C. Z.",
""
],
[
"Yuan",
"J.",
""
],
[
"Yuan",
"J.",
""
],
[
"Yuan",
"L.",
""
],
[
"Yuan",
"S. C.",
""
],
[
"Yuan",
"X. Q.",
""
],
[
"Yuan",
"Y.",
""
],
[
"Yuan",
"Z. Y.",
""
],
[
"Yue",
"C. X.",
""
],
[
"Yue",
"Ying",
""
],
[
"Zafar",
"A. A.",
""
],
[
"Zeng",
"F. R.",
""
],
[
"Zeng",
"S. H.",
""
],
[
"Zeng",
"X.",
""
],
[
"Zeng",
"Y.",
""
],
[
"Zeng",
"Y. J.",
""
],
[
"Zeng",
"Y. J.",
""
],
[
"Zhai",
"X. Y.",
""
],
[
"Zhai",
"Y. C.",
""
],
[
"Zhan",
"Y. H.",
""
],
[
"Zhang",
"A. Q.",
""
],
[
"Zhang",
"B. L.",
""
],
[
"Zhang",
"B. X.",
""
],
[
"Zhang",
"D. H.",
""
],
[
"Zhang",
"G. Y.",
""
],
[
"Zhang",
"H.",
""
],
[
"Zhang",
"H.",
""
],
[
"Zhang",
"H. C.",
""
],
[
"Zhang",
"H. H.",
""
],
[
"Zhang",
"H. Q.",
""
],
[
"Zhang",
"H. R.",
""
],
[
"Zhang",
"H. Y.",
""
],
[
"Zhang",
"J.",
""
],
[
"Zhang",
"J.",
""
],
[
"Zhang",
"J. J.",
""
],
[
"Zhang",
"J. L.",
""
],
[
"Zhang",
"J. Q.",
""
],
[
"Zhang",
"J. S.",
""
],
[
"Zhang",
"J. W.",
""
],
[
"Zhang",
"J. X.",
""
],
[
"Zhang",
"J. Y.",
""
],
[
"Zhang",
"J. Z.",
""
],
[
"Zhang",
"Jianyu",
""
],
[
"Zhang",
"L. M.",
""
],
[
"Zhang",
"Lei",
""
],
[
"Zhang",
"P.",
""
],
[
"Zhang",
"Q.",
""
],
[
"Zhang",
"Q. Y.",
""
],
[
"Zhang",
"R. Y.",
""
],
[
"Zhang",
"S. H.",
""
],
[
"Zhang",
"Shulei",
""
],
[
"Zhang",
"X. M.",
""
],
[
"Zhang",
"X. Y",
""
],
[
"Zhang",
"X. Y.",
""
],
[
"Zhang",
"Y.",
""
],
[
"Zhang",
"Y.",
""
],
[
"Zhang",
"Y. T.",
""
],
[
"Zhang",
"Y. H.",
""
],
[
"Zhang",
"Y. M.",
""
],
[
"Zhang",
"Y. P.",
""
],
[
"Zhang",
"Z. D.",
""
],
[
"Zhang",
"Z. H.",
""
],
[
"Zhang",
"Z. L.",
""
],
[
"Zhang",
"Z. X.",
""
],
[
"Zhang",
"Z. Y.",
""
],
[
"Zhang",
"Z. Y.",
""
],
[
"Zhang",
"Z. Z.",
""
],
[
"Zhang",
"Zh. Zh.",
""
],
[
"Zhao",
"G.",
""
],
[
"Zhao",
"J. Y.",
""
],
[
"Zhao",
"J. Z.",
""
],
[
"Zhao",
"L.",
""
],
[
"Zhao",
"L.",
""
],
[
"Zhao",
"M. G.",
""
],
[
"Zhao",
"N.",
""
],
[
"Zhao",
"R. P.",
""
],
[
"Zhao",
"S. J.",
""
],
[
"Zhao",
"Y. B.",
""
],
[
"Zhao",
"Y. X.",
""
],
[
"Zhao",
"Z. G.",
""
],
[
"Zhemchugov",
"A.",
""
],
[
"Zheng",
"B.",
""
],
[
"Zheng",
"B. M.",
""
],
[
"Zheng",
"J. P.",
""
],
[
"Zheng",
"W. J.",
""
],
[
"Zheng",
"X. R.",
""
],
[
"Zheng",
"Y. H.",
""
],
[
"Zhong",
"B.",
""
],
[
"Zhou",
"H.",
""
],
[
"Zhou",
"J. Y.",
""
],
[
"Zhou",
"S.",
""
],
[
"Zhou",
"X.",
""
],
[
"Zhou",
"X. K.",
""
],
[
"Zhou",
"X. R.",
""
],
[
"Zhou",
"X. Y.",
""
],
[
"Zhou",
"Y. Z.",
""
],
[
"Zhu",
"A. N.",
""
],
[
"Zhu",
"J.",
""
],
[
"Zhu",
"K.",
""
],
[
"Zhu",
"K. J.",
""
],
[
"Zhu",
"K. S.",
""
],
[
"Zhu",
"L.",
""
],
[
"Zhu",
"L. X.",
""
],
[
"Zhu",
"S. H.",
""
],
[
"Zhu",
"T. J.",
""
],
[
"Zhu",
"W. D.",
""
],
[
"Zhu",
"W. J.",
""
],
[
"Zhu",
"W. Z.",
""
],
[
"Zhu",
"Y. C.",
""
],
[
"Zhu",
"Z. A.",
""
],
[
"Zou",
"J. H.",
""
],
[
"Zu",
"J.",
""
]
] |
2506.05056 | Azizul Zahid | Azizul Zahid, Bibek Poudel, Danny Scott, Jason Scott, Scott Crouter, Weizi Li, Sai Swaminathan | PulseRide: A Robotic Wheelchair for Personalized Exertion Control with Human-in-the-Loop Reinforcement Learning | null | null | null | null | cs.RO cs.HC | http://creativecommons.org/licenses/by/4.0/ | Maintaining an active lifestyle is vital for quality of life, yet challenging for wheelchair users. For instance, powered wheelchairs face increasing risks of obesity and deconditioning due to inactivity. Conversely, manual wheelchair users, who propel the wheelchair by pushing the wheelchair's handrims, often face upper extremity injuries from repetitive motions. These challenges underscore the need for a mobility system that promotes activity while minimizing injury risk. Maintaining optimal exertion during wheelchair use enhances health benefits and engagement, yet the variations in individual physiological responses complicate exertion optimization. To address this, we introduce PulseRide, a novel wheelchair system that provides personalized assistance based on each user's physiological responses, helping them maintain their physical exertion goals. Unlike conventional assistive systems focused on obstacle avoidance and navigation, PulseRide integrates real-time physiological data-such as heart rate and ECG-with wheelchair speed to deliver adaptive assistance. Using a human-in-the-loop reinforcement learning approach with Deep Q-Network algorithm (DQN), the system adjusts push assistance to keep users within a moderate activity range without under- or over-exertion. We conducted preliminary tests with 10 users on various terrains, including carpet and slate, to assess PulseRide's effectiveness. Our findings show that, for individual users, PulseRide maintains heart rates within the moderate activity zone as much as 71.7 percent longer than manual wheelchairs. Among all users, we observed an average reduction in muscle contractions of 41.86 percent, delaying fatigue onset and enhancing overall comfort and engagement. These results indicate that PulseRide offers a healthier, adaptive mobility solution, bridging the gap between passive and physically taxing mobility options. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 14:00:59 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zahid",
"Azizul",
""
],
[
"Poudel",
"Bibek",
""
],
[
"Scott",
"Danny",
""
],
[
"Scott",
"Jason",
""
],
[
"Crouter",
"Scott",
""
],
[
"Li",
"Weizi",
""
],
[
"Swaminathan",
"Sai",
""
]
] |
2506.05057 | Moshe Ofer | Moshe Ofer, Orel Zamler, Amos Azaria | TALL -- A Trainable Architecture for Enhancing LLM Performance in Low-Resource Languages | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Large Language Models (LLMs) excel in high-resource languages but struggle with low-resource languages due to limited training data. This paper presents TALL (Trainable Architecture for Enhancing LLM Performance in Low-Resource Languages), which integrates an LLM with two bilingual translation models. TALL transforms low-resource inputs into high-resource representations, leveraging the LLM's capabilities while preserving linguistic features through dimension alignment layers and custom transformers. Our experiments on Hebrew demonstrate significant improvements over several baselines, including direct use, naive translation, and fine-tuning approaches. The architecture employs a parameter-efficient strategy, freezing pre-trained components while training only lightweight adapter modules, balancing computational efficiency with performance gains. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 14:02:12 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Ofer",
"Moshe",
""
],
[
"Zamler",
"Orel",
""
],
[
"Azaria",
"Amos",
""
]
] |
2506.05058 | Yiqi Huo | Yiqi Huo, Shuo Li, Luo Yan, Ningbo Li, Sergei Tretiak and Liujiang Zhou | Ultrafast magneto-lattice dynamics in two-dimensional CrSBr driven by terahertz excitation | null | null | null | null | cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Terahertz (THz) lasers provide a new research perspective for spin electronics applications due to their sub-picosecond time resolution and non-thermal ultrafast demagnetization, but the interaction between spin, charge and lattice dynamics remains unclear. This study investigates photoinduced ultrafast demagnetization in monolayer CrSBr, a two-dimensional material with strong spin-orbit and spin-lattice coupling, and resolves its demagnetization process. Two key stages are identified: the first, occurring within 20 fs, is characterized by rapid electron-driven demagnetization, where charge transfer and THz laser are strongly coupled. In the second stage, light-induced lattice vibrations coupled to spin dynamics lead to significant spin changes, with electron-phonon coupling playing a key role. Importantly, the role of various phonon vibration modes in the electron relaxation process was clearly determined, pointing out that the electronic relaxation of the B3g1 phonon vibration mode occurs within 83 fs, which is less than the commonly believed 100 fs. Moreover, the influence of this coherent phonon on the demagnetization change is as high as 215 %. These insights into multiscale magneto-structural coupling advance the understanding of nonequilibrium spin dynamics and provide guidelines for the design of light-controlled quantum devices, particularly in layered heterostructures for spintronics and quantum information technologies. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 14:02:49 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Huo",
"Yiqi",
""
],
[
"Li",
"Shuo",
""
],
[
"Yan",
"Luo",
""
],
[
"Li",
"Ningbo",
""
],
[
"Tretiak",
"Sergei",
""
],
[
"Zhou",
"Liujiang",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.