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
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-06-27 00:00:00
authors_parsed
sequencelengths
1
2.83k
2506.21230
Junhao Shi
Junhao Shi, Zhaoye Fei, Siyin Wang, Qipeng Guo, Jingjing Gong, Xipeng QIu
World-aware Planning Narratives Enhance Large Vision-Language Model Planner
null
null
null
null
cs.AI cs.RO
http://creativecommons.org/licenses/by/4.0/
Large Vision-Language Models (LVLMs) show promise for embodied planning tasks but struggle with complex scenarios involving unfamiliar environments and multi-step goals. Current approaches rely on environment-agnostic imitation learning that disconnects instructions from environmental contexts, causing models to struggle with context-sensitive instructions and rely on supplementary cues rather than visual reasoning during long-horizon interactions. In this work, we propose World-Aware Planning Narrative Enhancement (WAP), a framework that infuses LVLMs with comprehensive environmental understanding through four cognitive capabilities (visual appearance modeling, spatial reasoning, functional abstraction, and syntactic grounding) while developing and evaluating models using only raw visual observations through curriculum learning. Evaluations on the EB-ALFRED benchmark demonstrate substantial improvements, with Qwen2.5-VL achieving a 60.7 absolute improvement in task success rates, particularly in commonsense reasoning (+60.0) and long-horizon planning (+70.0). Notably, our enhanced open-source models outperform proprietary systems like GPT-4o and Claude-3.5-Sonnet by a large margin.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:20:55 GMT" } ]
2025-06-27T00:00:00
[ [ "Shi", "Junhao", "" ], [ "Fei", "Zhaoye", "" ], [ "Wang", "Siyin", "" ], [ "Guo", "Qipeng", "" ], [ "Gong", "Jingjing", "" ], [ "QIu", "Xipeng", "" ] ]
2506.21231
Lingrui Li
Lingrui Li and Nobuo Yamashita
Block Coordinate Descent Network Simplex for Optimal Transport
null
null
null
null
math.OC
http://creativecommons.org/licenses/by/4.0/
We propose the Block Coordinate Descent Network Simplex (BCDNS) method for solving large-scale discrete Optimal Transport (OT) problems. BCDNS integrates the Network Simplex (NS) algorithm with a block coordinate descent (BCD) strategy, decomposing the full problem into smaller subproblems per iteration and reusing basis variables to ensure feasibility. We prove that BCDNS terminates in a finite number of iterations with an exact optimal solution, and we characterize its per-iteration complexity as O(s N), where s is a user-defined parameter in (0,1) and N is the total number of variables. Numerical experiments demonstrate that BCDNS matches the classical NS method in solution accuracy, reduces memory footprint compared to the Sinkhorn algorithm, achieves speed-ups of up to tens of times over the classical NS method, and exhibits runtime comparable to a high-precision Sinkhorn implementation.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:21:20 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Lingrui", "" ], [ "Yamashita", "Nobuo", "" ] ]
2506.21232
Khalid Saqr
Khalid M. Saqr
The State of Papers, Retractions, and Preprints: Evidence from the CrossRef Database (2004-2024)
null
null
null
null
cs.DL physics.soc-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
A 20-year analysis of CrossRef metadata demonstrates that global scholarly output -- encompassing publications, retractions, and preprints -- exhibits strikingly inertial growth, well-described by exponential, quadratic, and logistic models with nearly indistinguishable goodness-of-fit. Retraction dynamics, in particular, remain stable and minimally affected by the COVID-19 shock, which contributed less than 1% to total notices. Since 2004, publications doubled every 9.8 years, retractions every 11.4 years, and preprints at the fastest rate, every 5.6 years. The findings underscore a system primed for ongoing stress at unchanged structural bottlenecks. Although model forecasts diverge beyond 2024, the evidence suggests that the future trajectory of scholarly communication will be determined by persistent systemic inertia rather than episodic disruptions -- unless intentionally redirected by policy or AI-driven reform.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:21:25 GMT" } ]
2025-06-27T00:00:00
[ [ "Saqr", "Khalid M.", "" ] ]
2506.21233
Xiwei Xuan
Xiwei Xuan, Ziquan Deng, Kwan-Liu Ma
ReME: A Data-Centric Framework for Training-Free Open-Vocabulary Segmentation
Accepted to ICCV 2025
null
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Training-free open-vocabulary semantic segmentation (OVS) aims to segment images given a set of arbitrary textual categories without costly model fine-tuning. Existing solutions often explore attention mechanisms of pre-trained models, such as CLIP, or generate synthetic data and design complex retrieval processes to perform OVS. However, their performance is limited by the capability of reliant models or the suboptimal quality of reference sets. In this work, we investigate the largely overlooked data quality problem for this challenging dense scene understanding task, and identify that a high-quality reference set can significantly benefit training-free OVS. With this observation, we introduce a data-quality-oriented framework, comprising a data pipeline to construct a reference set with well-paired segment-text embeddings and a simple similarity-based retrieval to unveil the essential effect of data. Remarkably, extensive evaluations on ten benchmark datasets demonstrate that our method outperforms all existing training-free OVS approaches, highlighting the importance of data-centric design for advancing OVS without training. Our code is available at https://github.com/xiweix/ReME .
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:22:03 GMT" } ]
2025-06-27T00:00:00
[ [ "Xuan", "Xiwei", "" ], [ "Deng", "Ziquan", "" ], [ "Ma", "Kwan-Liu", "" ] ]
2506.21234
Qifei Cui
Qifei Cui, Yuang Zhou, Ruichen Deng
Real-Time ESFP: Estimating, Smoothing, Filtering, and Pose-Mapping
null
null
null
null
cs.CV cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents ESFP, an end-to-end pipeline that converts monocular RGB video into executable joint trajectories for a low-cost 4-DoF desktop arm. ESFP comprises four sequential modules. (1) Estimating: ROMP lifts each frame to a 24-joint 3-D skeleton. (2) Smoothing: the proposed HPSTM-a sequence-to-sequence Transformer with self-attention-combines long-range temporal context with a differentiable forward-kinematics decoder, enforcing constant bone lengths and anatomical plausibility while jointly predicting joint means and full covariances. (3) Filtering: root-normalized trajectories are variance-weighted according to HPSTM's uncertainty estimates, suppressing residual noise. (4) Pose-Mapping: a geometric retargeting layer transforms shoulder-elbow-wrist triples into the uArm's polar workspace, preserving wrist orientation.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:22:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Cui", "Qifei", "" ], [ "Zhou", "Yuang", "" ], [ "Deng", "Ruichen", "" ] ]
2506.21235
Pablo Torres Dr
Pablo Torres
Grundy double domination number: bounds, graph operations, and efficient computation for $P_4$-tidy graphs
null
null
null
null
math.CO
http://creativecommons.org/licenses/by-nc-nd/4.0/
Inspired by graph domination games, various domination-type vertex sequences have been introduced, including the Grundy double dominating sequence (GDDS) of a graph and its associated parameter, the Grundy double domination number (GDDN). The decision version of the problem of computing the GDDN is known to be NP-complete, even when restricted to split graphs and bipartite graphs. In this paper, we establish general tight bounds for the GDDN. We also describe GDDSs for vertex-removed graphs and for the join of two graphs. Applying these results, we prove that computing the GDDN is linear for $P_4$-tidy graphs, thereby solving an open problem previously posed for cographs by B. Bre\v{s}ar et al. in [Bre\v{s}ar, B., Pandey, A., and Sharma, G. (2022). Computational aspects of some vertex sequences of grundy domination-type. Indian J. Discrete Math., 8:21-38].
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:22:15 GMT" } ]
2025-06-27T00:00:00
[ [ "Torres", "Pablo", "" ] ]
2506.21236
Nikolaj Balslev Hougs Mr.
Nikolaj B. Hougs, Kristian S. Knudsen, Marcus Albrechtsen, Taichi Suhara, Christian A. Rosiek, S{\o}ren Stobbe
Measurements, simulations, and models of the point-spread function of electron-beam lithography
Main; 15 pages, 7 figures. Supporting; 5 pages, 2 figures
null
null
null
physics.app-ph
http://creativecommons.org/licenses/by/4.0/
When a sample is exposed using electron-beam lithography, the electrons scatter deep and far in the substrate, resulting in unwanted deposition of dose at both the nano- and the microscale. This proximity effect can be mitigated by proximity effect correction provided that accurate and validated models of the point-spread function of the electron scattering are available. Most works so far considered a double-Gaussian model of the electron point-spread function, which is very inaccurate for modern electron-beam writers with high acceleration voltages. We present measurements of the process point-spread function for chemically semi-amplified resist on silicon and indium phosphide substrates using a 150 kV electron-beam lithography system. We find that the double-Gaussian model deviates from experiments by up to four orders of magnitude. We propose instead a model comprising the sum of a power-law and a Gaussian, which is in excellent agreement with simulations of the electron scattering obtained by a Monte Carlo method. We apply the power-law plus Gaussian model to quantify the electron scattering and proximity effect correction parameters across material stacks, processing, and voltages from 5 kV to 150 kV. We find that the power-law term remains remarkably constant, whereas the long-range dose contributions and the clearing dose are significantly affected by the substrate and the acceleration voltage.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:22:30 GMT" } ]
2025-06-27T00:00:00
[ [ "Hougs", "Nikolaj B.", "" ], [ "Knudsen", "Kristian S.", "" ], [ "Albrechtsen", "Marcus", "" ], [ "Suhara", "Taichi", "" ], [ "Rosiek", "Christian A.", "" ], [ "Stobbe", "Søren", "" ] ]
2506.21237
Umaima Rahman
Umaima Rahman, Mohammad Yaqub, Dwarikanath Mahapatra
DiMPLe -- Disentangled Multi-Modal Prompt Learning: Enhancing Out-Of-Distribution Alignment with Invariant and Spurious Feature Separation
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
We introduce DiMPLe (Disentangled Multi-Modal Prompt Learning), a novel approach to disentangle invariant and spurious features across vision and language modalities in multi-modal learning. Spurious correlations in visual data often hinder out-of-distribution (OOD) performance. Unlike prior methods focusing solely on image features, DiMPLe disentangles features within and across modalities while maintaining consistent alignment, enabling better generalization to novel classes and robustness to distribution shifts. Our method combines three key objectives: (1) mutual information minimization between invariant and spurious features, (2) spurious feature regularization, and (3) contrastive learning on invariant features. Extensive experiments demonstrate DiMPLe demonstrates superior performance compared to CoOp-OOD, when averaged across 11 diverse datasets, and achieves absolute gains of 15.27 in base class accuracy and 44.31 in novel class accuracy.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:22:44 GMT" } ]
2025-06-27T00:00:00
[ [ "Rahman", "Umaima", "" ], [ "Yaqub", "Mohammad", "" ], [ "Mahapatra", "Dwarikanath", "" ] ]
2506.21238
Jiayan Jiang
Jia-yan Jiang, Kang Jiao, Tong-Jie Zhang
Optimizing Gaussian Process Kernels Using Nested Sampling and ABC Rejection for H(z) Reconstruction
19 pages,7 figures
null
null
null
astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent cosmological observations have achieved high-precision measurements of the Universe's expansion history, prompting the use of nonparametric methods such as Gaussian processes (GP) regression. We apply GP regression for reconstructing the Hubble parameter using CC data, with improved covariance modeling and latest study in CC data. By comparing reconstructions in redshift space $z$ and transformed space $\log(z+1)$ , we evaluate six kernel functions using nested sampling (NS) and approximate Bayesian computation rejection (ABC rejection) methods and analyze the construction of Hubble constant $H_0$ in different models. Our analysis demonstrates that reconstructions in $\log(z+1)$ space remain physically reasonable, offering a viable alternative to conventional $z$ space approaches, while the introduction of nondiagonal covariance matrices leads to degraded reconstruction quality, suggesting that simplified diagonal forms may be preferable for reconstruction. These findings underscore the importance of task-specific kernel selection in GP-based cosmological inference. In particular, our findings suggest that careful preliminary screening of kernel functions, based on the physical quantities of interest, is essential for reliable inference in cosmological research using GP.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:23:03 GMT" } ]
2025-06-27T00:00:00
[ [ "Jiang", "Jia-yan", "" ], [ "Jiao", "Kang", "" ], [ "Zhang", "Tong-Jie", "" ] ]
2506.21239
Max Rose
Max Rose, Hannes Gernandt, Timm Faulwasser, Johannes Schiffer
Exact Time-Varying Turnpikes for Dynamic Operation of District Heating Networks
null
null
10.1109/LCSYS.2025.3582614
null
math.OC cs.SY eess.SY
http://creativecommons.org/licenses/by-nc-nd/4.0/
District heating networks (DHNs) are crucial for decarbonizing the heating sector. Yet, their efficient and reliable operation requires the coordination of multiple heat producers and the consideration of future demands. Predictive and optimization-based control is commonly used to address this task, but existing results for DHNs do not account for time-varying problem aspects. Since the turnpike phenomenon can serve as a basis for model predictive control design and analysis, this paper examines its role in DHN optimization by analyzing the underlying optimal control problem with time-varying prices and demands. That is, we derive conditions for the existence of a unique time-varying singular arc, which constitutes the time varying turnpike, and we provide its closed-form expression. Additionally, we present converse turnpike results showing a exact time-varying case implies strict dissipativity of the optimal control problem. A numerical example illustrates our findings.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:23:21 GMT" } ]
2025-06-27T00:00:00
[ [ "Rose", "Max", "" ], [ "Gernandt", "Hannes", "" ], [ "Faulwasser", "Timm", "" ], [ "Schiffer", "Johannes", "" ] ]
2506.21240
Elie Saad
Elie Saad, Aya Mrabah, Mariem Besbes, Marc Zolghadri, Victor Czmil, Claude Baron, Vincent Bourgeois
Zero-Shot Learning for Obsolescence Risk Forecasting
null
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Component obsolescence poses significant challenges in industries reliant on electronic components, causing increased costs and disruptions in the security and availability of systems. Accurate obsolescence risk prediction is essential but hindered by a lack of reliable data. This paper proposes a novel approach to forecasting obsolescence risk using zero-shot learning (ZSL) with large language models (LLMs) to address data limitations by leveraging domain-specific knowledge from tabular datasets. Applied to two real-world datasets, the method demonstrates effective risk prediction. A comparative evaluation of four LLMs underscores the importance of selecting the right model for specific forecasting tasks.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:23:57 GMT" } ]
2025-06-27T00:00:00
[ [ "Saad", "Elie", "" ], [ "Mrabah", "Aya", "" ], [ "Besbes", "Mariem", "" ], [ "Zolghadri", "Marc", "" ], [ "Czmil", "Victor", "" ], [ "Baron", "Claude", "" ], [ "Bourgeois", "Vincent", "" ] ]
2506.21241
Don\'at M. Tak\'acs
Don\'at M. Tak\'acs, Tam\'as F\"ul\"op
On the coordinate system-dependence of the accuracy of symplectic numerical methods
24 pages, 7 figures
null
null
null
math.NA cs.NA physics.class-ph physics.comp-ph
http://creativecommons.org/licenses/by-nc-sa/4.0/
Symplectic numerical methods have become a widely-used choice for the accurate simulation of Hamiltonian systems in various fields, including celestial mechanics, molecular dynamics and robotics. Even though their characteristics are well-understood mathematically, relatively little attention has been paid in general to the practical aspect of how the choice of coordinates affects the accuracy of the numerical results, even though the consequences can be computationally significant. The present article aims to fill this gap by giving a systematic overview of how coordinate transformations can influence the results of simulations performed using symplectic methods. We give a derivation for the non-invariance of the modified Hamiltonian of symplectic methods under coordinate transformations, as well as a sufficient condition for the non-preservation of a first integral corresponding to a cyclic coordinate for the symplectic Euler method. We also consider the possibility of finding order-compensating coordinate transformations that improve the order of accuracy of a numerical method. Various numerical examples are presented throughout.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:24:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Takács", "Donát M.", "" ], [ "Fülöp", "Tamás", "" ] ]
2506.21242
Jing Guo
Jing Guo, Maria Lopez-Fernandez
Runge--Kutta generalized Convolution Quadrature for sectorial problems
35 pages, 26 figures
null
null
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the application of the generalized convolution quadrature (gCQ) based on Runge--Kutta methods to approximate the solution of an important class of sectorial problems. The gCQ generalizes Lubich's original convolution quadrature (CQ) to variable steps. High-order versions of the gCQ have been developed in the last decade, relying on certain Runge--Kutta methods. The Runge--Kutta based gCQ has been studied so far in a rather general setting, which includes applications to boundary integral formulations of wave problems. The available stability and convergence results for these new methods are suboptimal compared to those known for the uniform-step CQ, both in terms of convergence order and regularity requirements of the data. Here we focus on a special class of sectorial problems and prove that in these important applications it is possible to achieve the same order of convergence as for the original CQ, under the same regularity hypotheses on the data, and for very general time meshes. In the particular case of data with some known algebraic type of singularity, we also show how to choose an optimally graded time mesh to achieve convergence with maximal order, overcoming the well-known order reduction of the original CQ in these situations. An important advantage of the gCQ method is that it allows for a fast and memory-efficient implementation. We describe how the fast and oblivious Runge--Kutta based gCQ can be implemented and illustrate our theoretical results with several numerical experiments. The codes implementing the examples in this article are available in [13].
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:26:33 GMT" } ]
2025-06-27T00:00:00
[ [ "Guo", "Jing", "" ], [ "Lopez-Fernandez", "Maria", "" ] ]
2506.21243
David Perrella
Daniel Peralta-Salas, David Perrella and David Pfefferl\'e
Asymmetry of curl eigenfields solving Woltjer's variational problem
32 pages
null
null
null
math-ph math.AP math.MP
http://creativecommons.org/licenses/by/4.0/
We construct families of rotationally symmetric toroidal domains in $\mathbb R^3$ for which the eigenfields associated to the first (positive) Amp\`erian curl eigenvalue are symmetric, and others for which no first eigenfield is symmetric. This implies, in particular, that minimizers of the celebrated Woltjer's variational principle do not need to inherit the rotational symmetry of the domain. This disproves the folk wisdom that the eigenfields corresponding to the lowest curl eigenvalue must be symmetric if the domain is.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:27:18 GMT" } ]
2025-06-27T00:00:00
[ [ "Peralta-Salas", "Daniel", "" ], [ "Perrella", "David", "" ], [ "Pfefferlé", "David", "" ] ]
2506.21244
Uri Cohen
Uri Cohen
Eigenvalue spectrum support of paired random matrices with pseudo-inverse
null
null
null
null
math.SP cond-mat.dis-nn math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Moore-Penrose pseudo-inverse $X^\dagger$, defined for rectangular matrices, naturally emerges in many areas of mathematics and science. For a pair of rectangular matrices $X, Y$ where the corresponding entries are jointly Gaussian and i.i.d., we analyse the support of the eigenvalue spectrum of $XY^\dagger$.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:27:50 GMT" } ]
2025-06-27T00:00:00
[ [ "Cohen", "Uri", "" ] ]
2506.21245
Qifei Cui
Qifei Cui, Xinyu Lu
GANet-Seg: Adversarial Learning for Brain Tumor Segmentation with Hybrid Generative Models
null
null
null
null
eess.IV cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This work introduces a novel framework for brain tumor segmentation leveraging pre-trained GANs and Unet architectures. By combining a global anomaly detection module with a refined mask generation network, the proposed model accurately identifies tumor-sensitive regions and iteratively enhances segmentation precision using adversarial loss constraints. Multi-modal MRI data and synthetic image augmentation are employed to improve robustness and address the challenge of limited annotated datasets. Experimental results on the BraTS dataset demonstrate the effectiveness of the approach, achieving high sensitivity and accuracy in both lesion-wise Dice and HD95 metrics than the baseline. This scalable method minimizes the dependency on fully annotated data, paving the way for practical real-world applications in clinical settings.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:28:09 GMT" } ]
2025-06-27T00:00:00
[ [ "Cui", "Qifei", "" ], [ "Lu", "Xinyu", "" ] ]
2506.21246
Giorgos Demosthenous
Giorgos Demosthenous, Chryssis Georgiou, Eliada Polydorou
From On-chain to Macro: Assessing the Importance of Data Source Diversity in Cryptocurrency Market Forecasting
null
Proceedings of Workshops at the 50th International Conference on Very Large Data Bases, {VLDB} 2024, Guangzhou, China, August 26-30, 2024
null
null
q-fin.PM cs.AI cs.ET cs.LG q-fin.ST
http://creativecommons.org/licenses/by/4.0/
This study investigates the impact of data source diversity on the performance of cryptocurrency forecasting models by integrating various data categories, including technical indicators, on-chain metrics, sentiment and interest metrics, traditional market indices, and macroeconomic indicators. We introduce the Crypto100 index, representing the top 100 cryptocurrencies by market capitalization, and propose a novel feature reduction algorithm to identify the most impactful and resilient features from diverse data sources. Our comprehensive experiments demonstrate that data source diversity significantly enhances the predictive performance of forecasting models across different time horizons. Key findings include the paramount importance of on-chain metrics for both short-term and long-term predictions, the growing relevance of traditional market indices and macroeconomic indicators for longer-term forecasts, and substantial improvements in model accuracy when diverse data sources are utilized. These insights help demystify the short-term and long-term driving factors of the cryptocurrency market and lay the groundwork for developing more accurate and resilient forecasting models.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:29:19 GMT" } ]
2025-06-27T00:00:00
[ [ "Demosthenous", "Giorgos", "" ], [ "Georgiou", "Chryssis", "" ], [ "Polydorou", "Eliada", "" ] ]
2506.21247
Xianghang Zhang
Xianghang Zhang
A_infinity Action of Open N=2 Superstring Field Theory
null
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
We formulate a string field theory for open N=2 strings with an A_infinity algebra structure. Starting from the BRST cohomology relative to the U(1) anti-ghost zero-mode, we generalize [arXiv:1312.2948] and constructed all interacting vertices recursively and without singularity. We also show that our string field theory reproduces the correct perturbative S-matrix.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:29:46 GMT" } ]
2025-06-27T00:00:00
[ [ "Zhang", "Xianghang", "" ] ]
2506.21248
Peitao Liu
Mingfeng Liu, Jiantao Wang, Peitao Liu, Qiang Wang, Zhibo Liu, Yan Sun and Xing-Qiu Chen
Diverse polymorphs and phase transitions in van der Waals In$_2$Se$_3$
32 pages, 20 figures (including Supplementary Information)
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Van der Waals In$_2$Se$_3$ has garnered significant attention due to its unique properties and wide applications associated with its rich polymorphs and polymorphic phase transitions. Despite extensive studies, the vast complex polymorphic phase space remains largely unexplored, and the underlying microscopic mechanism for their phase transformations remains elusive. Here, we develop a highly accurate, efficient, and reliable machine-learning potential (MLP), which not only facilitates accurate exploration of the intricate potential energy surface (PES), but also enables us to conduct large-scale molecular dynamics (MD) simulations with first-principles accuracy. We identify the accurate structure of the $\beta''$ polymorph and uncover several previously unreported $\beta'$ polymorph variants exhibiting dynamic stability and competing energies, which are elucidated by characteristic flat imaginary phonon bands and the distinctive Mexican-hat-like PES in the $\beta$ polymorph. Through the MLP-accelerated MD simulations, we directly observe the polymorphic phase transformations among the $\alpha$, $\beta$, $\beta'$, and $\beta''$ polymorphs under varying temperature and pressure conditions, and build for the first time an ab initio temperature-pressure phase diagram, showing good agreement with experiments. Furthermore, our MD simulations reveal a novel strain-induced reversible phase transition between the $\beta'$ and $\beta''$ polymorphs. This work not only unveils diverse polymorphs in van der Waals In$_2$Se$_3$, but also provides crucial atomic insights into their phase transitions, opening new avenues for the design of novel functional electronic devices.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:31:56 GMT" } ]
2025-06-27T00:00:00
[ [ "Liu", "Mingfeng", "" ], [ "Wang", "Jiantao", "" ], [ "Liu", "Peitao", "" ], [ "Wang", "Qiang", "" ], [ "Liu", "Zhibo", "" ], [ "Sun", "Yan", "" ], [ "Chen", "Xing-Qiu", "" ] ]
2506.21249
Xianghan Meng
Xianghan Meng, Zhengyu Tong, Zhiyuan Huang, Chun-Guang Li
Temporal Rate Reduction Clustering for Human Motion Segmentation
The paper is accepted by ICCV 2025. The first two authors are equally contributed
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Human Motion Segmentation (HMS), which aims to partition videos into non-overlapping human motions, has attracted increasing research attention recently. Existing approaches for HMS are mainly dominated by subspace clustering methods, which are grounded on the assumption that high-dimensional temporal data align with a Union-of-Subspaces (UoS) distribution. However, the frames in video capturing complex human motions with cluttered backgrounds may not align well with the UoS distribution. In this paper, we propose a novel approach for HMS, named Temporal Rate Reduction Clustering ($\text{TR}^2\text{C}$), which jointly learns structured representations and affinity to segment the frame sequences in video. Specifically, the structured representations learned by $\text{TR}^2\text{C}$ maintain temporally consistent and align well with a UoS structure, which is favorable for the HMS task. We conduct extensive experiments on five benchmark HMS datasets and achieve state-of-the-art performances with different feature extractors.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:35:07 GMT" } ]
2025-06-27T00:00:00
[ [ "Meng", "Xianghan", "" ], [ "Tong", "Zhengyu", "" ], [ "Huang", "Zhiyuan", "" ], [ "Li", "Chun-Guang", "" ] ]
2506.21250
Jing Bi
Jing Bi, Lianggong Bruce Wen, Zhang Liu, Chenliang Xu
ACTLLM: Action Consistency Tuned Large Language Model
null
null
null
null
cs.RO
http://creativecommons.org/licenses/by/4.0/
This paper introduces ACTLLM (Action Consistency Tuned Large Language Model), a novel approach for robot manipulation in dynamic environments. Traditional vision-based systems often struggle to learn visual representations that excel in both task execution and spatial reasoning, thereby limiting their adaptability in dynamic environments. ACTLLM addresses these challenges by harnessing language to craft structured scene descriptors, providing a uniform interface for both spatial understanding and task performance through flexible language instructions. Moreover, we introduce a novel action consistency constraint that aligns visual perception with corresponding actions, thereby enhancing the learning of actionable visual representations. Additionally, we have reformulated the Markov decision process for manipulation tasks into a multi-turn visual dialogue framework. This approach enables the modeling of long-term task execution with enhanced contextual relevance derived from the history of task execution. During our evaluation, ACTLLM excels in diverse scenarios, proving its effectiveness on challenging vision-based robot manipulation tasks.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:35:53 GMT" } ]
2025-06-27T00:00:00
[ [ "Bi", "Jing", "" ], [ "Wen", "Lianggong Bruce", "" ], [ "Liu", "Zhang", "" ], [ "Xu", "Chenliang", "" ] ]
2506.21251
Suliang Si
Suliang Si
Determination of the potential by a fixed angle scattering data
arXiv admin note: text overlap with arXiv:1905.03974 by other authors
null
null
null
math.AP
http://creativecommons.org/licenses/by-sa/4.0/
In this paper, we show that a compactly supported potential is uniquely determined by the far field pattern at a fixed angle. Our method is based on a new Carleman estimate and the ideas introduced by Bukhgeim and Klibanov on the use of Carleman estimates for inverse problems.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:35:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Si", "Suliang", "" ] ]
2506.21252
Tianyi Men
Tianyi Men and Zhuoran Jin and Pengfei Cao and Yubo Chen and Kang Liu and Jun Zhao
Agent-RewardBench: Towards a Unified Benchmark for Reward Modeling across Perception, Planning, and Safety in Real-World Multimodal Agents
ACL 2025 Main
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
As Multimodal Large Language Models (MLLMs) advance, multimodal agents show promise in real-world tasks like web navigation and embodied intelligence. However, due to limitations in a lack of external feedback, these agents struggle with self-correction and generalization. A promising approach is to use reward models as external feedback, but there is no clear on how to select reward models for agents. Thus, there is an urgent need to build a reward bench targeted at agents. To address these challenges, we propose Agent-RewardBench, a benchmark designed to evaluate reward modeling ability in MLLMs. The benchmark is characterized by three key features: (1) Multiple dimensions and real-world agent scenarios evaluation. It covers perception, planning, and safety with 7 scenarios; (2) Step-level reward evaluation. It allows for the assessment of agent capabilities at the individual steps of a task, providing a more granular view of performance during the planning process; and (3) Appropriately difficulty and high-quality. We carefully sample from 10 diverse models, difficulty control to maintain task challenges, and manual verification to ensure the integrity of the data. Experiments demonstrate that even state-of-the-art multimodal models show limited performance, highlighting the need for specialized training in agent reward modeling. Code is available at github.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:36:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Men", "Tianyi", "" ], [ "Jin", "Zhuoran", "" ], [ "Cao", "Pengfei", "" ], [ "Chen", "Yubo", "" ], [ "Liu", "Kang", "" ], [ "Zhao", "Jun", "" ] ]
2506.21253
Raphael Flepp
Raphael Flepp, Tim Pawlowski, Travis Richardson
Suspense and Surprise in European Football
null
null
null
null
econ.GN q-fin.EC
http://creativecommons.org/licenses/by/4.0/
We propose utilizing match-level suspense and surprise - which capture the entertainment utility created by competitive balance and outcome uncertainty for sports spectators - as alternative policy targets for league organizers and managers. Through simulations, we derive a benchmark range for suspense and surprise based on a perfectly balanced match before analyzing over 25,000 men's matches (2010/11-2023/24) and 725 women's matches (2023/24) from Europe's top football leagues. Our findings reveal that an average match generates lower suspense compared to the benchmark range, particularly for top teams, while surprise values consistently align with the benchmark. Moreover, we observe nuanced trends over time in men's football and highlight notable differences across leagues and clubs in both men's and women's competitions. These insights enhance our understanding of how the attractiveness of matches arises from competitive balance and carry important policy implications.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:36:24 GMT" } ]
2025-06-27T00:00:00
[ [ "Flepp", "Raphael", "" ], [ "Pawlowski", "Tim", "" ], [ "Richardson", "Travis", "" ] ]
2506.21254
Romain Bourneuf
Julien Bensmail, Romain Bourneuf, Paul Colinot, Samuel Humeau, Timoth\'ee Martinod
Making Graphs Irregular through Irregularising Walks
null
null
null
null
cs.DM math.CO
http://creativecommons.org/licenses/by/4.0/
The 1-2-3 Conjecture, introduced by Karo\'nski, {\L}uczak, and Thomason in 2004, was recently solved by Keusch. This implies that, for any connected graph $G$ different from $K_2$, we can turn $G$ into a locally irregular multigraph $M(G)$, i.e., in which no two adjacent vertices have the same degree, by replacing some of its edges with at most three parallel edges. In this work, we introduce and study a restriction of this problem under the additional constraint that edges added to $G$ to reach $M(G)$ must form a walk (i.e., a path with possibly repeated edges and vertices) of $G$. We investigate the general consequences of having this additional constraint, and provide several results of different natures (structural, combinatorial, algorithmic) on the length of the shortest irregularising walks, for general graphs and more restricted classes.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:37:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Bensmail", "Julien", "" ], [ "Bourneuf", "Romain", "" ], [ "Colinot", "Paul", "" ], [ "Humeau", "Samuel", "" ], [ "Martinod", "Timothée", "" ] ]
2506.21255
Xicheng Wang
Xicheng Wang and Erich J Mueller
Resonating Kagome Dimer coverings in Rydberg atom arrays
20 pages, 24 figures
null
null
null
quant-ph cond-mat.quant-gas
http://creativecommons.org/licenses/by-nc-sa/4.0/
Motivated by experiments on Rydberg atom arrays, we explore the properties of uniform quantum superpositions of kagome dimer configurations and construct an efficient algorithm for experimentally producing them. We begin by considering the thin cylinder limit, where these states have simple descriptions. We then develop a matrix product representation of the states on arbitrary cylinders, which leads to a natural protocol to efficiently grow them. We explain how our approach can be adapted to other quantum computing hardware.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:37:48 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Xicheng", "" ], [ "Mueller", "Erich J", "" ] ]
2506.21256
Mikhail Smolyakov
Mikhail N. Smolyakov
Peculiarities of quantum field theory in the presence of a wormhole
19 pages, 1 figure
null
null
null
gr-qc hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, quantum theory of a real massive scalar field in the background of a traversable wormhole is examined. The wormhole is supposed to connect two different universes, as a particular example the simplest Ellis wormhole is considered. It is shown that the resulting theory possesses a doubling of quantum states parameterized by the same value of asymptotic momentum, two different sets of such degenerate states are localized in different universes. This is a consequence of the topological structure of the wormhole spacetime, which is the same as the topological structure of the Schwarzschild spacetime providing a similar degeneracy of quantum states.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:38:33 GMT" } ]
2025-06-27T00:00:00
[ [ "Smolyakov", "Mikhail N.", "" ] ]
2506.21257
Thiago Castilho de Mello
Thiago Castilho de Mello and Felipe Yukihide Yasumura
On the PI-exponent of matrix algebras and algebras with generalized actions
In this paper we give a solution to the following question: https://mathoverflow.net/q/116698
null
null
null
math.RA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We compute the PI-exponent of the matrix ring with coefficients in an associative algebra. As a consequence, we prove the following. Let $\mathcal{R}$ be a PI-algebra with a positive PI-exponent. If $M_n(\mathcal{R})$ and $M_m(\mathcal{R})$ satisfy the same set of polynomial identities then $n=m$. We provide examples where this result fails if either $\mathcal{R}$ is not PI or has zero exponent. We obtain the same statement for certain finite-dimensional algebras with generalized action over an algebraically closed field of zero characteristic.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:38:48 GMT" } ]
2025-06-27T00:00:00
[ [ "de Mello", "Thiago Castilho", "" ], [ "Yasumura", "Felipe Yukihide", "" ] ]
2506.21258
Yordan Ignatov
Yordan D. Ignatov, Jonathan R. Pritchard
Low multipole mapmaking for global 21-cm experiments
15 pages, 11 figures, 1 table
null
null
null
astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The 21-cm global signal is obscured by very bright galactic and extra galactic foreground emissions. Typical single-spectrum fit (SSF) based methods for foreground/signal separation can result in biased estimates of the cosmological signal due to the presence of spectral oscillations induced by the interaction between chromatic beams and the spatial shape of the foregrounds. Modelling this interaction requires some amount of assumed foreground information. We present a mapmaking-based approach which describes the beam-weighted observation of the sky by multiple globally-distributed antenna experiments as an observation equation. This equation is inverted in order to estimate the low-order sky modes ($\ell\lesssim10$). The resulting chromaticity-free sky monopole is then fit with a smooth foreground function and a 21-cm model. Given the insensitivity of global 21-cm experiments to small angular scales, we rely on the mean and covariance of higher-order foreground modes being known. We show that this mapmaking-based method is capable of inferring the cosmological signal in cases where a SSF with a simple beam-factor based chromaticity correction fails, even when the foreground model used in the mapmaking method features uncertainty at the 10\% level.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:40:32 GMT" } ]
2025-06-27T00:00:00
[ [ "Ignatov", "Yordan D.", "" ], [ "Pritchard", "Jonathan R.", "" ] ]
2506.21259
Inbar Klang
Inbar Klang and Sarah Yeakel
An isovariant Blakers--Massey theorem
null
null
null
null
math.AT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
An isovariant map is an equivariant map between $G$-spaces which strictly preserves isotropy groups. In this paper, we lay the groundwork for the study of isovariant stable homotopy theory. We prove an isovariant Blakers--Massey theorem and its $n$-cubical generalization, define a suitable notion of suspension (by a trivial representation sphere) in the isovariant category, and prove an isovariant Freudenthal suspension theorem.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:41:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Klang", "Inbar", "" ], [ "Yeakel", "Sarah", "" ] ]
2506.21260
Vishal Chudasama Dr.
Munish Monga, Vishal Chudasama, Pankaj Wasnik, Biplab Banerjee
DuET: Dual Incremental Object Detection via Exemplar-Free Task Arithmetic
Accepted at ICCV 2025
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Real-world object detection systems, such as those in autonomous driving and surveillance, must continuously learn new object categories and simultaneously adapt to changing environmental conditions. Existing approaches, Class Incremental Object Detection (CIOD) and Domain Incremental Object Detection (DIOD) only address one aspect of this challenge. CIOD struggles in unseen domains, while DIOD suffers from catastrophic forgetting when learning new classes, limiting their real-world applicability. To overcome these limitations, we introduce Dual Incremental Object Detection (DuIOD), a more practical setting that simultaneously handles class and domain shifts in an exemplar-free manner. We propose DuET, a Task Arithmetic-based model merging framework that enables stable incremental learning while mitigating sign conflicts through a novel Directional Consistency Loss. Unlike prior methods, DuET is detector-agnostic, allowing models like YOLO11 and RT-DETR to function as real-time incremental object detectors. To comprehensively evaluate both retention and adaptation, we introduce the Retention-Adaptability Index (RAI), which combines the Average Retention Index (Avg RI) for catastrophic forgetting and the Average Generalization Index for domain adaptability into a common ground. Extensive experiments on the Pascal Series and Diverse Weather Series demonstrate DuET's effectiveness, achieving a +13.12% RAI improvement while preserving 89.3% Avg RI on the Pascal Series (4 tasks), as well as a +11.39% RAI improvement with 88.57% Avg RI on the Diverse Weather Series (3 tasks), outperforming existing methods.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:41:47 GMT" } ]
2025-06-27T00:00:00
[ [ "Monga", "Munish", "" ], [ "Chudasama", "Vishal", "" ], [ "Wasnik", "Pankaj", "" ], [ "Banerjee", "Biplab", "" ] ]
2506.21261
Nikolay Alekseechkin
Nikolay V. Alekseechkin
Crystallization of metallic glass as a grain-boundary nucleated process: experimental and theoretical evidence for the grain structure of metallic glasses
23 pages, 9 figures
null
null
null
cond-mat.mtrl-sci cond-mat.dis-nn cond-mat.soft
http://creativecommons.org/licenses/by/4.0/
Experimental DSC and Avrami curves for the crystallization of metallic glasses demonstrate nucleation at grain boundaries and thus indicate their grain structure, which refutes the generally accepted idea of glass as a homogeneous frozen liquid obtained as a result of avoiding crystallization. Under certain conditions, this nucleation mechanism results in the appearance of two-peak DSC curves and three-step Avrami plots which are observed experimentally. To clarify these conditions, isothermal and non-isothermal surface-nucleated crystallization of a spherical particle is considered within the framework of a simple analytical model of nucleation and growth.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:42:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Alekseechkin", "Nikolay V.", "" ] ]
2506.21262
Serge Galam
Serge Galam
Ambiguities, Built-in Biases and Flaws in Big Data Insight Extraction
26 pages, 9 figures
null
null
null
physics.soc-ph cond-mat.stat-mech
http://creativecommons.org/licenses/by-nc-nd/4.0/
I address the challenge of extracting reliable insights from large datasets using a simplified model that illustrates how hierarchical classification can distort outcomes. The model consists of discrete pixels labeled red, blue, or white. Red and blue indicate distinct properties, and white represents unclassified or ambiguous data. A macro-color is assigned only if one color holds a strict majority among the pixels. Otherwise, the aggregate is labeled white, reflecting uncertainty. This setup mimics a percolation threshold at fifty percent. Assuming direct access of the various proportions of colors is infeasible from the data, I implement a hierarchical coarse-graining procedure. Elements (first pixels, then aggregates) are recursively grouped and reclassified via local majority rules, producing ultimately a single super-aggregate whose color represents the inferred macro-property of the collection of pixels as a whole. Analytical results, supported by simulations, show that the process introduces additional white aggregates beyond white pixels, which could be initially present. These arise from groups lacking a clear majority, requiring arbitrary symmetry-breaking decisions to attribute a color to them. While each local resolution may appear minor and inconsequential, their repetitions introduce a growing systematic bias. Even with complete data, unavoidable asymmetries in local rules are shown to skew outcomes. This study highlights a critical limitation of recursive data reduction. Insight extraction is shaped not only by data quality, but by how local ambiguity is handled. That results in built-in biases. Thus, the related flaws are not due to the data, but due to structural choices made during local aggregations. Though based on a simple model, the findings expose the high likelihood of inherent flaws in widely used hierarchical classification techniques.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:43:55 GMT" } ]
2025-06-27T00:00:00
[ [ "Galam", "Serge", "" ] ]
2506.21263
Wu He
Ji Qi, WenPeng Zhu, Li Li, Ming Wu, YingJun Wu, Wu He, Xun Gao, Jason Zeng, Michael Heinrich
DiLoCoX: A Low-Communication Large-Scale Training Framework for Decentralized Cluster
null
null
null
null
cs.LG cs.AI cs.CL
http://creativecommons.org/licenses/by/4.0/
The distributed training of foundation models, particularly large language models (LLMs), demands a high level of communication. Consequently, it is highly dependent on a centralized cluster with fast and reliable interconnects. Can we conduct training on slow networks and thereby unleash the power of decentralized clusters when dealing with models exceeding 100 billion parameters? In this paper, we propose DiLoCoX, a low-communication large-scale decentralized cluster training framework. It combines Pipeline Parallelism with Dual Optimizer Policy, One-Step-Delay Overlap of Communication and Local Training, and an Adaptive Gradient Compression Scheme. This combination significantly improves the scale of parameters and the speed of model pre-training. We justify the benefits of one-step-delay overlap of communication and local training, as well as the adaptive gradient compression scheme, through a theoretical analysis of convergence. Empirically, we demonstrate that DiLoCoX is capable of pre-training a 107B foundation model over a 1Gbps network. Compared to vanilla AllReduce, DiLoCoX can achieve a 357x speedup in distributed training while maintaining negligible degradation in model convergence. To the best of our knowledge, this is the first decentralized training framework successfully applied to models with over 100 billion parameters.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:45:04 GMT" } ]
2025-06-27T00:00:00
[ [ "Qi", "Ji", "" ], [ "Zhu", "WenPeng", "" ], [ "Li", "Li", "" ], [ "Wu", "Ming", "" ], [ "Wu", "YingJun", "" ], [ "He", "Wu", "" ], [ "Gao", "Xun", "" ], [ "Zeng", "Jason", "" ], [ "Heinrich", "Michael", "" ] ]
2506.21264
Miguel Angel Ruiz Risueno
Mar Jim\'enez Sevilla, Sebasti\'an Lajara L\'opez and Miguel \'Angel Ruiz Risue\~no
Operator with the Kato property on Banach spaces
null
null
null
null
math.FA
http://creativecommons.org/licenses/by-nc-nd/4.0/
We consider a class of bounded linear operators between Banach spaces, which we call operators with the Kato property, that includes the family of strictly singular operators between those spaces. We show that if $T:E\to F$ is a dense-range operator with that property and $E$ has a separable quotient, then for each proper dense operator range $R\subset E$ there exists a closed subspace $X\subset E$ such that $E/X$ is separable, $T(X)$ is dense in $F$ and $R+X$ is infinite-codimensional. If $E^*$ is weak$^*$-separable, the subspace $X$ can be built so that, in addition to the former properties, $R\cap X = \{0\}$. Some applications to the geometry of Banach spaces are given. In particular, we provide the next extensions of well-known results of Johnson and Plichko: if $X$ and $Y$ are quasicomplemented but not complemented subspaces of a Banach space $E$ and $X$ has a separable quotient, then $X$ contains a closed subspace $X_1\subset X$ such that $\dim (X/X_1)= \infty$ and $X_1$ is a quasicomplement of $Y$, and that if $T:E\to F$ is an operator with non-closed range and $E$ has a separable quotient, then there exists a weak$^*$-closed subspace $Z\subset E^*$ such that $T^*(F^*)\cap Z = \{0\}$. Some refinements of these results, in the case that $E^*$ is weak$^*$-separable, are also given. Finally, we show that if $E$ is a Banach space with a separable quotient, then $E^*$ is weak$^*$-separable if, and only if, for every closed subspace $X\subset E$ and every proper dense operator range $R\subset E$ there exists a quasicomplement $Y$ of $X$ in $E$ such that $Y\cap R = \{0\}$.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:45:34 GMT" } ]
2025-06-27T00:00:00
[ [ "Sevilla", "Mar Jiménez", "" ], [ "López", "Sebastián Lajara", "" ], [ "Risueño", "Miguel Ángel Ruiz", "" ] ]
2506.21265
Elia Trevisan
Jelmer van der Saag, Elia Trevisan, Wouter Falkena and Javier Alonso-Mora
Active Disturbance Rejection Control for Trajectory Tracking of a Seagoing USV: Design, Simulation, and Field Experiments
Accepted for presentation at IROS 2025. Submitted version
null
null
null
cs.RO cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Unmanned Surface Vessels (USVs) face significant control challenges due to uncertain environmental disturbances like waves and currents. This paper proposes a trajectory tracking controller based on Active Disturbance Rejection Control (ADRC) implemented on the DUS V2500. A custom simulation incorporating realistic waves and current disturbances is developed to validate the controller's performance, supported by further validation through field tests in the harbour of Scheveningen, the Netherlands, and at sea. Simulation results demonstrate that ADRC significantly reduces cross-track error across all tested conditions compared to a baseline PID controller but increases control effort and energy consumption. Field trials confirm these findings while revealing a further increase in energy consumption during sea trials compared to the baseline.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:48:13 GMT" } ]
2025-06-27T00:00:00
[ [ "van der Saag", "Jelmer", "" ], [ "Trevisan", "Elia", "" ], [ "Falkena", "Wouter", "" ], [ "Alonso-Mora", "Javier", "" ] ]
2506.21266
Ilya Vlasov
Daniil Karol, Elizaveta Artser, Ilya Vlasov, Yaroslav Golubev, Hieke Keuning, Anastasiia Birillo
KOALA: a Configurable Tool for Collecting IDE Data When Solving Programming Tasks
Accepted to CompEd'25, 7 pages, 4 figures
null
null
null
cs.SE cs.CY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Collecting data of students solving programming tasks is incredibly valuable for researchers and educators. It allows verifying that the students correctly apply the features and concepts they are taught, or finding students' misconceptions. However, existing data collection tools have limitations, e.g., no control over the granularity of the collected code, not collecting the specific events of the programming environment used, and overall being hard to configure. To overcome these limitations, we propose KOALA, a convenient and highly configurable tool for collecting code snapshots and feature usage from students solving programming tasks in JetBrains IDEs. The plugin can be installed in IDEs and configured to provide the students with the necessary tasks, enable or disable certain IDE features like code completion, and run surveys. During problem solving, the plugin collects code snapshots at the configured granularity, all IDE actions like running and debugging, as well as some data not collected in prior works, like employed hotkeys and switching focus between files. The collected data is sent to the server that comes with the tool, where it is stored and can be converted to the standardized ProgSnap2 format. To showcase the tool, we collected data from 28 students solving tasks in two courses within the IDE, highlighting some insights from this data.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:48:38 GMT" } ]
2025-06-27T00:00:00
[ [ "Karol", "Daniil", "" ], [ "Artser", "Elizaveta", "" ], [ "Vlasov", "Ilya", "" ], [ "Golubev", "Yaroslav", "" ], [ "Keuning", "Hieke", "" ], [ "Birillo", "Anastasiia", "" ] ]
2506.21267
Gracie McGill
Gracie McGill, Annette M. N. Ferguson, Dougal Mackey, Avon P. Huxor, Geraint F. Lewis, Nicolas F. Martin, Alan W. McConnachie, Charli M. Sakari, Nial R. Tanvir, Kim A. Venn
Accreted Globular Clusters and Horizontal Branch Morphology in the Outer Halo of M31
7 pages, 4 figures. Accepted for publication in MNRAS
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
M31 hosts a rich population of outer halo ($R_{\rm{proj}} > 25$ kpc) globular clusters (GCs), many of which show strong evidence for spatial and/or kinematical associations with large-scale tidal debris features. We present deep Hubble Space Telescope photometry of 48 halo GCs, including 18 with clear ties to stellar streams and 13 with potential associations. Using the colour-magnitude diagrams (CMDs), we quantify the horizontal branch (HB) morphologies and employ new empirical relationships, calibrated on Milky Way (MW) GCs, to consistently derive metallicities and line-of-sight extinctions. We find a remarkable correlation between HB morphology and the presence of substructure: GCs with very red HBs are almost exclusively associated with substructure, while non-substructure GCs have extended blue HBs. This provides the first direct evidence that red HB halo clusters originate from satellite accretion, a notion introduced nearly 50 years ago from MW studies which has remained unconfirmed until now. In addition to a more metal-rich tail, the substructure GC sample also contains a few clusters with very low metallicities and red HBs, unlike any objects known in the MW. We suggest these are recently accreted young clusters, supporting the growing evidence that M31 has experienced a more prolonged accretion history than the MW.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:49:58 GMT" } ]
2025-06-27T00:00:00
[ [ "McGill", "Gracie", "" ], [ "Ferguson", "Annette M. N.", "" ], [ "Mackey", "Dougal", "" ], [ "Huxor", "Avon P.", "" ], [ "Lewis", "Geraint F.", "" ], [ "Martin", "Nicolas F.", "" ], [ "McConnachie", "Alan W.", "" ], [ "Sakari", "Charli M.", "" ], [ "Tanvir", "Nial R.", "" ], [ "Venn", "Kim A.", "" ] ]
2506.21268
Matthew Dupraz
Matthew Dupraz
Tropical linear systems and the realizability problem
Master's thesis submitted in June 2024, submitted version, 51 pages, 11 figures
null
null
null
math.AG math.CO
http://creativecommons.org/licenses/by-sa/4.0/
This thesis delves into the geometry of abstract tropical curves, exploring their complete linear system and associated tropical submodules. We establish a lower bound on the dimension of tropical submodules in terms of the Baker-Norine rank. Furthermore, the work provides a characterization of realizable canonical divisors, addressing a fundamental problem in connecting tropical geometry to its algebraic counterpart.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:51:17 GMT" } ]
2025-06-27T00:00:00
[ [ "Dupraz", "Matthew", "" ] ]
2506.21269
Pengfei Fan
Pengfei Fan, Yuli Zhang, Xinheng Wang, Ruiyuan Jiang, Hankang Gu, Dongyao Jia, Shangbo Wang
Integrating Vehicle Acoustic Data for Enhanced Urban Traffic Management: A Study on Speed Classification in Suzhou
null
null
null
null
cs.SD cs.AI eess.AS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This study presents and publicly releases the Suzhou Urban Road Acoustic Dataset (SZUR-Acoustic Dataset), which is accompanied by comprehensive data-acquisition protocols and annotation guidelines to ensure transparency and reproducibility of the experimental workflow. To model the coupling between vehicular noise and driving speed, we propose a bimodal-feature-fusion deep convolutional neural network (BMCNN). During preprocessing, an adaptive denoising and normalization strategy is applied to suppress environmental background interference; in the network architecture, parallel branches extract Mel-frequency cepstral coefficients (MFCCs) and wavelet-packet energy features, which are subsequently fused via a cross-modal attention mechanism in the intermediate feature space to fully exploit time-frequency information. Experimental results demonstrate that BMCNN achieves a classification accuracy of 87.56% on the SZUR-Acoustic Dataset and 96.28% on the public IDMT-Traffic dataset. Ablation studies and robustness tests on the Suzhou dataset further validate the contributions of each module to performance improvement and overfitting mitigation. The proposed acoustics-based speed classification method can be integrated into smart-city traffic management systems for real-time noise monitoring and speed estimation, thereby optimizing traffic flow control, reducing roadside noise pollution, and supporting sustainable urban planning.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:53:22 GMT" } ]
2025-06-27T00:00:00
[ [ "Fan", "Pengfei", "" ], [ "Zhang", "Yuli", "" ], [ "Wang", "Xinheng", "" ], [ "Jiang", "Ruiyuan", "" ], [ "Gu", "Hankang", "" ], [ "Jia", "Dongyao", "" ], [ "Wang", "Shangbo", "" ] ]
2506.21270
Cheng Zou
Cheng Zou, Senlin Cheng, Bolei Xu, Dandan Zheng, Xiaobo Li, Jingdong Chen, Ming Yang
Video Virtual Try-on with Conditional Diffusion Transformer Inpainter
10 pages, 6 figures
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Video virtual try-on aims to naturally fit a garment to a target person in consecutive video frames. It is a challenging task, on the one hand, the output video should be in good spatial-temporal consistency, on the other hand, the details of the given garment need to be preserved well in all the frames. Naively using image-based try-on methods frame by frame can get poor results due to severe inconsistency. Recent diffusion-based video try-on methods, though very few, happen to coincide with a similar solution: inserting temporal attention into image-based try-on model to adapt it for video try-on task, which have shown improvements but there still exist inconsistency problems. In this paper, we propose ViTI (Video Try-on Inpainter), formulate and implement video virtual try-on as a conditional video inpainting task, which is different from previous methods. In this way, we start with a video generation problem instead of an image-based try-on problem, which from the beginning has a better spatial-temporal consistency. Specifically, at first we build a video inpainting framework based on Diffusion Transformer with full 3D spatial-temporal attention, and then we progressively adapt it for video garment inpainting, with a collection of masking strategies and multi-stage training. After these steps, the model can inpaint the masked garment area with appropriate garment pixels according to the prompt with good spatial-temporal consistency. Finally, as other try-on methods, garment condition is added to the model to make sure the inpainted garment appearance and details are as expected. Both quantitative and qualitative experimental results show that ViTI is superior to previous works.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:56:27 GMT" } ]
2025-06-27T00:00:00
[ [ "Zou", "Cheng", "" ], [ "Cheng", "Senlin", "" ], [ "Xu", "Bolei", "" ], [ "Zheng", "Dandan", "" ], [ "Li", "Xiaobo", "" ], [ "Chen", "Jingdong", "" ], [ "Yang", "Ming", "" ] ]
2506.21271
Yuhao Zhao
Bjarke S. Jessen, Ma\"elle Kapfer, Yuhao~Zhao, Kenji Watanabe, Takashi Taniguchi, Cory R. Dean, Oded Zilberberg
Observing Laughlin's pump using quantized edge states in graphene
null
null
null
null
cond-mat.mes-hall quant-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
Laughlin's thought experiment of quantized charge pumping is central to understanding the integer quantum Hall effect (IQHE) and the topological origin of its conductance quantization. Its direct experimental observation, however, has been hindered by the difficulty of realizing clean electronic edges. We address this by fabricating ultra-small, lithographically defined contacts on graphene. This creates a Corbino-equivalent system, with well-confined inner edge states. Crucially, the small contact size induces strong energy quantization of the edge states. This quantization allows us to directly resolve the spectral flow associated with Laughlin's pump. By tracing the finite-size resonances of the inner edge, we observe clear oscillations in conductance as a function of magnetic field and carrier density. The oscillation period scales with contact size, consistent with quantized charge transfer. Thus, our results provide a direct observation of the spectral flow underlying Laughlin's pump. The simplicity of the graphene platform makes this approach scalable and robust for exploring fundamental topological effects.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:57:25 GMT" } ]
2025-06-27T00:00:00
[ [ "Jessen", "Bjarke S.", "" ], [ "Kapfer", "Maëlle", "" ], [ "Yuhao~Zhao", "", "" ], [ "Watanabe", "Kenji", "" ], [ "Taniguchi", "Takashi", "" ], [ "Dean", "Cory R.", "" ], [ "Zilberberg", "Oded", "" ] ]
2506.21272
Xiaodong Cun
Jiayi Zheng and Xiaodong Cun
FairyGen: Storied Cartoon Video from a Single Child-Drawn Character
Project Page: https://jayleejia.github.io/FairyGen/ ; Code: https://github.com/GVCLab/FairyGen
null
null
null
cs.GR cs.CV cs.MM
http://creativecommons.org/licenses/by-nc-nd/4.0/
We propose FairyGen, an automatic system for generating story-driven cartoon videos from a single child's drawing, while faithfully preserving its unique artistic style. Unlike previous storytelling methods that primarily focus on character consistency and basic motion, FairyGen explicitly disentangles character modeling from stylized background generation and incorporates cinematic shot design to support expressive and coherent storytelling. Given a single character sketch, we first employ an MLLM to generate a structured storyboard with shot-level descriptions that specify environment settings, character actions, and camera perspectives. To ensure visual consistency, we introduce a style propagation adapter that captures the character's visual style and applies it to the background, faithfully retaining the character's full visual identity while synthesizing style-consistent scenes. A shot design module further enhances visual diversity and cinematic quality through frame cropping and multi-view synthesis based on the storyboard. To animate the story, we reconstruct a 3D proxy of the character to derive physically plausible motion sequences, which are then used to fine-tune an MMDiT-based image-to-video diffusion model. We further propose a two-stage motion customization adapter: the first stage learns appearance features from temporally unordered frames, disentangling identity from motion; the second stage models temporal dynamics using a timestep-shift strategy with frozen identity weights. Once trained, FairyGen directly renders diverse and coherent video scenes aligned with the storyboard. Extensive experiments demonstrate that our system produces animations that are stylistically faithful, narratively structured natural motion, highlighting its potential for personalized and engaging story animation. The code will be available at https://github.com/GVCLab/FairyGen
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:58:16 GMT" } ]
2025-06-27T00:00:00
[ [ "Zheng", "Jiayi", "" ], [ "Cun", "Xiaodong", "" ] ]
2506.21273
Alejandro Gonzalez Melan
Alejandro Gonz\'alez-Melan and John Fitzgerald Le\'on Ocampo and Javier Madro\~nero
Floquet-engineered nondispersive wave packets in helium under combined periodic and static fields
14 figures
null
null
null
physics.atom-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We report the numerical observation of two-electron nondispersive wave packets in fully three-dimensional helium subjected to a linearly polarized monochromatic field. These localized quantum states follow periodic trajectories of the classical three-body Coulomb system without dispersion. The system is modeled using a spectral configuration interaction approach based on Coulomb-Sturmian functions, combined with Floquet theory and complex scaling. The resulting quasienergy spectrum reveals the existence of long-lived Floquet states arising from near-resonant coupling between frozen planet configurations.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:58:23 GMT" } ]
2025-06-27T00:00:00
[ [ "González-Melan", "Alejandro", "" ], [ "Ocampo", "John Fitzgerald León", "" ], [ "Madroñero", "Javier", "" ] ]
2506.21274
Peter Barclay
Andrea McGlinchey and Peter J Barclay
Cat and Mouse -- Can Fake Text Generation Outpace Detector Systems?
(Submitted for publication)
null
null
null
cs.CL
http://creativecommons.org/licenses/by-nc-nd/4.0/
Large language models can produce convincing "fake text" in domains such as academic writing, product reviews, and political news. Many approaches have been investigated for the detection of artificially generated text. While this may seem to presage an endless "arms race", we note that newer LLMs use ever more parameters, training data, and energy, while relatively simple classifiers demonstrate a good level of detection accuracy with modest resources. To approach the question of whether the models' ability to beat the detectors may therefore reach a plateau, we examine the ability of statistical classifiers to identify "fake text" in the style of classical detective fiction. Over a 0.5 version increase, we found that Gemini showed an increased ability to generate deceptive text, while GPT did not. This suggests that reliable detection of fake text may remain feasible even for ever-larger models, though new model architectures may improve their deceptiveness
[ { "version": "v1", "created": "Thu, 26 Jun 2025 13:58:43 GMT" } ]
2025-06-27T00:00:00
[ [ "McGlinchey", "Andrea", "" ], [ "Barclay", "Peter J", "" ] ]
2506.21275
Alessandro Della Pia
Alessandro Della Pia, Dimitrios G. Patsatzis, Gianluigi Rozza, Lucia Russo, Constantinos Siettos
Surrogate normal-forms for the numerical bifurcation and stability analysis of navier-stokes flows via machine learning
26 pages, 14 figures
null
null
null
physics.flu-dyn cs.NA math.NA
http://creativecommons.org/licenses/by/4.0/
Inspired by the Equation-Free multiscale modeling approach, we demonstrate how the embed-learn-lift framework enables the construction of surrogate normal-forms, namely minimal-dimensional reduced-order models (ROMs), from high-fidelity Navier-Stokes simulations. These surrogate models are then used for efficient and accurate bifurcation and stability analysis. The framework proceeds in four steps. First, manifold learning reveals the intrinsic latent dimension of the high-dimensional spatio-temporal Navier-Stokes dynamics across parameter space. Second, we construct low-dimensional "normal-form" like ROMs on this latent space using Gaussian Process Regression (GPR), capturing the emergent dynamics. Third, using these models, we apply numerical bifurcation tools to compute bifurcation diagrams and perform stability analysis in the latent space. This includes tracing branches of limit cycles arising from Andronov-Hopf bifurcations - tasks intractable in full space due to computational cost. Finally, solving the pre-image problem allows reconstruction of the bifurcation structure in the original high-dimensional space. We demonstrate the methodology on two canonical flows: wake flow past an infinite circular cylinder and planar sudden-expansion channel flow. These exhibit Andronov-Hopf and pitchfork bifurcations, respectively, as Reynolds number increases. Our method identifies the latent dimensionality and constructs GPR-based surrogate normal-forms that enable the tracing and stability analysis of bifurcating solutions, including limit cycles, their period, and stability via Floquet multipliers.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:00:19 GMT" } ]
2025-06-27T00:00:00
[ [ "Della Pia", "Alessandro", "" ], [ "Patsatzis", "Dimitrios G.", "" ], [ "Rozza", "Gianluigi", "" ], [ "Russo", "Lucia", "" ], [ "Siettos", "Constantinos", "" ] ]
2506.21276
Wenda Shi
Wenda Shi, Yiren Song, Zihan Rao, Dengming Zhang, Jiaming Liu, Xingxing Zou
WordCon: Word-level Typography Control in Scene Text Rendering
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Achieving precise word-level typography control within generated images remains a persistent challenge. To address it, we newly construct a word-level controlled scene text dataset and introduce the Text-Image Alignment (TIA) framework. This framework leverages cross-modal correspondence between text and local image regions provided by grounding models to enhance the Text-to-Image (T2I) model training. Furthermore, we propose WordCon, a hybrid parameter-efficient fine-tuning (PEFT) method. WordCon reparameterizes selective key parameters, improving both efficiency and portability. This allows seamless integration into diverse pipelines, including artistic text rendering, text editing, and image-conditioned text rendering. To further enhance controllability, the masked loss at the latent level is applied to guide the model to concentrate on learning the text region in the image, and the joint-attention loss provides feature-level supervision to promote disentanglement between different words. Both qualitative and quantitative results demonstrate the superiority of our method to the state of the art. The datasets and source code will be available for academic use.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:00:38 GMT" } ]
2025-06-27T00:00:00
[ [ "Shi", "Wenda", "" ], [ "Song", "Yiren", "" ], [ "Rao", "Zihan", "" ], [ "Zhang", "Dengming", "" ], [ "Liu", "Jiaming", "" ], [ "Zou", "Xingxing", "" ] ]
2506.21277
Qize Yang
Qize Yang, Shimin Yao, Weixuan Chen, Shenghao Fu, Detao Bai, Jiaxing Zhao, Boyuan Sun, Bowen Yin, Xihan Wei, Jingren Zhou
HumanOmniV2: From Understanding to Omni-Modal Reasoning with Context
null
null
null
null
cs.CV cs.CL
http://creativecommons.org/licenses/by-nc-nd/4.0/
With the rapid evolution of multimodal large language models, the capacity to deeply understand and interpret human intentions has emerged as a critical capability, which demands detailed and thoughtful reasoning. In recent studies, Reinforcement Learning (RL) has demonstrated potential in enhancing the reasoning capabilities of Large Language Models (LLMs). Nonetheless, the challenges associated with adapting RL to multimodal data and formats remain largely unaddressed. In this paper, we identify two issues in existing multimodal reasoning models: insufficient global context understanding and shortcut problems. Insufficient context understanding can happen when a model misinterprets multimodal context, resulting in incorrect answers. The shortcut problem occurs when the model overlooks crucial clues in multimodal inputs, directly addressing the query without considering the multimodal information. To tackle these issues, we emphasize the necessity for the model to reason with a clear understanding of the global context within multimodal inputs. This global context understanding can effectively prevent the model from overlooking key multimodal cues and ensure a thorough reasoning process. To ensure the accurate interpretation of multimodal context information, we implement a context reward judged by a large language model, alongside format and accuracy rewards. Additionally, to improve complex reasoning capability, we employ the LLM to assess the logical reward, determining whether the reasoning process successfully integrates multimodal information with logical methods. We also introduce a reasoning omni-modal benchmark, IntentBench, aimed at evaluating models in understanding complex human intentions and emotions. Our proposed method demonstrates advanced performance across multiple omni-modal benchmarks compared to other open-source omni-modal models.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:01:03 GMT" } ]
2025-06-27T00:00:00
[ [ "Yang", "Qize", "" ], [ "Yao", "Shimin", "" ], [ "Chen", "Weixuan", "" ], [ "Fu", "Shenghao", "" ], [ "Bai", "Detao", "" ], [ "Zhao", "Jiaxing", "" ], [ "Sun", "Boyuan", "" ], [ "Yin", "Bowen", "" ], [ "Wei", "Xihan", "" ], [ "Zhou", "Jingren", "" ] ]
2506.21278
Lukas Sablica
Lukas Sablica, Kurt Hornik
Hyperspherical Variational Autoencoders Using Efficient Spherical Cauchy Distribution
null
null
null
null
stat.ML cs.AI cs.LG math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose a novel variational autoencoder (VAE) architecture that employs a spherical Cauchy (spCauchy) latent distribution. Unlike traditional Gaussian latent spaces or the widely used von Mises-Fisher (vMF) distribution, spCauchy provides a more natural hyperspherical representation of latent variables, better capturing directional data while maintaining flexibility. Its heavy-tailed nature prevents over-regularization, ensuring efficient latent space utilization while offering a more expressive representation. Additionally, spCauchy circumvents the numerical instabilities inherent to vMF, which arise from computing normalization constants involving Bessel functions. Instead, it enables a fully differentiable and efficient reparameterization trick via M\"obius transformations, allowing for stable and scalable training. The KL divergence can be computed through a rapidly converging power series, eliminating concerns of underflow or overflow associated with evaluation of ratios of hypergeometric functions. These properties make spCauchy a compelling alternative for VAEs, offering both theoretical advantages and practical efficiency in high-dimensional generative modeling.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:01:51 GMT" } ]
2025-06-27T00:00:00
[ [ "Sablica", "Lukas", "" ], [ "Hornik", "Kurt", "" ] ]
2506.21279
Houssam El Mrabet Haje
Houssam El Mrabet Haje, Roald J. H. van der Kolk, Trent M. Kyrk, and Mazhar N. Ali
Anomalous refractive index modulation and giant birefringence in 2D ferrielectric CuInP$_2$S$_6$
12 pages main text (34 pages total), 5 main text figures (14 figures total)
null
null
null
cond-mat.mtrl-sci physics.app-ph physics.optics
http://creativecommons.org/licenses/by/4.0/
2D ferroelectric (FE) materials have opened new opportunities in non-volatile memories, computation and non-linear optics due to their robust polarization in the ultra-thin limit and inherent flexibility in device integration. Recently, interest has grown in the use of 2D FEs in electro-optics, demanding the exploration of their electronic and optical properties. In this work, we report the discovery of an unprecedented anomalous thickness-dependent change in refractive index, as large as $\delta n$ $\sim$ 23.2$\%$, in the 2D ferrielectric CuInP$_2$S$_6$, far above the ultra-thin limit, and at room temperature. Additionally, we observe a giant birefringence in the blue-ultraviolet regime, with a maximum $\vert n_{OOP} - n_{IP}\vert$ $\sim$ 1.24 at $t \sim$ 22 nm and $\lambda$ = 339.5 nm. We relate changes in CuInP$_2$S$_6$ optical constants to changes in the Cu(I) FE polarization contribution, influenced by its ionic mobility, opening the door to electronic control of its optical response for use in photonics and electro-optics.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:02:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Haje", "Houssam El Mrabet", "" ], [ "van der Kolk", "Roald J. H.", "" ], [ "Kyrk", "Trent M.", "" ], [ "Ali", "Mazhar N.", "" ] ]
2506.21280
Debraj Nath Dr
Akash Halder, Amlan K. Roy, Debraj Nath
Quantum dynamics in confined pseudo-harmonic oscillator in a time-dependent moving
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
In this work, we present analytical solution of Schr\"odinger equation of confined pseudoharmonic potential in presence of a moving boundary condition, for an arbitrary angular momentum state. It turns out that an important quantity to probe the problem is internuclear distance ratio, which depends on the solution of Ermakov equation. The minimum value of time-dependent (TD) Heisenberg uncertainty product always remains greater than that of the minimum uncertainty product h/2. The TD average energy is derived analytically in a closed form and the corresponding average force and average pressure are defined. Moreover, time correlation function of two states for the case of six selected diatomic molecules (CO, NO, ScH, CH, H2, N2) is obtained. It is found to depend on internuclear distance ratio at two different time domains. The TD survival probability and average life-time of molecule in a confined quantum system are defined. Expressions are offered for quantum similarity measure, dissimilarity and quantum similarity index. The latter is given for a pair of molecules. The obtained results are compared with available literature, wherever possible. To our knowledge this is the first detailed report of a non-harmonic central potential in a TD moving boundary condition.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:02:31 GMT" } ]
2025-06-27T00:00:00
[ [ "Halder", "Akash", "" ], [ "Roy", "Amlan K.", "" ], [ "Nath", "Debraj", "" ] ]
2506.21281
Denise Graafsma
Denise Graafsma, Bodo Manthey, Alexander Skopalik
Playing Snake on a Graph
null
null
null
null
cs.DM
http://creativecommons.org/licenses/by/4.0/
Snake is a classic computer game, which has been around for decades. Based on this game, we study the game of Snake on arbitrary undirected graphs. A snake forms a simple path that has to move to an apple while avoiding colliding with itself. When the snake reaches the apple, it grows longer, and a new apple appears. A graph on which the snake has a strategy to keep eating apples until it covers all the vertices of the graph is called snake-winnable. We prove that determining whether a graph is snake-winnable is NP-hard, even when restricted to grid graphs. We fully characterize snake-winnable graphs for odd-sized bipartite graphs and graphs with vertex-connectivity 1. While Hamiltonian graphs are always snake-winnable, we show that non-Hamiltonian snake-winnable graphs have a girth of at most 6 and that this bound is tight.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:02:34 GMT" } ]
2025-06-27T00:00:00
[ [ "Graafsma", "Denise", "" ], [ "Manthey", "Bodo", "" ], [ "Skopalik", "Alexander", "" ] ]
2506.21282
Felix Huber
Felix Huber and Jens Siewert
On two maximally entangled couples
13 pages
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
In a seminal article, Higuchi and Sudbery showed that a pure four-qubit state can not be maximally entangled across every bipartition. Such states are now known as absolutely maximally entangled (AME) states. Here we give a series of old and new proofs of the fact that no four-qubit AME state exists. These are based on invariant theory, methods from coding theory, and basic properties from linear algebra such as the Pauli commutation relations.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:03:59 GMT" } ]
2025-06-27T00:00:00
[ [ "Huber", "Felix", "" ], [ "Siewert", "Jens", "" ] ]
2506.21283
Bel\'en Alcalde Pampliega
Bel\'en Alcalde Pampliega, Kevin C. Harrington, Aristeidis Amvrosiadis, Manuel Aravena, Min S. Yun, Hugo Messias, Antonio Hern\'an-Caballero, Leindert Boogaard, Axel Wei{\ss}, Benjamin Beauchesne, Alejandro Santamar\'ia-Miranda, Monica Ivette Rodriguez, Eric Jim\'enez-Andrade, Manuel Solimano, James Lowenthal, Pascale Hibon, Patrick Kamieneski, Daniel Wang, Amit Vishwas, Brenda Frye, Jorge Gonz\'alez-Lopez, Chentao Yang, Yiqing Song, and Meghana Killi
Hiding behind a curtain of dust: Gas and dust properties of an ultra-luminous strongly-lensed z = 3.75 galaxy behind the Milky Way disk
17 pages, 13 figures
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a detailed analysis of J154506, a strongly lensed submillimeter galaxy (SMG) behind the Lupus-I molecular cloud, and characterization of its physical properties. Using a combination of archival and new data (including sub-arcsecond resolution ($\sim0.75$) ALMA observations, VLT/MUSE and FORS2 optical data, as well as spectral scans from the ACA and the LMT) we identify two high-significance (SNR>5) emission lines at 97.0 and 145.5 GHz, corresponding to CO(4-3) and CO(6-5), respectively. These detections yield a spectroscopic redshift of $z_{\rm{spec}}=3.7515\pm 0.0005$. We also report the detection of the [CII] 158 $\mu$m fine-structure line at 400 GHz using the Atacama Pathfinder Experiment (APEX), further confirming the redshift and providing insights into J154506's physical properties. By modeling ALMA Band 6 and 7 continuum data in the uv-plane, we derive an average magnification factor of $6.0 \pm 0.4$ and our analysis reveals a relatively cold dust ($\sim$37 K) in a starburst galaxy with a high intrinsic dust mass ($\sim2.5\times10^{9}~\rm{M}_{\odot}$) and infrared (IR) luminosity ($\sim6\times10^{12}~\rm{L}_{\odot}$). The dust SED is best reproduced by a model dominated by moderately dense molecular gas ($10^2-10^4\rm{cm}^{-3}$), indicating that the far-infrared emission arises primarily from diffuse regions rather than compact, high-pressure environments typical of extreme starbursts or AGN. This is supported by the close-to-unity ratio between the dust and kinetic temperatures, which argues against highly energetic heating mechanisms. The CO excitation ladder peaks close to CO(5-4) and is dominated by slightly denser molecular gas. Our results underscore the unique power of far-IR and submillimeter observations to both uncover and characterize scarce, strongly lensed, high-redshift galaxies, even when obscured by foreground molecular clouds.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:04:39 GMT" } ]
2025-06-27T00:00:00
[ [ "Pampliega", "Belén Alcalde", "" ], [ "Harrington", "Kevin C.", "" ], [ "Amvrosiadis", "Aristeidis", "" ], [ "Aravena", "Manuel", "" ], [ "Yun", "Min S.", "" ], [ "Messias", "Hugo", "" ], [ "Hernán-Caballero", "Antonio", "" ], [ "Boogaard", "Leindert", "" ], [ "Weiß", "Axel", "" ], [ "Beauchesne", "Benjamin", "" ], [ "Santamaría-Miranda", "Alejandro", "" ], [ "Rodriguez", "Monica Ivette", "" ], [ "Jiménez-Andrade", "Eric", "" ], [ "Solimano", "Manuel", "" ], [ "Lowenthal", "James", "" ], [ "Hibon", "Pascale", "" ], [ "Kamieneski", "Patrick", "" ], [ "Wang", "Daniel", "" ], [ "Vishwas", "Amit", "" ], [ "Frye", "Brenda", "" ], [ "González-Lopez", "Jorge", "" ], [ "Yang", "Chentao", "" ], [ "Song", "Yiqing", "" ], [ "Killi", "Meghana", "" ] ]
2506.21284
Christian Woehler
Mirza Arnaut, Christian W\"ohler, Pritish Halder, Goldy Ahuja, Shashikiran Ganesh, Megha Bhatt
Wide-field Polarization Imaging and Numerical Modeling of the Coma and Tail of Comet C/2023 A3 (Tsuchinshan-ATLAS)
null
null
null
null
astro-ph.EP
http://creativecommons.org/licenses/by/4.0/
Imaging polarimetry is a well-known method for analysing the structure and composition of cometary dust. Accordingly, comets are classified based on the phase angle dependent degree of linear polarization of their comae. The goal of this study is to examine the size and structure of the dust grains in the coma and in particular in the tail of the bright comet C/2023 A3 (Tsuchinshan-ATLAS) and to infer possible variations. For this purpose, we rely on the method of telescopic wide-field polarimetric imaging of the comet in order to obtain the dependence of the degree of linear polarization (DoLP) of the coma and tail on the phase angle across a broad range, using an off-the-shelf industrial grade polarization camera combined with a small telescope of short aperture ratio. These observations are accompanied by T-matrix modeling using the MSTM4 software framework for simulation of light scattering by fractal agglomerates of spherical monomer particles. Our observations indicate that the coma exhibits a high maximum DoLP of 0.34, which is further exceeded by a factor of about two by the DoLP of the comet's tail. Differences in the phase angle of maximum DoLP between coma and tail indicate a higher carbon vs.\ silicate fraction in the coma than in the tail. Our simulations are able to reproduce the observations when assuming that the dust agglomerates are formed of larger monomers in the coma than in the tail. A possible explanation of these results is that the coma monomers are coated by a thin layer of frozen volatiles, which sublimate due to solar heating when the dust moves from the coma towards the tail.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:05:27 GMT" } ]
2025-06-27T00:00:00
[ [ "Arnaut", "Mirza", "" ], [ "Wöhler", "Christian", "" ], [ "Halder", "Pritish", "" ], [ "Ahuja", "Goldy", "" ], [ "Ganesh", "Shashikiran", "" ], [ "Bhatt", "Megha", "" ] ]
2506.21285
Xin Xu
Xin Xu, Tianhao Chen, Fan Zhang, Wanlong Liu, Pengxiang Li, Ajay Kumar Jaiswal, Yuchen Yan, Jishan Hu, Yang Wang, Hao Chen, Shiwei Liu, Shizhe Diao, Can Yang, Lu Yin
Double-Checker: Enhancing Reasoning of Slow-Thinking LLMs via Self-Critical Fine-Tuning
10 pages
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
While slow-thinking large language models (LLMs) exhibit reflection-like reasoning, commonly referred to as the "aha moment:, their ability to generate informative critiques and refine prior solutions remains limited. In this paper, we introduce Double-Checker, a principled framework designed to enhance the reasoning capabilities of slow-thinking LLMs by fostering explicit self-critique and iterative refinement of their previous solutions. By fine-tuning on our curated 1,730 self-critical instances, Double-Checker empowers long-CoT LLMs to iteratively critique and refine their outputs during inference until they evaluate their solutions as correct under self-generated critiques. We validate the efficacy of Double-Checker across a comprehensive suite of reasoning benchmarks, demonstrating that iterative self-critique significantly enhances the reasoning capabilities of long-CoT LLMs. Notably, our Double-Checker increases the pass@1 performance on challenging AIME benchmarks from 4.4% to 18.2% compared to the original long-CoT LLMs. These results highlight a promising direction for developing more trustworthy and effective LLMs capable of structured self-critique.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:05:45 GMT" } ]
2025-06-27T00:00:00
[ [ "Xu", "Xin", "" ], [ "Chen", "Tianhao", "" ], [ "Zhang", "Fan", "" ], [ "Liu", "Wanlong", "" ], [ "Li", "Pengxiang", "" ], [ "Jaiswal", "Ajay Kumar", "" ], [ "Yan", "Yuchen", "" ], [ "Hu", "Jishan", "" ], [ "Wang", "Yang", "" ], [ "Chen", "Hao", "" ], [ "Liu", "Shiwei", "" ], [ "Diao", "Shizhe", "" ], [ "Yang", "Can", "" ], [ "Yin", "Lu", "" ] ]
2506.21286
Frederik Garbe
Aida Abiad, Frederik Garbe, Xavier Povill, Christoph Spiegel
Infinitely many counterexamples to a conjecture of Lov\'asz
null
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Motivated by the well-known conjecture of Ryser which relates maximum matchings to minimum vertex covers in $r$-partite $r$-uniform hypergraphs, Lov\'asz formulated a stronger conjecture. It states that one can always reduce the matching number by removing $r-1$ vertices. This conjecture was very recently disproven for $r=3$ by Clow, Haxell, and Mohar using the line graph of a $3$-regular graph of order $102$. Building on this, we describe a simple infinite family of counterexamples based on generalized Petersen graphs for the case $r=3$ and give specific counterexamples for $r=4$.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:06:41 GMT" } ]
2025-06-27T00:00:00
[ [ "Abiad", "Aida", "" ], [ "Garbe", "Frederik", "" ], [ "Povill", "Xavier", "" ], [ "Spiegel", "Christoph", "" ] ]
2506.21287
Diego Biagini
Diego Biagini, Nassir Navab, Azade Farshad
HieraSurg: Hierarchy-Aware Diffusion Model for Surgical Video Generation
Accepted at MICCAI 2025
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Surgical Video Synthesis has emerged as a promising research direction following the success of diffusion models in general-domain video generation. Although existing approaches achieve high-quality video generation, most are unconditional and fail to maintain consistency with surgical actions and phases, lacking the surgical understanding and fine-grained guidance necessary for factual simulation. We address these challenges by proposing HieraSurg, a hierarchy-aware surgical video generation framework consisting of two specialized diffusion models. Given a surgical phase and an initial frame, HieraSurg first predicts future coarse-grained semantic changes through a segmentation prediction model. The final video is then generated by a second-stage model that augments these temporal segmentation maps with fine-grained visual features, leading to effective texture rendering and integration of semantic information in the video space. Our approach leverages surgical information at multiple levels of abstraction, including surgical phase, action triplets, and panoptic segmentation maps. The experimental results on Cholecystectomy Surgical Video Generation demonstrate that the model significantly outperforms prior work both quantitatively and qualitatively, showing strong generalization capabilities and the ability to generate higher frame-rate videos. The model exhibits particularly fine-grained adherence when provided with existing segmentation maps, suggesting its potential for practical surgical applications.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:07:23 GMT" } ]
2025-06-27T00:00:00
[ [ "Biagini", "Diego", "" ], [ "Navab", "Nassir", "" ], [ "Farshad", "Azade", "" ] ]
2506.21288
Istabrak Abbes
Istabrak Abbes, Gabriele Prato, Quentin Fournier, Fernando Rodriguez, Alaa Boukhary, Adam Elwood, Sarath Chandar
Small Encoders Can Rival Large Decoders in Detecting Groundedness
null
null
null
null
cs.CL cs.AI cs.IR cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Augmenting large language models (LLMs) with external context significantly improves their performance in natural language processing (NLP) tasks. However, LLMs struggle to answer queries reliably when the provided context lacks information, often resorting to ungrounded speculation or internal knowledge. Groundedness - generating responses strictly supported by the context - is essential for ensuring factual consistency and trustworthiness. This study focuses on detecting whether a given query is grounded in a document provided in context before the costly answer generation by LLMs. Such a detection mechanism can significantly reduce both inference time and resource consumption. We show that lightweight, task specific encoder models such as RoBERTa and NomicBERT, fine-tuned on curated datasets, can achieve accuracy comparable to state-of-the-art LLMs, such as Llama3 8B and GPT4o, in groundedness detection while reducing inference latency by orders of magnitude. The code is available at : https://github.com/chandarlab/Hallucinate-less
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:09:41 GMT" } ]
2025-06-27T00:00:00
[ [ "Abbes", "Istabrak", "" ], [ "Prato", "Gabriele", "" ], [ "Fournier", "Quentin", "" ], [ "Rodriguez", "Fernando", "" ], [ "Boukhary", "Alaa", "" ], [ "Elwood", "Adam", "" ], [ "Chandar", "Sarath", "" ] ]
2506.21289
Derong Xu
Derong Xu, J Scott Berg, Michael M Blaskiewicz, Yue Hao, Yun Luo, Christoph Montag, Sergei Nagaitsev, Boris Podobedov, Vadim Ptitsyn, Ferdinand Willeke, Binping Xiao
Dynamic Focusing to Suppress Emittance Transfer in Crab-Crossing Flat Beam Collisions
5 figures
null
null
null
physics.acc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Flat hadron beam collisions, though expected to enhance peak luminosity by about an order of magnitude, have not yet been demonstrated. Our study reveals a critical limitation: realistic fluctuations, when amplified by synchro-betatron resonance, lead to transverse emittance transfer in flat-beam collisions. Using beam-beam simulations based on Electron-Ion Collider design parameters, we show that this effect leads to vertical emittance growth, which can distort the flat-beam profile and degrade luminosity. We propose a dynamic focusing scheme that combines sextupoles with crab cavities to suppress the hourglass-induced resonance. This approach increases tolerance to fluctuations and improves the robustness of flat-beam collisions. This practical mitigation facilitates the adoption of flat-beam collisions in next-generation lepton-hadron colliders.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:10:05 GMT" } ]
2025-06-27T00:00:00
[ [ "Xu", "Derong", "" ], [ "Berg", "J Scott", "" ], [ "Blaskiewicz", "Michael M", "" ], [ "Hao", "Yue", "" ], [ "Luo", "Yun", "" ], [ "Montag", "Christoph", "" ], [ "Nagaitsev", "Sergei", "" ], [ "Podobedov", "Boris", "" ], [ "Ptitsyn", "Vadim", "" ], [ "Willeke", "Ferdinand", "" ], [ "Xiao", "Binping", "" ] ]
2506.21290
Romain Simon
Romain Simon, Jean-Louis Barrat, Ludovic Berthier
Molecular motion at the experimental glass transition
16 pages, 13 figures
null
null
null
cond-mat.stat-mech cond-mat.dis-nn cond-mat.soft
http://creativecommons.org/licenses/by/4.0/
We propose a novel strategy to study numerically the glass transition of molecular fluids. Our approach combines the construction of simple yet realistic models with the development of Monte Carlo algorithms to accelerate equilibration and sampling. Inspired by the well-studied ortho-terphenyl glass-former, we construct a molecular model with an analogous triangular geometry and construct a `flip' Monte Carlo algorithm. We demonstrate that the flip Monte Carlo algorithm achieves a sampling speedup of about $10^9$ at the experimental glass transition temperature $T_g$. This allows us to systematically analyze the equilibrium structure and molecular dynamics of the model over a temperature regime previously inaccessible. We carefully compare the observed physical behavior to earlier studies that used atomistic models. In particular, we find that the glass fragility and the departure from the Stokes-Einstein relation are much closer to experimental observations. We characterize the development and temperature evolution of spatial correlations in the relaxation dynamics, using both orientational and translational degrees of freedom. Excess wings emerge at intermediate frequencies in dynamic rotational spectra, and we directly visualize the corresponding molecular motion near $T_g$. Our approach can be generalized to a number of molecular geometries and paves the way to a complete understanding of how molecular details may affect more universal physical aspects characterizing molecular liquids approaching their glass transition.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:10:38 GMT" } ]
2025-06-27T00:00:00
[ [ "Simon", "Romain", "" ], [ "Barrat", "Jean-Louis", "" ], [ "Berthier", "Ludovic", "" ] ]
2506.21291
Frederic Cazals
Guillaume Carri\`ere and Fr\'ed\'eric Cazals
Improved seeding strategies for k-means and k-GMM
13 pages
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
We revisit the randomized seeding techniques for k-means clustering and k-GMM (Gaussian Mixture model fitting with Expectation-Maximization), formalizing their three key ingredients: the metric used for seed sampling, the number of candidate seeds, and the metric used for seed selection. This analysis yields novel families of initialization methods exploiting a lookahead principle--conditioning the seed selection to an enhanced coherence with the final metric used to assess the algorithm, and a multipass strategy to tame down the effect of randomization. Experiments show a consistent constant factor improvement over classical contenders in terms of the final metric (SSE for k-means, log-likelihood for k-GMM), at a modest overhead. In particular, for k-means, our methods improve on the recently designed multi-swap strategy, which was the first one to outperform the greedy k-means++ seeding. Our experimental analysis also shed light on subtle properties of k-means often overlooked, including the (lack of) correlations between the SSE upon seeding and the final SSE, the variance reduction phenomena observed in iterative seeding methods, and the sensitivity of the final SSE to the pool size for greedy methods. Practically, our most effective seeding methods are strong candidates to become one of the--if not the--standard techniques. From a theoretical perspective, our formalization of seeding opens the door to a new line of analytical approaches.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:10:40 GMT" } ]
2025-06-27T00:00:00
[ [ "Carrière", "Guillaume", "" ], [ "Cazals", "Frédéric", "" ] ]
2506.21292
Oleksii Ivanytskyi
Oleksii Ivanytskyi, David Blaschke, Gerd R\"opke
Speed of sound of QCD matter at chiral crossover
7 pages, 2 figuer, contribution to the Special Issue "Aspects of Criticality II"
null
null
null
nucl-th hep-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
Based on a generalized Beth-Uhlenbeck approach to thermodynamics of QCD motivated by cluster decomposition we present a unified equation of state of hot strongly interacting matter and analyze its properties in a wide range of temperatures. The hadrons are treated as color singlet multiquark clusters in medium with a background gluon field in the Polyakov gauge. The confining aspect of QCD is accounted for by the Polyakov loop mechanism and by a large vacuum quark mass motivated by a confining density functional approach. We demonstrate that an abrupt switching between hadronic and partonic degrees of freedom, which is one of striking manifestations of dynamical restoration of chiral symmetry, is accompanied by a smooth behavior of entropy density at chiral crossover. Individual contributions of different components of strongly interacting matter to its speed of sound are analyzed for the first time. It is shown that restoration of chiral symmetry drives speed of sound of hadron gas to negative values, manifesting its mechanical instability and being in a strike disagreements with the lattice QCD data. Accounting for the partonic excitations naturally resolves this contradiction.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:11:19 GMT" } ]
2025-06-27T00:00:00
[ [ "Ivanytskyi", "Oleksii", "" ], [ "Blaschke", "David", "" ], [ "Röpke", "Gerd", "" ] ]
2506.21293
Hannah Seer
David Fajman and Hannah Seer
Charged black holes surrounded by shells of charged particles
null
null
null
null
gr-qc
http://creativecommons.org/licenses/by/4.0/
We construct new static solutions to the Einstein-Vlasov-Maxwell system. These solutions model Reissner-Nordstrom-type black holes with surrounding shells of charged matter.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:13:41 GMT" } ]
2025-06-27T00:00:00
[ [ "Fajman", "David", "" ], [ "Seer", "Hannah", "" ] ]
2506.21294
Bram Willemsen
Bram Willemsen, Gabriel Skantze
Detecting Referring Expressions in Visually Grounded Dialogue with Autoregressive Language Models
Accepted for publication at XLLM @ ACL 2025
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by/4.0/
In this paper, we explore the use of a text-only, autoregressive language modeling approach for the extraction of referring expressions from visually grounded dialogue. More specifically, the aim is to investigate the extent to which the linguistic context alone can inform the detection of mentions that have a (visually perceivable) referent in the visual context of the conversation. To this end, we adapt a pretrained large language model (LLM) to perform a relatively course-grained annotation of mention spans in unfolding conversations by demarcating mention span boundaries in text via next-token prediction. Our findings indicate that even when using a moderately sized LLM, relatively small datasets, and parameter-efficient fine-tuning, a text-only approach can be effective, highlighting the relative importance of the linguistic context for this task. Nevertheless, we argue that the task represents an inherently multimodal problem and discuss limitations fundamental to unimodal approaches.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:14:20 GMT" } ]
2025-06-27T00:00:00
[ [ "Willemsen", "Bram", "" ], [ "Skantze", "Gabriel", "" ] ]
2506.21295
Nandan Roy
Prasanta Sahoo, Nandan Roy, and Himadri Shekhar Mondal
Constraint on Momentum-coupled Dark Energy using DESI DR2
15 pages, 9 figures
null
null
null
astro-ph.CO gr-qc
http://creativecommons.org/licenses/by/4.0/
In this work, we study two scalar field driven dark energy models characterized by the axion potential and the inverse power law potential, each coupled to dark matter through a momentum exchange interaction. By formulating the dynamics as an autonomous system, we identify the equilibrium points and analyze their stability. To constrain these models, we utilize observational data from Pantheon Plus Type Ia Supernovae, DES Y5, DESI DR2 BAO, and Planck 2018 CMB compressed likelihood, employing Markov Chain Monte Carlo (MCMC) methods. Both potentials exhibit weak to strong preference over the $\Lambda$CDM model, with a particularly strong preference for the momentum-coupled scenario when Supernova data are included in the analysis. Furthermore, we find the coupling parameter to be negative, with no lower bound, for both potentials. This suggests that momentum-exchange coupling between the dark sectors cannot be ruled out. From the stability analysis, we observe that for both potentials, the late-time attractor corresponds to a dark energy dominated phase, and the scalar field can behave as a stiff fluid during the early epoch.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:14:57 GMT" } ]
2025-06-27T00:00:00
[ [ "Sahoo", "Prasanta", "" ], [ "Roy", "Nandan", "" ], [ "Mondal", "Himadri Shekhar", "" ] ]
2506.21296
Viktor Harangi
Viktor Harangi
RSB bounds on the maximum cut
null
null
null
null
math.CO math.PR
http://creativecommons.org/licenses/by/4.0/
In the context of random regular graphs, the size of the maximum cut is probably the second most studied graph parameter after the independence ratio. Zdeborov\'a and Boettcher used the cavity method, a non-rigorous statistical physics technique, to predict one-step replica symmetry breaking (1-RSB) formulas. Coja-Ohglan et al. confirmed these predictions as rigorous upper bounds using the interpolation method. While these upper bounds were not expected to be exact, they may be very close to the true values. In this paper, we establish 2-RSB upper bounds and fine-tune their parameters to beat the aforementioned 1-RSB bounds.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:17:09 GMT" } ]
2025-06-27T00:00:00
[ [ "Harangi", "Viktor", "" ] ]
2506.21297
Renato Cordeiro Ferreira
Ricardo Hideki Hangai Kojo (1), Luiz Fernando Corte Real (1), Renato Cordeiro Ferreira (1,2,3,4), Thatiane de Oliveira Rosa (1,5), Alfredo Goldman (1) ((1) University of S\~ao Paulo, (2) Jheronimus Academy of Data Science, (3) Technical University of Eindhoven, (4) Tilburg University, (5) Federal Institute of Tocantins)
Exploring Micro Frontends: A Case Study Application in E-Commerce
11 pages, 2 figures (2 diagrams), submitted to the workshop AMP 2025
null
null
null
cs.SE cs.DC
http://creativecommons.org/licenses/by/4.0/
In the micro frontends architectural style, the frontend is divided into smaller components, which can range from a simple button to an entire page. The goal is to improve scalability, resilience, and team independence, albeit at the cost of increased complexity and infrastructure demands. This paper seeks to understand when it is worth adopting micro frontends, particularly in the context of industry. To achieve this, we conducted an investigation into the state of the art of micro frontends, based on both academic and gray literature. We then implemented this architectural style in a marketplace for handcrafted products, which already used microservices. Finally, we evaluated the implementation through a semi-open questionnaire with the developers. At the studied marketplace company, the need for architectural change arose due to the tight coupling between their main system (a Java monolith) and a dedicated frontend system. Additionally, there were deprecated technologies and poor developer experience. To address these issues, the micro frontends architecture was adopted, along with the API Gateway and Backend for Frontend patterns, and technologies such as Svelte and Fastify. Although the adoption of Micro Frontends was successful, it was not strictly necessary to meet the company's needs. According to the analysis of the mixed questionnaire responses, other alternatives, such as a monolithic frontend, could have achieved comparable results. What made adopting micro frontends the most convenient choice in the company's context was the monolith strangulation and microservices adoption, which facilitated implementation through infrastructure reuse and knowledge sharing between teams.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:17:22 GMT" } ]
2025-06-27T00:00:00
[ [ "Kojo", "Ricardo Hideki Hangai", "", "University of São Paulo" ], [ "Real", "Luiz Fernando Corte", "", "University of São Paulo" ], [ "Ferreira", "Renato Cordeiro", "", "University of São Paulo", "Jheronimus Academy of Data Science", "Technical University of Eindhoven", "Tilburg University" ], [ "Rosa", "Thatiane de Oliveira", "", "University of São Paulo", "Federal Institute of Tocantins" ], [ "Goldman", "Alfredo", "", "University of São Paulo" ] ]
2506.21298
Atharva Mehta
Atharva Mehta, Shivam Chauhan and Monojit Choudhury
Exploring Adapter Design Tradeoffs for Low Resource Music Generation
9 pages, 5 figures
null
null
null
cs.SD cs.AI cs.CL cs.LG cs.MM eess.AS
http://creativecommons.org/licenses/by-sa/4.0/
Fine-tuning large-scale music generation models, such as MusicGen and Mustango, is a computationally expensive process, often requiring updates to billions of parameters and, therefore, significant hardware resources. Parameter-Efficient Fine-Tuning (PEFT) techniques, particularly adapter-based methods, have emerged as a promising alternative, enabling adaptation with minimal trainable parameters while preserving model performance. However, the design choices for adapters, including their architecture, placement, and size, are numerous, and it is unclear which of these combinations would produce optimal adapters and why, for a given case of low-resource music genre. In this paper, we attempt to answer this question by studying various adapter configurations for two AI music models, MusicGen and Mustango, on two genres: Hindustani Classical and Turkish Makam music. Our findings reveal distinct trade-offs: convolution-based adapters excel in capturing fine-grained local musical details such as ornamentations and short melodic phrases, while transformer-based adapters better preserve long-range dependencies crucial for structured improvisation. Additionally, we analyze computational resource requirements across different adapter scales, demonstrating how mid-sized adapters (40M parameters) achieve an optimal balance between expressivity and quality. Furthermore, we find that Mustango, a diffusion-based model, generates more diverse outputs with better adherence to the description in the input prompt while lacking in providing stability in notes, rhythm alignment, and aesthetics. Also, it is computationally intensive and requires significantly more time to train. In contrast, autoregressive models like MusicGen offer faster training and are more efficient, and can produce better quality output in comparison, but have slightly higher redundancy in their generations.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:18:39 GMT" } ]
2025-06-27T00:00:00
[ [ "Mehta", "Atharva", "" ], [ "Chauhan", "Shivam", "" ], [ "Choudhury", "Monojit", "" ] ]
2506.21299
Joseph Vovrosh
Joseph Vovrosh, Julius de Hond, Sergi Juli\`a-Farr\'e, Johannes Knolle and Alexandre Dauphin
Meson spectroscopy of exotic symmetries of Ising criticality in Rydberg atom arrays
6+3 pages, 3+2 figures
null
null
null
quant-ph cond-mat.quant-gas
http://creativecommons.org/licenses/by/4.0/
The Ising model serves as a canonical platform for exploring emergent symmetry in quantum critical systems. The critical point of the 1D Ising chain is described by a conformal Ising field theory, which remains integrable in the presence of a magnetic perturbation leading to massive particles associated with the exceptional Lie algebra $E_8$. Coupling two Ising chains in a ladder leads to an even richer $\mathcal{D}^{(1)}_8$ symmetry. Experimental signatures of the associated particle excitations have arguably been observed in scattering studies of the spin chain material CoNb$_2$O$_6$. Here, we probe these emergent symmetries in a Rydberg atom quantum processing unit, leveraging its tunable geometry to realize both chain and ladder configurations. We identify mass spectra consistent with $E_8$ and $\mathcal{D}^{(1)}_8$ symmetries at the respective critical points. Our results demonstrate the power of Rydberg platforms for investigating symmetry emergence in quantum many-body systems and provide a direct window into the interplay of confinement, geometry and criticality.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:19:30 GMT" } ]
2025-06-27T00:00:00
[ [ "Vovrosh", "Joseph", "" ], [ "de Hond", "Julius", "" ], [ "Julià-Farré", "Sergi", "" ], [ "Knolle", "Johannes", "" ], [ "Dauphin", "Alexandre", "" ] ]
2506.21300
Yannis Bertrand
Yannis Bertrand, Christian Imenkamp, Lukas Malburg, Matthias Ehrendorfer, Marco Franceschetti, Joscha Gr\"uger, Francesco Leotta, J\"urgen Mangler, Ronny Seiger, Agnes Koschmider, Stefanie Rinderle-Ma, Barbara Weber and Estefania Serral
An object-centric core metamodel for IoT-enhanced event logs
null
null
null
null
cs.SE
http://creativecommons.org/licenses/by/4.0/
Advances in Internet-of-Things (IoT) technologies have prompted the integration of IoT devices with business processes (BPs) in many organizations across various sectors, such as manufacturing, healthcare and smart spaces. The proliferation of IoT devices leads to the generation of large amounts of IoT data providing a window on the physical context of BPs, which facilitates the discovery of new insights about BPs using process mining (PM) techniques. However, to achieve these benefits, IoT data need to be combined with traditional process (event) data, which is challenging due to the very different characteristics of IoT and process data, for instance in terms of granularity levels. Recently, several data models were proposed to integrate IoT data with process data, each focusing on different aspects of data integration based on different assumptions and requirements. This fragmentation hampers data exchange and collaboration in the field of PM, e.g., making it tedious for researchers to share data. In this paper, we present a core model synthesizing the most important features of existing data models. As the core model is based on common requirements, it greatly facilitates data sharing and collaboration in the field. A prototypical Python implementation is used to evaluate the model against various use cases and demonstrate that it satisfies these common requirements.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:19:44 GMT" } ]
2025-06-27T00:00:00
[ [ "Bertrand", "Yannis", "" ], [ "Imenkamp", "Christian", "" ], [ "Malburg", "Lukas", "" ], [ "Ehrendorfer", "Matthias", "" ], [ "Franceschetti", "Marco", "" ], [ "Grüger", "Joscha", "" ], [ "Leotta", "Francesco", "" ], [ "Mangler", "Jürgen", "" ], [ "Seiger", "Ronny", "" ], [ "Koschmider", "Agnes", "" ], [ "Rinderle-Ma", "Stefanie", "" ], [ "Weber", "Barbara", "" ], [ "Serral", "Estefania", "" ] ]
2506.21301
Riccardo Bernardini
Riccardo Bernardini
Upper bounds on class numbers of real quadratic fields
16 pages
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove that, for any $\varepsilon>0$, the number of real quadratic fields $\mathbb{Q}(\sqrt{d})$ of discriminant $d<x$ whose class number is $\ll \sqrt{d}(\log{d})^{-2}(\log\log{d})^{-1}$ is at least $x^{1/2-\varepsilon}$ for $x$ large enough. This improves by a factor $\log\log{d}$ a result from 1971 by Yamamoto. We also establish a similar estimate for $m$-tuples of discriminants for any $m\geq 1$. Finally, we provide algebraic conditions to give a lower bound for the size of the fundamental unit of $\mathbb{Q}(\sqrt{d})$, generalizing a criterion by Yamamoto. Our proof corrects a work of Halter-Koch.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:20:56 GMT" } ]
2025-06-27T00:00:00
[ [ "Bernardini", "Riccardo", "" ] ]
2506.21302
Rudra Sen
Rudra Sen and Subashish Datta
Coordinated Control of Autonomous Vehicles for Traffic Density Reduction at a Signalized Junction: An MPC Approach
null
null
null
null
eess.SY cs.SY
http://creativecommons.org/licenses/by-nc-nd/4.0/
The effective and safe management of traffic is a key issue due to the rapid advancement of the urban transportation system. Connected autonomous vehicles (CAVs) possess the capability to connect with each other and adjacent infrastructure, presenting novel opportunities for enhancing traffic flow and coordination. This work proposes a dual-mode model predictive control (MPC) architecture that tackles two interrelated issues: mitigating traffic density at signalized junctions and facilitating seamless, cooperative lane changes in high-density traffic conditions. The objective of this work is to facilitate responsive decision-making for CAVs, thereby enhancing the efficiency and safety of urban mobility. Moreover, we ensure recursive feasibility and convergence of the proposed MPC scheme by the integration of an online-calculated maximal control invariant terminal set. Finally, the efficacy of the proposed approach is validated through numerical simulation.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:21:41 GMT" } ]
2025-06-27T00:00:00
[ [ "Sen", "Rudra", "" ], [ "Datta", "Subashish", "" ] ]
2506.21303
Immanuel Bloch
Markus Greiner and Olaf Mandel and Tilman Esslinger and Theodor W H\"ansch and Immanuel Bloch
Quantum phase transition from a superfluid to a Mott insulator in a gas of ultracold atoms
8 pages, 6 figures
Nature, 415, 39-44 (2002)
10.1038/415039a
null
cond-mat.quant-gas
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For a system at a temperature of absolute zero, all thermal fluctuations are frozen out, while quantum fluctuations prevail. These microscopic quantum fluctuations can induce a macroscopic phase transition in the ground state of a many-body system when the relative strength of two competing energy terms is varied across a critical value. Here we observe such a quantum phase transition in a Bose-Einstein condensate with repulsive interactions, held in a three-dimensional optical lattice potential. As the potential depth of the lattice is increased, a transition is observed from a superfluid to a Mott insulator phase. In the superfluid phase, each atom is spread out over the entire lattice, with long-range phase coherence. But in the insulating phase, exact numbers of atoms are localized at individual lattice sites, with no phase coherence across the lattice; this phase is characterized by a gap in the excitation spectrum. We can induce reversible changes between the two ground states of the system.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:23:04 GMT" } ]
2025-06-27T00:00:00
[ [ "Greiner", "Markus", "" ], [ "Mandel", "Olaf", "" ], [ "Esslinger", "Tilman", "" ], [ "Hänsch", "Theodor W", "" ], [ "Bloch", "Immanuel", "" ] ]
2506.21304
Massimo Cannas
Massimo Cannas, Michele Guindani and Nicola Piras
Nonparametric Bayesian analysis for the Galton-Watson process
27 pages, 2 figures
null
null
null
stat.ME stat.CO
http://creativecommons.org/licenses/by-nc-sa/4.0/
The Galton-Watson process is a model for population growth which assumes that individuals reproduce independently according to the same offspring distribution. Inference usually focuses on the offspring average as it allows to classify the process with respect to extinction. We propose a fully non-parametric approach for Bayesian inference on the GW model using a Dirichlet Process prior. The prior naturally generalizes the Dirichlet conjugate prior distribution, and it allows learning the support of the offspring distribution from the data as well as taking into account possible overdispersion of the data. The performance of the proposed approach is compared with both frequentist and Bayesian procedures via simulation. In particular, we show that the use of a DP prior yields good classification performance with both complete and incomplete data. A real-world data example concerning COVID-19 data from Sardinia illustrates the use of the approach in practice.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:23:29 GMT" } ]
2025-06-27T00:00:00
[ [ "Cannas", "Massimo", "" ], [ "Guindani", "Michele", "" ], [ "Piras", "Nicola", "" ] ]
2506.21305
Rong-Xin Miao
Yu Guo, Rong-Xin Miao
Gravity Duality of Networks
32 pages, 8 figures
null
null
null
hep-th gr-qc
http://creativecommons.org/licenses/by/4.0/
The network has been attracting increasing attention for its role in driving the artificial intelligence revolution and enabling profound insights into gravity. This paper investigates the gravity dual of the conformal field theory defined on a network (AdS/NCFT). A typical network, consisting of edges and nodes, is dual to a spacetime with branches and connecting branes, which we refer to as Net-branes. We demonstrate that the junction condition on the Net-brane results in energy conservation at the network node, providing strong support for our proposal of AdS/NCFT. We find that the spectrum of gravitational Kaluza-Klein modes on the Net-brane is a combination of the spectra from the AdS/BCFT with Neumann boundary conditions and Dirichlet/Conformal boundary conditions, corresponding to the isolated and transparent modes, respectively. We study two-point functions for NCFTs and provide examples, such as free fields and AdS/NCFT with tensionless Net-branes. We propose that the RT surfaces intersect at the same point on the Net-brane for connected subsystems within the network and verify this with the strong additivity and monotonicity of entanglement entropy. We establish that the network entropy, defined as the difference in entanglement between NCFT and BCFT, is always non-negative and effectively illustrates the network's complexity. Finally, we briefly discuss the holographic perspective of the shortest path problem and reveal its relation to the shortest geodesic in bulk and the holographic two-point correlators of massive operators.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:24:14 GMT" } ]
2025-06-27T00:00:00
[ [ "Guo", "Yu", "" ], [ "Miao", "Rong-Xin", "" ] ]
2506.21306
Kingsley Yeon
Kingsley Yeon, Steven B. Damelin
On Uniform Weighted Deep Polynomial approximation
null
null
null
null
math.NA cs.AI cs.LG cs.NA stat.ML
http://creativecommons.org/licenses/by/4.0/
It is a classical result in rational approximation theory that certain non-smooth or singular functions, such as $|x|$ and $x^{1/p}$, can be efficiently approximated using rational functions with root-exponential convergence in terms of degrees of freedom \cite{Sta, GN}. In contrast, polynomial approximations admit only algebraic convergence by Jackson's theorem \cite{Lub2}. Recent work shows that composite polynomial architectures can recover exponential approximation rates even without smoothness \cite{KY}. In this work, we introduce and analyze a class of weighted deep polynomial approximants tailored for functions with asymmetric behavior-growing unbounded on one side and decaying on the other. By multiplying a learnable deep polynomial with a one-sided weight, we capture both local non-smoothness and global growth. We show numerically that this framework outperforms Taylor, Chebyshev, and standard deep polynomial approximants, even when all use the same number of parameters. To optimize these approximants in practice, we propose a stable graph-based parameterization strategy building on \cite{Jar}.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:25:32 GMT" } ]
2025-06-27T00:00:00
[ [ "Yeon", "Kingsley", "" ], [ "Damelin", "Steven B.", "" ] ]
2506.21307
Christian Rieck
S\'andor P. Fekete and Kai Kobbe and Dominik Krupke and Joseph S. B. Mitchell and Christian Rieck and Christian Scheffer
Guarding Offices with Maximum Dispersion
40 pages, 29 figures, to appear in the proceedings 50th International Symposium on Mathematical Foundations of Computer Science (MFCS 2025)
null
null
null
cs.CG cs.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the Dispersive Art Gallery Problem with vertex guards and rectangular visibility ($r$-visibility) for a class of orthogonal polygons that reflect the properties of real-world floor plans: these office-like polygons consist of rectangular rooms and corridors. In the dispersive variant of the Art Gallery Problem, the objective is not to minimize the number of guards but to maximize the minimum geodesic $L_1$-distance between any two guards, called the dispersion distance. Our main contributions are as follows. We prove that determining whether a vertex guard set can achieve a dispersion distance of $4$ in office-like polygons is NP-complete, where vertices of the polygon are restricted to integer coordinates. Additionally, we present a simple worst-case optimal algorithm that guarantees a dispersion distance of $3$ in polynomial time. Our complexity result extends to polyominoes, resolving an open question posed by Rieck and Scheffer (CGTA 2024). When vertex coordinates are allowed to be rational, we establish analogous results, proving that achieving a dispersion distance of $2+\varepsilon$ is NP-hard for any $\varepsilon > 0$, while the classic Art Gallery Problem remains solvable in polynomial time for this class of polygons. Furthermore, we give a straightforward polynomial-time algorithm that computes worst-case optimal solutions with a dispersion distance of $2$. On the other hand, for the more restricted class of hole-free independent office-like polygons, we propose a dynamic programming approach that computes optimal solutions. Moreover, we demonstrate that the problem is practically tractable for arbitrary orthogonal polygons. To this end, we compare solvers based on SAT, CP, and MIP formulations. Notably, SAT solvers efficiently compute optimal solutions for randomly generated instances with up to $1600$ vertices in under $15$s.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:25:35 GMT" } ]
2025-06-27T00:00:00
[ [ "Fekete", "Sándor P.", "" ], [ "Kobbe", "Kai", "" ], [ "Krupke", "Dominik", "" ], [ "Mitchell", "Joseph S. B.", "" ], [ "Rieck", "Christian", "" ], [ "Scheffer", "Christian", "" ] ]
2506.21308
Patricia Guerra Balboa
Martin Lange, Patricia Guerra-Balboa, Javier Parra-Arnau, Thorsten Strufe
Balancing Privacy and Utility in Correlated Data: A Study of Bayesian Differential Privacy
This is the extended version of the paper accepted in the Proceedings of the VLDB Endowment (PVLDB), 2025. The code used for our experiments is accessible in https://github.com/lange-martin/privacy-utility-bdp
null
null
null
cs.CR cs.IT math.IT
http://creativecommons.org/licenses/by-nc-nd/4.0/
Privacy risks in differentially private (DP) systems increase significantly when data is correlated, as standard DP metrics often underestimate the resulting privacy leakage, leaving sensitive information vulnerable. Given the ubiquity of dependencies in real-world databases, this oversight poses a critical challenge for privacy protections. Bayesian differential privacy (BDP) extends DP to account for these correlations, yet current BDP mechanisms indicate notable utility loss, limiting its adoption. In this work, we address whether BDP can be realistically implemented in common data structures without sacrificing utility -- a key factor for its applicability. By analyzing arbitrary and structured correlation models, including Gaussian multivariate distributions and Markov chains, we derive practical utility guarantees for BDP. Our contributions include theoretical links between DP and BDP and a novel methodology for adapting DP mechanisms to meet the BDP requirements. Through evaluations on real-world databases, we demonstrate that our novel theorems enable the design of BDP mechanisms that maintain competitive utility, paving the way for practical privacy-preserving data practices in correlated settings.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:25:44 GMT" } ]
2025-06-27T00:00:00
[ [ "Lange", "Martin", "" ], [ "Guerra-Balboa", "Patricia", "" ], [ "Parra-Arnau", "Javier", "" ], [ "Strufe", "Thorsten", "" ] ]
2506.21309
Luca Giuzzi DPhil
Ilaria Cardinali and Luca Giuzzi
Linear codes arising from the point-hyperplane geometry-Part I: the Segre embedding
29 pages
null
null
null
math.CO cs.DM cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $V$ be a vector space over the finite field $\mathbb{F}_q$ with $q$ elements and $\Lambda$ be the image of the Segre geometry $\mathrm{PG}(V)\otimes\mathrm{PG}(V^*)$ in $\mathrm{PG}(V\otimes V^*)$. Consider the subvariety $\Lambda_{1}$ of $\Lambda$ represented by the pure tensors $x\otimes \xi$ with $x\in V$ and $\xi\in V^*$ such that $\xi(x)=0$. Regarding $\Lambda_1$ as a projective system of $\mathrm{PG}(V\otimes V^*)$, we study the linear code $\mathcal{C}(\Lambda_1)$ arising from it. The code $\mathcal{C}(\Lambda_1)$ is minimal code and we determine its basic parameters, itsfull weight list and its linear automorphism group. We also give a geometrical characterization of its minimum and second lowest weight codewords as well as of some of the words of maximum weight.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:26:07 GMT" } ]
2025-06-27T00:00:00
[ [ "Cardinali", "Ilaria", "" ], [ "Giuzzi", "Luca", "" ] ]
2506.21310
Pauline Speckmann
Pauline Speckmann and Mario Nadj and Christian Janiesch
IXAII: An Interactive Explainable Artificial Intelligence Interface for Decision Support Systems
9 pages, 2 figures, accepted to DESRIST 2025 Prototype Track
null
null
null
cs.AI cs.SE
http://creativecommons.org/licenses/by-nc-nd/4.0/
Although several post-hoc methods for explainable AI have been developed, most are static and neglect the user perspective, limiting their effectiveness for the target audience. In response, we developed the interactive explainable intelligent system called IXAII that offers explanations from four explainable AI methods: LIME, SHAP, Anchors, and DiCE. Our prototype provides tailored views for five user groups and gives users agency over the explanations' content and their format. We evaluated IXAII through interviews with experts and lay users. Our results indicate that IXAII, which provides different explanations with multiple visualization options, is perceived as helpful to increase transparency. By bridging the gaps between explainable AI methods, interactivity, and practical implementation, we provide a novel perspective on AI explanation practices and human-AI interaction.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:28:13 GMT" } ]
2025-06-27T00:00:00
[ [ "Speckmann", "Pauline", "" ], [ "Nadj", "Mario", "" ], [ "Janiesch", "Christian", "" ] ]
2506.21311
Mohini Bariya
Mohini Bariya and Genevieve Flaspohler
Estimating Technical Loss without Power Flows: A Practical, Data-Driven Approach for Loss Estimation in Distribution Grids
6 pages, 3 figures
null
null
null
eess.SY cs.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Electric grids in low- and middle-income countries (LMICs) across the world face an acute challenge. To support global decarbonisation efforts and raise millions from energy poverty, these grids must shoulder substantial load growth while integrating distributed renewable generation. However, decades of rapid and poorly funded infrastructure expansions have led to national grids in many LMICs that are strained and weak, composed of aging, faulty, and undersized infrastructure. A cause and symptom of this weakness is excessive technical loss within the grid infrastructure during energy delivery, particularly at the distribution level; network losses are regularly estimated to be well over 20 percent, compared to a baseline of 5 percent in higher-income nations. Addressing technical loss through targeted interventions is essential for bolstering grids' physical and economic strength. Unfortunately, current approaches for estimating and localizing technical loss require expensive, extensive power flow sensing, which is essentially absent in LMIC distribution systems. We present a novel approach to technical loss estimation without power flows, which leverages more readily available voltage magnitude measurements at sparse locations in the grid. This estimator puts loss estimation and localization within reach for LMIC grids globally, and provides a critical tool for the effective design, implementation, and evaluation of loss-reduction interventions.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:28:37 GMT" } ]
2025-06-27T00:00:00
[ [ "Bariya", "Mohini", "" ], [ "Flaspohler", "Genevieve", "" ] ]
2506.21312
Lars M\"ollenbrok
Lars M\"ollenbrok, Behnood Rasti, Beg\"um Demir
Continual Self-Supervised Learning with Masked Autoencoders in Remote Sensing
Accepted to IEEE Geoscience and Remote Sensing Letters. Our code is available at https://git.tu-berlin.de/rsim/CoSMAE
null
10.1109/LGRS.2025.3579585
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
The development of continual learning (CL) methods, which aim to learn new tasks in a sequential manner from the training data acquired continuously, has gained great attention in remote sensing (RS). The existing CL methods in RS, while learning new tasks, enhance robustness towards catastrophic forgetting. This is achieved by using a large number of labeled training samples, which is costly and not always feasible to gather in RS. To address this problem, we propose a novel continual self-supervised learning method in the context of masked autoencoders (denoted as CoSMAE). The proposed CoSMAE consists of two components: i) data mixup; and ii) model mixup knowledge distillation. Data mixup is associated with retaining information on previous data distributions by interpolating images from the current task with those from the previous tasks. Model mixup knowledge distillation is associated with distilling knowledge from past models and the current model simultaneously by interpolating their model weights to form a teacher for the knowledge distillation. The two components complement each other to regularize the MAE at the data and model levels to facilitate better generalization across tasks and reduce the risk of catastrophic forgetting. Experimental results show that CoSMAE achieves significant improvements of up to 4.94% over state-of-the-art CL methods applied to MAE. Our code is publicly available at: https://git.tu-berlin.de/rsim/CoSMAE.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:28:59 GMT" } ]
2025-06-27T00:00:00
[ [ "Möllenbrok", "Lars", "" ], [ "Rasti", "Behnood", "" ], [ "Demir", "Begüm", "" ] ]
2506.21313
Kazumasa Hattori
Kazumasa Hattori and Hiroaki Kusunose
Kondo-Peierls transition with nonsymmorphic zone boundary gap formation
5 pages and 4 figures
null
null
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
We study nonsymmorphic space group symmetry breakings in correlated electron systems. Under nonsymmorphic symmetry, it is well known that there are degeneracies in the electronic Bloch states at the Brillouin zone boundaries. When the system undergoes a phase transition into an ordered phase with breaking the nonsymmorphic symmetry, the degeneracy is lifted. This happens even when the order parameter is uniform. We point out that this general feature leads to various {\it uniform} Peierls transition in nonsymmorphic systems. In particular, we show that such mechanism of the Peierls gap formation can be realized accompanying with uniform anisotropic Kondo singlet formations. This explains the hidden electric order observed in CeCoSi.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:29:03 GMT" } ]
2025-06-27T00:00:00
[ [ "Hattori", "Kazumasa", "" ], [ "Kusunose", "Hiroaki", "" ] ]
2506.21314
Sining Gong
Andrew Christlieb, Sining Gong, Jing-Mei Qiu and Nanyi Zheng
A Sampling-Based Adaptive Rank Approach to the Wigner-Poisson System
null
null
null
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We develop a mass-conserving, adaptive-rank solver for the 1D1V Wigner-Poisson system. Our work is motivated by applications to the study of the stopping power of $\alpha$ particles at the National Ignition Facility (NIF). In this regime, electrons are in a warm dense state, requiring more than a standard kinetic model. They are hot enough to neglect Pauli exclusion, yet quantum enough to require accounting for uncertainty. The Wigner-Poisson system captures these effects but presents challenges due to its nonlocal nature. Based on a second-order Strang splitting method, we first design a full-rank solver with a structure-preserving Fourier update that ensures the intermediate solutions remain real-valued (up to machine precision), improving upon previous methods. Simulations demonstrate that the solutions exhibit a low rank structure for moderate to high dimensionless Planck constants ($H \ge 0.1$). This observed low rank structure motivates the development of an adaptive-rank solver, built on a Semi-Lagrangian adaptive-rank (SLAR) scheme for advection and an adaptive-rank, structure-preserving Fourier update for the Wigner integral terms, with a rigorous proof of structure-preserving property provided. Our solver achieves $O(N)$ complexity in both storage and computation time, while preserving mass and maintaining momentum accuracy up to the truncation error. The adaptive rank simulations are visually indistinguishable from the full-rank simulations in capturing solution structures. These results highlight the potential of adaptive rank methods for high-dimensional Wigner-Poisson simulations, paving the way toward fully kinetic studies of stopping power in warm dense plasmas.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:29:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Christlieb", "Andrew", "" ], [ "Gong", "Sining", "" ], [ "Qiu", "Jing-Mei", "" ], [ "Zheng", "Nanyi", "" ] ]
2506.21315
Eric Sawyer
Cristian Rios and Eric T. Sawyer
A proof of the Kakeya maximal operator conjecture in three dimensions
27 pages
null
null
null
math.CA
http://creativecommons.org/licenses/by/4.0/
We prove local trilinear characterizations of the Kakeya maximal operator conjecture in three dimensions, which are then used to prove the conjecture itself.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:32:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Rios", "Cristian", "" ], [ "Sawyer", "Eric T.", "" ] ]
2506.21316
Badri Vishal Kasuba
Badri Vishal Kasuba, Parag Chaudhuri, Ganesh Ramakrishnan
DrishtiKon: Multi-Granular Visual Grounding for Text-Rich Document Images
Work in progress
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Visual grounding in text-rich document images is a critical yet underexplored challenge for document intelligence and visual question answering (VQA) systems. We present \drishtikon, a multi-granular visual grounding framework designed to enhance interpretability and trust in VQA for complex, multilingual documents. Our approach integrates robust multi-lingual OCR, large language models, and a novel region matching algorithm to accurately localize answer spans at block, line, word, and point levels. We curate a new benchmark from the CircularsVQA test set, providing fine-grained, human-verified annotations across multiple granularities. Extensive experiments demonstrate that our method achieves state-of-the-art grounding accuracy, with line-level granularity offering the best trade-off between precision and recall. Ablation studies further highlight the benefits of multi-block and multi-line reasoning. Comparative evaluations with leading vision-language models reveal the limitations of current VLMs in precise localization, underscoring the effectiveness of our structured, alignment-based approach. Our findings pave the way for more robust and interpretable document understanding systems in real-world, text-centric scenarios. Code and dataset has been made available at https://github.com/kasuba-badri-vishal/DhrishtiKon.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:32:23 GMT" } ]
2025-06-27T00:00:00
[ [ "Kasuba", "Badri Vishal", "" ], [ "Chaudhuri", "Parag", "" ], [ "Ramakrishnan", "Ganesh", "" ] ]
2506.21317
Dewen Zhang
Dewen Zhang, Tahir Hussain, Wangpeng An, and Hayaru Shouno
LLaVA-Pose: Enhancing Human Pose and Action Understanding via Keypoint-Integrated Instruction Tuning
arXiv admin note: substantial text overlap with arXiv:2409.09306
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Current vision-language models (VLMs) are well-adapted for general visual understanding tasks. However, they perform inadequately when handling complex visual tasks related to human poses and actions due to the lack of specialized vision-language instruction-following data. We introduce a method for generating such data by integrating human keypoints with traditional visual features such as captions and bounding boxes, enabling more precise understanding of human-centric scenes. Our approach constructs a dataset comprising 200,328 samples tailored to fine-tune models for human-centric tasks, focusing on three areas: conversation, detailed description, and complex reasoning. We establish an Extended Human Pose and Action Understanding Benchmark (E-HPAUB) to assess model performance on human pose and action understanding. We fine-tune the LLaVA-1.5-7B model using this dataset and evaluate our resulting LLaVA-Pose model on the benchmark, achieving significant improvements. Experimental results show an overall improvement of 33.2% compared to the original LLaVA-1.5-7B model. These findings highlight the effectiveness of keypoint-integrated data in enhancing multimodal models for human-centric visual understanding. Code is available at https://github.com/Ody-trek/LLaVA-Pose.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:32:56 GMT" } ]
2025-06-27T00:00:00
[ [ "Zhang", "Dewen", "" ], [ "Hussain", "Tahir", "" ], [ "An", "Wangpeng", "" ], [ "Shouno", "Hayaru", "" ] ]
2506.21318
Jerome Lloyd
Jerome Lloyd and Dmitry A. Abanin
Quantum thermal state preparation for near-term quantum processors
null
null
null
null
quant-ph cond-mat.quant-gas cond-mat.stat-mech cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
Preparation of quantum thermal states of many-body systems is a key computational challenge for quantum processors, with applications in physics, chemistry, and classical optimization. We provide a simple and efficient algorithm for thermal state preparation, combining engineered bath resetting and modulated system-bath coupling to derive a quantum channel approximately satisfying quantum detailed balance relations. We show that the fixed point $\hat\sigma$ of the channel approximates the Gibbs state as $\|\hat\sigma -\hat\sigma_\beta\|\sim \theta^2$, where $\theta$ is the system-bath coupling and $\hat\sigma_\beta \propto e^{-\beta \hat H_S}$. We provide extensive numerics, for the example of the 2D Quantum Ising model, confirming that the protocol successfully prepares the thermal state throughout the finite-temperature phase diagram, including near the quantum phase transition. Our algorithm provides a path to efficient quantum simulation of quantum-correlated states at finite temperature with current and near-term quantum processors.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:33:46 GMT" } ]
2025-06-27T00:00:00
[ [ "Lloyd", "Jerome", "" ], [ "Abanin", "Dmitry A.", "" ] ]
2506.21319
Can Liu
Can Liu and Chunlin Da and Xiaoxiao Long and Yuxiao Yang and Yu Zhang and Yong Wang
Multimodal LLMs for Visualization Reconstruction and Understanding
null
null
null
null
cs.HC cs.CV
http://creativecommons.org/licenses/by/4.0/
Visualizations are crucial for data communication, yet understanding them requires comprehension of both visual elements and their underlying data relationships. Current multimodal large models, while effective in natural image understanding, struggle with visualization due to their inability to decode the data-to-visual mapping rules and extract structured information. To address these challenges, we present a novel dataset and train multimodal visualization LLMs specifically designed for understanding. Our approach combines chart images with their corresponding vectorized representations, encoding schemes, and data features. The proposed vector format enables compact and accurate reconstruction of visualization content. Experimental results demonstrate significant improvements in both data extraction accuracy and chart reconstruction quality.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:35:59 GMT" } ]
2025-06-27T00:00:00
[ [ "Liu", "Can", "" ], [ "Da", "Chunlin", "" ], [ "Long", "Xiaoxiao", "" ], [ "Yang", "Yuxiao", "" ], [ "Zhang", "Yu", "" ], [ "Wang", "Yong", "" ] ]
2506.21320
Cheng Cheng
Cheng Cheng, Xin Wang, Piaoran Liang, Fengwu Sun, Edo Ibar, Malte Brinch, Haojing Yan, Jia-Sheng Huang, Jun Li and Juan Molina
Probing Obscured Star Formation in Galaxy Clusters Using JWST Medium Band Images: 3.3$\mu\rm m$ PAH Emitter Sample in Abell 2744
23 pages, 17 figures, ApJS accepted
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Star-forming galaxies in galaxy clusters play a crucial role in understanding the advanced stages of galaxy evolution within dense environments. We present a sample of 3.3$\mu$m PAH-bright galaxies in the Abell 2744 (A2744) galaxy cluster. Using F430M medium band images, we select PAH emitters in the galaxy cluster, which capture the 3.3$\mu$m PAH emission at the redshift of A2744. Our multi-wavelength study demonstrates consistent star formation rates (SFRs) derived from PAH emission and SED fitting, indicating the 3.3 $\mu$m PAH flux estimated from medium band image alone can reveal the entirety of star formation, immune to dust obscuration. We find that the PAH emitters are located in relatively low mass surface density regions of A2744, with SFRs aligning with the field star-forming main sequence at $z=0.3$. The PAH emission morphologies show more asymmetry than that of the F444W image when asymmetry index $> 0.4$. With these results, we suggest that these star-forming galaxies in A2744 are in the stage of falling into the cluster from the field, and have not been quenched yet. We further explore a potential link between these galaxies and cosmic filaments being accreted onto the cluster, which may channel gas inflows to fuel star formation. JWST medium-band imaging provides a powerful new tool for identifying heavily dust-obscured star-forming populations. Future HI and low-J CO observations should be prioritized to resolve the cold gas kinematics and star formation processes in these systems, which would directly test the role of environmental stripping versus filamentary gas supply.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:36:16 GMT" } ]
2025-06-27T00:00:00
[ [ "Cheng", "Cheng", "" ], [ "Wang", "Xin", "" ], [ "Liang", "Piaoran", "" ], [ "Sun", "Fengwu", "" ], [ "Ibar", "Edo", "" ], [ "Brinch", "Malte", "" ], [ "Yan", "Haojing", "" ], [ "Huang", "Jia-Sheng", "" ], [ "Li", "Jun", "" ], [ "Molina", "Juan", "" ] ]
2506.21321
Cheng Cheng
Cheng Cheng, Jia-Sheng Huang, Peng Wei, Ali Esamdin, Guojie Feng, Zhi-Xiang Zhang, Haojing Yan, Wei Du, Pei Zuo, Zi-Jian Li, Gustavo Orellana, Letian Wang, Yong Wang, Abdusamatjan Iskandar and Shahidin Yaqup
An H$\alpha$ Cloud in the HI Tail: Recent Star Formation in the Outskirts of NGC 4258 Revealed by Nanshan 1-m Telescope
15 pages, 6 figures, AJ accepted
null
null
null
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present first-light deep H$\alpha$ imaging taken with the Nanshan 1-meter wide-field telescope on the local galaxy NGC 4258, alongside archival data from Hubble Space telescope (HST), Westerbork Synthesis Radio Telescope, and The Dark Energy Camera Legacy Survey. The H$\alpha$ image shows ongoing star formation not only inside the galaxy but also in an HI cloud in the eastern HI tail, which is roughly 16 kpc away from the main galaxy. The HST images reveal several ultra-blue compact objects ($\rm F555W - F814W <-0.5 mag,\, FWHM\sim 0.2''$) in the H$\alpha$ bright region, aligned with the HI tail, suggesting the presence of young open cluster candidate in the HI tail. Our results suggest that wide field H$\alpha$ imaging is a valuable tool for investigating recent star formation in the extended regions of NGC 4258. Furthermore, the star formation in diffuse HI tails could highlight an potential aspect of galaxy stellar halo formation, warranting further investigation of the impact of star formation in halos on galaxy evolution.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:36:18 GMT" } ]
2025-06-27T00:00:00
[ [ "Cheng", "Cheng", "" ], [ "Huang", "Jia-Sheng", "" ], [ "Wei", "Peng", "" ], [ "Esamdin", "Ali", "" ], [ "Feng", "Guojie", "" ], [ "Zhang", "Zhi-Xiang", "" ], [ "Yan", "Haojing", "" ], [ "Du", "Wei", "" ], [ "Zuo", "Pei", "" ], [ "Li", "Zi-Jian", "" ], [ "Orellana", "Gustavo", "" ], [ "Wang", "Letian", "" ], [ "Wang", "Yong", "" ], [ "Iskandar", "Abdusamatjan", "" ], [ "Yaqup", "Shahidin", "" ] ]
2506.21322
Hong Wang
Hong Wang, Natalia Calvo-Barajas, Katie Winkle, and Ginevra Castellano
"Who Should I Believe?": User Interpretation and Decision-Making When a Family Healthcare Robot Contradicts Human Memory
8 pages
null
null
null
cs.HC cs.RO
http://creativecommons.org/licenses/by/4.0/
Advancements in robotic capabilities for providing physical assistance, psychological support, and daily health management are making the deployment of intelligent healthcare robots in home environments increasingly feasible in the near future. However, challenges arise when the information provided by these robots contradicts users' memory, raising concerns about user trust and decision-making. This paper presents a study that examines how varying a robot's level of transparency and sociability influences user interpretation, decision-making and perceived trust when faced with conflicting information from a robot. In a 2 x 2 between-subjects online study, 176 participants watched videos of a Furhat robot acting as a family healthcare assistant and suggesting a fictional user to take medication at a different time from that remembered by the user. Results indicate that robot transparency influenced users' interpretation of information discrepancies: with a low transparency robot, the most frequent assumption was that the user had not correctly remembered the time, while with the high transparency robot, participants were more likely to attribute the discrepancy to external factors, such as a partner or another household member modifying the robot's information. Additionally, participants exhibited a tendency toward overtrust, often prioritizing the robot's recommendations over the user's memory, even when suspecting system malfunctions or third-party interference. These findings highlight the impact of transparency mechanisms in robotic systems, the complexity and importance associated with system access control for multi-user robots deployed in home environments, and the potential risks of users' over reliance on robots in sensitive domains such as healthcare.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:37:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Hong", "" ], [ "Calvo-Barajas", "Natalia", "" ], [ "Winkle", "Katie", "" ], [ "Castellano", "Ginevra", "" ] ]
2506.21323
Torben Skrzypek
Dennis le Plat, Torben Skrzypek
Three-point functions from integrability in $\mathcal{N}=2$ orbifold theories
35 pages, 5 figures, 122 structure constants
null
null
DESY-25-088
hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Besides solving the spectral problem of $\mathcal{N}=4$ Super-Yang-Mills (SYM) theory, integrability also provides us with tools to compute the structure constants of the theory, most prominently through the hexagon formalism. We show that, with minor modifications, this formalism can also be applied to orbifolds of $\mathcal{N}=4$ SYM theory, which are integrable theories in their own right. To substantiate this claim, we test our results against a direct gauge-theory calculation at tree-level. We focus here on a family of $\mathcal{N}=2$ supersymmetric $\mathbb{Z}_M$-orbifold theories. BPS correlators in these theories have recently been investigated with independent localisation techniques and a tentative matching with wrapping corrections in the hexagon formalism was observed. Together with our weak-coupling evidence, this suggests that a full determination of the structure constants of orbifold theories at finite coupling may be within reach.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:39:10 GMT" } ]
2025-06-27T00:00:00
[ [ "Plat", "Dennis le", "" ], [ "Skrzypek", "Torben", "" ] ]
2506.21324
Jiechen Chen
Jiechen Chen, Bipin Rajendran, Osvaldo Simeone
Stochastic Quantum Spiking Neural Networks with Quantum Memory and Local Learning
null
null
null
null
cs.NE cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Neuromorphic and quantum computing have recently emerged as promising paradigms for advancing artificial intelligence, each offering complementary strengths. Neuromorphic systems built on spiking neurons excel at processing time-series data efficiently through sparse, event-driven computation, consuming energy only upon input events. Quantum computing, on the other hand, leverages superposition and entanglement to explore feature spaces that are exponentially large in the number of qubits. Hybrid approaches combining these paradigms have begun to show potential, but existing quantum spiking models have important limitations. Notably, prior quantum spiking neuron implementations rely on classical memory mechanisms on single qubits, requiring repeated measurements to estimate firing probabilities, and they use conventional backpropagation on classical simulators for training. Here we propose a stochastic quantum spiking (SQS) neuron model that addresses these challenges. The SQS neuron uses multi-qubit quantum circuits to realize a spiking unit with internal quantum memory, enabling event-driven probabilistic spike generation in a single shot. Furthermore, we outline how networks of SQS neurons -- dubbed SQS neural networks (SQSNNs) -- can be trained via a hardware-friendly local learning rule, eliminating the need for global classical backpropagation. The proposed SQSNN model fuses the time-series efficiency of neuromorphic computing with the exponentially large inner state space of quantum computing, paving the way for quantum spiking neural networks that are modular, scalable, and trainable on quantum hardware.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:39:14 GMT" } ]
2025-06-27T00:00:00
[ [ "Chen", "Jiechen", "" ], [ "Rajendran", "Bipin", "" ], [ "Simeone", "Osvaldo", "" ] ]
2506.21325
Nima MozaffariKhosravi
Nima Mozaffarikhosravi, Prathapasinghe Dharmawansa, and Italo Atzeni
Localization-Based Beam Focusing in Near-Field Communications
null
null
null
null
eess.SP
http://creativecommons.org/licenses/by/4.0/
Shifting 6G-and-beyond wireless communication systems to higher frequency bands and the utilization of massive multiple-input multiple-output arrays will extend the near-field region, affecting beamforming and user localization schemes. In this paper, we propose a localization-based beam-focusing strategy that leverages the dominant line-of-sight (LoS) propagation arising at mmWave and sub-THz frequencies. To support this approach, we analyze the 2D-MUSIC algorithm for distance estimation by examining its spectrum in simplified, tractable setups with minimal numbers of antennas and users. Lastly, we compare the proposed localization-based beam focusing, with locations estimated via 2D-MUSIC, with zero forcing with pilot-based channel estimation in terms of uplink sum spectral efficiency. Our numerical results show that the proposed method becomes more effective under LoS-dominated propagation, short coherence blocks, and strong noise power arising at high carrier frequencies and with large bandwidths.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:39:41 GMT" } ]
2025-06-27T00:00:00
[ [ "Mozaffarikhosravi", "Nima", "" ], [ "Dharmawansa", "Prathapasinghe", "" ], [ "Atzeni", "Italo", "" ] ]
2506.21326
Ruben Antnio Caraballo Diaz
R A Caraballo Diaz, F Dassi
A discontinuous in time Streamline Diffusion Virtual Element Method for Darcy-transport problem
null
null
null
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a first numerical study of transport phenomena involving chemically reactive species, modeled by advection-diffusion-reaction systems with flow fields governed by Darcy's law. Among the various discretisation approaches, we consider the Streamline Diffusion method. Both the velocity field and the species concentrations are computed using the Virtual Element Method using a Discontinuous Galerkin scheme for time. An abstract error estimate has been derived using a special technique that utilizes Gauss-Radau interpolation in conjunction with numerical integration. These theoretical findings are supported by numerical experiments with arbitrary-order accuracy in both space and time.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:40:29 GMT" } ]
2025-06-27T00:00:00
[ [ "Diaz", "R A Caraballo", "" ], [ "Dassi", "F", "" ] ]
2506.21327
Yvonne Anne Pignolet
Ryan Croote, Islam El-Ashi, Thomas Locher, Yvonne-Anne Pignolet
Enabling Bitcoin Smart Contracts on the Internet Computer
Published at ICDCS 2025, waiting for DOI
null
null
null
cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
There is growing interest in providing programmatic access to the value locked in Bitcoin, which famously offers limited programmability itself. Various approaches have been put forth in recent years, with the vast majority of proposed mechanisms either building new functionality on top of Bitcoin or leveraging a bridging mechanism to enable smart contracts that make use of ``wrapped'' bitcoins on entirely different platforms. In this work, an architecture is presented that follows a different approach. The architecture enables the execution of Turing-complete Bitcoin smart contracts on the Internet Computer (IC), a blockchain platform for hosting and executing decentralized applications. Instead of using a bridge, IC and Bitcoin nodes interact directly, eliminating potential security risks that the use of a bridge entails. This integration requires novel concepts, in particular to reconcile the probabilistic nature of Bitcoin with the irreversibility of finalized state changes on the IC, which may be of independent interest. In addition to the presentation of the architecture, we provide evaluation results based on measurements of the Bitcoin integration running on mainnet. The evaluation results demonstrate that, with finalization in a few seconds and low execution costs, this integration enables complex Bitcoin-based decentralized applications that were not practically feasible or economically viable before.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:41:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Croote", "Ryan", "" ], [ "El-Ashi", "Islam", "" ], [ "Locher", "Thomas", "" ], [ "Pignolet", "Yvonne-Anne", "" ] ]
2506.21328
Jiajie Yang
Jiajie Yang
Latent Prototype Routing: Achieving Near-Perfect Load Balancing in Mixture-of-Experts
15 pages,4 figures
null
null
null
cs.LG cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Mixture-of-Experts (MoE) architectures have emerged as a key strategy for scaling large language models (LLMs) efficiently. However, current MoE systems suffer from severe load imbalance, where only a small subset of experts is consistently activated during training and inference, leading to significant underutilization of model capacity and computational resources. In this work, we revisit expert routing through a clustering perspective and propose Latent Prototype Routing (LPR), a novel routing framework that generalizes existing approaches while promoting balanced expert utilization without compromising downstream performance. Extensive experiments across multiple open-source MoE models -- including DeepSeek-V3, Qwen3-MoE, and Mixtral -- demonstrate that LPR reduces the Gini coefficient of expert load from 0.70 to 0.035 on average, improves the min-max expert load ratio from 1e-6 to 0.70, achieving near-perfect load balancing.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:41:18 GMT" } ]
2025-06-27T00:00:00
[ [ "Yang", "Jiajie", "" ] ]
2506.21329
Karthik Duraisamy
Karthik Duraisamy
Active Inference AI Systems for Scientific Discovery
null
null
null
null
cs.AI physics.soc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The rapid evolution of artificial intelligence has led to expectations of transformative scientific discovery, yet current systems remain fundamentally limited by their operational architectures, brittle reasoning mechanisms, and their separation from experimental reality. Building on earlier work, we contend that progress in AI-driven science now depends on closing three fundamental gaps -- the abstraction gap, the reasoning gap, and the reality gap -- rather than on model size/data/test time compute. Scientific reasoning demands internal representations that support simulation of actions and response, causal structures that distinguish correlation from mechanism, and continuous calibration. We define active inference AI systems for scientific discovery as those that (i) maintain long-lived research memories grounded in causal self-supervised foundation models, (ii) symbolic or neuro-symbolic planners equipped with Bayesian guardrails, (iii) grow persistent knowledge graphs where thinking generates novel conceptual nodes, reasoning establishes causal edges, and real-world interaction prunes false connections while strengthening verified pathways, and (iv) refine their internal representations through closed-loop interaction with both high-fidelity simulators and automated laboratories - an operational loop where mental simulation guides action and empirical surprise reshapes understanding. In essence, we outline an architecture where discovery arises from the interplay between internal models that enable counterfactual reasoning and external validation that grounds hypotheses in reality. It is also argued that the inherent ambiguity in feedback from simulations and experiments, and underlying uncertainties makes human judgment indispensable, not as a temporary scaffold but as a permanent architectural component.
[ { "version": "v1", "created": "Thu, 26 Jun 2025 14:43:04 GMT" } ]
2025-06-27T00:00:00
[ [ "Duraisamy", "Karthik", "" ] ]