id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
3
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-08-22 00:00:00
authors_parsed
listlengths
1
3.31k
2508.14535
Zihang Wang
Zihang Wang, Yu Gao
Axion Star Bosenova in Axion Miniclusters
10 pages, 3 figures
null
null
null
hep-ph astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Axionic dark matter can form structures known as miniclusters that host an axion star at their center. The axion star feeds on the host, and the axion star mass may grow beyond its stability limit, leading to a potential bosenova. Since a dilute axion star has a stable mass limit only when self-interaction is considered, we include axion self-interaction effects in this paper, and specify the condition for bosenova in the QCD axion and temperature-independent axion-like particle parameter spaces. We find that self-interaction may dominate the mass growth of the axion star. For a minicluster with a large initial overdensity, bosenova occurs in a large fraction of axion parameter space. For the QCD axion, bosenova occurs within the age of the Universe for miniclusters with an initial overdensity $\delta\gtrsim 100$.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:41:10 GMT" } ]
2025-08-21T00:00:00
[ [ "Wang", "Zihang", "" ], [ "Gao", "Yu", "" ] ]
2508.14536
Saman Yazdannik
Saman Yazdannik, Morteza Tayefi, Shamim Sanisales
Beyond ReLU: Chebyshev-DQN for Enhanced Deep Q-Networks
null
null
null
null
cs.LG cs.AI
http://creativecommons.org/licenses/by/4.0/
The performance of Deep Q-Networks (DQN) is critically dependent on the ability of its underlying neural network to accurately approximate the action-value function. Standard function approximators, such as multi-layer perceptrons, may struggle to efficiently represent the complex value landscapes inherent in many reinforcement learning problems. This paper introduces a novel architecture, the Chebyshev-DQN (Ch-DQN), which integrates a Chebyshev polynomial basis into the DQN framework to create a more effective feature representation. By leveraging the powerful function approximation properties of Chebyshev polynomials, we hypothesize that the Ch-DQN can learn more efficiently and achieve higher performance. We evaluate our proposed model on the CartPole-v1 benchmark and compare it against a standard DQN with a comparable number of parameters. Our results demonstrate that the Ch-DQN with a moderate polynomial degree (N=4) achieves significantly better asymptotic performance, outperforming the baseline by approximately 39\%. However, we also find that the choice of polynomial degree is a critical hyperparameter, as a high degree (N=8) can be detrimental to learning. This work validates the potential of using orthogonal polynomial bases in deep reinforcement learning while also highlighting the trade-offs involved in model complexity.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:41:15 GMT" } ]
2025-08-21T00:00:00
[ [ "Yazdannik", "Saman", "" ], [ "Tayefi", "Morteza", "" ], [ "Sanisales", "Shamim", "" ] ]
2508.14537
Yonghan Shin
Yonghan Shin, SeungKyu Kim and Won-Ki Jeong
WISE-FUSE: Efficient Whole Slide Image Encoding via Coarse-to-Fine Patch Selection with VLM and LLM Knowledge Fusion
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Whole slide images (WSIs) in computational pathology (CPath) pose a major computational challenge due to their gigapixel scale, often requiring the processing of tens to hundreds of thousands of high-resolution patches per slide. This results in prohibitive encoding costs, with preprocessing and training times extending to days or even weeks-making WSI encoding the most significant bottleneck in real-world deployment. In this work, we propose WISE-FUSE, an adaptive WSI encoding framework that leverages pathology-domain vision-language models and large language models to address this challenge by selectively processing diagnostically relevant regions. WISE-FUSE first computes similarity scores between low-resolution patches and class-specific textual descriptions using a knowledge distillation mechanism that preserves fine-grained diagnostic features. Based on these similarity scores, we select a small subset of informative regions for the target task, which quickly eliminates irrelevant patches at the coarse level. The corresponding high-resolution patches are then selectively encoded and fused with textual embeddings to reinforce diagnostic context. Extensive experiments demonstrate that WISE-FUSE reduces WSI encoding time by over threefold while achieving diagnostic performance comparable to or surpassing that of exhaustive patch processing, offering a scalable and practical solution for CPath.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:41:19 GMT" } ]
2025-08-21T00:00:00
[ [ "Shin", "Yonghan", "" ], [ "Kim", "SeungKyu", "" ], [ "Jeong", "Won-Ki", "" ] ]
2508.14539
Tao Shen
Tao Shen, Zexi Li, Didi Zhu, Ziyu Zhao, Chao Wu, Fei Wu
FedEve: On Bridging the Client Drift and Period Drift for Cross-device Federated Learning
null
null
null
null
cs.LG cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Federated learning (FL) is a machine learning paradigm that allows multiple clients to collaboratively train a shared model without exposing their private data. Data heterogeneity is a fundamental challenge in FL, which can result in poor convergence and performance degradation. Client drift has been recognized as one of the factors contributing to this issue resulting from the multiple local updates in FedAvg. However, in cross-device FL, a different form of drift arises due to the partial client participation, but it has not been studied well. This drift, we referred as period drift, occurs as participating clients at each communication round may exhibit distinct data distribution that deviates from that of all clients. It could be more harmful than client drift since the optimization objective shifts with every round. In this paper, we investigate the interaction between period drift and client drift, finding that period drift can have a particularly detrimental effect on cross-device FL as the degree of data heterogeneity increases. To tackle these issues, we propose a predict-observe framework and present an instantiated method, FedEve, where these two types of drift can compensate each other to mitigate their overall impact. We provide theoretical evidence that our approach can reduce the variance of model updates. Extensive experiments demonstrate that our method outperforms alternatives on non-iid data in cross-device settings.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:42:34 GMT" } ]
2025-08-21T00:00:00
[ [ "Shen", "Tao", "" ], [ "Li", "Zexi", "" ], [ "Zhu", "Didi", "" ], [ "Zhao", "Ziyu", "" ], [ "Wu", "Chao", "" ], [ "Wu", "Fei", "" ] ]
2508.14540
Dennis Schiese
Dennis Schiese, Andreas Both
Post-hoc LLM-Supported Debugging of Distributed Processes
Presented at ICWE 2025, Delft (30 June - 03 July 2025)
null
null
null
cs.SE cs.AI
http://creativecommons.org/licenses/by/4.0/
In this paper, we address the problem of manual debugging, which nowadays remains resource-intensive and in some parts archaic. This problem is especially evident in increasingly complex and distributed software systems. Therefore, our objective of this work is to introduce an approach that can possibly be applied to any system, at both the macro- and micro-level, to ease this debugging process. This approach utilizes a system's process data, in conjunction with generative AI, to generate natural-language explanations. These explanations are generated from the actual process data, interface information, and documentation to guide the developers more efficiently to understand the behavior and possible errors of a process and its sub-processes. Here, we present a demonstrator that employs this approach on a component-based Java system. However, our approach is language-agnostic. Ideally, the generated explanations will provide a good understanding of the process, even if developers are not familiar with all the details of the considered system. Our demonstrator is provided as an open-source web application that is freely accessible to all users.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:45:53 GMT" } ]
2025-08-21T00:00:00
[ [ "Schiese", "Dennis", "" ], [ "Both", "Andreas", "" ] ]
2508.14541
Didier Henrion
Didier Henrion (LAAS-POP), Martin Kru\v{z}\'ik (UTIA / CAS)
Polyconvex double well functions
null
null
null
null
math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate polyconvexity of the double well function $f(X)\,:= |X-X_1|^2|X-X_2|^2$ for given matrices $X_1, X_2 \in R^{n \times n}$. Such functions are fundamental in the modeling of phase transitions in materials, but their non-convex nature presents challenges for the analysis of variational problems. We prove that $f$ is polyconvex if and only if the singular values of the matrix difference $X_1 - X_2$ are all equal. This condition allows the function to be decomposed into the sum of a strictly convex part and a null Lagrangian. As a direct application of this result, we prove an existence and uniqueness theorem for the corresponding Dirichlet minimization problem in the calculus of variations, demonstrating that under this specific condition, there is a unique minimizer for general boundary data.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:46:56 GMT" } ]
2025-08-21T00:00:00
[ [ "Henrion", "Didier", "", "LAAS-POP" ], [ "Kružík", "Martin", "", "UTIA / CAS" ] ]
2508.14543
Maciej Kosicki
Maciej B. Kosicki, Mateusz Borkowski, Marcin Umi\'nski, Piotr S. \.Zuchowski
Production of ultracold asymmetric tops from Sr atoms and SrOH molecules
null
null
null
null
physics.atom-ph cond-mat.quant-gas physics.chem-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
We report the comprehensive theoretical investigation of the Sr-SrOH system identifying it as a promising route to production of ultracold asymmetric top molecules. Combining high-level ab initio electronic structure calculations with rigorous quantum scattering simulations, we determine strongly anisotropic, non-reactive interaction potential and an exceptionally dense spectrum of near-threshold resonances. Presented excited states, transition dipole moments, and results of the one-dimensional STIRAP model suggest the possibility of coherently transferring weakly bound complexes to the rovibrational ground state.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:52:23 GMT" } ]
2025-08-21T00:00:00
[ [ "Kosicki", "Maciej B.", "" ], [ "Borkowski", "Mateusz", "" ], [ "Umiński", "Marcin", "" ], [ "Żuchowski", "Piotr S.", "" ] ]
2508.14544
Zixi Chen
Zixi Chen, Yinyu Ye, Zijie Zhou
Adaptively Robust LLM Inference Optimization under Prediction Uncertainty
null
null
null
null
cs.LG cs.AI math.OC
http://creativecommons.org/licenses/by/4.0/
We study the problem of optimizing Large Language Model (LLM) inference scheduling to minimize total latency. LLM inference is an online and multi-task service process and also heavily energy consuming by which a pre-trained LLM processes input requests and generates output tokens sequentially. Therefore, it is vital to improve its scheduling efficiency and reduce the power consumption while a great amount of prompt requests are arriving. A key challenge in LLM inference scheduling is that while the prompt length is known upon arrival, the output length, which critically impacts memory usage and processing time, is unknown. To address this uncertainty, we propose algorithms that leverage machine learning to predict output lengths, assuming the prediction provides an interval classification (min-max range) for each request. We first design a conservative algorithm, $\mathcal{A}_{\max}$, which schedules requests based on the upper bound of predicted output lengths to prevent memory overflow. However, this approach is overly conservative: as prediction accuracy decreases, performance degrades significantly due to potential overestimation. To overcome this limitation, we propose $\mathcal{A}_{\min}$, an adaptive algorithm that initially treats the predicted lower bound as the output length and dynamically refines this estimate during inferencing. We prove that $\mathcal{A}_{\min}$ achieves a log-scale competitive ratio. Through numerical simulations, we demonstrate that $\mathcal{A}_{\min}$ often performs nearly as well as the hindsight scheduler, highlighting both its efficiency and robustness in practical scenarios. Moreover, $\mathcal{A}_{\min}$ relies solely on the lower bound of the prediction interval--an advantageous design choice since upper bounds on output length are typically more challenging to predict accurately.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:55:26 GMT" } ]
2025-08-21T00:00:00
[ [ "Chen", "Zixi", "" ], [ "Ye", "Yinyu", "" ], [ "Zhou", "Zijie", "" ] ]
2508.14545
Christophe Eyral
Christophe Eyral and \"Oznur Turhan
Bekka's $(c)$-regularity condition and families of line singularities with constant L\^e numbers
13 pages
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that the natural stratifications arising from certain deformation families of line singularities with constant L\^e numbers satisfy Bekka's $(c)$-regularity condition. As a corollary, we obtain that these families are topologically equisingular. Similar results for families of isolated singularities were established by Abderrahmane.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 08:56:14 GMT" } ]
2025-08-21T00:00:00
[ [ "Eyral", "Christophe", "" ], [ "Turhan", "Öznur", "" ] ]
2508.14546
Yasunori Lee
Yuya O. Nakagawa, Yasunori Lee
Application of resource theory based on free Clifford+kT computation to early fault-tolerant quantum computing
27+1 pages
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent advances in quantum hardware are bringing fault-tolerant quantum computing (FTQC) closer to reality. In the early stage of FTQC, however, the numbers of available logical qubits and high-fidelity $T$ gates remain limited, making it crucial to optimize the quantum resource usage. In this work, we aim to study the simulation cost of general quantum states under the constraint that only $k$ $T$ gates can be used, alongside an unlimited number of Clifford gates. Inspired by the notion of robustness of magic (RoM) which quantifies the cost of quantum-circuit simulation using stabilizer states ($k = 0$), we introduce its generalization, which we call Clifford+$kT$ robustness, treating Clifford+$kT$ states as free resources. We explore theoretical properties of Clifford$+kT$ robustness and in particular derive a lower bound that reveals the (in)efficiency of quantum-circuit simulation using Clifford$+kT$ states. Through numerical computations, we also evaluate Clifford+$kT$ robustness for key resource states for universal quantum computation, such as tensor products of the magic states. Our results allow to assess the sampling-cost reduction achieved by the use of Clifford+$kT$ states instead of stabilizer states, providing practical guidance for efficient resource usage in the early-FTQC era.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:00:00 GMT" } ]
2025-08-21T00:00:00
[ [ "Nakagawa", "Yuya O.", "" ], [ "Lee", "Yasunori", "" ] ]
2508.14547
Xin Zhou Dr
Xin Zhou, Ji Yang, Yan Sun, Qing-Zeng Yan, Lixia Yuan, Yang Su, Xuepeng Chen, and Shaobo Zhang
Molecular Gas Distribution toward the Inner and Outer Galaxy Revealed by MWISP -- the Galactic Longitude 45\deg--60\deg and 120\deg--130\deg
29 pages, 16 figures, 2 table, accepted for publication in The Astronomical Journal
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
Molecular clouds (MCs) are cradles of star and planet formation, thereby playing an important role in the evolution of galaxies. Based on the unbiased Milky Way Imaging Scroll Painting (MWISP) survey data of $^{12}$CO, $^{13}$CO, and C$^{18}$O (J=1--0) line emission in two regions toward the inner and outer Galaxy, i.e. the G50 ($44.75\deg \le l \le 60.25\deg$) and G120 ($119.75\deg \le l \le 130.25\deg$) regions, the distribution of molecular gas is studied. Both regions have Galactic latitudes of $|b| \le 5.25\deg$. A catalog containing 24724 MCs is constructed from the data. In our proximity, several molecular structures with large angular scales and small velocity dispersions are discovered, resembling curtains of mist. Beyond the nearby molecular gas, a clear aggregation of MCs along coherent structures in the Galactic plane is visible, sketching spiral arm structures. Nevertheless, the aggregation of MCs is also detected in the inter-arm region between the Perseus and Outer arms in the G50 region. The Galactic molecular disk in this inter-arm region is found to be thinner than that in the adjacent spiral arm region. In addition, the thickness of the Galactic molecular disk examined here is found to be correlated with the warp of it, indicating their homologous origins. The molecular disk has a typical thickness of ~220 pc in the inner Galaxy. Moreover, the dispersion of the MC systemic velocity decreases with increasing galactocentric radius, resulting in lower kinematic distance uncertainties at larger radii. However, the Perseus arm segment in the G120 region exhibits a relatively large cloud-to-cloud velocity dispersion and split components in its MC velocity distribution.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:00:18 GMT" } ]
2025-08-21T00:00:00
[ [ "Zhou", "Xin", "" ], [ "Yang", "Ji", "" ], [ "Sun", "Yan", "" ], [ "Yan", "Qing-Zeng", "" ], [ "Yuan", "Lixia", "" ], [ "Su", "Yang", "" ], [ "Chen", "Xuepeng", "" ], [ "Zhang", "Shaobo", "" ] ]
2508.14548
Maja J{\o}nck Hjuler
Maja J. Hjuler, Harald V. Skat-R{\o}rdam, Line H. Clemmensen, Sneha Das
EmoTale: An Enacted Speech-emotion Dataset in Danish
To appear in the proceedings of ASRU 2025
null
null
null
cs.CL cs.SD eess.AS
http://creativecommons.org/licenses/by/4.0/
While multiple emotional speech corpora exist for commonly spoken languages, there is a lack of functional datasets for smaller (spoken) languages, such as Danish. To our knowledge, Danish Emotional Speech (DES), published in 1997, is the only other database of Danish emotional speech. We present EmoTale; a corpus comprising Danish and English speech recordings with their associated enacted emotion annotations. We demonstrate the validity of the dataset by investigating and presenting its predictive power using speech emotion recognition (SER) models. We develop SER models for EmoTale and the reference datasets using self-supervised speech model (SSLM) embeddings and the openSMILE feature extractor. We find the embeddings superior to the hand-crafted features. The best model achieves an unweighted average recall (UAR) of 64.1% on the EmoTale corpus using leave-one-speaker-out cross-validation, comparable to the performance on DES.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:01:54 GMT" } ]
2025-08-21T00:00:00
[ [ "Hjuler", "Maja J.", "" ], [ "Skat-Rørdam", "Harald V.", "" ], [ "Clemmensen", "Line H.", "" ], [ "Das", "Sneha", "" ] ]
2508.14549
Florian Oberender
Florian Oberender
On spurious fixed points in iterative maximum likelihood reconstruction for quantum tomography
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
Maximum likelihood iteration is one of the most commonly used reconstruction algorithms in quantum tomography. The main appeal of the method is that it is easy to implement and that it converges reliably to a physically meaningful density matrix in practice. Contradicting these practical observations, we will show that convergence to a true solution is not guaranteed in general by constructing examples for spurious fixed points. To deal with this newly found problem, we then provide a criterion based on first order optimality conditions to check if the result of the algorithm is indeed the desired solution. Furthermore, we generalize the algorithm and show that it is equivalent to factorized gradient descent.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:05:26 GMT" } ]
2025-08-21T00:00:00
[ [ "Oberender", "Florian", "" ] ]
2508.14550
Yinshen Xu
Yinshen Xu, Miguel D. Bustamante
Singularity of the axisymmetric stagnation-point-like solution within a cylinder of the 3D Euler incompressible fluid equations
31 pages, 6 figures
null
null
null
physics.flu-dyn math-ph math.MP
http://creativecommons.org/licenses/by/4.0/
In this paper we investigate analytically the formation of finite time singularities in the three dimensional incompressible Euler equations under the model of Gibbon, Fokas, and Doering for vorticity stretching within a bounded cylindrical domain and under axisymmetric conditions. We derive explicit Lagrangian solutions for the vorticity, its stretching rate, fluid pathlines, and velocity components by exploiting constants of motion associated with the field dependent infinitesimal symmetries of the system. The central finding is that the existence and nature of a finite time singularity are determined exclusively by the local geometric structure of the initial vortex stretching rate near its global minimum. Whether a singularity forms depends on how flat this profile is at the minimum. Flatter profiles delay the blowup and sufficient flatness can suppress it entirely. For power law behavior near the minimum, critical thresholds for the exponent are identified which separate regular solutions from those that develop a finite time singularity. These thresholds differ depending on whether the singularity occurs at the centre of the cylinder or on a ring away from the centre, with minima at the centre requiring higher flatness to avoid blowup. This work provides a rigorous analytical framework that elucidates how the local geometric structure of the initial conditions governs the potential for singularity formation in 3D fluid flows, offering fundamental insights into the interplay between symmetry, initial data, and the development of extreme events in idealised turbulence.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:06:10 GMT" } ]
2025-08-21T00:00:00
[ [ "Xu", "Yinshen", "" ], [ "Bustamante", "Miguel D.", "" ] ]
2508.14551
VItaly Gorelov
Lionel Lacombe, Lucia Reining and Vitaly Gorelov
Electron charge dynamics and charge separation: A response theory approach
null
null
null
null
cond-mat.mtrl-sci physics.comp-ph
http://creativecommons.org/licenses/by/4.0/
This study applies response theory to investigate electron charge dynamics, with a particular focus on charge separation. We analytically assess the strengths and limitations of linear and quadratic response theories in describing charge density and current, illustrated by a model that simulates charge transfer systems. While linear response accurately captures optical properties, the quadratic response contains the minimal ingredients required to describe charge dynamics and separation. Notably, it closely matches exact time propagation results in some regime that we identify. We propose and test several approximations to the quadratic response and explore the influence of higher-order terms and the effect of an on-site interaction $U$.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:07:26 GMT" } ]
2025-08-21T00:00:00
[ [ "Lacombe", "Lionel", "" ], [ "Reining", "Lucia", "" ], [ "Gorelov", "Vitaly", "" ] ]
2508.14552
Ece Ozkan
Max Kr\"ahenmann, Sergio Tascon-Morales, Fabian Laumer, Julia E. Vogt, and Ece Ozkan
From Slices to Structures: Unsupervised 3D Reconstruction of Female Pelvic Anatomy from Freehand Transvaginal Ultrasound
null
null
null
null
eess.IV cs.CV
http://creativecommons.org/licenses/by/4.0/
Volumetric ultrasound has the potential to significantly improve diagnostic accuracy and clinical decision-making, yet its widespread adoption remains limited by dependence on specialized hardware and restrictive acquisition protocols. In this work, we present a novel unsupervised framework for reconstructing 3D anatomical structures from freehand 2D transvaginal ultrasound (TVS) sweeps, without requiring external tracking or learned pose estimators. Our method adapts the principles of Gaussian Splatting to the domain of ultrasound, introducing a slice-aware, differentiable rasterizer tailored to the unique physics and geometry of ultrasound imaging. We model anatomy as a collection of anisotropic 3D Gaussians and optimize their parameters directly from image-level supervision, leveraging sensorless probe motion estimation and domain-specific geometric priors. The result is a compact, flexible, and memory-efficient volumetric representation that captures anatomical detail with high spatial fidelity. This work demonstrates that accurate 3D reconstruction from 2D ultrasound images can be achieved through purely computational means, offering a scalable alternative to conventional 3D systems and enabling new opportunities for AI-assisted analysis and diagnosis.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:09:06 GMT" } ]
2025-08-21T00:00:00
[ [ "Krähenmann", "Max", "" ], [ "Tascon-Morales", "Sergio", "" ], [ "Laumer", "Fabian", "" ], [ "Vogt", "Julia E.", "" ], [ "Ozkan", "Ece", "" ] ]
2508.14553
Dennis Schiese
Dennis Schiese, Aleksandr Perevalov, Andreas Both
Towards LLM-generated explanations for Component-based Knowledge Graph Question Answering Systems
Presented at ICWI 2024, Zagreb. Released with ISBN: 978-989-8704-62-7. Data source: https://figshare.com/articles/dataset/Towards_LLM-generated_explanations_for_component-based_knowledge_graph_question_answering_systems/27079687
null
null
null
cs.SE cs.AI
http://creativecommons.org/licenses/by/4.0/
Over time, software systems have reached a level of complexity that makes it difficult for their developers and users to explain particular decisions made by them. In this paper, we focus on the explainability of component-based systems for Question Answering (QA). These components often conduct processes driven by AI methods, in which behavior and decisions cannot be clearly explained or justified, s.t., even for QA experts interpreting the executed process and its results is hard. To address this challenge, we present an approach that considers the components' input and output data flows as a source for representing the behavior and provide explanations for the components, enabling users to comprehend what happened. In the QA framework used here, the data flows of the components are represented as SPARQL queries (inputs) and RDF triples (outputs). Hence, we are also providing valuable insights on verbalization regarding these data types. In our experiments, the approach generates explanations while following template-based settings (baseline) or via the use of Large Language Models (LLMs) with different configurations (automatic generation). Our evaluation shows that the explanations generated via LLMs achieve high quality and mostly outperform template-based approaches according to the users' ratings. Therefore, it enables us to automatically explain the behavior and decisions of QA components to humans while using RDF and SPARQL as a context for explanations.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:14:48 GMT" } ]
2025-08-21T00:00:00
[ [ "Schiese", "Dennis", "" ], [ "Perevalov", "Aleksandr", "" ], [ "Both", "Andreas", "" ] ]
2508.14554
Yangxi Shi
Xinkai Liang and Yigu Ge and Yangxi Shi and Haoyu Yang and Xu Cao and Hao Fang
EAROL: Environmental Augmented Perception-Aware Planning and Robust Odometry via Downward-Mounted Tilted LiDAR
Accepted by 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2025). This work has been submitted to the IEEE for possible publication
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
To address the challenges of localization drift and perception-planning coupling in unmanned aerial vehicles (UAVs) operating in open-top scenarios (e.g., collapsed buildings, roofless mazes), this paper proposes EAROL, a novel framework with a downward-mounted tilted LiDAR configuration (20{\deg} inclination), integrating a LiDAR-Inertial Odometry (LIO) system and a hierarchical trajectory-yaw optimization algorithm. The hardware innovation enables constraint enhancement via dense ground point cloud acquisition and forward environmental awareness for dynamic obstacle detection. A tightly-coupled LIO system, empowered by an Iterative Error-State Kalman Filter (IESKF) with dynamic motion compensation, achieves high level 6-DoF localization accuracy in feature-sparse environments. The planner, augmented by environment, balancing environmental exploration, target tracking precision, and energy efficiency. Physical experiments demonstrate 81% tracking error reduction, 22% improvement in perceptual coverage, and near-zero vertical drift across indoor maze and 60-meter-scale outdoor scenarios. This work proposes a hardware-algorithm co-design paradigm, offering a robust solution for UAV autonomy in post-disaster search and rescue missions. We will release our software and hardware as an open-source package for the community. Video: https://youtu.be/7av2ueLSiYw.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:16:29 GMT" } ]
2025-08-21T00:00:00
[ [ "Liang", "Xinkai", "" ], [ "Ge", "Yigu", "" ], [ "Shi", "Yangxi", "" ], [ "Yang", "Haoyu", "" ], [ "Cao", "Xu", "" ], [ "Fang", "Hao", "" ] ]
2508.14555
Ewa L. Lokas
Ewa L. Lokas
The oldest tidally induced bar-like galaxy in the IllustrisTNG cluster
4 pages, 4 figures, A&A, in press
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
New JWST observations have revealed the presence of a significant number of high-redshift barred galaxies. The origin of these bars remains unclear, and their properties appear difficult to reconcile with the results of cosmological simulations of galaxy formation. I present an example of a tidally induced bar-like galaxy formed at z = 2.9 in the TNG100 suite of the IllustrisTNG simulations. The galaxy was identified among the sample of bar-like galaxies studied before and has the earliest bar formation time among the tidally induced subsample of those objects. Its disk transformed into a bar as a result of a close interaction with a massive progenitor of a brightest cluster galaxy (BCG). It remained on a tight orbit around the host and survived until the present, losing most of its initial mass and becoming red but preserving its prolate shape. Even before the interaction, at z = 3.5, the galaxy experienced a few mergers, which elongated its shape. This temporary distortion also made it look like a bar with spiral extensions of up to 6 kpc. The long-lived bar formed later was about 3 kpc long and grew over the next few gigayears. This example demonstrates that high-z bars should not be sought among the progenitors of present-day simulated barred galaxies but rather among the tidally interacting early population of galaxies in forming groups and clusters. Some of these galaxies may have survived as ellipticals, and some may have merged with their BCGs.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:17:31 GMT" } ]
2025-08-21T00:00:00
[ [ "Lokas", "Ewa L.", "" ] ]
2508.14556
Yong-Hoon Choi
Euiyeon Kim and Yong-Hoon Choi
Mamba2 Meets Silence: Robust Vocal Source Separation for Sparse Regions
null
null
null
null
cs.SD cs.AI eess.AS
http://creativecommons.org/licenses/by/4.0/
We introduce a new music source separation model tailored for accurate vocal isolation. Unlike Transformer-based approaches, which often fail to capture intermittently occurring vocals, our model leverages Mamba2, a recent state space model, to better capture long-range temporal dependencies. To handle long input sequences efficiently, we combine a band-splitting strategy with a dual-path architecture. Experiments show that our approach outperforms recent state-of-the-art models, achieving a cSDR of 11.03 dB-the best reported to date-and delivering substantial gains in uSDR. Moreover, the model exhibits stable and consistent performance across varying input lengths and vocal occurrence patterns. These results demonstrate the effectiveness of Mamba-based models for high-resolution audio processing and open up new directions for broader applications in audio research.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:19:11 GMT" } ]
2025-08-21T00:00:00
[ [ "Kim", "Euiyeon", "" ], [ "Choi", "Yong-Hoon", "" ] ]
2508.14557
Seginus Mowlavi
Diego Belzarena, Seginus Mowlavi, Aitor Artola, Camilo Mari\~no, Marina Gardella, Ignacio Ram\'irez, Antoine Tadros, Roy He, Natalia Bottaioli, Boshra Rajaei, Gregory Randall, Jean-Michel Morel
Improving OCR using internal document redundancy
28 pages, 10 figures, including supplementary material. Code: https://github.com/seginusmowlavi/ocr-using-shape-redundancy. Dataset: https://github.com/camilomarino/ocr_berrutti_dataset
null
null
null
cs.CV cs.LG eess.IV
http://creativecommons.org/licenses/by/4.0/
Current OCR systems are based on deep learning models trained on large amounts of data. Although they have shown some ability to generalize to unseen data, especially in detection tasks, they can struggle with recognizing low-quality data. This is particularly evident for printed documents, where intra-domain data variability is typically low, but inter-domain data variability is high. In that context, current OCR methods do not fully exploit each document's redundancy. We propose an unsupervised method by leveraging the redundancy of character shapes within a document to correct imperfect outputs of a given OCR system and suggest better clustering. To this aim, we introduce an extended Gaussian Mixture Model (GMM) by alternating an Expectation-Maximization (EM) algorithm with an intra-cluster realignment process and normality statistical testing. We demonstrate improvements in documents with various levels of degradation, including recovered Uruguayan military archives and 17th to mid-20th century European newspapers.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:21:43 GMT" } ]
2025-08-21T00:00:00
[ [ "Belzarena", "Diego", "" ], [ "Mowlavi", "Seginus", "" ], [ "Artola", "Aitor", "" ], [ "Mariño", "Camilo", "" ], [ "Gardella", "Marina", "" ], [ "Ramírez", "Ignacio", "" ], [ "Tadros", "Antoine", "" ], [ "He", "Roy", "" ], [ "Bottaioli", "Natalia", "" ], [ "Rajaei", "Boshra", "" ], [ "Randall", "Gregory", "" ], [ "Morel", "Jean-Michel", "" ] ]
2508.14558
Zi Ye
Juepeng Zheng, Zi Ye, Yibin Wen, Jianxi Huang, Zhiwei Zhang, Qingmei Li, Qiong Hu, Baodong Xu, Lingyuan Zhao, Haohuan Fu
A Comprehensive Review of Agricultural Parcel and Boundary Delineation from Remote Sensing Images: Recent Progress and Future Perspectives
null
null
null
null
cs.CV eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Powered by advances in multiple remote sensing sensors, the production of high spatial resolution images provides great potential to achieve cost-efficient and high-accuracy agricultural inventory and analysis in an automated way. Lots of studies that aim at providing an inventory of the level of each agricultural parcel have generated many methods for Agricultural Parcel and Boundary Delineation (APBD). This review covers APBD methods for detecting and delineating agricultural parcels and systematically reviews the past and present of APBD-related research applied to remote sensing images. With the goal to provide a clear knowledge map of existing APBD efforts, we conduct a comprehensive review of recent APBD papers to build a meta-data analysis, including the algorithm, the study site, the crop type, the sensor type, the evaluation method, etc. We categorize the methods into three classes: (1) traditional image processing methods (including pixel-based, edge-based and region-based); (2) traditional machine learning methods (such as random forest, decision tree); and (3) deep learning-based methods. With deep learning-oriented approaches contributing to a majority, we further discuss deep learning-based methods like semantic segmentation-based, object detection-based and Transformer-based methods. In addition, we discuss five APBD-related issues to further comprehend the APBD domain using remote sensing data, such as multi-sensor data in APBD task, comparisons between single-task learning and multi-task learning in the APBD domain, comparisons among different algorithms and different APBD tasks, etc. Finally, this review proposes some APBD-related applications and a few exciting prospects and potential hot topics in future APBD research. We hope this review help researchers who involved in APBD domain to keep track of its development and tendency.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:24:42 GMT" } ]
2025-08-21T00:00:00
[ [ "Zheng", "Juepeng", "" ], [ "Ye", "Zi", "" ], [ "Wen", "Yibin", "" ], [ "Huang", "Jianxi", "" ], [ "Zhang", "Zhiwei", "" ], [ "Li", "Qingmei", "" ], [ "Hu", "Qiong", "" ], [ "Xu", "Baodong", "" ], [ "Zhao", "Lingyuan", "" ], [ "Fu", "Haohuan", "" ] ]
2508.14559
Luu Hoang Duc
Luu Hoang Duc, J\"urgen Jost
Strong Lyapunov functions for rough systems
null
null
null
null
math.DS math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We develop a Lyapunov function method to investigate the long term behavior of autonomous ordinary differential equations under a multiplicative noise of H\"older continuity, using rough path calculus and the framework of random dynamical systems. By introducing the concept of {\it strong Lyapunov functions}, we conclude that if such a function exists for the drift then the perturbed system admits the global random pullback attractor which is upper semi-continuous w.r.t. the dyadic approximation of the noise. Several applications are studied, such as the pendulum and the Fitzhugh Nagumo neuro-system. We also prove that strong Lyapunov functions could be approximated in practice by Lyapunov neural networks.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:26:20 GMT" } ]
2025-08-21T00:00:00
[ [ "Duc", "Luu Hoang", "" ], [ "Jost", "Jürgen", "" ] ]
2508.14560
Kiran Estake Mr
Kiran Babasaheb Estake and T. R. Vishnu and Dibyendu Roy
From Chiral Topological Dynamics to Chiral Topological Amplification: Real vs Imaginary Parameters in a Hermitian Bosonic Chain
16 pages, 9 figures
null
null
null
quant-ph cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose a Hermitian quadratic bosonic model (QBH) whose dynamical matrix exhibits distinct topological and dynamical phenomena depending on whether the hopping and pairing amplitudes are real or purely imaginary. In the real-parameter regime, the dynamical matrix is unitarily equivalent to four decoupled copies of the sublattice-symmetric non-Hermitian Su-Schrieffer-Heeger (nSSH2) model, thereby inheriting its topological phases and energy spectrum-including the M\"obius phase, a gapless topological phase with fractional winding number, having no Hermitian counterpart. We show that the dynamics generated by the QBH Hamiltonian naturally reproduce non-Hermitian time evolution, without invoking nonlinear Schr\"odinger dynamics or ad hoc normalization. It is demonstrated by analytically calculating the Loschmidt amplitude and computing the dynamical topological order parameter under periodic boundary conditions, which displays a distinct chiral response in the M\"obius phase. In contrast, when the hopping and pairing terms are taken to be purely imaginary, the dynamical matrix becomes unitarily equivalent to a different version of the sublattice-symmetric non-Hermitian Su-Schrieffer-Heeger (nSSH1) model that supports only two topological phases: trivial and non-trivial, and the M\"obius phase disappears. The latter system exhibits sublattice-dependent chiral amplification under open boundary conditions. We show that this amplification arises from the non-trivial topology of the dynamical matrix, establishing a clear link between topological phase and amplification behavior in the imaginary-parameter regime.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:28:56 GMT" } ]
2025-08-21T00:00:00
[ [ "Estake", "Kiran Babasaheb", "" ], [ "Vishnu", "T. R.", "" ], [ "Roy", "Dibyendu", "" ] ]
2508.14561
Yong-Hoon Choi
Sukhyun Jeong, Hong-Gi Shin and Yong-Hoon Choi
Making Pose Representations More Expressive and Disentangled via Residual Vector Quantization
null
null
null
null
cs.CV cs.RO
http://creativecommons.org/licenses/by/4.0/
Recent progress in text-to-motion has advanced both 3D human motion generation and text-based motion control. Controllable motion generation (CoMo), which enables intuitive control, typically relies on pose code representations, but discrete pose codes alone cannot capture fine-grained motion details, limiting expressiveness. To overcome this, we propose a method that augments pose code-based latent representations with continuous motion features using residual vector quantization (RVQ). This design preserves the interpretability and manipulability of pose codes while effectively capturing subtle motion characteristics such as high-frequency details. Experiments on the HumanML3D dataset show that our model reduces Frechet inception distance (FID) from 0.041 to 0.015 and improves Top-1 R-Precision from 0.508 to 0.510. Qualitative analysis of pairwise direction similarity between pose codes further confirms the model's controllability for motion editing.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:29:21 GMT" } ]
2025-08-21T00:00:00
[ [ "Jeong", "Sukhyun", "" ], [ "Shin", "Hong-Gi", "" ], [ "Choi", "Yong-Hoon", "" ] ]
2508.14562
Sujin Jeon
Sujin Jeon, Hyundo Lee, Eungseo Kim, Sanghack Lee, Byoung-Tak Zhang, Inwoo Hwang
Locality-aware Concept Bottleneck Model
34 pages, 25 figures
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Concept bottleneck models (CBMs) are inherently interpretable models that make predictions based on human-understandable visual cues, referred to as concepts. As obtaining dense concept annotations with human labeling is demanding and costly, recent approaches utilize foundation models to determine the concepts existing in the images. However, such label-free CBMs often fail to localize concepts in relevant regions, attending to visually unrelated regions when predicting concept presence. To this end, we propose a framework, coined Locality-aware Concept Bottleneck Model (LCBM), which utilizes rich information from foundation models and adopts prototype learning to ensure accurate spatial localization of the concepts. Specifically, we assign one prototype to each concept, promoted to represent a prototypical image feature of that concept. These prototypes are learned by encouraging them to encode similar local regions, leveraging foundation models to assure the relevance of each prototype to its associated concept. Then we use the prototypes to facilitate the learning process of identifying the proper local region from which each concept should be predicted. Experimental results demonstrate that LCBM effectively identifies present concepts in the images and exhibits improved localization while maintaining comparable classification performance.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:33:48 GMT" } ]
2025-08-21T00:00:00
[ [ "Jeon", "Sujin", "" ], [ "Lee", "Hyundo", "" ], [ "Kim", "Eungseo", "" ], [ "Lee", "Sanghack", "" ], [ "Zhang", "Byoung-Tak", "" ], [ "Hwang", "Inwoo", "" ] ]
2508.14563
Xingyuan Yang
Xingyuan Yang, Min Wei
GOGS: High-Fidelity Geometry and Relighting for Glossy Objects via Gaussian Surfels
13 pages, 13 figures
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Inverse rendering of glossy objects from RGB imagery remains fundamentally limited by inherent ambiguity. Although NeRF-based methods achieve high-fidelity reconstruction via dense-ray sampling, their computational cost is prohibitive. Recent 3D Gaussian Splatting achieves high reconstruction efficiency but exhibits limitations under specular reflections. Multi-view inconsistencies introduce high-frequency surface noise and structural artifacts, while simplified rendering equations obscure material properties, leading to implausible relighting results. To address these issues, we propose GOGS, a novel two-stage framework based on 2D Gaussian surfels. First, we establish robust surface reconstruction through physics-based rendering with split-sum approximation, enhanced by geometric priors from foundation models. Second, we perform material decomposition by leveraging Monte Carlo importance sampling of the full rendering equation, modeling indirect illumination via differentiable 2D Gaussian ray tracing and refining high-frequency specular details through spherical mipmap-based directional encoding that captures anisotropic highlights. Extensive experiments demonstrate state-of-the-art performance in geometry reconstruction, material separation, and photorealistic relighting under novel illuminations, outperforming existing inverse rendering approaches.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:35:40 GMT" } ]
2025-08-21T00:00:00
[ [ "Yang", "Xingyuan", "" ], [ "Wei", "Min", "" ] ]
2508.14564
Luca Annese
Luca Annese, Sabrina Patania, Silvia Serino, Tom Foulsham, Silvia Rossi, Azzurra Ruggeri and Dimitri Ognibene
Who Sees What? Structured Thought-Action Sequences for Epistemic Reasoning in LLMs
Accepted at ICSR25
null
null
null
cs.AI cs.CL cs.HC
http://creativecommons.org/licenses/by-nc-nd/4.0/
Recent advances in large language models (LLMs) and reasoning frameworks have opened new possibilities for improving the perspective -taking capabilities of autonomous agents. However, tasks that involve active perception, collaborative reasoning, and perspective taking (understanding what another agent can see or knows) pose persistent challenges for current LLM-based systems. This study investigates the potential of structured examples derived from transformed solution graphs generated by the Fast Downward planner to improve the performance of LLM-based agents within a ReAct framework. We propose a structured solution-processing pipeline that generates three distinct categories of examples: optimal goal paths (G-type), informative node paths (E-type), and step-by-step optimal decision sequences contrasting alternative actions (L-type). These solutions are further converted into ``thought-action'' examples by prompting an LLM to explicitly articulate the reasoning behind each decision. While L-type examples slightly reduce clarification requests and overall action steps, they do not yield consistent improvements. Agents are successful in tasks requiring basic attentional filtering but struggle in scenarios that required mentalising about occluded spaces or weighing the costs of epistemic actions. These findings suggest that structured examples alone are insufficient for robust perspective-taking, underscoring the need for explicit belief tracking, cost modelling, and richer environments to enable socially grounded collaboration in LLM-based agents.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:36:53 GMT" } ]
2025-08-21T00:00:00
[ [ "Annese", "Luca", "" ], [ "Patania", "Sabrina", "" ], [ "Serino", "Silvia", "" ], [ "Foulsham", "Tom", "" ], [ "Rossi", "Silvia", "" ], [ "Ruggeri", "Azzurra", "" ], [ "Ognibene", "Dimitri", "" ] ]
2508.14566
Qiang Zhang
Xu-Feng Jiao, Ming-Yang Zheng, Yi-Hang Chen, Bo Cao, Xina Wang, Yang Liu, Cheng-Ao Yang, Xiu-Ping Xie, Chao-Yang Lu, Zhi-Chuan Niu, Qiang Zhang, and Jian-Wei Pan
Electrically pumped ultrabright entangled photons on chip
21 pages, 8 figures
null
null
null
quant-ph physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Entangled photon sources (EPS) are essential for quantum science and technology. Despite advancements in integrated optical platforms like thin-film lithium niobate, a scalable, high-performance, chip-scale EPS has remained elusive. We address this by demonstrating an electrically pumped, post-selection-free polarization-EPS, achieved through hybrid integration of a distributed feedback laser with thin-film lithium niobate chip which integrates periodically poled lithium niobate waveguides, beam splitter, and polarization rotator combiner. By injecting current into the chip, we realize a high-performance EPS with a bandwidth of 73 nm and an entanglement pair generation rate of 4.5*10^10 pairs/s/mW. The polarization entanglement shows Bell-state fidelities above 96% across frequency-correlated modes. This compact, integrated EPS enables key applications, including high-speed quantum key distribution via wavelength division multiplexing, satellite-based quantum communication, and entanglement-based quantum metrology.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:37:26 GMT" } ]
2025-08-21T00:00:00
[ [ "Jiao", "Xu-Feng", "" ], [ "Zheng", "Ming-Yang", "" ], [ "Chen", "Yi-Hang", "" ], [ "Cao", "Bo", "" ], [ "Wang", "Xina", "" ], [ "Liu", "Yang", "" ], [ "Yang", "Cheng-Ao", "" ], [ "Xie", "Xiu-Ping", "" ], [ "Lu", "Chao-Yang", "" ], [ "Niu", "Zhi-Chuan", "" ], [ "Zhang", "Qiang", "" ], [ "Pan", "Jian-Wei", "" ] ]
2508.14567
Walter Zimmer
Walter Zimmer, Ross Greer, Xingcheng Zhou, Rui Song, Marc Pavel, Daniel Lehmberg, Ahmed Ghita, Akshay Gopalkrishnan, Mohan Trivedi, Alois Knoll
Safety-Critical Learning for Long-Tail Events: The TUM Traffic Accident Dataset
Accepted for ICRA 40 Year Anniversary (ICRA40)
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Even though a significant amount of work has been done to increase the safety of transportation networks, accidents still occur regularly. They must be understood as an unavoidable and sporadic outcome of traffic networks. We present the TUM Traffic Accident (TUMTraf-A) dataset, a collection of real-world highway accidents. It contains ten sequences of vehicle crashes at high-speed driving with 294,924 labeled 2D and 93,012 labeled 3D boxes and track IDs within 48,144 labeled frames recorded from four roadside cameras and LiDARs at 10 Hz. The dataset contains ten object classes and is provided in the OpenLABEL format. We propose Accid3nD, an accident detection model that combines a rule-based approach with a learning-based one. Experiments and ablation studies on our dataset show the robustness of our proposed method. The dataset, model, and code are available on our project website: https://tum-traffic-dataset.github.io/tumtraf-a.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:38:50 GMT" } ]
2025-08-21T00:00:00
[ [ "Zimmer", "Walter", "" ], [ "Greer", "Ross", "" ], [ "Zhou", "Xingcheng", "" ], [ "Song", "Rui", "" ], [ "Pavel", "Marc", "" ], [ "Lehmberg", "Daniel", "" ], [ "Ghita", "Ahmed", "" ], [ "Gopalkrishnan", "Akshay", "" ], [ "Trivedi", "Mohan", "" ], [ "Knoll", "Alois", "" ] ]
2508.14568
Wouter Legiest
Wouter Legiest, Jan-Pieter D'Anvers, Bojan Spasic, Nam-Luc Tran and Ingrid Verbauwhede
Leuvenshtein: Efficient FHE-based Edit Distance Computation with Single Bootstrap per Cell
Published at 34th USENIX Security Symposium (USENIX Security 2025). 2025
null
null
null
cs.CR
http://creativecommons.org/licenses/by/4.0/
This paper presents a novel approach to calculating the Levenshtein (edit) distance within the framework of Fully Homomorphic Encryption (FHE), specifically targeting third-generation schemes like TFHE. Edit distance computations are essential in applications across finance and genomics, such as DNA sequence alignment. We introduce an optimised algorithm that significantly reduces the cost of edit distance calculations called Leuvenshtein. This algorithm specifically reduces the number of programmable bootstraps (PBS) needed per cell of the calculation, lowering it from approximately 94 operations -- required by the conventional Wagner-Fisher algorithm -- to just 1. Additionally, we propose an efficient method for performing equality checks on characters, reducing ASCII character comparisons to only 2 PBS operations. Finally, we explore the potential for further performance improvements by utilising preprocessing when one of the input strings is unencrypted. Our Leuvenshtein achieves up to $278\times$ faster performance compared to the best available TFHE implementation and up to $39\times$ faster than an optimised implementation of the Wagner-Fisher algorithm. Moreover, when offline preprocessing is possible due to the presence of one unencrypted input on the server side, an additional $3\times$ speedup can be achieved.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:40:06 GMT" } ]
2025-08-21T00:00:00
[ [ "Legiest", "Wouter", "" ], [ "D'Anvers", "Jan-Pieter", "" ], [ "Spasic", "Bojan", "" ], [ "Tran", "Nam-Luc", "" ], [ "Verbauwhede", "Ingrid", "" ] ]
2508.14569
Edgar Felipe Galindez-Ruales
Edgar Galindez-Ruales, Wanting Yang, Tobias Dannegger Moumita Kundu, Jonas K\"ohler, Christin Schmitt Felix Fuhrmann, Akashdeep Akashdeep, Duc Minh Tran Xiaoxuan Ma, Gerhard Jakob, Shixun Cao, Ulrich Nowak, Mathias Kl\"aui
Altermagnetic magnon transport in the \textit{d}-wave altermagnet \ch{LuFeO3}
null
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Altermagnets exhibit a spin-split band structure despite having zero net magnetization, leading to special magnonic properties such as anisotropic magnon lifetimes and field-free spin transport. Here, we present a direct experimental demonstration of non-local magnon transport in the \textit{d}-wave altermagnet \ch{LuFeO3}, using both spin Seebeck and spin Hall effect-based injection and detection. We observe a non-local spin signal at zero magnetic field when the transport is along an altermagnetic direction, but not for transport along other directions. The observed sign reversal between two distinct altermagnetic directions in the spin Seebeck response demonstrates the altermagnetic nature of the magnon transport. In contrast, when transport is aligned along or perpendicular to the easy axis, both the first-harmonic signal and the sign-reversal effect vanish, consistent with symmetry-imposed suppression. These findings are supported by atomistic spin dynamics simulations, as well as linear spin wave theory calculations, which explain how our altermagnetic system hosts anisotropic spin Seebeck transport. Our results provide direct evidence of direction-dependent magnon splitting in altermagnets and highlight their potential for field-free magnonic spin transport, offering a promising pathway for low-power spintronic applications.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:41:49 GMT" } ]
2025-08-21T00:00:00
[ [ "Galindez-Ruales", "Edgar", "" ], [ "Yang", "Wanting", "" ], [ "Kundu", "Tobias Dannegger Moumita", "" ], [ "Köhler", "Jonas", "" ], [ "Fuhrmann", "Christin Schmitt Felix", "" ], [ "Akashdeep", "Akashdeep", "" ], [ "Ma", "Duc Minh Tran Xiaoxuan", "" ], [ "Jakob", "Gerhard", "" ], [ "Cao", "Shixun", "" ], [ "Nowak", "Ulrich", "" ], [ "Kläui", "Mathias", "" ] ]
2508.14570
Linda Tenhu
L. Tenhu, J. Larsson, P. Lundqvist, I. Saathoff, J. D. Lyman and J. Sollerman
MUSE Observations Reveal Optical Coronal Iron Lines from Shock Emission in Supernova Remnant 0540-69.3
28 pages, 21 Figures, 5 Tables. Accepted for publication in MNRAS
null
null
null
astro-ph.HE astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
We investigate the optical shock emission from the Large Magellanic Cloud supernova remnant 0540-69.3 (SNR 0540) using MUSE integral-field-unit data from the VLT. The observations cover the spectral range 4650-9300 $\r{A}$ and provide a $1\times1$ arcmin$^{2}$ field of view, encompassing nearly the entire remnant. We analyse the spatial and spectral properties of shock-related emission lines, and identify clumpy optical shock emission e.g. from [S II] $\lambda\lambda$6716,6731 doublet and the coronal [Fe XIV] $\lambda$5303 line (typically at radial velocities $\lesssim|100|$ km s$^{-1}$ and $\lesssim|170|$ km s$^{-1}$, respectively). These features trace the blast-wave shell seen in previous X-ray studies. Post-shock electron density estimates, based on the [S II]-line ratio, reveal spatial variation, with the highest densities ($\sim10^4$ cm$^{-3}$) in the bright knots in the west, and lower densities ($\sim3\times10^3$ cm$^{-3}$) in the east. The density in the north (southwest) appears significantly lower (higher) but remains unconstrained due to limited signal. We also estimate blast-wave shock velocities using the [Fe XIV] $\lambda$5303/[Fe XI] $\lambda$7892 ratio, finding low velocities ($\sim400$ km s$^{-1}$), consistent with previous studies. All these results support the scenario that the blast wave is interacting with the surrounding interstellar medium, particularly in the western regions. Additionally, we detect four unidentified emission lines, $\sim$2000-3000 km s$^{-1}$ south from the pulsar in transverse velocity, but their origin remains unclear. Possible explanations, including Fe lines from a high-velocity ejecta clump, all present challenges. Our findings highlight the complex nature of the circum- and interstellar medium surrounding SNR 0540.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:42:04 GMT" } ]
2025-08-21T00:00:00
[ [ "Tenhu", "L.", "" ], [ "Larsson", "J.", "" ], [ "Lundqvist", "P.", "" ], [ "Saathoff", "I.", "" ], [ "Lyman", "J. D.", "" ], [ "Sollerman", "J.", "" ] ]
2508.14571
Zihan Zhao
Zihan Zhao, Minghui Liu, and Liang Han
Impact of new measurements of light quarks at hadron colliders
submitted to Chinese Physics C
null
null
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recently a series of new measurements with both the neutral and charge current Drell--Yan processes have been performed at hadron colliders, showing deviations from the predictions of the current parton distribution functions (PDFs). In this article, the impact of these new measurements is studied by using their results to update the PDFs. Although these new measurements correspond to different boson propagators and colliding energies, they are found to have a similar impact to the light quark parton distributions with the momentum fraction $x$ around 0.1. It manifests that the deviations are consistent with each other and favor a larger valence $d_v/u_v$ ratio than the modern PDF predictions. Further study indicates that such tension arises dominantly from the deep inelastic scattering measurements of NMC and the fixed target experiments of NuSea, both of which play pivotal roles in detecting the relative $u$ and $d$ type quark contributions for modern PDFs. According to the conclusions of the impact study, it would be essential to include these new measurements into the complete PDF global analysis in the future.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:45:27 GMT" } ]
2025-08-21T00:00:00
[ [ "Zhao", "Zihan", "" ], [ "Liu", "Minghui", "" ], [ "Han", "Liang", "" ] ]
2508.14572
Robert Wegner
Xian Liao, Robert Wegner
Global well-posedness of the NLS hierarchy with nonzero boundary condition
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the NLS hierarchy with the nonzero boundary condition $q(t, x) \rightarrow q_\pm \in \mathbb{S}^1$ as $x \rightarrow \pm \infty$ and prove that it is global well-posedness for initial data of high regularity. Specifically, we prove well-posedness of the problem for the perturbation $p = q - q_\ast$ from a time-independent front $q_\ast$ connecting $q_-$ to $q_+$. The equations in the NLS hierarchy are defined using a recurrence relation derived from the expansion of the logarithmic derivative of the Jost solutions associated to the Lax operator. Using this recurrence relation, we are able to determine explicit formulas for all terms in the NLS hierarchy with at most one factor that is $q_x$, $\bar{q}_x$, or a derivative thereof. We then view the equation for $p$ as part of a large class of dispersive nonlinear systems, for which we develop a local well-posedness theory in weighted Sobolev spaces. This involves certain local smoothing and maximal function estimates, which we establish for a large class of dispersion relations with finitely many critical points. Finally, we globalize the solutions using the conserved energies constructed in [1, 2]. [1] H. Koch and X. Liao. "Conserved energies for the one dimensional Gross-Pitaevskii equation". In: Adv. Math. 377, 107467 (2021). [2] H. Koch and X. Liao. "Conserved energies for the one dimensional Gross-Pitaevskii equation: low regularity case". In: Adv. Math. 420, 108996 (2023).
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:45:37 GMT" } ]
2025-08-21T00:00:00
[ [ "Liao", "Xian", "" ], [ "Wegner", "Robert", "" ] ]
2508.14573
Zhenming Yu
Yutong Li, Zhenming Yu, Liming Cheng, Jiayu Di, Liang Lin, Jingyue Ma, Tongshuo Zhang, Yue Zhou, Haiying Zhao and Kun Xu
Broadband Near-Infrared Compressive Spectral Imaging System with Reflective Structure
8 pages, 6 figures
null
null
null
eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Near-infrared (NIR) hyperspectral imaging has become a critical tool in modern analytical science. However, conventional NIR hyperspectral imaging systems face challenges including high cost, bulky instrumentation, and inefficient data collection. In this work, we demonstrate a broadband NIR compressive spectral imaging system that is capable of capturing hyperspectral data covering a broad spectral bandwidth ranging from 700 to 1600 nm. By segmenting wavelengths and designing specialized optical components, our design overcomes hardware spectral limitations to capture broadband data, while the reflective optical structure makes the system compact. This approach provides a novel technical solution for NIR hyperspectral imaging.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:47:51 GMT" } ]
2025-08-21T00:00:00
[ [ "Li", "Yutong", "" ], [ "Yu", "Zhenming", "" ], [ "Cheng", "Liming", "" ], [ "Di", "Jiayu", "" ], [ "Lin", "Liang", "" ], [ "Ma", "Jingyue", "" ], [ "Zhang", "Tongshuo", "" ], [ "Zhou", "Yue", "" ], [ "Zhao", "Haiying", "" ], [ "Xu", "Kun", "" ] ]
2508.14574
Guilhem Faure
Guilhem Faur\'e (MULTISPEECH), Mostafa Sadeghi (MULTISPEECH), Sam Bigeard (MULTISPEECH), Slim Ouni (LORIA, MULTISPEECH)
Towards Skeletal and Signer Noise Reduction in Sign Language Production via Quaternion-Based Pose Encoding and Contrastive Learning
null
SLTAT 2025: 9th Workshop on Sign Language Translation and Avatar Technologies, Sep 2025, Berlin, Germany
null
null
cs.CL cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
One of the main challenges in neural sign language production (SLP) lies in the high intra-class variability of signs, arising from signer morphology and stylistic variety in the training data. To improve robustness to such variations, we propose two enhancements to the standard Progressive Transformers (PT) architecture (Saunders et al., 2020). First, we encode poses using bone rotations in quaternion space and train with a geodesic loss to improve the accuracy and clarity of angular joint movements. Second, we introduce a contrastive loss to structure decoder embeddings by semantic similarity, using either gloss overlap or SBERT-based sentence similarity, aiming to filter out anatomical and stylistic features that do not convey relevant semantic information. On the Phoenix14T dataset, the contrastive loss alone yields a 16% improvement in Probability of Correct Keypoint over the PT baseline. When combined with quaternion-based pose encoding, the model achieves a 6% reduction in Mean Bone Angle Error. These results point to the benefit of incorporating skeletal structure modeling and semantically guided contrastive objectives on sign pose representations into the training of Transformer-based SLP models.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:52:51 GMT" } ]
2025-08-21T00:00:00
[ [ "Fauré", "Guilhem", "", "MULTISPEECH" ], [ "Sadeghi", "Mostafa", "", "MULTISPEECH" ], [ "Bigeard", "Sam", "", "MULTISPEECH" ], [ "Ouni", "Slim", "", "LORIA, MULTISPEECH" ] ]
2508.14575
Shuying Gan
Shuying Gan, Xijun Wang, Chao Xu, and Xiang Chen
Minimizing Task-Oriented Age of Information for Remote Monitoring with Pre-Identification
This work has been submitted to the lEEE for possible publication
null
null
null
cs.IT cs.NI math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The emergence of new intelligent applications has fostered the development of a task-oriented communication paradigm, where a comprehensive, universal, and practical metric is crucial for unleashing the potential of this paradigm. To this end, we introduce an innovative metric, the Task-oriented Age of Information (TAoI), to measure whether the content of information is relevant to the system task, thereby assisting the system in efficiently completing designated tasks. We apply TAoI to a wireless monitoring system tasked with identifying targets and transmitting their images for subsequent analysis. To minimize TAoI and determine the optimal transmission policy, we formulate the dynamic transmission problem as a Semi-Markov Decision Process (SMDP) and transform it into an equivalent Markov Decision Process (MDP). Our analysis demonstrates that the optimal policy is threshold-based with respect to TAoI. Building on this, we propose a low-complexity relative value iteration algorithm tailored to this threshold structure to derive the optimal transmission policy. Additionally, we introduce a simpler single-threshold policy, which, despite a slight performance degradation, offers faster convergence. Comprehensive experiments and simulations validate the superior performance of our optimal transmission policy compared to two established baseline approaches.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:54:08 GMT" } ]
2025-08-21T00:00:00
[ [ "Gan", "Shuying", "" ], [ "Wang", "Xijun", "" ], [ "Xu", "Chao", "" ], [ "Chen", "Xiang", "" ] ]
2508.14576
Abdalwahab Almajed
Abdalwahab Almajed, Maryam Tabar, Peyman Najafirad
A Comprehensive Evaluation of the Sensitivity of Density-Ratio Estimation Based Fairness Measurement in Regression
null
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
The prevalence of algorithmic bias in Machine Learning (ML)-driven approaches has inspired growing research on measuring and mitigating bias in the ML domain. Accordingly, prior research studied how to measure fairness in regression which is a complex problem. In particular, recent research proposed to formulate it as a density-ratio estimation problem and relied on a Logistic Regression-driven probabilistic classifier-based approach to solve it. However, there are several other methods to estimate a density ratio, and to the best of our knowledge, prior work did not study the sensitivity of such fairness measurement methods to the choice of underlying density ratio estimation algorithm. To fill this gap, this paper develops a set of fairness measurement methods with various density-ratio estimation cores and thoroughly investigates how different cores would affect the achieved level of fairness. Our experimental results show that the choice of density-ratio estimation core could significantly affect the outcome of fairness measurement method, and even, generate inconsistent results with respect to the relative fairness of various algorithms. These observations suggest major issues with density-ratio estimation based fairness measurement in regression and a need for further research to enhance their reliability.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:54:55 GMT" } ]
2025-08-21T00:00:00
[ [ "Almajed", "Abdalwahab", "" ], [ "Tabar", "Maryam", "" ], [ "Najafirad", "Peyman", "" ] ]
2508.14577
Suprio Bhar
Tapan Kar, Suprio Bhar, Barun Sarkar and Sesha Meka
Call Option Price using Pearson Diffusion Processes
null
null
null
null
q-fin.MF
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Following the foundational work of the Black--Scholes model, extensive research has been developed to price the option by addressing its underlying assumptions and associated pricing biases. This study introduces a novel framework for pricing European call options by modeling the underlying asset's return dynamics using Pearson diffusion processes, characterized by a linear drift and a quadratic squared diffusion coefficient. This class of diffusion processes offers a key advantage in its ability to capture the skewness and excess kurtosis of the return distribution, well-documented empirical features of financial returns. We also establish the validity of the risk-neutral measure by verifying the Novikov condition, thereby ensuring that the model does not admit arbitrage opportunities. Further, we study the existence of a unique strong solution of stock prices under the risk-neutral measure. We apply the proposed method to Nifty 50 index option data and conduct a comparative analysis against the classical Black--Scholes and Heston stochastic volatility models. Results indicate that our method shows superior performance compared to the other two benchmark models. These results carry practical implications for market participants, including market makers, hedge funds, and derivative traders.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:55:02 GMT" } ]
2025-08-21T00:00:00
[ [ "Kar", "Tapan", "" ], [ "Bhar", "Suprio", "" ], [ "Sarkar", "Barun", "" ], [ "Meka", "Sesha", "" ] ]
2508.14578
Arthur Bikeev Igorevich
Arthur Igorevich Bikeev, Andrei Mikhailovich Raigorodskii
On upper bounds on the number of parts in the problem of partitioning sets into parts of smaller diameter
null
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In the present paper, we study problems related to the classical Borsuk's problem. Recall that the Borsuk's problem consists in finding the smallest number $ f(n) $ of parts of smaller diameter into which an arbitrary set of diameter 1 in Euclidean space $ {\mathbb R}^n $ can be divided. Here we will discuss the quantity $ \chi(n,b) $ which differs from the quantity $ f(n) $ in that in its definition an arbitrary set of diameter 1 in $ {\mathbb R}^n $ must be partitioned into parts whose diameters are strictly less than a given number $ b \in (0,1] $. In this paper, we collect information about the known upper bounds and, among other things, find a new upper bound for the quantity $ \chi(n,b) $.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:57:08 GMT" } ]
2025-08-21T00:00:00
[ [ "Bikeev", "Arthur Igorevich", "" ], [ "Raigorodskii", "Andrei Mikhailovich", "" ] ]
2508.14579
Irene Salmaso
I. Salmaso, A. Pastorello, E. Borsato, S. Benetti, M. T. Botticella, Y.-Z. Cai, N. Elias-Rosa, A. Farina, M. Fraser, L. Galbany, M. Gonz\'alez-Ba\~nuelos, C. P. Guti\'errez, P. Lundqvist, T. Kangas, T. L. Killestein, T. Kravtsov, K. Matilainen, A. Morales-Garoffolo, A. Mura, G. Pignata, A. Reguitti, T. M. Reynolds, S. Smartt, S. Srivastav, L. Tartaglia, G. Valerin, Z.-Y. Wang
SN 2024hpj: a perspective on SN 2009ip-like events
submitted to A&A
null
null
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
Supernovae (SNe) IIn are terminal explosions of massive stars that are surrounded by a dense circumstellar medium (CSM). Among SNe IIn, a notable subset is the SNe 2009ip-like, which exhibit an initial, fainter peak attributed to stellar variability in the late evolutionary stages, followed by a brighter peak, interpreted as the SN explosion itself. We analyse the spectrophotometric evolution of SN 2024hpj, a SN IIn with signs of precursor activity. Comparing it with similar objects in the literature, we identify star-forming regions as their preferred environments, while a statistical analysis on the observed rate of SNe 2009ip-like indicates progenitor masses around 25 - 31 solar masses and lower. The diversity of spectrophotometric features within the sample suggests that variations in CSM mass and distribution influence the observed characteristics, indicating a shared progenitor scenario.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 09:59:34 GMT" } ]
2025-08-21T00:00:00
[ [ "Salmaso", "I.", "" ], [ "Pastorello", "A.", "" ], [ "Borsato", "E.", "" ], [ "Benetti", "S.", "" ], [ "Botticella", "M. T.", "" ], [ "Cai", "Y. -Z.", "" ], [ "Elias-Rosa", "N.", "" ], [ "Farina", "A.", "" ], [ "Fraser", "M.", "" ], [ "Galbany", "L.", "" ], [ "González-Bañuelos", "M.", "" ], [ "Gutiérrez", "C. P.", "" ], [ "Lundqvist", "P.", "" ], [ "Kangas", "T.", "" ], [ "Killestein", "T. L.", "" ], [ "Kravtsov", "T.", "" ], [ "Matilainen", "K.", "" ], [ "Morales-Garoffolo", "A.", "" ], [ "Mura", "A.", "" ], [ "Pignata", "G.", "" ], [ "Reguitti", "A.", "" ], [ "Reynolds", "T. M.", "" ], [ "Smartt", "S.", "" ], [ "Srivastav", "S.", "" ], [ "Tartaglia", "L.", "" ], [ "Valerin", "G.", "" ], [ "Wang", "Z. -Y.", "" ] ]
2508.14580
Huizhong Cao
Huizhong Cao, Henrik S\"oderlund, Qi Fang, Siyuan Chen, Lejla Erdal, Ammar Gubartalla, Paulo Victor Lopes, Guodong Shao, Per Lonnehed, Henri Putto, Abbe Ahmed, Sven Ekered, Bj\"orn Johansson
Towards AI-based Sustainable and XR-based human-centric manufacturing: Implementation of ISO 23247 for digital twins of production systems
Journal paper
null
null
null
cs.HC
http://creativecommons.org/licenses/by/4.0/
Since the introduction of Industry 4.0, digital twin technology has significantly evolved, laying the groundwork for a transition toward Industry 5.0 principles centered on human-centricity, sustainability, and resilience. Through digital twins, real-time connected production systems are anticipated to be more efficient, resilient, and sustainable, facilitating communication and connectivity between digital and physical systems. However, environmental performance and integration with virtual reality (VR) and artificial intelligence (AI) of such systems remain challenging. Further exploration of digital twin technologies is needed to validate the real-world impact and benefits. This paper investigates these challenges by implementing a real-time digital twin based on the ISO 23247 standard, connecting the physical factory and simulation software with VR capabilities. This digital twin system provides cognitive assistance and a user-friendly interface for operators, thereby improving cognitive ergonomics. The connection of the Internet of Things (IoT) platform allows the digital twin to have real-time bidirectional communication, collaboration, monitoring, and assistance. A lab-scale drone factory was used as the digital twin application to test and evaluate the ISO 23247 standard and its potential benefits. Additionally, AI integration and environmental performance Key Performance Indicators (KPIs) have been considered as the next stages in improving VR-integrated digital twins. With a solid theoretical foundation and a demonstration of the VR-integrated digital twins, this paper addresses integration issues between various technologies and advances the framework of digital twins based on ISO 23247.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:01:59 GMT" } ]
2025-08-21T00:00:00
[ [ "Cao", "Huizhong", "" ], [ "Söderlund", "Henrik", "" ], [ "Fang", "Qi", "" ], [ "Chen", "Siyuan", "" ], [ "Erdal", "Lejla", "" ], [ "Gubartalla", "Ammar", "" ], [ "Lopes", "Paulo Victor", "" ], [ "Shao", "Guodong", "" ], [ "Lonnehed", "Per", "" ], [ "Putto", "Henri", "" ], [ "Ahmed", "Abbe", "" ], [ "Ekered", "Sven", "" ], [ "Johansson", "Björn", "" ] ]
2508.14581
Runze Li
Chen Chen, Runze Li, Zejun Zhang, Pukun Zhao, Fanqing Zhou, Longxiang Wang, Haojian Huang
FakeHunter: Multimodal Step-by-Step Reasoning for Explainable Video Forensics
null
null
null
null
cs.MM eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
FakeHunter is a multimodal deepfake detection framework that combines memory-guided retrieval, chain-of-thought (Observation-Thought-Action) reasoning, and tool-augmented verification to provide accurate and interpretable video forensics. FakeHunter encodes visual content using CLIP and audio using CLAP, generating joint audio-visual embeddings that retrieve semantically similar real exemplars from a FAISS-indexed memory bank for contextual grounding. Guided by the retrieved context, the system iteratively reasons over evidence to localize manipulations and explain them. When confidence is low, it automatically invokes specialized tools-such as zoom-in image forensics or mel-spectrogram inspection-for fine-grained verification. Built on Qwen2.5-Omni-7B, FakeHunter produces structured JSON verdicts that specify what was modified, where it occurs, and why it is judged fake. We also introduce X-AVFake, a benchmark comprising 5.7k+ manipulated and real videos (950+ min) annotated with manipulation type, region/entity, violated reasoning category, and free-form justification. On X-AVFake, FakeHunter achieves an accuracy of 34.75%, outperforming the vanilla Qwen2.5-Omni-7B by 16.87 percentage points and MiniCPM-2.6 by 25.56 percentage points. Ablation studies reveal that memory retrieval contributes a 7.75 percentage point gain, and tool-based inspection improves low-confidence cases to 46.50%. Despite its multi-stage design, the pipeline processes a 10-minute clip in 8 minutes on a single NVIDIA A800 (0.8x real-time) or 2 minutes on four GPUs (0.2x), demonstrating practical deployability.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:03:31 GMT" } ]
2025-08-21T00:00:00
[ [ "Chen", "Chen", "" ], [ "Li", "Runze", "" ], [ "Zhang", "Zejun", "" ], [ "Zhao", "Pukun", "" ], [ "Zhou", "Fanqing", "" ], [ "Wang", "Longxiang", "" ], [ "Huang", "Haojian", "" ] ]
2508.14582
Ryan Antonio
Ryan Albert Antonio, Joren Dumoulin, Xiaoling Yi, Josse Van Delm, Yunhao Deng, Guilherme Paim, Marian Verhelst
An Open-Source HW-SW Co-Development Framework Enabling Efficient Multi-Accelerator Systems
7 pages, 10 figures, 1 table, to be published in ISLPED 2025
null
null
null
cs.AR cs.AI
http://creativecommons.org/licenses/by/4.0/
Heterogeneous accelerator-centric compute clusters are emerging as efficient solutions for diverse AI workloads. However, current integration strategies often compromise data movement efficiency and encounter compatibility issues in hardware and software. This prevents a unified approach that balances performance and ease of use. To this end, we present SNAX, an open-source integrated HW-SW framework enabling efficient multi-accelerator platforms through a novel hybrid-coupling scheme, consisting of loosely coupled asynchronous control and tightly coupled data access. SNAX brings reusable hardware modules designed to enhance compute accelerator utilization, and its customizable MLIR-based compiler to automate key system management tasks, jointly enabling rapid development and deployment of customized multi-accelerator compute clusters. Through extensive experimentation, we demonstrate SNAX's efficiency and flexibility in a low-power heterogeneous SoC. Accelerators can easily be integrated and programmed to achieve > 10x improvement in neural network performance compared to other accelerator systems while maintaining accelerator utilization of > 90% in full system operation.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:04:21 GMT" } ]
2025-08-21T00:00:00
[ [ "Antonio", "Ryan Albert", "" ], [ "Dumoulin", "Joren", "" ], [ "Yi", "Xiaoling", "" ], [ "Van Delm", "Josse", "" ], [ "Deng", "Yunhao", "" ], [ "Paim", "Guilherme", "" ], [ "Verhelst", "Marian", "" ] ]
2508.14583
Boris Chichkov
Boris Chichkov
Dirac, Schroedinger, and Maxwell equations in scalar and vector field quantum mechanics
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
The quantum theory of relativistic particles, based on the first quantization technique similar to that used by Schroedinger and Dirac in formulating quantum mechanics, is reconsidered on the basis of a photon-like dispersion relation corresponding to the energy conservation equation of Einstein's special relativity. First, scalar quantum mechanics of particles operating with their wave functions is discussed. Using the first quantization of the photon-like dispersion relation, very simple new derivation of the Dirac equation is given. Then, vector field quantum mechanics is introduced, which defines vector fields associated with the relativistic particle. Basic equations for the vector-field quantum mechanics, similar to the source-free Maxwell equations, are derived. Following these equations, the particle's de Broglie wave can be considered as the transversal electromagnetic wave. Therefore, the wave-particle duality can be redefined as the electromagnetic wave-particle duality. Relationships between the scalar and vector field quantum mechanics are analyzed.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:04:21 GMT" } ]
2025-08-21T00:00:00
[ [ "Chichkov", "Boris", "" ] ]
2508.14584
Fengge Zhang
Fengge Zhang
Scalar induced gravitational waves in PV symmetric teleparallel gravity with non-minimally coupled boundary term
26 pages, 1 figure
null
null
null
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The question of whether the parity violation occurs in gravitational interaction has recently attracted much attention. In this paper, we investigate the scalar induced gravitational waves (SIGWs) in symmetric teleparallel gravity incorporating a parity-violating (PV) term and a non-minimally coupled boundary term. The presence of this non-minimally coupled boundary term help to avoid the strong coupling problem inherent in PV symmetric teleparallel gravity, thereby enabling our study of the SIGWs in this PV symmetric teleparallel gravity. We calculate the SIGWs generated during the radiation-dominated era and compute the corresponding energy density spectrum with a monochromatic primordial power spectrum, numerically. The resulting energy density spectrum of SIGWs exhibits significant deviations from that is predicted by general relativity, particularly at high frequencies. This different feature is detectable by future space-based GW detectors like LISA, TianQin and Taiji.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:04:25 GMT" } ]
2025-08-21T00:00:00
[ [ "Zhang", "Fengge", "" ] ]
2508.14585
Zhenming Yu
Jingyue Ma, Zhenming Yu, Zhengyang Li, Liang Lin, Liming Cheng, Kun Xu
Integrated Snapshot Near-infrared Hypersepctral Imaging Framework with Diffractive Optics
5 pages, 4 figures, conference
null
null
null
eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose an integrated snapshot near-infrared hyperspectral imaging framework that combines designed DOE with NIRSA-Net. The results demonstrate near-infrared spectral imaging at 700-1000nm with 10nm resolution while achieving improvement of PSNR 1.47dB and SSIM 0.006.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:04:47 GMT" } ]
2025-08-21T00:00:00
[ [ "Ma", "Jingyue", "" ], [ "Yu", "Zhenming", "" ], [ "Li", "Zhengyang", "" ], [ "Lin", "Liang", "" ], [ "Cheng", "Liming", "" ], [ "Xu", "Kun", "" ] ]
2508.14586
Mukhammadsaid Mamasaidov
Mukhammadsaid Mamasaidov, Azizullah Aral, Abror Shopulatov, Mironshoh Inomjonov
Filling the Gap for Uzbek: Creating Translation Resources for Southern Uzbek
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
Southern Uzbek (uzs) is a Turkic language variety spoken by around 5 million people in Afghanistan and differs significantly from Northern Uzbek (uzn) in phonology, lexicon, and orthography. Despite the large number of speakers, Southern Uzbek is underrepresented in natural language processing. We present new resources for Southern Uzbek machine translation, including a 997-sentence FLORES+ dev set, 39,994 parallel sentences from dictionary, literary, and web sources, and a fine-tuned NLLB-200 model (lutfiy). We also propose a post-processing method for restoring Arabic-script half-space characters, which improves handling of morphological boundaries. All datasets, models, and tools are released publicly to support future work on Southern Uzbek and other low-resource languages.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:05:57 GMT" } ]
2025-08-21T00:00:00
[ [ "Mamasaidov", "Mukhammadsaid", "" ], [ "Aral", "Azizullah", "" ], [ "Shopulatov", "Abror", "" ], [ "Inomjonov", "Mironshoh", "" ] ]
2508.14587
Paul Wijnbergen
Paul Wijnbergen, Redmer de Haan, Erjen Lefeber
Analysis and experimental validation of decentralized controllers for delayed spacing policies in vehicle-platooning
This is a preprint of a manuscript submitted to Automatica
null
null
null
math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, a novel approach to spacing policies for vehicle platoons and a framework for control design is presented. Whereas traditional approaches aim to mitigate the effect of actuation and communication delays on the spacing error, this paper presents spacing policies that account for delays. A framework for decentralized control design is presented and necessary and sufficient conditions for tracking of delayed-based spacing policies are stated. It is shown that due to the control design, string stability is induced by the spacing policy. The results are supported by experimental validations of the theoretical results.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:10:53 GMT" } ]
2025-08-21T00:00:00
[ [ "Wijnbergen", "Paul", "" ], [ "de Haan", "Redmer", "" ], [ "Lefeber", "Erjen", "" ] ]
2508.14588
Sofi\`ene Boutaj
Sofi\`ene Boutaj, Marin Scalbert, Pierre Marza, Florent Couzinie-Devy, Maria Vakalopoulou, Stergios Christodoulidis
Controllable Latent Space Augmentation for Digital Pathology
Accepted at ICCV 2025
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Whole slide image (WSI) analysis in digital pathology presents unique challenges due to the gigapixel resolution of WSIs and the scarcity of dense supervision signals. While Multiple Instance Learning (MIL) is a natural fit for slide-level tasks, training robust models requires large and diverse datasets. Even though image augmentation techniques could be utilized to increase data variability and reduce overfitting, implementing them effectively is not a trivial task. Traditional patch-level augmentation is prohibitively expensive due to the large number of patches extracted from each WSI, and existing feature-level augmentation methods lack control over transformation semantics. We introduce HistAug, a fast and efficient generative model for controllable augmentations in the latent space for digital pathology. By conditioning on explicit patch-level transformations (e.g., hue, erosion), HistAug generates realistic augmented embeddings while preserving initial semantic information. Our method allows the processing of a large number of patches in a single forward pass efficiently, while at the same time consistently improving MIL model performance. Experiments across multiple slide-level tasks and diverse organs show that HistAug outperforms existing methods, particularly in low-data regimes. Ablation studies confirm the benefits of learned transformations over noise-based perturbations and highlight the importance of uniform WSI-wise augmentation. Code is available at https://github.com/MICS-Lab/HistAug.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:11:48 GMT" } ]
2025-08-21T00:00:00
[ [ "Boutaj", "Sofiène", "" ], [ "Scalbert", "Marin", "" ], [ "Marza", "Pierre", "" ], [ "Couzinie-Devy", "Florent", "" ], [ "Vakalopoulou", "Maria", "" ], [ "Christodoulidis", "Stergios", "" ] ]
2508.14589
Lucas Marcogliese
Lucas Marcogliese, Ouviyan Sabapathy, Rudolf Richter, Jhih-Sian Tu, Dominique Bougeard, Lars R. Schreiber
Fabrication, characterization and mechanical loading of Si/SiGe membranes for spin qubit devices
13 pages, 10 figures
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Si/SiGe heterostructures on bulk Si substrates have been shown to host high fidelity electron spin qubits. Building a scalable quantum processor would, however, benefit from further improvement of critical material properties such as the valley splitting landscape. Flexible control of the strain field and the out-of-plane electric field $\mathcal{E}_z$ may be decisive for valley splitting enhancement in the presence of alloy disorder. We envision the Si/SiGe membrane as a versatile scientific platform for investigating intervalley scattering mechanisms which have thus far remained elusive in conventional Si/SiGe heterostructures and have the potential to yield favourable valley splitting distributions. Here, we report the fabrication of locally-etched, suspended SiGe/Si/SiGe membranes from two different heterostructures and apply the process to realize a spin qubit shuttling device on a membrane for future valley mapping experiments. The membranes have a thickness in the micrometer range and can be metallized to form a back-gate contact for extended control over the electric field. To probe their elastic properties, the membranes are stressed by loading with a profilometer stylus at room temperature. We distinguish between linear elastic and buckling modes, each offering new mechanisms through which strain can be coupled to spin qubits.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:12:30 GMT" } ]
2025-08-21T00:00:00
[ [ "Marcogliese", "Lucas", "" ], [ "Sabapathy", "Ouviyan", "" ], [ "Richter", "Rudolf", "" ], [ "Tu", "Jhih-Sian", "" ], [ "Bougeard", "Dominique", "" ], [ "Schreiber", "Lars R.", "" ] ]
2508.14590
Mahasweta Biswas
Mahasweta Biswas, Rikpratik Sengupta, Ujjal Debnath
Co-existence of alternative Generalized Chaplygin Gas and other Dark Energies in the Framework of Fractal Universe
null
null
null
null
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We have explored the possibility of the co-existence of two forms of dark energy in the form of an alternative Generalized Chaplygin Gas (GCG) along with a scalar field of field theoretic or extra dimensional origin in the background of a fractal universe. The essential physical model parameters have been computed and their variations have been plotted. Fractal cosmology in an universe dominated by the alternative GCG (overcoming the drawbacks of the conventional form of GCG) has also been studied by computing the equation of state, deceleration and statefinder parameters. Their variations with the redshift have also been studied. We have tried to construct alternative cosmological models deviating from standard cosmology that can be put to observational testing.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:13:03 GMT" } ]
2025-08-21T00:00:00
[ [ "Biswas", "Mahasweta", "" ], [ "Sengupta", "Rikpratik", "" ], [ "Debnath", "Ujjal", "" ] ]
2508.14591
Filippo Fecit
Filippo Fecit, Davide Rovere
Worldline Formulations of Covariant Fracton Theories
36 pages
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
We develop worldline formulations of covariant fracton gauge theories. These are a one-parameter family of gauge theories of a rank-two symmetric tensor field, invariant under a scalar gauge transformation involving a double derivative. These theories, which can be interpreted as linearized gravity theories invariant under longitudinal diffeomorphisms, provide a covariant framework for studying Lorentz-breaking fracton quasiparticles, which are excitations with restricted mobility due to dipole-moment conservation. We construct three worldline models. The first two are obtained by deducing their constraint structure directly from the spacetime gauge transformations. By applying BRST quantization, we show that these models reproduce the BV spectrum and the associated BRST transformations of two specific fracton theories. The third model is defined as a deformation of the second one: although free, it is analyzed by drawing inspiration from the standard treatment of interacting worldline systems, and is shown to capture almost the entire family of covariant fracton theories. Finally, we discuss the gauge-fixing, comparing the BV-BRST spacetime perspective with the worldline analogue of the ``Siegel gauge" employed in string field theory.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:15:31 GMT" } ]
2025-08-21T00:00:00
[ [ "Fecit", "Filippo", "" ], [ "Rovere", "Davide", "" ] ]
2508.14592
Philipp Amstutz
Ph. Amstutz, W. Helml, S. Khan, C. Mai, Ch. Gerth, Ch. Mahnke, E. A. Schneidmiller
Laser-driven bunch compression for ultrashort free-electron laser pulses
null
null
null
null
physics.acc-ph
http://creativecommons.org/licenses/by/4.0/
Generation of ultrashort X-ray pulses in a free-electron laser relies on high-density electron bunches with a precisely adjusted current and energy distribution. To this end, robust and flexible electron bunch manipulation techniques are required that allow a high degree of control over the phase space density of the bunch. This paper reports on the demonstration of ultrashort current spikes with femtosecond duration, created by compressing an electron bunch after a laser-induced energy modulation with linearly varying envelope. This scheme is implemented at the free-electron laser FLASH, where the energy modulation is created early in the linear accelerator before the bunch is accelerated to its final energy. Formation of the spikes is observed in measurements of the longitudinal phase space density. It is demonstrated that, in conjunction with conventional compression techniques, this laser-based scheme allows to create two spikes with variable temporal separation. Therefore, the demonstrated compression scheme shows great potential of enabling flexible ultrashort single- and double-pulse operation modes of free-electron lasers.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:16:27 GMT" } ]
2025-08-21T00:00:00
[ [ "Amstutz", "Ph.", "" ], [ "Helml", "W.", "" ], [ "Khan", "S.", "" ], [ "Mai", "C.", "" ], [ "Gerth", "Ch.", "" ], [ "Mahnke", "Ch.", "" ], [ "Schneidmiller", "E. A.", "" ] ]
2508.14593
Felix Kranz
Felix Kranz, Daniel Mor\'on, Marc Avila
Bayesian minimisation of energy consumption in turbulent pipe flow via unsteady driving
23 pages, 14 figures
null
null
null
physics.flu-dyn
http://creativecommons.org/licenses/by-nc-nd/4.0/
Turbulence accounts for most of the energy losses associated with the pumping of fluids in pipes. Pulsatile drivings can reduce the drag and energy consumption required to supply a desired mass flux, when compared to steady driving. However, not all pulsation waveforms yield reductions. Here, we compute drag- and energy-optimal driving waveforms using direct numerical simulations and a gradient-free black-box optimisation framework. Specifically, we show that Bayesian optimisation is vastly superior to ordinary gradient-based methods in terms of computational efficiency and robustness, due to its ability to deal with noisy objective functions, as they naturally arise from the finite-time averaging of turbulent flows. We identify optimal waveforms for three Reynolds numbers and two Womersley numbers. At a Reynolds number of 8600 and a Womersley number of 10, optimal waveforms reduce total energy consumption by 22 % and drag by 37 %. These reductions are rooted in the suppression of turbulence prior to the acceleration phase, the resulting delay in turbulence onset, and the radial localization of turbulent kinetic energy and production toward the pipe centre. Our results pinpoint that the predominant, steady operation mode of pumping fluids through pipes is far from optimal.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:19:19 GMT" } ]
2025-08-21T00:00:00
[ [ "Kranz", "Felix", "" ], [ "Morón", "Daniel", "" ], [ "Avila", "Marc", "" ] ]
2508.14594
Chi Thanh Nguyen
C. T. Nguyen, G. Cescutti, F. Matteucci, F. Rizzuti, A. Mucciarelli, D. Romano, L. Magrini, A. J. Korn, A. Bressan, and L. Girardi
Lithium evolution in the Galactic thin disc from Main-Sequence and early Red-Giant-Branch stars
9 pages, 10 figures, suggested for publication in A&A
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by-sa/4.0/
The role of novae as producers of galactic lithium has been suggested since the 1970s, and it has been reconsidered recently with the detection of $^7$Be in their outbursts. At the same time, stellar models are moving forward to comprehend the discrepancy between the primordial lithium abundance predicted by the standard Big Bang Nucleosynthesis theory and the measured value of old dwarf stars. In this work, we follow the evolution of $^7$Li in the galactic thin disc starting from a primordial value of A(Li)=2.69 dex and applying $^7$Li depletion corrections of the stellar model with overshooting to our chemical evolution models. We use the upper envelope of the observational data to constrain the models. In addition to the dwarf main sequence (MS) stars, our analysis includes, for the first time, the early red-giant-branch (RGB) stars. Besides the renowned Spite plateau of the MS stars at low metallicities, we also confirm the existence of a second A(Li) plateau of the early RGB stars, which can be explained by our model with the corrections from stellar models. Our best-fit model is obtained with an effective averaged $^7$Li yield $^{Li}Y_\mathrm{Nova}=2.34\times 10^{-5} M_\odot$ during the whole lifetime of a nova. This reinforces the possibility that novae are the main galactic $^7$Li source, together with the stellar models' ability to comprehend the "cosmological lithium problem" in this context.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:21:55 GMT" } ]
2025-08-21T00:00:00
[ [ "Nguyen", "C. T.", "" ], [ "Cescutti", "G.", "" ], [ "Matteucci", "F.", "" ], [ "Rizzuti", "F.", "" ], [ "Mucciarelli", "A.", "" ], [ "Romano", "D.", "" ], [ "Magrini", "L.", "" ], [ "Korn", "A. J.", "" ], [ "Bressan", "A.", "" ], [ "Girardi", "L.", "" ] ]
2508.14595
Xing Wang
Xing Wang, Zhihui Zhang
Mathematical proof concerning the additivity problem of nonlinear normalized citation counts
null
null
null
null
cs.DL
http://creativecommons.org/licenses/by/4.0/
The issue of whether nonlinear normalized citation counts can be added is critically important in scientometrics because it touches upon the theoretical foundation of underlying computation in the field. In this paper, we provide rigorous mathematical proofs for the key theorems underlying this fundamental issue. Based on these proofs, we ultimately arrive at the following conclusion: a nonlinear normalization method for citation counts must be a non-equidistant transformation; consequently, the resulting nonlinear normalized citation counts are no longer equidistant and therefore cannot be added. Furthermore, because our mathematical proofs are established over the real number domain, we also derive a more general conclusion that is applicable to data transformations over the real number domain across various scientific fields: a nonlinear transformation becomes a non-equidistant transformation only if it satisfies a certain regularity condition, for example, if this nonlinear transformation is a continuous function, monotonic over a certain interval, or its domain is restricted to rational numbers. In such cases, the resulting nonlinear data are no longer equidistant and therefore cannot be added. This general conclusion can be broadly applied to various linear and nonlinear transformation problems, which offers significant insights for addressing the misuse of nonlinear data.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:24:56 GMT" } ]
2025-08-21T00:00:00
[ [ "Wang", "Xing", "" ], [ "Zhang", "Zhihui", "" ] ]
2508.14596
Masaki Toyoda
Masaki Toyoda, Yoshimasa Uematsu
Sequential Correct Screening and Post-Screening Inference
null
null
null
null
stat.ME math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Selecting the top-$m$ variables with the $m$ largest population parameters from a larger set of candidates is a fundamental problem in statistics. In this paper, we propose a novel methodology called Sequential Correct Screening (SCS), which sequentially screens out variables that are not among the top-$m$. A key feature of our method is its anytime validity; it provides a sequence of variable subsets that, with high probability, always contain the true top-$m$ variables. Furthermore, we develop a post-screening inference (PSI) procedure to construct confidence intervals for the selected parameters. Importantly, this procedure is designed to control the false coverage rate (FCR) whenever it is conducted -- an aspect that has been largely overlooked in the existing literature. We establish theoretical guarantees for both SCS and PSI, and demonstrate their performance through simulation studies and an application to a real-world dataset on suicide rates.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:27:23 GMT" } ]
2025-08-21T00:00:00
[ [ "Toyoda", "Masaki", "" ], [ "Uematsu", "Yoshimasa", "" ] ]
2508.14597
Nitish Kumar Mahala
Nitish Kumar Mahala, Muzammil Khan, and Pushpendra Kumar
Reliable Smoke Detection via Optical Flow-Guided Feature Fusion and Transformer-Based Uncertainty Modeling
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Fire outbreaks pose critical threats to human life and infrastructure, necessitating high-fidelity early-warning systems that detect combustion precursors such as smoke. However, smoke plumes exhibit complex spatiotemporal dynamics influenced by illumination variability, flow kinematics, and environmental noise, undermining the reliability of traditional detectors. To address these challenges without the logistical complexity of multi-sensor arrays, we propose an information-fusion framework by integrating smoke feature representations extracted from monocular imagery. Specifically, a Two-Phase Uncertainty-Aware Shifted Windows Transformer for robust and reliable smoke detection, leveraging a novel smoke segmentation dataset, constructed via optical flow-based motion encoding, is proposed. The optical flow estimation is performed with a four-color-theorem-inspired dual-phase level-set fractional-order variational model, which preserves motion discontinuities. The resulting color-encoded optical flow maps are fused with appearance cues via a Gaussian Mixture Model to generate binary segmentation masks of the smoke regions. These fused representations are fed into the novel Shifted-Windows Transformer, which is augmented with a multi-scale uncertainty estimation head and trained under a two-phase learning regimen. First learning phase optimizes smoke detection accuracy, while during the second phase, the model learns to estimate plausibility confidence in its predictions by jointly modeling aleatoric and epistemic uncertainties. Extensive experiments using multiple evaluation metrics and comparative analysis with state-of-the-art approaches demonstrate superior generalization and robustness, offering a reliable solution for early fire detection in surveillance, industrial safety, and autonomous monitoring applications.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:28:53 GMT" } ]
2025-08-21T00:00:00
[ [ "Mahala", "Nitish Kumar", "" ], [ "Khan", "Muzammil", "" ], [ "Kumar", "Pushpendra", "" ] ]
2508.14598
Sarah Diana Meier
Manuel Hoff, Sarah Diana Meier, Michael Spie{\ss}, Claudius Heyer
On the Right Derived Functors of Ordinary Parts
Appendix joint with Claudius Heyer
null
null
null
math.RT math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a variant of Emerton's conjecture concerning the right derived functors of the ordinary parts functor $\operatorname{Ord}_P^G$. This functor plays an important role in the theory of mod $p$ representations of $p$-adic reductive groups. A key ingredient for our proof is a comparison between certain small and parabolic inductions. Additionally, our method yields an explicit description of Vign\'eras' right adjoint to parabolic induction. In the appendix (joint with Heyer) we apply our results to obtain a mod $p$ variant of Bernstein's Second Adjointness, i.e. we show that the right and left adjoint of derived parabolic induction are isomorphic (on complexes with admissible cohomology) up to a cohomological shift and twist by a character.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:29:09 GMT" } ]
2025-08-21T00:00:00
[ [ "Hoff", "Manuel", "" ], [ "Meier", "Sarah Diana", "" ], [ "Spieß", "Michael", "" ], [ "Heyer", "Claudius", "" ] ]
2508.14599
Matthias Neuwirth-Trapp
Matthias Neuwirth-Trapp, Maarten Bieshaar, Danda Pani Paudel, Luc Van Gool
Incremental Object Detection with Prompt-based Methods
Accepted to ICCV Workshops 2025
null
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-nd/4.0/
Visual prompt-based methods have seen growing interest in incremental learning (IL) for image classification. These approaches learn additional embedding vectors while keeping the model frozen, making them efficient to train. However, no prior work has applied such methods to incremental object detection (IOD), leaving their generalizability unclear. In this paper, we analyze three different prompt-based methods under a complex domain-incremental learning setting. We additionally provide a wide range of reference baselines for comparison. Empirically, we show that the prompt-based approaches we tested underperform in this setting. However, a strong yet practical method, combining visual prompts with replaying a small portion of previous data, achieves the best results. Together with additional experiments on prompt length and initialization, our findings offer valuable insights for advancing prompt-based IL in IOD.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:34:31 GMT" } ]
2025-08-21T00:00:00
[ [ "Neuwirth-Trapp", "Matthias", "" ], [ "Bieshaar", "Maarten", "" ], [ "Paudel", "Danda Pani", "" ], [ "Van Gool", "Luc", "" ] ]
2508.14600
Xudong Wang
Xudong Wang, Guoming Tang, Junyu Xue, Srinivasan Keshav, Tongxin Li, Chris Ding
DualNILM: Energy Injection Identification Enabled Disaggregation with Deep Multi-Task Learning
Preprint
null
null
null
cs.LG eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Non-Intrusive Load Monitoring (NILM) offers a cost-effective method to obtain fine-grained appliance-level energy consumption in smart homes and building applications. However, the increasing adoption of behind-the-meter energy sources, such as solar panels and battery storage, poses new challenges for conventional NILM methods that rely solely on at-the-meter data. The injected energy from the behind-the-meter sources can obscure the power signatures of individual appliances, leading to a significant decline in NILM performance. To address this challenge, we present DualNILM, a deep multi-task learning framework designed for the dual tasks of appliance state recognition and injected energy identification in NILM. By integrating sequence-to-point and sequence-to-sequence strategies within a Transformer-based architecture, DualNILM can effectively capture multi-scale temporal dependencies in the aggregate power consumption patterns, allowing for accurate appliance state recognition and energy injection identification. We conduct validation of DualNILM using both self-collected and synthesized open NILM datasets that include both appliance-level energy consumption and energy injection. Extensive experimental results demonstrate that DualNILM maintains an excellent performance for the dual tasks in NILM, much outperforming conventional methods.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:35:38 GMT" } ]
2025-08-21T00:00:00
[ [ "Wang", "Xudong", "" ], [ "Tang", "Guoming", "" ], [ "Xue", "Junyu", "" ], [ "Keshav", "Srinivasan", "" ], [ "Li", "Tongxin", "" ], [ "Ding", "Chris", "" ] ]
2508.14601
Yufei Ye
Yufei Ye, Shijian Gao, Xinhu Zheng, Liuqing Yang
Multi-Tier UAV Edge Computing for Low Altitude Networks Towards Long-Term Energy Stability
null
null
null
null
cs.NI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents a novel multi-tier UAV-assisted edge computing system designed for low-altitude networks. The system comprises vehicle users, lightweight Low-Tier UAVs (L-UAVs), and High-Tier UAV (H-UAV). L-UAVs function as small-scale edge servers positioned closer to vehicle users, while the H-UAV, equipped with more powerful server and larger-capacity battery, serves as mobile backup server to address the limitations in endurance and computing resources of L-UAVs. The primary objective is to minimize task execution delays while ensuring long-term energy stability for L-UAVs. To address this challenge, the problem is first decoupled into a series of deterministic problems for each time slot using Lyapunov optimization. The priorities of task delay and energy consumption for L-UAVs are adaptively adjusted based on real-time energy status. The optimization tasks include assignment of tasks, allocation of computing resources, and trajectory planning for both L-UAVs and H-UAV. Simulation results demonstrate that the proposed approach achieves a reduction of at least 26% in transmission energy for L-UAVs and exhibits superior energy stability compared to existing benchmarks.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:37:22 GMT" } ]
2025-08-21T00:00:00
[ [ "Ye", "Yufei", "" ], [ "Gao", "Shijian", "" ], [ "Zheng", "Xinhu", "" ], [ "Yang", "Liuqing", "" ] ]
2508.14602
Suratna Das
Suratna Das
Resurrecting Vanilla Power Law Inflation with the aid of Continuous Spontaneous Localization in the ACT era
4 pages, double column, no figure. Version published in Physical Review D
Phys. Rev. D (2025) 112, 023543
10.1103/rytr-blks
null
astro-ph.CO gr-qc hep-ph quant-ph
http://creativecommons.org/licenses/by/4.0/
The Vanilla Power Law Inflation is plagued with two severe drawbacks, the one being the issue of graceful exit, and the other being its compatibility with the existing data. There's yet another daunting problem generic to any inflationary model, and not particular to the Power Law Inflation, is the issue of classicalization of the primordial quantum perturbation. This issue is often treated as an isolated problem primarily because decoherence is often invoked to tackle such problems and decoherence, in principle, doesn't leaves any observational imprints. However, that's not the case if one invokes the collapse models of quantum mechanics to resolve such a problem, because the collapse models do modify the Schr\"{o}dinger evolution of the quantum system and the modified dynamics is bound to leave imprints. We show that collapsed modified Power Law Inflation can indeed circumvent the issue with observations and can be made compatible with all the current data coming from {\it Planck}, {\it ACT}, DESI and BAO while resolving the classicalization issue associated with the quantum primordial fluctuations. Such an inflationary model also produces a more red-tilted tensor spectrum and no running for both the scalar and tensor spectral indices, which can be a litmus test for this model.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:39:20 GMT" } ]
2025-08-21T00:00:00
[ [ "Das", "Suratna", "" ] ]
2508.14603
Janko Bra\v{c}i\v{c} Prof.
Janko Bra\v{c}i\v{c}, Marko Kandi\'c
Similarities of subspace lattices in Banach spaces
31 pages, 4 figures, original research paper
null
null
null
math.FA
http://creativecommons.org/licenses/by-nc-sa/4.0/
A collineation of a subspace lattice $\fL$ in a complex Banach space $\eX$ is an invertible operator $S$ on $\eX$ with the property that the image $S\eM$ of a subspace $\eM$ belongs to $\fL$ if and and only if $\eM$ belongs to it. Hence, $S$ is a collineation of $\fL$ if and only if it implements an order automorphism of $\fL$. We study the group $\Col(\fL)$ of all collineations of $\fL$ and its subgroup $\Grp(\Alg(\fL))$ of all invertible operators that fix every subspace in $\fL$. We show that $\Grp(\Alg(\fL))$ is a normal subgroup of $\Col(\fL)$; moreover, if $\fL$ is a reflexive subspace lattice, then $\Col(\fL)$ is the normalizer of $\Grp(\Alg(\fL))$ in the group of all invertible operators on $\eX$. One of the main questions that we consider is whether $\Grp(\Alg(\fL))$ is a complemented subgroup in $\Col(\fL)$. For certain subspace lattices $\fL$, such as some realizations of the diamond or the double triangle, some nests in the space of continuous functions on $[0,1]$, and the classical Volterra nest in $L^1[0,1]$, we characterize the complement of $\Grp(\Alg(\fL))$ in $\Col(\fL)$. On the other hand, for the Volterra nests in $L^p[0,1]$, where $1<p<\infty$, a further study is needed, and we prove only some partial results.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:44:20 GMT" } ]
2025-08-21T00:00:00
[ [ "Bračič", "Janko", "" ], [ "Kandić", "Marko", "" ] ]
2508.14604
Ziyi Wang
Peiming Li, Ziyi Wang, Yulin Yuan, Hong Liu, Xiangming Meng, Junsong Yuan, Mengyuan Liu
UST-SSM: Unified Spatio-Temporal State Space Models for Point Cloud Video Modeling
8 pages, 5 figures, Accepted to ICCV2025
null
null
null
cs.CV cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Point cloud videos capture dynamic 3D motion while reducing the effects of lighting and viewpoint variations, making them highly effective for recognizing subtle and continuous human actions. Although Selective State Space Models (SSMs) have shown good performance in sequence modeling with linear complexity, the spatio-temporal disorder of point cloud videos hinders their unidirectional modeling when directly unfolding the point cloud video into a 1D sequence through temporally sequential scanning. To address this challenge, we propose the Unified Spatio-Temporal State Space Model (UST-SSM), which extends the latest advancements in SSMs to point cloud videos. Specifically, we introduce Spatial-Temporal Selection Scanning (STSS), which reorganizes unordered points into semantic-aware sequences through prompt-guided clustering, thereby enabling the effective utilization of points that are spatially and temporally distant yet similar within the sequence. For missing 4D geometric and motion details, Spatio-Temporal Structure Aggregation (STSA) aggregates spatio-temporal features and compensates. To improve temporal interaction within the sampled sequence, Temporal Interaction Sampling (TIS) enhances fine-grained temporal dependencies through non-anchor frame utilization and expanded receptive fields. Experimental results on the MSR-Action3D, NTU RGB+D, and Synthia 4D datasets validate the effectiveness of our method. Our code is available at https://github.com/wangzy01/UST-SSM.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:46:01 GMT" } ]
2025-08-21T00:00:00
[ [ "Li", "Peiming", "" ], [ "Wang", "Ziyi", "" ], [ "Yuan", "Yulin", "" ], [ "Liu", "Hong", "" ], [ "Meng", "Xiangming", "" ], [ "Yuan", "Junsong", "" ], [ "Liu", "Mengyuan", "" ] ]
2508.14605
Jan Kristian Haugland D. Phil.
Jan Kristian Haugland
A lower bound on the number of bent squares
5 pages
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
Bent functions are Boolean functions that are maximally nonlinear. They can be represented as bent squares, i.e., square matrices for which each row and each column is the Walsh spectrum of a Boolean function. Using this representation, it is shown in this note that the number of bent functions in $n$ variables is at least $2^{n \cdot 2^{\frac{n}{2}} \left(1 + O\left(\frac{1}{n}\right)\right)}$ for even integers $n$.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:46:28 GMT" } ]
2025-08-21T00:00:00
[ [ "Haugland", "Jan Kristian", "" ] ]
2508.14606
Danny Vagnozzi
Andrei Krokhin and Danny Vagnozzi
Approximating 1-in-3 SAT by linearly ordered hypergraph 3-colouring is NP-hard
null
null
null
null
cs.CC
http://creativecommons.org/licenses/by/4.0/
Given a satisfiable instance of 1-in-3 SAT, it is NP-hard to find a satisfying assignment for it, but it may be possible to efficiently find a solution subject to a weaker (not necessarily Boolean) predicate than `1-in-3'. There is a folklore conjecture predicting which choices of weaker predicates lead to tractability and for which the task remains \NP-hard. One specific predicate, corresponding to the problem of linearly ordered $3$-colouring of 3-uniform hypergraphs, has been mentioned in several recent papers as an obstacle to further progress in proving this conjecture. We prove that the problem for this predicate is NP-hard, as predicted by the conjecture. We use the Promise CSP framework, where the complexity analysis is performed via the algebraic approach, by studying the structure of polymorphisms, which are multidimensional invariants of the problem at hand. The analysis of polymorphisms is in general a highly non-trivial task, and topological combinatorics was recently discovered to provide a useful tool for this. There are two distinct ways in which it was used: one is based on variations of the Borsuk-Ulam theorem, and the other aims to classify polymorphisms up to certain reconfigurations (homotopy). Our proof, whilst combinatorial in nature, shows that our problem is the first example where the features behind the two uses of topology appear together. Thus, it is likely to be useful in guiding further development of the topological method aimed at classifying Promise CSPs. An easy consequence of our result is the hardness of another specific Promise CSP, which was recently proved by Filakovsk\'y et al. by employing a deep topological analysis of polymorphisms.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:47:00 GMT" } ]
2025-08-21T00:00:00
[ [ "Krokhin", "Andrei", "" ], [ "Vagnozzi", "Danny", "" ] ]
2508.14607
Zhong Pengzhi
Pengzhi Zhong, Xinzhe Wang, Dan Zeng, Qihua Zhou, Feixiang He, and Shuiwang Li
SMTrack: End-to-End Trained Spiking Neural Networks for Multi-Object Tracking in RGB Videos
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Brain-inspired Spiking Neural Networks (SNNs) exhibit significant potential for low-power computation, yet their application in visual tasks remains largely confined to image classification, object detection, and event-based tracking. In contrast, real-world vision systems still widely use conventional RGB video streams, where the potential of directly-trained SNNs for complex temporal tasks such as multi-object tracking (MOT) remains underexplored. To address this challenge, we propose SMTrack-the first directly trained deep SNN framework for end-to-end multi-object tracking on standard RGB videos. SMTrack introduces an adaptive and scale-aware Normalized Wasserstein Distance loss (Asa-NWDLoss) to improve detection and localization performance under varying object scales and densities. Specifically, the method computes the average object size within each training batch and dynamically adjusts the normalization factor, thereby enhancing sensitivity to small objects. For the association stage, we incorporate the TrackTrack identity module to maintain robust and consistent object trajectories. Extensive evaluations on BEE24, MOT17, MOT20, and DanceTrack show that SMTrack achieves performance on par with leading ANN-based MOT methods, advancing robust and accurate SNN-based tracking in complex scenarios.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:47:37 GMT" } ]
2025-08-21T00:00:00
[ [ "Zhong", "Pengzhi", "" ], [ "Wang", "Xinzhe", "" ], [ "Zeng", "Dan", "" ], [ "Zhou", "Qihua", "" ], [ "He", "Feixiang", "" ], [ "Li", "Shuiwang", "" ] ]
2508.14608
Paulo Pintor Mr
Paulo Pintor, Rog\'erio Costa, Jos\'e Moreira
A DBMS-independent approach for capturing provenance polynomials through query rewriting
null
null
null
null
cs.DB
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In today's data-driven ecosystems, ensuring data integrity, traceability and accountability is important. Provenance polynomials constitute a powerful formalism for tracing the origin and the derivations made to produce database query results. Despite their theoretical expressiveness, current implementations have limitations in handling aggregations and nested queries, and some of them and tightly coupled to a single Database Management System (DBMS), hindering interoperability and broader applicability. This paper presents a query rewriting-based approach for annotating Structured Query Language (SQL) queries with provenance polynomials. The proposed methods are DBMS-independent and support Select-Projection-Join-Union-Aggregation (SPJUA) operations and nested queries, through recursive propagation of provenance annotations. This constitutes the first full implementation of semiring-based theory for provenance polynomials extended with semimodule structures. It also presents an experimental evaluation to assess the validity of the proposed methods and compare the performance against state-of-the-art systems using benchmark data and queries. The results indicate that our solution delivers a comprehensive implementation of the theoretical formalisms proposed in the literature, and demonstrates improved performance and scalability, outperforming existing methods.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:48:51 GMT" } ]
2025-08-21T00:00:00
[ [ "Pintor", "Paulo", "" ], [ "Costa", "Rogério", "" ], [ "Moreira", "José", "" ] ]
2508.14609
Chao Ma
Zichi Liu, Yinggui Wang, Tao Wei, Chao Ma
AnchorSync: Global Consistency Optimization for Long Video Editing
ACM MM 2025; Code is released at https://github.com/VISION-SJTU/AnchorSync
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Editing long videos remains a challenging task due to the need for maintaining both global consistency and temporal coherence across thousands of frames. Existing methods often suffer from structural drift or temporal artifacts, particularly in minute-long sequences. We introduce AnchorSync, a novel diffusion-based framework that enables high-quality, long-term video editing by decoupling the task into sparse anchor frame editing and smooth intermediate frame interpolation. Our approach enforces structural consistency through a progressive denoising process and preserves temporal dynamics via multimodal guidance. Extensive experiments show that AnchorSync produces coherent, high-fidelity edits, surpassing prior methods in visual quality and temporal stability.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:51:24 GMT" } ]
2025-08-21T00:00:00
[ [ "Liu", "Zichi", "" ], [ "Wang", "Yinggui", "" ], [ "Wei", "Tao", "" ], [ "Ma", "Chao", "" ] ]
2508.14610
Junzhi Li
Junzhi Li, Teng Long, Jingliang Sun, and Jianxin Zhong
TRUST-Planner: Topology-guided Robust Trajectory Planner for AAVs with Uncertain Obstacle Spatial-temporal Avoidance
null
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Despite extensive developments in motion planning of autonomous aerial vehicles (AAVs), existing frameworks faces the challenges of local minima and deadlock in complex dynamic environments, leading to increased collision risks. To address these challenges, we present TRUST-Planner, a topology-guided hierarchical planning framework for robust spatial-temporal obstacle avoidance. In the frontend, a dynamic enhanced visible probabilistic roadmap (DEV-PRM) is proposed to rapidly explore topological paths for global guidance. The backend utilizes a uniform terminal-free minimum control polynomial (UTF-MINCO) and dynamic distance field (DDF) to enable efficient predictive obstacle avoidance and fast parallel computation. Furthermore, an incremental multi-branch trajectory management framework is introduced to enable spatio-temporal topological decision-making, while efficiently leveraging historical information to reduce replanning time. Simulation results show that TRUST-Planner outperforms baseline competitors, achieving a 96\% success rate and millisecond-level computation efficiency in tested complex environments. Real-world experiments further validate the feasibility and practicality of the proposed method.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:52:28 GMT" } ]
2025-08-21T00:00:00
[ [ "Li", "Junzhi", "" ], [ "Long", "Teng", "" ], [ "Sun", "Jingliang", "" ], [ "Zhong", "Jianxin", "" ] ]
2508.14612
Ayumu Inoue
Ayumu Inoue
The lengths of 3-cocycles of the 7-dihedral and the octahedral quandles
57 pages, 12 figures
null
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We determine the lengths of certain 3-cocycles of the 7-dihedral and the octahedral quandles. As a consequence, we show that both of the 2-twist-spun $5_{2}$-knot and the 4-twist-spun trefoil have the triple point number eight.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:56:34 GMT" } ]
2025-08-21T00:00:00
[ [ "Inoue", "Ayumu", "" ] ]
2508.14613
Luk\'a\v{s} Grajciar
Daniel Willimetz and Luk\'a\v{s} Grajciar
A Simple and Scalable Kernel Density Approach for Reliable Uncertainty Quantification in Atomistic Machine Learning
null
null
null
null
physics.chem-ph cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
Machine learning models are increasingly used to predict material properties and accelerate atomistic simulations, but the reliability of their predictions depends on the representativeness of the training data. We present a scalable, GPU-accelerated uncertainty quantification framework based on $k$-nearest-neighbor kernel density estimation (KDE) in a PCA-reduced descriptor space. This method efficiently detects sparsely sampled regions in large, high-dimensional datasets and provides a transferable, model-agnostic uncertainty metric without requiring retraining costly model ensembles. The framework is validated across diverse case studies varying in: i) chemistry, ii) prediction models (including foundational neural network), iii) descriptors used for KDE estimation, and iv) properties whose uncertainty is sought. In all cases, the KDE-based score reliably flags extrapolative configurations, correlates well with conventional ensemble-based uncertainties, and highlights regions of reduced prediction trustworthiness. The approach offers a practical route for improving the interpretability, robustness, and deployment readiness of ML models in materials science.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 10:58:17 GMT" } ]
2025-08-21T00:00:00
[ [ "Willimetz", "Daniel", "" ], [ "Grajciar", "Lukáš", "" ] ]
2508.14614
Ashish Mishra
Ashish Mishra, Suresh Jagannathan
Close is Good Enough: Component-Based Synthesis Modulo Logical Similarity
null
null
null
null
cs.PL
http://creativecommons.org/licenses/by/4.0/
Component-based synthesis (CBS) aims to generate loop-free programs from a set of libraries whose methods are annotated with specifications and whose output must satisfy a set of logical constraints, expressed as a query. The effectiveness of a CBS algorithm critically depends on the severity of the constraints imposed by the query. The more exact these constraints are, the sparser the space of feasible solutions. This maxim also applies when we enrich the expressiveness of the specifications affixed to library methods. In both cases, the search must now contend with constraints that may only hold over a small number of the possible execution paths that can be enumerated by a CBS procedure. In this paper, we address this challenge by equipping CBS search with the ability to reason about logical similarities among the paths it explores. Our setting considers library methods equipped with refinement-type specifications that enrich ordinary base types with a set of rich logical qualifiers to constrain the set of values accepted by that type. We perform a search over a tree automata variant called Qualified Tree Automata that intelligently records information about enumerated terms, leveraging subtyping constraints over the refinement types associated with these terms to enable reasoning about similarity among candidate solutions as search proceeds, thereby avoiding exploration of semantically similar paths. We present an implementation of this idea in a tool called \name, and provide a comprehensive evaluation that demonstrates \name's ability to synthesize solutions to complex CBS queries that go well-beyond the capabilities of the existing state-of-the-art.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:01:16 GMT" } ]
2025-08-21T00:00:00
[ [ "Mishra", "Ashish", "" ], [ "Jagannathan", "Suresh", "" ] ]
2508.14615
Hugo Sales Corr\^ea
Hugo Sales Corr\^ea, Suryanarayana Sankagiri, Daniel Ratton Figueiredo, Matthias Grossglauser
Measuring IIA Violations in Similarity Choices with Bayesian Models
26 pages and 34 figures, for associated code and data, see https://github.com/correahs/similarity-uai-2025, poster session in UAI 2025
null
null
null
cs.LG stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Similarity choice data occur when humans make choices among alternatives based on their similarity to a target, e.g., in the context of information retrieval and in embedding learning settings. Classical metric-based models of similarity choice assume independence of irrelevant alternatives (IIA), a property that allows for a simpler formulation. While IIA violations have been detected in many discrete choice settings, the similarity choice setting has received scant attention. This is because the target-dependent nature of the choice complicates IIA testing. We propose two statistical methods to test for IIA: a classical goodness-of-fit test and a Bayesian counterpart based on the framework of Posterior Predictive Checks (PPC). This Bayesian approach, our main technical contribution, quantifies the degree of IIA violation beyond its mere significance. We curate two datasets: one with choice sets designed to elicit IIA violations, and another with randomly generated choice sets from the same item universe. Our tests confirmed significant IIA violations on both datasets, and notably, we find a comparable degree of violation between them. Further, we devise a new PPC test for population homogeneity. Results show that the population is indeed homogenous, suggesting that the IIA violations are driven by context effects -- specifically, interactions within the choice sets. These results highlight the need for new similarity choice models that account for such context effects.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:02:26 GMT" } ]
2025-08-21T00:00:00
[ [ "Corrêa", "Hugo Sales", "" ], [ "Sankagiri", "Suryanarayana", "" ], [ "Figueiredo", "Daniel Ratton", "" ], [ "Grossglauser", "Matthias", "" ] ]
2508.14616
Chlo\'e Verni\`ere
Chlo\'e Verni\`ere, Rapha\"el Guitter, Baptiste Courme, Hugo Defienne
Entanglement-enhanced imaging through scattering media
9 pages, 4 figures (main text)
null
null
null
quant-ph physics.optics
http://creativecommons.org/licenses/by/4.0/
Scattering in complex media scrambles light, obscuring images and hindering applications ranging from astronomy to microscopy. While computational algorithms and wavefront shaping can, in principle, reverse this mixing by exploiting the near-linear nature of light propagation, in practice the inversion process is highly susceptible to limitations such as the finite number of controllable modes, noise, losses, and inaccuracies in the forward model. Consequently, these approaches are only effective under tightly controlled conditions, limiting their impact on real-world imaging. Here, we present a quantum entanglement-based approach that transmits images through complex media without inverting the scattering process. This method exploits a fundamental property of quantum entanglement: the preservation of photon correlations across multiple measurement bases. By tailoring the optical disorder induced by a scattering layer to access one such basis, entanglement-encoded images of arbitrary objects hidden behind the medium can be reconstructed via coincidence detection at the output. In contrast, classical imaging under identical conditions fails, producing only speckle patterns with no object information. Our work introduces a fundamentally new approach to imaging through complex media by leveraging the unique properties of quantum entanglement beyond simple optical correlations. This opens up new avenues for quantum-enhanced imaging and communication in challenging environments.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:04:25 GMT" } ]
2025-08-21T00:00:00
[ [ "Vernière", "Chloé", "" ], [ "Guitter", "Raphaël", "" ], [ "Courme", "Baptiste", "" ], [ "Defienne", "Hugo", "" ] ]
2508.14617
Rafa{\l} {\L}ochowski
W. M. Bednorz, R. M. {\L}ochowski, P. L. Zondi, F. J. Mhlanga and D. Hove
The It{\^o}-F\"ollmer formula -- nonstandard cases
null
null
null
null
math.PR math.CA
http://creativecommons.org/licenses/by-nc-nd/4.0/
The purpose of this note is to prove the It{\^o}-F\"ollmer formula for the c\`adl\`ag paths possessing quadratic variation in a possibly ``weakest'' sense along some sequence of partitions. By this we mean, for example, that we do not require the jumps of the quadratic variation to occur exactly at the times when the path itself jumps or that the quadratic variation exists at all time instances. Moreover, we deal with more general partitions than partitions with vanishing mesh used by F\"ollmer, also relaxing restrictions imposed on a sequence of partitions in other related literature.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:06:03 GMT" } ]
2025-08-21T00:00:00
[ [ "Bednorz", "W. M.", "" ], [ "Łochowski", "R. M.", "" ], [ "Zondi", "P. L.", "" ], [ "Mhlanga", "F. J.", "" ], [ "Hove", "D.", "" ] ]
2508.14618
Amin Noroozi
Amin Noroozi, Sandaruwan K. Sethunge, Elham Norouzi, Phat T. Phan, Kavinda U. Waduge, and Md. Arafatur Rahman
A Fuzzy-Enhanced Explainable AI Framework for Flight Continuous Descent Operations Classification
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Continuous Descent Operations (CDO) involve smooth, idle-thrust descents that avoid level-offs, reducing fuel burn, emissions, and noise while improving efficiency and passenger comfort. Despite its operational and environmental benefits, limited research has systematically examined the factors influencing CDO performance. Moreover, many existing methods in related areas, such as trajectory optimization, lack the transparency required in aviation, where explainability is critical for safety and stakeholder trust. This study addresses these gaps by proposing a Fuzzy-Enhanced Explainable AI (FEXAI) framework that integrates fuzzy logic with machine learning and SHapley Additive exPlanations (SHAP) analysis. For this purpose, a comprehensive dataset of 29 features, including 11 operational and 18 weather-related features, was collected from 1,094 flights using Automatic Dependent Surveillance-Broadcast (ADS-B) data. Machine learning models and SHAP were then applied to classify flights' CDO adherence levels and rank features by importance. The three most influential features, as identified by SHAP scores, were then used to construct a fuzzy rule-based classifier, enabling the extraction of interpretable fuzzy rules. All models achieved classification accuracies above 90%, with FEXAI providing meaningful, human-readable rules for operational users. Results indicated that the average descent rate within the arrival route, the number of descent segments, and the average change in directional heading during descent were the strongest predictors of CDO performance. The FEXAI method proposed in this study presents a novel pathway for operational decision support and could be integrated into aviation tools to enable real-time advisories that maintain CDO adherence under varying operational conditions.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:08:16 GMT" } ]
2025-08-21T00:00:00
[ [ "Noroozi", "Amin", "" ], [ "Sethunge", "Sandaruwan K.", "" ], [ "Norouzi", "Elham", "" ], [ "Phan", "Phat T.", "" ], [ "Waduge", "Kavinda U.", "" ], [ "Rahman", "Md. Arafatur", "" ] ]
2508.14619
Moti Gitik
Moti Gitik and Shachar Herpe
The Galvin property at $\kappa^{++}$ and not at $\kappa^+$
null
null
null
null
math.LO
http://creativecommons.org/licenses/by/4.0/
We construct a $\kappa-$complete ultrafilter $W$ over $\kappa$ such that $\neg$Gal$(\kappa, W, \kappa^+)$ and Gal$(\kappa, W, \kappa^{++})$. This answers a question of T. Benhamou and G. Goldberg.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:11:35 GMT" } ]
2025-08-21T00:00:00
[ [ "Gitik", "Moti", "" ], [ "Herpe", "Shachar", "" ] ]
2508.14620
Laurits Lyngbaek
Laurits Lyngbaek, Pascale Feldkamp, Yuri Bizzoni, Kristoffer Nielbo and Kenneth Enevoldsen
Continuous sentiment scores for literary and multilingual contexts
16 pages after compiling, 3025 words, 6 figures, 5 tables and an algorithm
null
null
null
cs.CL
http://creativecommons.org/licenses/by-sa/4.0/
Sentiment Analysis is widely used to quantify sentiment in text, but its application to literary texts poses unique challenges due to figurative language, stylistic ambiguity, as well as sentiment evocation strategies. Traditional dictionary-based tools often underperform, especially for low-resource languages, and transformer models, while promising, typically output coarse categorical labels that limit fine-grained analysis. We introduce a novel continuous sentiment scoring method based on concept vector projection, trained on multilingual literary data, which more effectively captures nuanced sentiment expressions across genres, languages, and historical periods. Our approach outperforms existing tools on English and Danish texts, producing sentiment scores whose distribution closely matches human ratings, enabling more accurate analysis and sentiment arc modeling in literature.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:18:13 GMT" } ]
2025-08-21T00:00:00
[ [ "Lyngbaek", "Laurits", "" ], [ "Feldkamp", "Pascale", "" ], [ "Bizzoni", "Yuri", "" ], [ "Nielbo", "Kristoffer", "" ], [ "Enevoldsen", "Kenneth", "" ] ]
2508.14621
Francesco Monzani
Emanuele Ricci, Francesco Monzani, Luca Nigro, Enrico Prati
Quantum reservoir computing induced by controllable damping
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
Quantum reservoir computing has emerged as a promising machine learning paradigm for processing temporal data on near-term quantum devices, as it allows for exploiting the large computational capacity of the qubits without suffering from typical issues that occur when training a variational quantum circuit. In particular, quantum gate-based echo state networks have proven effective for learning when the evolution of the reservoir circuit is non-unital. Nonetheless, a method for ensuring a tunable and stable non-unital evolution of the circuit was still lacking. We propose an algorithm for inducing damping by applying a controlled rotation to each qubit in the reservoir. It enables tunable, circuit-level amplitude amplification of the zero state, maintaining the system away from the maximally mixed state and preventing information loss caused by repeated mid-circuit measurements. The algorithm is inherently stable over time as it can, in principle, process arbitrarily long input sequences, well beyond the coherence time of individual qubits, by inducing an arbitrary damping on each qubit. Moreover, we show that quantum correlations between qubits provide an improvement in terms of memory retention, underscoring the potential utility of employing a quantum system as a computational reservoir. We demonstrate, through typical benchmarks for reservoir computing, that such an algorithm enables robust and scalable quantum random computing on fault-tolerant quantum hardware.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:18:57 GMT" } ]
2025-08-21T00:00:00
[ [ "Ricci", "Emanuele", "" ], [ "Monzani", "Francesco", "" ], [ "Nigro", "Luca", "" ], [ "Prati", "Enrico", "" ] ]
2508.14622
Guangyu Wei
Guangyu Wei, Fulvio Zonca, Matteo Valerio Falessi, and Zhiyong Qiu
Excitation of toroidal Alfv\'en eigenmode by energetic particles in DTT and effect of negative triangularity
null
null
null
null
physics.plasm-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A linear gyrokinetic eigenvalue code is developed to study the stability of toroidal Alfv\'en eigenmode (TAE) in general axisymmetric toroidal geometry, with the self-consistent treatment of energetic particle drive and core plasma Landau damping in a non-perturbative way. The general particle responses of both circulating and trapped particles are incorporated in the calculation by means of the action-angle approach, and, particularly, the finite Larmor radius and orbit width effects of energetic particles are fully taken into account. The ballooning-mode representation is adopted to solve the eigenmode equations in order to reduce the computational resource while obtaining a high resolution of the fine radial structure. Furthermore, the code is able to study the physics of wave-particle interaction in great detail, thanks to the development of systematic theory-based numerical diagnostics, including effective mode structure and phase space resonance structure. As an application of the code, we perform an in-depth study of the triangularity effect on TAE stability based on the reference equilibrium of the Divertor Tokamak Test facility. It is demonstrated that TAE growth rate can be affected by the triangularity through the modifications of geometric couplings, resonance condition, as well as mode frequency and mode structure. As a result, negative triangularity can either stabilize or destabilize the energetic particle driven TAE depending on the dominant mechanism. The relative importance of these mechanisms under different circumstances is systematically analyzed, providing clear physical insights. The overall effect of negative triangularity for a specific tokamak scenario can be assessed based on these studies.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:20:13 GMT" } ]
2025-08-21T00:00:00
[ [ "Wei", "Guangyu", "" ], [ "Zonca", "Fulvio", "" ], [ "Falessi", "Matteo Valerio", "" ], [ "Qiu", "Zhiyong", "" ] ]
2508.14623
Simon Dahl Jepsen
Simon Dahl Jepsen and Mads Gr{\ae}sb{\o}ll Christensen and Jesper Rindom Jensen
A Study of the Scale Invariant Signal to Distortion Ratio in Speech Separation with Noisy References
Accepted for IEEE ASRU 2025, Workshop on Automatic Speech Recognition and Understanding. Copyright (c) 2025 IEEE. 8 pages, 6 figures, 2 tables
null
null
null
eess.AS cs.AI cs.SD
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper examines the implications of using the Scale-Invariant Signal-to-Distortion Ratio (SI-SDR) as both evaluation and training objective in supervised speech separation, when the training references contain noise, as is the case with the de facto benchmark WSJ0-2Mix. A derivation of the SI-SDR with noisy references reveals that noise limits the achievable SI-SDR, or leads to undesired noise in the separated outputs. To address this, a method is proposed to enhance references and augment the mixtures with WHAM!, aiming to train models that avoid learning noisy references. Two models trained on these enhanced datasets are evaluated with the non-intrusive NISQA.v2 metric. Results show reduced noise in separated speech but suggest that processing references may introduce artefacts, limiting overall quality gains. Negative correlation is found between SI-SDR and perceived noisiness across models on the WSJ0-2Mix and Libri2Mix test sets, underlining the conclusion from the derivation.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:22:11 GMT" } ]
2025-08-21T00:00:00
[ [ "Jepsen", "Simon Dahl", "" ], [ "Christensen", "Mads Græsbøll", "" ], [ "Jensen", "Jesper Rindom", "" ] ]
2508.14624
Natalie Lines
Natalie E. P. Lines, Tian Li, Thomas E. Collett, Philip Holloway, James W. Nightingale, Karina Rojas, Aprajita Verma, Mike Walmsley
The revolution in strong lensing discoveries from Euclid
Published in Nature Astronomy. This version of the article has been accepted for publication but is not the Version of Record and does not reflect post-acceptance improvements, or any corrections. The Version of Record is available online at: https://doi.org/10.1038/s41550-025-02616-5
null
10.1038/s41550-025-02616-5
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Strong gravitational lensing offers a powerful and direct probe of dark matter, galaxy evolution and cosmology, yet strong lenses are rare: only 1 in roughly 10,000 massive galaxies can lens a background source into multiple images. The European Space Agency's Euclid telescope, with its unique combination of high-resolution imaging and wide-area sky coverage, is set to transform this field. In its first quick data release, covering just 0.45% of the full survey area, around 500 high-quality strong lens candidates have been identified using a synergy of machine learning, citizen science and expert visual inspection. This dataset includes exotic systems such as compound lenses and edge-on disk lenses, demonstrating Euclid's capacity to probe the lens parameter space. The machine learning models developed to discover strong lenses in Euclid data are able to find lenses with high purity rates, confirming that the mission's forecast of discovering over 100,000 strong lenses is achievable during its 6-year mission. This will increase the number of known strong lenses by two orders of magnitude, transforming the science that can be done with strong lensing.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:23:20 GMT" } ]
2025-08-21T00:00:00
[ [ "Lines", "Natalie E. P.", "" ], [ "Li", "Tian", "" ], [ "Collett", "Thomas E.", "" ], [ "Holloway", "Philip", "" ], [ "Nightingale", "James W.", "" ], [ "Rojas", "Karina", "" ], [ "Verma", "Aprajita", "" ], [ "Walmsley", "Mike", "" ] ]
2508.14625
Kathleen West
Kathleen West, Youssef Moawad, Fabian Lehmann, Vasilis Bountris, Ulf Leser, Yehia Elkhatib, Lauritz Thamsen
A Systematic Evaluation of the Potential of Carbon-Aware Execution for Scientific Workflows
This is a pre-print of our paper currently under review
null
null
null
cs.DC
http://creativecommons.org/licenses/by/4.0/
Scientific workflows are widely used to automate scientific data analysis and often involve computationally intensive processing of large datasets on compute clusters. As such, their execution tends to be long-running and resource-intensive, resulting in substantial energy consumption and, depending on the energy mix, carbon emissions. Meanwhile, a wealth of carbon-aware computing methods have been proposed, yet little work has focused specifically on scientific workflows, even though they present a substantial opportunity for carbon-aware computing because they are often significantly delay tolerant, efficiently interruptible, highly scalable and widely heterogeneous. In this study, we first exemplify the problem of carbon emissions associated with running scientific workflows, and then show the potential for carbon-aware workflow execution. For this, we estimate the carbon footprint of seven real-world Nextflow workflows executed on different cluster infrastructures using both average and marginal carbon intensity data. Furthermore, we systematically evaluate the impact of carbon-aware temporal shifting, and the pausing and resuming of the workflow. Moreover, we apply resource scaling to workflows and workflow tasks. Finally, we report the potential reduction in overall carbon emissions, with temporal shifting capable of decreasing emissions by over 80%, and resource scaling capable of decreasing emissions by 67%.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:27:16 GMT" } ]
2025-08-21T00:00:00
[ [ "West", "Kathleen", "" ], [ "Moawad", "Youssef", "" ], [ "Lehmann", "Fabian", "" ], [ "Bountris", "Vasilis", "" ], [ "Leser", "Ulf", "" ], [ "Elkhatib", "Yehia", "" ], [ "Thamsen", "Lauritz", "" ] ]
2508.14626
Matthew Frosst
Matthew Frosst, Danail Obreschkow, Aaron Ludlow, Amelia Fraser-McKelvie
Origins and lifetimes of secular and tidal bars in simulated disc galaxies
16 pages, 9 figures, submitted to MNRAS. Comments welcome!
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
We investigate the formation of stellar bars in 307 Milky Way-mass disc galaxies in the TNG50 cosmological simulation. Most bars form rapidly in dynamically cold discs shortly after the central stellar mass exceeds that of dark matter. In these cases, bar formation is consistent with secular instabilities driven by the disc's self-gravity, which organises stellar orbits into a coherent bar structure. However, around 25 per cent of barred galaxies are dark matter dominated at the time of bar formation, $t_{bar}$, and remain so thereafter. We trace the origin of these bars to tidal perturbations induced by passing satellites or mergers using a new metric, $S_{bar}$, quantifying the tidal field acting on the galaxy. At the time of bar formation, we find a negative correlation between $S_{bar}$ and the central stellar-to-dark matter mass fraction, indicating that more dark matter-dominated discs require stronger tides to trigger bar formation. These tidally induced bars are more likely to be transient than those that form secularly, although bar properties are otherwise similar. However, the host galaxies differ: secular bars arise in relatively compact discs, while tidal bars appear in extended discs whose properties resemble those of unbarred galaxies. Tidal perturbations can therefore induce bars in galaxies otherwise stable to secular formation, highlighting the dual role of the internal galactic structure and the external environment in bar formation.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:27:31 GMT" } ]
2025-08-21T00:00:00
[ [ "Frosst", "Matthew", "" ], [ "Obreschkow", "Danail", "" ], [ "Ludlow", "Aaron", "" ], [ "Fraser-McKelvie", "Amelia", "" ] ]
2508.14627
Luis John
Luis H. John, Jan A. Kors, Jenna M. Reps, Peter R. Rijnbeek, Egill A. Fridgeirsson
Clinical semantics for lung cancer prediction
null
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Background: Existing clinical prediction models often represent patient data using features that ignore the semantic relationships between clinical concepts. This study integrates domain-specific semantic information by mapping the SNOMED medical term hierarchy into a low-dimensional hyperbolic space using Poincar\'e embeddings, with the aim of improving lung cancer onset prediction. Methods: Using a retrospective cohort from the Optum EHR dataset, we derived a clinical knowledge graph from the SNOMED taxonomy and generated Poincar\'e embeddings via Riemannian stochastic gradient descent. These embeddings were then incorporated into two deep learning architectures, a ResNet and a Transformer model. Models were evaluated for discrimination (area under the receiver operating characteristic curve) and calibration (average absolute difference between observed and predicted probabilities) performance. Results: Incorporating pre-trained Poincar\'e embeddings resulted in modest and consistent improvements in discrimination performance compared to baseline models using randomly initialized Euclidean embeddings. ResNet models, particularly those using a 10-dimensional Poincar\'e embedding, showed enhanced calibration, whereas Transformer models maintained stable calibration across configurations. Discussion: Embedding clinical knowledge graphs into hyperbolic space and integrating these representations into deep learning models can improve lung cancer onset prediction by preserving the hierarchical structure of clinical terminologies used for prediction. This approach demonstrates a feasible method for combining data-driven feature extraction with established clinical knowledge.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:29:47 GMT" } ]
2025-08-21T00:00:00
[ [ "John", "Luis H.", "" ], [ "Kors", "Jan A.", "" ], [ "Reps", "Jenna M.", "" ], [ "Rijnbeek", "Peter R.", "" ], [ "Fridgeirsson", "Egill A.", "" ] ]
2508.14628
Michael Levin
Alexander Dranishnikov and Michael Levin
A free Z-action by isometries on a compact metric space which is not embeddable into a cubical shift
null
null
null
null
math.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct an example announced in the title. It answers in a strong way a well-known open problem in topological dynamics. In fact our construction is an existence theorem. It is based on a Borsuk-Ulam type theorem whose proof heavily relies on p-adic completions of G-complexes and the equivariant Sullivan conjecture.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:30:39 GMT" } ]
2025-08-21T00:00:00
[ [ "Dranishnikov", "Alexander", "" ], [ "Levin", "Michael", "" ] ]
2508.14629
Zihao Liu
Zihao Liu, Sima Abolghasemi, Mohsen Ebrahimzadeh Hassanabadi, Nicholas E. Wierschem, Daniel Dias-da-Costa
Experimental validation of universal filtering and smoothing for linear system identification using adaptive tuning
null
null
null
null
stat.AP
http://creativecommons.org/licenses/by-nc-nd/4.0/
In Kalman filtering, unknown inputs are often estimated by augmenting the state vector, which introduces reliance on fictitious input models. In contrast, minimum-variance unbiased methods estimate inputs and states separately, avoiding fictitious models but requiring strict sensor configurations, such as full-rank feedforward matrices or without direct feedthrough. To address these limitations, two universal approaches have been proposed to handle systems with or without direct feedthrough, including cases of rank-deficient feedforward matrices. Numerical studies have shown their robustness and applicability, however, they have so far relied on offline tuning, and performance under physical sensor noise and structural uncertainties has not yet been experimentally validated. Contributing to this gap, this paper experimentally validates the universal methods on a five-storey shear frame subjected to shake table tests and multi-impact events. Both typical and rank-deficient conditions are considered. Furthermore, a self-tuning mechanism is introduced to replace impractical offline tuning and enable real-time adaptability. The findings of this paper provide strong evidence of the robustness and adaptability of the methods for structural health monitoring applications, particularly when sensor networks deviate from ideal configurations.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:31:37 GMT" } ]
2025-08-21T00:00:00
[ [ "Liu", "Zihao", "" ], [ "Abolghasemi", "Sima", "" ], [ "Hassanabadi", "Mohsen Ebrahimzadeh", "" ], [ "Wierschem", "Nicholas E.", "" ], [ "Dias-da-Costa", "Daniel", "" ] ]
2508.14630
Arsen Herasymchuk
Arsen Herasymchuk, Sergei G. Sharapov, Oleg V. Yazyev, Yaroslav Zhumagulov
Correlated phases in rhombohedral N-layer graphene
24 pages, 17 figures
null
null
null
cond-mat.str-el cond-mat.mtrl-sci cond-mat.supr-con
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the emergence of correlated electron phases in rhombohedral $N$-layer graphene due to two-valley Coulomb interactions within a low-energy $k \cdot p$ framework. Analytical expressions for Lindhard susceptibilities in intra- and intervalley channels are derived, and the critical temperatures for phase transitions are estimated using both the random phase approximation (RPA) and the parquet approximation (PA). Within RPA, only Stoner and intervalley coherent (IVC) phases are supported, while the PA reveals a richer phase structure including particle-particle (PP) channel instabilities. We establish a general scaling law for the critical temperature with respect to layer number $N$, highlighting an upper bound as $N \rightarrow \infty$, and demonstrate a non-monotonic decrease of the critical temperature with increasing chemical potential. The PA uncovers the role of interaction symmetry: $SU(4)$-symmetric interactions favor intervalley Stoner order in the density channel, whereas $SU(2) \times SU(2)$-symmetric interactions permit a broader set of phases. A crossover in the dominant instability occurs in the particle-hole channel at a critical layer number, suggesting the emergence of magnetic or IVC phases in thicker systems. We also identify conditions under which pair-density wave (PDW) order could form in the PP channel, though its physical realization may be constrained.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:37:43 GMT" } ]
2025-08-21T00:00:00
[ [ "Herasymchuk", "Arsen", "" ], [ "Sharapov", "Sergei G.", "" ], [ "Yazyev", "Oleg V.", "" ], [ "Zhumagulov", "Yaroslav", "" ] ]
2508.14631
Marcos Gomez-Vazquez
Marcos Gomez-Vazquez, Jordi Cabot
Towards a DSL to Formalize Multimodal Requirements
null
null
null
null
cs.SE
http://creativecommons.org/licenses/by-sa/4.0/
Multimodal systems, which process multiple input types such as text, audio, and images, are becoming increasingly prevalent in software systems, enabled by the huge advancements in Machine Learning. This triggers the need to easily define the requirements linked to these new types of user interactions, potentially involving more than one modality at the same time. This remains an open challenge due to the lack of languages and methods adapted to the diverse nature of multimodal interactions, with the risk of implementing AI-enhanced systems that do not properly satisfy the user needs. In this sense, this paper presents MERLAN, a Domain-Specific Language (DSL) to specify the requirements for these new types of multimodal interfaces. We present the metamodel for such language together with a textual syntax implemented as an ANTLR grammar. A prototype tool enabling requirements engineers to write such requirements and automatically generate a possible implementation of a system compliant with them on top of an agentic framework is also provided.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:40:33 GMT" } ]
2025-08-21T00:00:00
[ [ "Gomez-Vazquez", "Marcos", "" ], [ "Cabot", "Jordi", "" ] ]
2508.14632
Yi-feng Yang
Qiong Qin and Yi-feng Yang
Emergent superconducting stripes in two-orbital superconductors
6 pages, 4 figures
null
null
null
cond-mat.supr-con cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Motivated by recent experiments in KTaO$_3$/EuO interface, we propose an intrinsic mechanism where superconducting stripes emerge naturally without involving disorder, charge inhomogeneity, or competing orders. Our theory is based on a two-orbital model of superconductivity, where one orbital displays a quasi-one-dimensional dispersion and the other orbital is more localized and contributes pairing interactions along the perpendicular direction. Our auxiliary-field Monte Carlo simulations demonstrate that the pairing amplitude exhibits spatial modulation such that the superconductivity naturally disaggregates into two-leg or three-leg superconducting stripes separated by non-superconducting blocks. Our work provides a promising scenario of emergent superconducting stripes in homogeneous two-dimensional systems and reveals unexpectedly rich physics in two-orbital superconductors for future materials design.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:41:10 GMT" } ]
2025-08-21T00:00:00
[ [ "Qin", "Qiong", "" ], [ "Yang", "Yi-feng", "" ] ]
2508.14633
Gabriel Caceres-Aravena
Gabriel Caceres-Aravena, Dieter Bauer
Polaronic Effect in High-Harmonic Generation
8 page, 5 figures
null
null
null
quant-ph cond-mat.mtrl-sci physics.atom-ph
http://creativecommons.org/licenses/by/4.0/
We investigate High-Harmonic Generation (HHG) in the Su-Schrieffer-Heeger (SSH) chain with electron-phonon coupling modeled via the Holstein interaction. The system dynamics are simulated using the tight-binding approximation, with local phonons approximated as quantum harmonic oscillators. Phononic degrees of freedom significantly expand the Hilbert space dimension. This interaction modifies the eigenenergy spectrum by introducing new states within previously existing gaps, enhancing the harmonic yield through additional allowed transitions.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:43:40 GMT" } ]
2025-08-21T00:00:00
[ [ "Caceres-Aravena", "Gabriel", "" ], [ "Bauer", "Dieter", "" ] ]
2508.14634
Vladimir Lazi\'c
Andreas H\"oring, Vladimir Lazi\'c, Christian Lehn
Nonvanishing results for K\"ahler varieties
null
null
null
null
math.AG math.CV math.DG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Nonvanishing theorems play a central role in birational geometry, since they derive geometric consequences from numerical information and constitute a crucial step towards abundance and semiampleness problems. General nonvanishing statements remain rare, especially in the K\"ahler setting. We present two types of nonvanishing results for compact K\"ahler varieties. First, on non-uniruled varieties with nonzero Euler-Poincar\'e characteristic, we prove nonvanishing for adjoint bundles of numerical dimension one on K\"ahler klt pairs, as well as nonvanishing for nef line bundles of numerical dimension one on $K$-trivial varieties. Second, on hyperk\"ahler manifolds we study line bundles $\mathcal L$ which are nef but not big, and establish a dichotomy: either nonvanishing holds for $\mathcal L$, or any closed positive current in the cohomology class of $\mathcal L$ has maximal Lelong components with a rather restricted geometry. We obtain much stronger abundance-type results in dimension $4$.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:43:53 GMT" } ]
2025-08-21T00:00:00
[ [ "Höring", "Andreas", "" ], [ "Lazić", "Vladimir", "" ], [ "Lehn", "Christian", "" ] ]
2508.14635
Douglas G. Macharet
Jo\~ao Vitor de Carvalho Silva and Douglas G. Macharet
Can LLM Agents Solve Collaborative Tasks? A Study on Urgency-Aware Planning and Coordination
null
null
null
null
cs.RO cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The ability to coordinate actions across multiple agents is critical for solving complex, real-world problems. Large Language Models (LLMs) have shown strong capabilities in communication, planning, and reasoning, raising the question of whether they can also support effective collaboration in multi-agent settings. In this work, we investigate the use of LLM agents to solve a structured victim rescue task that requires division of labor, prioritization, and cooperative planning. Agents operate in a fully known graph-based environment and must allocate resources to victims with varying needs and urgency levels. We systematically evaluate their performance using a suite of coordination-sensitive metrics, including task success rate, redundant actions, room conflicts, and urgency-weighted efficiency. This study offers new insights into the strengths and failure modes of LLMs in physically grounded multi-agent collaboration tasks, contributing to future benchmarks and architectural improvements.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:44:10 GMT" } ]
2025-08-21T00:00:00
[ [ "Silva", "João Vitor de Carvalho", "" ], [ "Macharet", "Douglas G.", "" ] ]
2508.14637
Jinkun Yang
Jinkun Yang, Pengbin Xu
Design of a Gm-C Dynamic Amplifier with High Linearity and High Temperature and Power Supply Voltage Stability
5 pages, 15 figures
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents a Gm-C dynamic amplifier with high linearity and high temperature and power supply voltage stability. The main part of the amplifier employs two asymmetric differential pairs to enhance transconductance linearity. The amplifier maintains a nearly constant gain within a differential input range of -40 mV to 40 mV, and achieves a total harmonic distortion (THD) of 70.5 dB. The bias part of the amplifier adopts a constant-gm bias circuit, which improves the temperature and supply voltage stability of the amplifier's transconductance and gain. When the differential input is 1 mV, the power supply voltage fluctuates by $\pm$10%, and the temperature varies between -40$\mathrm{^\circ C}$ and 120$\mathrm{^\circ C}$, the standard deviation of the gain distribution is 262m, and the distribution range is from 15.1 to 16.3.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:44:51 GMT" } ]
2025-08-21T00:00:00
[ [ "Yang", "Jinkun", "" ], [ "Xu", "Pengbin", "" ] ]
2508.14638
Ryan Stees
Ryan Stees
Almost-concordance of knots in aspherical 3-manifolds
47 pages, 12 figures
null
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we study topological concordance modulo local knotting, or almost-concordance, of knots in 3-manifolds $M\neq S^3$. A. Levine, Celoria (arXiv:1602.05476v4), and Friedl-Nagel-Orson-Powell (arXiv:1611.09114v2) conjecture that, absent the presence of an embedded dual 2-sphere, any free homotopy class $x$ of knots in $M$ contains infinitely many concordance classes modulo the action of the concordance group of knots in $S^3$ by local knotting. We develop a method for confirming this conjecture for any nontrivial class $x$ in any aspherical $M$ and provide computations that prove the conjecture in a large family of open cases. Our technique employs an extension of Milnor's link invariants to knots and links in non-simply-connected 3-manifolds (arXiv:2310.10918v2). We exhibit a large family of examples where, in a precise sense, we maximize the number of almost-concordance classes distinguished by these invariants.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:44:57 GMT" } ]
2025-08-21T00:00:00
[ [ "Stees", "Ryan", "" ] ]
2508.14639
Georg Wille
Curtis Greene, Volkmar Welker, Georg Wille
On the homology of simplicial and cubical sets with symmetries
null
null
null
null
math.AT math.CO math.CT
http://creativecommons.org/licenses/by/4.0/
We study the homology of simplicial and cubical sets with symmetries. These are simplicial and cubical sets with additional maps expressing the symmetries of simplices and cubes. We consider the chain complex computing the homology groups in either case. We show for coefficients in fields of characteristic $0$ that the sub-complex generated by degeneracies (simplicial case) or connections (cubical case) together with all $x - sgn(t)tx$ for symmetries $t$ and chains $x$ is acyclic. In particular, it follows that quotienting by this sub-complex yields a chain complex with isomorphic homology. The latter leads to structural insight and a speedup in explicit computations. We also exhibit examples which show that acyclicity does not hold for general coefficient rings $R$.
[ { "version": "v1", "created": "Wed, 20 Aug 2025 11:47:07 GMT" } ]
2025-08-21T00:00:00
[ [ "Greene", "Curtis", "" ], [ "Welker", "Volkmar", "" ], [ "Wille", "Georg", "" ] ]