id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2506.04759 | Mami Deka | M. Deka, F. Ahlborn, T. A. M. Braun and A. Weiss | Implications of a turbulent convection model for classical Cepheids | Accepted to A&A. 19 pages, 15 figures, 9 tables | null | null | null | astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The appearance of blue loops in the evolutionary tracks of intermediate-mass core He-burning stars is essential for explaining the observed characteristics of Cepheids. The blue loops for lower mass Cepheids cannot always be reproduced when only classical, local mixing length theory (MLT) is used. Additionally, classical models result in a mass discrepancy compared to pulsational and dynamical mass determinations. Both problems can be resolved through an ad-hoc extension of the MLT for convection. We use the non-local Kuhfuss turbulent convection model (TCM) which can explain overshooting directly from the solution of the TCM equations. The primary objective of this study is to test the predictions of the Kuhfuss TCM when applied to intermediate-mass core He-burning stars and validate the model predictions against observations of Cepheids. We used the state-of-the-art 1D stellar evolution code GARSTEC with the implementation of the Kuhfuss TCM and computed evolutionary tracks for intermediate-mass core He-burning stars. We compare these tracks with those computed with MLT including and excluding ad-hoc overshooting and with observations of five Cepheids in detached binary systems obtained from the literature. The stellar evolution tracks generated using the Kuhfuss TCM and MLT with ad-hoc overshooting exhibit similar appearances. Overshoot mixing from the convective boundaries and the occurrence of the Cepheid blue-loop have been achieved naturally as solutions to the Kuhfuss TCM equations. Furthermore, these models successfully reproduce observed stellar parameters including mass, luminosity, radius, and effective temperature. In conclusion, our TCM approach reproduces Cepheid blue loops and agrees with observations similarly well as MLT models with overshooting, however, without fine-tuning the model parameters or ad-hoc assumptions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:43:58 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Deka",
"M.",
""
],
[
"Ahlborn",
"F.",
""
],
[
"Braun",
"T. A. M.",
""
],
[
"Weiss",
"A.",
""
]
] |
2506.04760 | Lingyuan Liu | Lingyuan Liu, Mengxiang Zhang | Exp4Fuse: A Rank Fusion Framework for Enhanced Sparse Retrieval using Large Language Model-based Query Expansion | null | null | null | null | cs.IR cs.CL | http://creativecommons.org/licenses/by/4.0/ | Large Language Models (LLMs) have shown potential in generating hypothetical documents for query expansion, thereby enhancing information retrieval performance. However, the efficacy of this method is highly dependent on the quality of the generated documents, which often requires complex prompt strategies and the integration of advanced dense retrieval techniques. This can be both costly and computationally intensive. To mitigate these limitations, we explore the use of zero-shot LLM-based query expansion to improve sparse retrieval, particularly for learned sparse retrievers. We introduce a novel fusion ranking framework, Exp4Fuse, which enhances the performance of sparse retrievers through an indirect application of zero-shot LLM-based query expansion. Exp4Fuse operates by simultaneously considering two retrieval routes-one based on the original query and the other on the LLM-augmented query. It then generates two ranked lists using a sparse retriever and fuses them using a modified reciprocal rank fusion method. We conduct extensive evaluations of Exp4Fuse against leading LLM-based query expansion methods and advanced retrieval techniques on three MS MARCO-related datasets and seven low-resource datasets. Experimental results reveal that Exp4Fuse not only surpasses existing LLM-based query expansion methods in enhancing sparse retrievers but also, when combined with advanced sparse retrievers, achieves SOTA results on several benchmarks. This highlights the superior performance and effectiveness of Exp4Fuse in improving query expansion for sparse retrieval. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:44:34 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liu",
"Lingyuan",
""
],
[
"Zhang",
"Mengxiang",
""
]
] |
2506.04761 | Han Guo | Han Guo, Songlin Yang, Tarushii Goel, Eric P. Xing, Tri Dao, Yoon Kim | Log-Linear Attention | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The attention mechanism in Transformers is an important primitive for accurate and scalable sequence modeling. Its quadratic-compute and linear-memory complexity however remain significant bottlenecks. Linear attention and state-space models enable linear-time, constant-memory sequence modeling and can moreover be trained efficiently through matmul-rich parallelization across sequence length. However, at their core these models are still RNNs, and thus their use of a fixed-size hidden state to model the context is a fundamental limitation. This paper develops log-linear attention, an attention mechanism that balances linear attention's efficiency and the expressiveness of softmax attention. Log-linear attention replaces the fixed-size hidden state with a logarithmically growing set of hidden states. We show that with a particular growth function, log-linear attention admits a similarly matmul-rich parallel form whose compute cost is log-linear in sequence length. Log-linear attention is a general framework and can be applied on top of existing linear attention variants. As case studies, we instantiate log-linear variants of two recent architectures -- Mamba-2 and Gated DeltaNet -- and find they perform well compared to their linear-time variants. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:44:51 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Guo",
"Han",
""
],
[
"Yang",
"Songlin",
""
],
[
"Goel",
"Tarushii",
""
],
[
"Xing",
"Eric P.",
""
],
[
"Dao",
"Tri",
""
],
[
"Kim",
"Yoon",
""
]
] |
2506.04762 | Lingyuan Liu | Lingyuan Liu, Mengxiang Zhang | GOLFer: Smaller LM-Generated Documents Hallucination Filter & Combiner for Query Expansion in Information Retrieval | null | null | null | null | cs.IR cs.CL | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs)-based query expansion for information retrieval augments queries with generated hypothetical documents with LLMs. However, its performance relies heavily on the scale of the language models (LMs), necessitating larger, more advanced LLMs. This approach is costly, computationally intensive, and often has limited accessibility. To address these limitations, we introduce GOLFer - Smaller LMs-Generated Documents Hallucination Filter & Combiner - a novel method leveraging smaller open-source LMs for query expansion. GOLFer comprises two modules: a hallucination filter and a documents combiner. The former detects and removes non-factual and inconsistent sentences in generated documents, a common issue with smaller LMs, while the latter combines the filtered content with the query using a weight vector to balance their influence. We evaluate GOLFer alongside dominant LLM-based query expansion methods on three web search and ten low-resource datasets. Experimental results demonstrate that GOLFer consistently outperforms other methods using smaller LMs, and maintains competitive performance against methods using large-size LLMs, demonstrating its effectiveness. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:45:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liu",
"Lingyuan",
""
],
[
"Zhang",
"Mengxiang",
""
]
] |
2506.04763 | Shuai Lu | Shuai Lu | A highly scalable numerical framework for reservoir simulation on UG4 platform | null | null | null | null | physics.comp-ph cs.DC | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The modeling and simulation of multiphase fluid flow receive significant attention in reservoir engineering. Many time discretization schemes for multiphase flow equations are either explicit or semi-implicit, relying on the decoupling between the saturation equation and the pressure equation. In this study, we delve into a fully coupled and fully implicit framework for simulating multiphase flow in heterogeneous porous media, considering gravity and capillary effects. We utilize the Vertex-Centered Finite Volume Method for spatial discretization and propose an efficient implementation of interface conditions for heterogeneous porous media within the current scheme. Notably, we introduce the Linearly Implicit Extrapolation Method (LIMEX) with an error estimator, adapted for the first time to multiphase flow problems. To solve the resulting linear system, we employ the BiCGSTAB method with the Geometric Multigrid (GMG) preconditioner. The implementations of models and methods are based on the open-source software: UG4. The results from parallel computations on the supercomputer demonstrate that the scalability of our proposed framework is sufficient, supporting a scale of thousands of processors with Degrees of Freedom (DoF) extending up to billions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:46:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lu",
"Shuai",
""
]
] |
2506.04764 | Suhan Woo | Suhan Woo, Seongwon Lee, Jinwoo Jang, Euntai Kim | HypeVPR: Exploring Hyperbolic Space for Perspective to Equirectangular Visual Place Recognition | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | When applying Visual Place Recognition (VPR) to real-world mobile robots and similar applications, perspective-to-equirectangular (P2E) formulation naturally emerges as a suitable approach to accommodate diverse query images captured from various viewpoints. In this paper, we introduce HypeVPR, a novel hierarchical embedding framework in hyperbolic space, designed to address the unique challenges of P2E VPR. The key idea behind HypeVPR is that visual environments captured by panoramic views exhibit inherent hierarchical structures. To leverage this property, we employ hyperbolic space to represent hierarchical feature relationships and preserve distance properties within the feature space. To achieve this, we propose a hierarchical feature aggregation mechanism that organizes local-to-global feature representations within hyperbolic space. Additionally, HypeVPR adopts an efficient coarse-to-fine search strategy, optimally balancing speed and accuracy to ensure robust matching, even between descriptors from different image types. This approach enables HypeVPR to outperform state-of-the-art methods while significantly reducing retrieval time, achieving up to 5x faster retrieval across diverse benchmark datasets. The code and models will be released at https://github.com/suhan-woo/HypeVPR.git. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:47:15 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Woo",
"Suhan",
""
],
[
"Lee",
"Seongwon",
""
],
[
"Jang",
"Jinwoo",
""
],
[
"Kim",
"Euntai",
""
]
] |
2506.04765 | Jiachen Tang | Jiachen Tang, Zhonghao Wang, Sirui Chen, Sheng Zhou, Jiawei Chen, Jiajun Bu | OpenGT: A Comprehensive Benchmark For Graph Transformers | 14 pages, 5 figures | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Graph Transformers (GTs) have recently demonstrated remarkable performance across diverse domains. By leveraging attention mechanisms, GTs are capable of modeling long-range dependencies and complex structural relationships beyond local neighborhoods. However, their applicable scenarios are still underexplored, this highlights the need to identify when and why they excel. Furthermore, unlike GNNs, which predominantly rely on message-passing mechanisms, GTs exhibit a diverse design space in areas such as positional encoding, attention mechanisms, and graph-specific adaptations. Yet, it remains unclear which of these design choices are truly effective and under what conditions. As a result, the community currently lacks a comprehensive benchmark and library to promote a deeper understanding and further development of GTs. To address this gap, this paper introduces OpenGT, a comprehensive benchmark for Graph Transformers. OpenGT enables fair comparisons and multidimensional analysis by establishing standardized experimental settings and incorporating a broad selection of state-of-the-art GNNs and GTs. Our benchmark evaluates GTs from multiple perspectives, encompassing diverse tasks and datasets with varying properties. Through extensive experiments, our benchmark has uncovered several critical insights, including the difficulty of transferring models across task levels, the limitations of local attention, the efficiency trade-offs in several models, the application scenarios of specific positional encodings, and the preprocessing overhead of some positional encodings. We aspire for this work to establish a foundation for future graph transformer research emphasizing fairness, reproducibility, and generalizability. We have developed an easy-to-use library OpenGT for training and evaluating existing GTs. The benchmark code is available at https://github.com/eaglelab-zju/OpenGT. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:48:46 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Tang",
"Jiachen",
""
],
[
"Wang",
"Zhonghao",
""
],
[
"Chen",
"Sirui",
""
],
[
"Zhou",
"Sheng",
""
],
[
"Chen",
"Jiawei",
""
],
[
"Bu",
"Jiajun",
""
]
] |
2506.04766 | Alejandro Vladimiro Silhanek | Alejandro V. Silhanek, Lu Jiang, Cun Xue, Beno\^it Vanderheyden | Impact of border defects on the magnetic flux penetration in superconducting films | 36 pages, 24 figures, 281 references | null | null | null | cond-mat.supr-con cond-mat.mes-hall | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Defects in superconducting systems are ubiquitous and nearly unavoidable. They can vary in nature, geometry, and size, ranging from microscopic-size defects such as dislocations, grain boundaries, twin planes, and oxygen vacancies, to macroscopic-size defects such as segregations, indentations, contamination, cracks, or voids. Irrespective of their type, defects perturb the otherwise laminar flow of electric current, forcing it to deviate from its path. In the best-case scenario, the associated perturbation can be damped within a distance of the order of the size of the defect if the rigidity of the superconducting state, characterized by the creep exponent $n$, is low. In most cases, however, this perturbation spans macroscopic distances covering the entire superconducting sample and thus dramatically influences the response of the system. In this work, we review the current state of theoretical understanding and experimental evidence on the modification of magnetic flux patterns in superconductors by border defects, including the influence of their geometry, temperature, and applied magnetic field. We scrutinize and contrast the picture emerging from a continuous media standpoint, i.e. ignoring the granularity imposed by the vortex quantization, with that provided by a phenomenological approach dictated by the vortex dynamics. In addition, we discuss the influence of border indentations on the nucleation of thermomagnetic instabilities. Assessing the impact of surface and border defects is of utmost importance for all superconducting technologies, including superconducting resonators, superconducting single-photon detectors, superconducting radio-frequency cavities and accelerators, superconducting cables, superconducting metamaterials, superconducting diodes, and many others. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:48:51 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Silhanek",
"Alejandro V.",
""
],
[
"Jiang",
"Lu",
""
],
[
"Xue",
"Cun",
""
],
[
"Vanderheyden",
"Benoît",
""
]
] |
2506.04767 | Halil \.Ibrahim Bayrak | Halil I. Bayrak, Martin Bichler | Distributionally Robust Auction Design with Deferred Inspection | null | null | null | null | econ.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Mechanism design with inspection has received increasing attention due to its applications in the field. For example, large warehouses have started to auction scarce capacity. This capacity shall be allocated in a way that maximizes the seller's revenue. In such mechanism design problems, the seller can inspect the true value of a buyer and his realized sales in the next period without cost. Prior work on mechanism design with deferred inspection is based on the assumption of a common prior distribution. We design a mechanism with a deferred inspection that is (distributionally) robustly optimal either when the ambiguity-averse mechanism designer wants to maximize her worst-case expected payoff or when she wants to minimize her worst-case expected regret. It is a relatively simple mechanism with a concave allocation and linear payment rules. We also propose another robustly optimal mechanism that has the same concave allocation function but extracts the maximal payment from all the types of the agent, which can have a strictly higher expected payoff under non-worst-case distributions compared to the robustly optimal mechanism with the linear payment rule. We show that multi-bidder monotonous mechanisms might not exist. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:51:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bayrak",
"Halil I.",
""
],
[
"Bichler",
"Martin",
""
]
] |
2506.04768 | Ling Hu | Ling Hu and Tao Yang and Yu Pang and Bingnan Hou and Zhiping Cai and Bo Yu | Grey Rhino Warning: IPv6 is Becoming Fertile Ground for Reflection Amplification Attacks | This paper has been accepted by IWQoS 2025 as a short paper | null | null | null | cs.NI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Distributed Denial-of-Service (DDoS) attacks represent a cost-effective and potent threat to network stability. While extensively studied in IPv4 networks, DDoS implications in IPv6 remain underexplored. The vast IPv6 address space renders brute-force scanning and amplifier testing for all active addresses impractical. Innovatively, this work investigates AS-level vulnerabilities to reflection amplification attacks in IPv6.
One prerequisite for amplification presence is that it is located in a vulnerable autonomous system (AS) without inbound source address validation (ISAV) deployment. Hence, the analysis focuses on two critical aspects: global detection of ISAV deployment and identification of amplifiers within vulnerable ASes. Specifically, we develop a methodology combining ICMP Time Exceeded mechanisms for ISAV detection, employ IPv6 address scanning for amplifier identification, and utilize dual vantage points for amplification verification.
Experimental results reveal that 4,460 ASes (61.36% of measured networks) lack ISAV deployment. Through scanning approximately 47M active addresses, we have identified reflection amplifiers in 3,507 ASes. The analysis demonstrates that current IPv6 networks are fertile grounds for reflection amplification attacks, alarming network security. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:52:39 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Hu",
"Ling",
""
],
[
"Yang",
"Tao",
""
],
[
"Pang",
"Yu",
""
],
[
"Hou",
"Bingnan",
""
],
[
"Cai",
"Zhiping",
""
],
[
"Yu",
"Bo",
""
]
] |
2506.04769 | Zuzanna Szyma\'nska Ph.D. | Tomasz D\k{e}biec, Piotr Gwiazda, B{\l}a\.zej Miasojedow, Katarzyna Ryszewska, Zuzanna Szyma\'nska and Aneta Wr\'oblewska-Kami\'nska | Lipschitz stability for Bayesian inference in porous medium tissue growth models | null | null | null | null | math.AP | http://creativecommons.org/licenses/by/4.0/ | We consider a macroscopic model for the dynamics of living tissues incorporating pressure-driven dispersal and pressure-modulated proliferation. Given a power-law constitutive relation between the pressure and cell density, the model can be written as a porous medium equation with a growth term. We prove Lipschitz continuity of the mild solutions of the model with respect to the diffusion parameter (the exponent $\gamma$ in the pressure-density law) in the $L_1$ norm. While of independent analytical interest, our motivation for this result is to provide a vital step towards using Bayesian inverse problem methodology for parameter estimation based on experimental data -- such stability estimates are indispensable for applying sampling algorithms which rely on the gradient of the likelihood function. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:54:45 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Dębiec",
"Tomasz",
""
],
[
"Gwiazda",
"Piotr",
""
],
[
"Miasojedow",
"Błażej",
""
],
[
"Ryszewska",
"Katarzyna",
""
],
[
"Szymańska",
"Zuzanna",
""
],
[
"Wróblewska-Kamińska",
"Aneta",
""
]
] |
2506.04770 | Soumya Chakraborty | Soumya Chakraborty, Gordon K. L. Wong, Philip St.J. Russell and Nicolas Y. Joly | Velocity-modulated drag-trapping of nanoparticles by moving fringe pattern in hollow-core fiber | null | null | null | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | We report optical trapping and transport at atmospheric pressure of nanoparticles in a moving interference pattern in hollow-core photonic crystal fiber. Unlike in previous work at low pressure, when the viscous drag forces are weak and the particles travel at the fringe velocity, competition between trapping and drag forces causes the particle velocity to oscillate as it is momentarily captured and accelerated by each passing fringe, followed by release and deceleration by viscous forces. As a result the average particle velocity is lower than the fringe velocity. An analytical model of the resulting motion shows excellent agreement with experiment. We predict that nanoparticles can be trapped at field nodes if the fringes are rocked to and fro sinusoidally-potentially useful for reducing the exposure of sensitive particles to trapping radiation. The high precision of this new technique makes it of interest for example in characterizing nanoparticles, exploring viscous drag forces in different gases and liquids, and temperature sensing. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:58:06 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Chakraborty",
"Soumya",
""
],
[
"Wong",
"Gordon K. L.",
""
],
[
"Russell",
"Philip St. J.",
""
],
[
"Joly",
"Nicolas Y.",
""
]
] |
2506.04771 | Rachel Clark | R. N. Clark, B. Puzio, O. M. Green, S. T. Pradyumna, O. Trojak, A. Politi, J. C. F. Matthews | Integrated photonics for continuous-variable quantum optics | 17 pages, 8 figures | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Quantum technologies promise profound advances in communication security, sensing and computing. The underpinning hardware must be engineered to generate, manipulate and detect quantum phenomena with exceptional performance, whilst being mass-manufacturable for real-world applications. A leading approach is chip-scale quantum photonics. The continuous-variable regime for quantum optics has been exploited in a number of technologies, including the detection of gravitational waves, by operating below the standard quantum limit of the light's shot noise. The availability of room-temperature, deterministic sources and high efficiency detectors suitable for continuous-variable state generation and measurement is a compelling motivation for this particular paradigm. This review focusses on efforts to integrate sources and detectors of continuous-variable light states into chip-scale photonic integrated circuits. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 08:58:49 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Clark",
"R. N.",
""
],
[
"Puzio",
"B.",
""
],
[
"Green",
"O. M.",
""
],
[
"Pradyumna",
"S. T.",
""
],
[
"Trojak",
"O.",
""
],
[
"Politi",
"A.",
""
],
[
"Matthews",
"J. C. F.",
""
]
] |
2506.04772 | L\'eane Jourdan | L\'eane Jourdan, Florian Boudin, Richard Dufour, Nicolas Hernandez | Identifying Reliable Evaluation Metrics for Scientific Text Revision | Accepted to ACL 2025 main | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Evaluating text revision in scientific writing remains a challenge, as traditional metrics such as ROUGE and BERTScore primarily focus on similarity rather than capturing meaningful improvements. In this work, we analyse and identify the limitations of these metrics and explore alternative evaluation methods that better align with human judgments. We first conduct a manual annotation study to assess the quality of different revisions. Then, we investigate reference-free evaluation metrics from related NLP domains. Additionally, we examine LLM-as-a-judge approaches, analysing their ability to assess revisions with and without a gold reference. Our results show that LLMs effectively assess instruction-following but struggle with correctness, while domain-specific metrics provide complementary insights. We find that a hybrid approach combining LLM-as-a-judge evaluation and task-specific metrics offers the most reliable assessment of revision quality. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:00:23 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Jourdan",
"Léane",
""
],
[
"Boudin",
"Florian",
""
],
[
"Dufour",
"Richard",
""
],
[
"Hernandez",
"Nicolas",
""
]
] |
2506.04773 | Greta Tendi | Greta Tendi | On the local representation theory of symmetric groups | null | null | null | null | math.RT math.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Given a Sylow $p$-subgroup $P$ of a symmetric group, we describe the action of its normalizer on $\mathrm{Irr}(P)$. To this end, we establish a one-to-one correspondence between the irreducible characters of $P$ and certain equivalence classes of explicitly defined functions, which are also naturally suited to describing the Galois action. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:02:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Tendi",
"Greta",
""
]
] |
2506.04774 | Jingyu Hu | Jingyu Hu, Mengyue Yang, Mengnan Du, Weiru Liu | Fine-Grained Interpretation of Political Opinions in Large Language Models | null | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Studies of LLMs' political opinions mainly rely on evaluations of their open-ended responses. Recent work indicates that there is a misalignment between LLMs' responses and their internal intentions. This motivates us to probe LLMs' internal mechanisms and help uncover their internal political states. Additionally, we found that the analysis of LLMs' political opinions often relies on single-axis concepts, which can lead to concept confounds. In this work, we extend the single-axis to multi-dimensions and apply interpretable representation engineering techniques for more transparent LLM political concept learning. Specifically, we designed a four-dimensional political learning framework and constructed a corresponding dataset for fine-grained political concept vector learning. These vectors can be used to detect and intervene in LLM internals. Experiments are conducted on eight open-source LLMs with three representation engineering techniques. Results show these vectors can disentangle political concept confounds. Detection tasks validate the semantic meaning of the vectors and show good generalization and robustness in OOD settings. Intervention Experiments show these vectors can intervene in LLMs to generate responses with different political leanings. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:06:59 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Hu",
"Jingyu",
""
],
[
"Yang",
"Mengyue",
""
],
[
"Du",
"Mengnan",
""
],
[
"Liu",
"Weiru",
""
]
] |
2506.04775 | Artin Tajdini | Artin Tajdini, Jonathan Scarlett, Kevin Jamieson | Improved Regret Bounds for Linear Bandits with Heavy-Tailed Rewards | null | null | null | null | cs.LG cs.IT math.IT stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study stochastic linear bandits with heavy-tailed rewards, where the rewards have a finite $(1+\epsilon)$-absolute central moment bounded by $\upsilon$ for some $\epsilon \in (0,1]$. We improve both upper and lower bounds on the minimax regret compared to prior work. When $\upsilon = \mathcal{O}(1)$, the best prior known regret upper bound is $\tilde{\mathcal{O}}(d T^{\frac{1}{1+\epsilon}})$. While a lower with the same scaling has been given, it relies on a construction using $\upsilon = \mathcal{O}(d)$, and adapting the construction to the bounded-moment regime with $\upsilon = \mathcal{O}(1)$ yields only a $\Omega(d^{\frac{\epsilon}{1+\epsilon}} T^{\frac{1}{1+\epsilon}})$ lower bound. This matches the known rate for multi-armed bandits and is generally loose for linear bandits, in particular being $\sqrt{d}$ below the optimal rate in the finite-variance case ($\epsilon = 1$). We propose a new elimination-based algorithm guided by experimental design, which achieves regret $\tilde{\mathcal{O}}(d^{\frac{1+3\epsilon}{2(1+\epsilon)}} T^{\frac{1}{1+\epsilon}})$, thus improving the dependence on $d$ for all $\epsilon \in (0,1)$ and recovering a known optimal result for $\epsilon = 1$. We also establish a lower bound of $\Omega(d^{\frac{2\epsilon}{1+\epsilon}} T^{\frac{1}{1+\epsilon}})$, which strictly improves upon the multi-armed bandit rate and highlights the hardness of heavy-tailed linear bandit problems. For finite action sets, we derive similarly improved upper and lower bounds for regret. Finally, we provide action set dependent regret upper bounds showing that for some geometries, such as $l_p$-norm balls for $p \le 1 + \epsilon$, we can further reduce the dependence on $d$, and we can handle infinite-dimensional settings via the kernel trick, in particular establishing new regret bounds for the Mat\'ern kernel that are the first to be sublinear for all $\epsilon \in (0, 1]$. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:07:26 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Tajdini",
"Artin",
""
],
[
"Scarlett",
"Jonathan",
""
],
[
"Jamieson",
"Kevin",
""
]
] |
2506.04776 | Christian Bespin | Christian Bespin, Marlon Barbero, Pierre Barrillon, Patrick Breugnon, Ivan Caicedo, Yavuz Degerli, Jochen Dingfelder, Tomasz Hemperek, Toko Hirono, Hans Kr\"uger, Fabian H\"ugging, Konstantinos Moustakas, Patrick Pangaud, Heinz Pernegger, Petra Riedler, Piotr Rymaszewski, Lars Schall, Philippe Schwemling, Walter Snoeys, Tianyang Wang, Norbert Wermes, Sinou Zhang | X-ray Irradiation Studies on the Monopix DMAPS in 150$\,$nm and 180$\,$nm | 10 pages, 7 figures. Proceedings of the 17th Vienna Conference on Instrumentation | null | null | null | physics.ins-det | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Monolithic active pixel sensors with depleted substrates present a promising option for pixel detectors in high-radiation environments. High-resistivity silicon substrates and high bias voltage capabilities in commercial CMOS technologies facilitate depletion of the charge sensitive volume. TJ-Monopix2 and LF-Monopix2 are the most recent large-scale chips in their respective development line, aiming for the ATLAS Inner Tracker outer layer requirements. Those include a tolerance to ionizing radiation of up to 100$\,$Mrad. It was evaluated by irradiating both devices with X-rays to the corresponding ionization dose, showing no significant degradation of the performance at 100$\,$Mrad and continuous operability throughout the irradiation campaign. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:07:33 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bespin",
"Christian",
""
],
[
"Barbero",
"Marlon",
""
],
[
"Barrillon",
"Pierre",
""
],
[
"Breugnon",
"Patrick",
""
],
[
"Caicedo",
"Ivan",
""
],
[
"Degerli",
"Yavuz",
""
],
[
"Dingfelder",
"Jochen",
""
],
[
"Hemperek",
"Tomasz",
""
],
[
"Hirono",
"Toko",
""
],
[
"Krüger",
"Hans",
""
],
[
"Hügging",
"Fabian",
""
],
[
"Moustakas",
"Konstantinos",
""
],
[
"Pangaud",
"Patrick",
""
],
[
"Pernegger",
"Heinz",
""
],
[
"Riedler",
"Petra",
""
],
[
"Rymaszewski",
"Piotr",
""
],
[
"Schall",
"Lars",
""
],
[
"Schwemling",
"Philippe",
""
],
[
"Snoeys",
"Walter",
""
],
[
"Wang",
"Tianyang",
""
],
[
"Wermes",
"Norbert",
""
],
[
"Zhang",
"Sinou",
""
]
] |
2506.04777 | Eleftheria Papadimitriou Prof. | V. Anagnostou, E. Papadimitriou, V. Karakostas, T. B\"ack | Detailing the stress pattern in the area of central Ionian Islands | 6 pages, 2 figures, 17th Conference of Geological Society of Greece | null | null | null | physics.geo-ph | http://creativecommons.org/licenses/by/4.0/ | The Kefalonia Transform Fault Zone (KTFZ) is the most seismically active area in the Mediterranean and consists of two major branches, the Lefkada fault segment to the north and the Kefalonia fault segment to the south. KTFZ acts as an active boundary between the subduction zone of the remnants of the oceanic lithosphere of the Eastern Mediterranean that subducts under the Aegean microplate to the south and the continental collision between the Eurasian plate and the Adriatic Microplate to the north. The tectonic activity in the region is reflected in the rapid crustal deformation rates of the region and subsequently the frequent occurrence of strong earthquakes (Mw>6.0) that occurred during both the historical and instrumental era of seismology. Those strong earthquakes and their temporal distribution can be explained due to stress transfer between closely located fault segments (Papadimitriou, 2002) and as such, studying those stress interactions is an integral part of understanding the long-term tectonic loading in the region. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:08:51 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Anagnostou",
"V.",
""
],
[
"Papadimitriou",
"E.",
""
],
[
"Karakostas",
"V.",
""
],
[
"Bäck",
"T.",
""
]
] |
2506.04778 | Zhao Su | Zhao Su, Zhiyuan Li, Zongnan Li | Wind-fed Supermassive Black Hole Accretion by the Nuclear Star Cluster: the Case of M31* | 15 pages, 5 figures. Accepted by ApJ | null | null | null | astro-ph.GA astro-ph.HE | http://creativecommons.org/licenses/by/4.0/ | The central supermassive black hole (SMBH) of the Andromeda galaxy, known as M31*, exhibits dim electromagnetic emission and is inferred to have an extremely low accretion rate for its remarkable mass ($\sim10^8~\rm~M_\odot$). In this work, we use three-dimensional hydrodynamical simulations to explore a previously untested scenario, in which M31* is fed by the collective stellar mass-loss from its surrounding nuclear star cluster, manifested as a famous eccentric disk of predominantly old stellar populations. The stellar mass-loss is assumed to be dominated by the slow and cold winds from 100 asymptotic giant-branch stars, which follow well-constrained Keplerian orbits around M31* and together provide a mass injection rate of $\sim4\times10^{-5}\rm~M_\odot~yr^{-1}$. The simulations achieve a quasi-steady state on a Myr timescale, at which point a quasi-Keplerian, cool ($T\sim10^3-10^4~\rm K$) gas disk extending several parsecs is established. This disk is continuously supplied by the stellar winds and itself feeds the central SMBH. At the end of the simulations at 2 Myr, an accretion rate of $\sim2\times10^{-5}\rm~M_\odot~yr^{-1}$ is found but could vary by a factor of few depending on whether the subdominant gravity of the NSC or a moderate global inflow is included. The predicted X-ray luminosity of $\sim10^{36}~\rm erg~s^{-1}$, dominated by the hot ($T\sim10^7-10^8~\rm K$) plasma within 0.2 parsec of the SMBH, is well consistent with Chandra observations. We conclude that the feeding mechanism of M31* is successfully identified, which has important implications for the working of dormant SMBHs prevalent in the local universe. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:08:53 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Su",
"Zhao",
""
],
[
"Li",
"Zhiyuan",
""
],
[
"Li",
"Zongnan",
""
]
] |
2506.04779 | Dingdong Wang | Dingdong Wang, Jincenzi Wu, Junan Li, Dongchao Yang, Xueyuan Chen, Tianhua Zhang, Helen Meng | MMSU: A Massive Multi-task Spoken Language Understanding and Reasoning Benchmark | MMSU benchmark is available at https://huggingface.co/datasets/ddwang2000/MMSU. Evaluation Code is available at https://github.com/dingdongwang/MMSU_Bench | null | null | null | cs.CL cs.SD eess.AS | http://creativecommons.org/licenses/by/4.0/ | Speech inherently contains rich acoustic information that extends far beyond the textual language. In real-world spoken language understanding, effective interpretation often requires integrating semantic meaning (e.g., content), paralinguistic features (e.g., emotions, speed, pitch) and phonological characteristics (e.g., prosody, intonation, rhythm), which are embedded in speech. While recent multimodal Speech Large Language Models (SpeechLLMs) have demonstrated remarkable capabilities in processing audio information, their ability to perform fine-grained perception and complex reasoning in natural speech remains largely unexplored. To address this gap, we introduce MMSU, a comprehensive benchmark designed specifically for understanding and reasoning in spoken language. MMSU comprises 5,000 meticulously curated audio-question-answer triplets across 47 distinct tasks. To ground our benchmark in linguistic theory, we systematically incorporate a wide range of linguistic phenomena, including phonetics, prosody, rhetoric, syntactics, semantics, and paralinguistics. Through a rigorous evaluation of 14 advanced SpeechLLMs, we identify substantial room for improvement in existing models, highlighting meaningful directions for future optimization. MMSU establishes a new standard for comprehensive assessment of spoken language understanding, providing valuable insights for developing more sophisticated human-AI speech interaction systems. MMSU benchmark is available at https://huggingface.co/datasets/ddwang2000/MMSU. Evaluation Code is available at https://github.com/dingdongwang/MMSU_Bench. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:09:36 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wang",
"Dingdong",
""
],
[
"Wu",
"Jincenzi",
""
],
[
"Li",
"Junan",
""
],
[
"Yang",
"Dongchao",
""
],
[
"Chen",
"Xueyuan",
""
],
[
"Zhang",
"Tianhua",
""
],
[
"Meng",
"Helen",
""
]
] |
2506.04780 | YuKun Feng | Tong Gong, Ming-Rui Shu, Jiang He, Kai Liu, Yi-Ren Li, Xin-Jun Hao, Dong Sheng, Yu-Ming Wang, Yu-Kun Feng | A high-sensitivity frequency counter for free-induction-decay signals | recieved by IEEE TIM | null | 10.1109/TIM.2025.3575977 | null | physics.ins-det physics.atom-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Real-time frequency readout of time-dependent pulsed signals with a high sensitivity are key elements in many applications using atomic devices, such as FID atomic magnetometers. In this paper, we propose a frequency measurement algorithm based on the Hilbert transform and implement such a scheme in a FPGA-based frequency counter. By testing pulsed exponential-decay oscillation signals in the frequency range of 10 to 500 kHz, this frequency counter shows a frequency sensitivity better than 0.1 mHz/Hz^(1/2) at 10 Hz, with an output rate of 200 Hz. When the output rate is increased to 1000 Hz, the sensitivity remains better than 0.4 mHz/Hz^(1/2) at 10 Hz. The performance on frequency sensitivity is comparable with results obtained by off-line nonlinear fitting processes. In addition, this frequency counter does not require the pre-knowledge of the analytic expression of the input signals. The realization of such a device paves the way for practical applications of highly-sensitive FID atomic magnetometers. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:09:48 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Gong",
"Tong",
""
],
[
"Shu",
"Ming-Rui",
""
],
[
"He",
"Jiang",
""
],
[
"Liu",
"Kai",
""
],
[
"Li",
"Yi-Ren",
""
],
[
"Hao",
"Xin-Jun",
""
],
[
"Sheng",
"Dong",
""
],
[
"Wang",
"Yu-Ming",
""
],
[
"Feng",
"Yu-Kun",
""
]
] |
2506.04781 | Christoph Schirninger | Christoph Schirninger, Robert Jarolim, Astrid M. Veronig, Christoph Kuckein | Deep learning image burst stacking to reconstruct high-resolution ground-based solar observations | null | A&A, Volume 693, January 2025 | 10.1051/0004-6361/202451850 | null | astro-ph.SR astro-ph.IM cs.CV physics.comp-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large aperture ground based solar telescopes allow the solar atmosphere to be resolved in unprecedented detail. However, observations are limited by Earths turbulent atmosphere, requiring post image corrections. Current reconstruction methods using short exposure bursts face challenges with strong turbulence and high computational costs. We introduce a deep learning approach that reconstructs 100 short exposure images into one high quality image in real time. Using unpaired image to image translation, our model is trained on degraded bursts with speckle reconstructions as references, improving robustness and generalization. Our method shows an improved robustness in terms of perceptual quality, especially when speckle reconstructions show artifacts. An evaluation with a varying number of images per burst demonstrates that our method makes efficient use of the combined image information and achieves the best reconstructions when provided with the full image burst. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:10:31 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Schirninger",
"Christoph",
""
],
[
"Jarolim",
"Robert",
""
],
[
"Veronig",
"Astrid M.",
""
],
[
"Kuckein",
"Christoph",
""
]
] |
2506.04782 | Saeed Haddadi | M. A. Yurischev, E. I. Kuznetsova, and Saeed Haddadi | Quantum correlations versus spin magnitude: Transition to the classical limit | 15 pages, 10 figures. All comments are welcome | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | Quantum-classical transitions have long attracted much attention. We study such transitions in quantum spin-($j$,1/2) systems at thermal equilibrium. Unlike previous papers, it is found that the threshold temperature of quantum entanglement decreases with increasing spin $j$ and completely disappears in the limit $j\to\infty$. In the ground state of systems with highly symmetric interactions, the discord-type quantum correlations can exist even for arbitrarily large spin. Such correlations turn out to be unstable and are destroyed by small perturbations that violate the symmetry of the Hamiltonian. The stable quantum correlations gradually degrade as the spin $j$ grows and eventually vanish when the classical limit is reached. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:11:22 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Yurischev",
"M. A.",
""
],
[
"Kuznetsova",
"E. I.",
""
],
[
"Haddadi",
"Saeed",
""
]
] |
2506.04783 | Christophe Profeta | Christophe Profeta (LaMME) | Total progeny for spectrally negative branching L{\'e}vy processes with absorption | null | null | null | null | math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider a spectrally negative branching L{\'e}vy process in which particles are killed upon crossing below zero. It is known that such a process becomes extinct almost surely if the drift toward -$\infty$ is sufficiently strong to counterbalance the reproduction rate. In this note, we study the tail asymptotics of the number of particles absorbed at the boundary during the lifetime of the process, in both the subcritical and critical regimes. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:11:44 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Profeta",
"Christophe",
"",
"LaMME"
]
] |
2506.04784 | Ragandeep Singh Sidhu | R. J. Chen, G. Leckenby, R. S. Sidhu, J. Glorius, M. S. Sanjari, Yu. A. Litvinov, F. C. Akinci, M. Bai, K. Blaum, F. Bosch, C. Brandau, T. Dickel, I. Dillmann, D. Dmytriiev, T. Faestermann, O. Forstner, B. Franczak, B. S. Gao, H. Geissel, R. Gernh\"auser, C. Griffin, A. Gumberidze, E. Haettner, R. He{\ss}, P.-M. Hillenbrand, P. Kienle, W. Korten, Ch. Kozhuharov, N. Kuzminchuk, S. Litvinov, E. Menz, T. Morgenroth, C. Nociforo, F. Nolden, N. Petridis, U. Popp, S. Purushothaman, R. Reifarth, C. Scheidenberger, U. Spillmann, M. Steck, Th. St\"ohlker, Y. K. Tanaka, M. Trassinelli, S. Trotsenko, L. Varga, M. Wang, H. Weick, P. J. Woods, T. Yamaguchi, Y. Zhang, J. Zhao | Half-life determination of heavy ions in a storage ring considering feeding and depleting background processes | null | The European Physical Journal A 61, 130 (2025) | 10.1140/epja/s10050-025-01597-3 | null | nucl-ex physics.atom-ph | http://creativecommons.org/licenses/by/4.0/ | Heavy-ion storage rings have relatively large momentum acceptance which allows for multiple ion species to circulate at the same time. This needs to be considered in radioactive decay measurements of highly charged ions, where atomic charge exchange reactions can significantly alter the intensities of parent and daughter ions. In this study, we investigate this effect using the decay curves of ion numbers in the recent $^{205}$Tl$^{81+}$ bound-state beta decay experiment conducted using the Experimental Storage Ring at GSI Darmstadt. To understand the intricate dynamics of ion numbers, we present a set of differential equations that account for various atomic and nuclear reaction processes-bound-state beta decay, atomic electron recombination and capture, and electron ionization. By incorporating appropriate boundary conditions, we develop a set of differential equations that accurately simulate the decay curves of various simultaneously stored ions in the storage ring: $^{205}$Tl$^{81+}$, $^{205}$Pb$^{81+}$, $^{205}$Pb$^{82+}$, $^{200}$Hg$^{79+}$, and $^{200}$Hg$^{80+}$. Through a quantitative comparison between simulations and experimental data, we provide insights into the detailed reaction mechanisms governing stored heavy ions within the storage ring. Our approach effectively models charge-changing processes, reduces the complexity of the experimental setup, and provides a simpler method for measuring the decay half-lives of highly charged ions in storage rings. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:12:22 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Chen",
"R. J.",
""
],
[
"Leckenby",
"G.",
""
],
[
"Sidhu",
"R. S.",
""
],
[
"Glorius",
"J.",
""
],
[
"Sanjari",
"M. S.",
""
],
[
"Litvinov",
"Yu. A.",
""
],
[
"Akinci",
"F. C.",
""
],
[
"Bai",
"M.",
""
],
[
"Blaum",
"K.",
""
],
[
"Bosch",
"F.",
""
],
[
"Brandau",
"C.",
""
],
[
"Dickel",
"T.",
""
],
[
"Dillmann",
"I.",
""
],
[
"Dmytriiev",
"D.",
""
],
[
"Faestermann",
"T.",
""
],
[
"Forstner",
"O.",
""
],
[
"Franczak",
"B.",
""
],
[
"Gao",
"B. S.",
""
],
[
"Geissel",
"H.",
""
],
[
"Gernhäuser",
"R.",
""
],
[
"Griffin",
"C.",
""
],
[
"Gumberidze",
"A.",
""
],
[
"Haettner",
"E.",
""
],
[
"Heß",
"R.",
""
],
[
"Hillenbrand",
"P. -M.",
""
],
[
"Kienle",
"P.",
""
],
[
"Korten",
"W.",
""
],
[
"Kozhuharov",
"Ch.",
""
],
[
"Kuzminchuk",
"N.",
""
],
[
"Litvinov",
"S.",
""
],
[
"Menz",
"E.",
""
],
[
"Morgenroth",
"T.",
""
],
[
"Nociforo",
"C.",
""
],
[
"Nolden",
"F.",
""
],
[
"Petridis",
"N.",
""
],
[
"Popp",
"U.",
""
],
[
"Purushothaman",
"S.",
""
],
[
"Reifarth",
"R.",
""
],
[
"Scheidenberger",
"C.",
""
],
[
"Spillmann",
"U.",
""
],
[
"Steck",
"M.",
""
],
[
"Stöhlker",
"Th.",
""
],
[
"Tanaka",
"Y. K.",
""
],
[
"Trassinelli",
"M.",
""
],
[
"Trotsenko",
"S.",
""
],
[
"Varga",
"L.",
""
],
[
"Wang",
"M.",
""
],
[
"Weick",
"H.",
""
],
[
"Woods",
"P. J.",
""
],
[
"Yamaguchi",
"T.",
""
],
[
"Zhang",
"Y.",
""
],
[
"Zhao",
"J.",
""
]
] |
2506.04785 | Alisa Welter | Alisa Welter, Niklas Schneider, Tobias Dick, Kallistos Weis, Christof Tinnes, Marvin Wyrich, Sven Apel | From Developer Pairs to AI Copilots: A Comparative Study on Knowledge Transfer | null | null | null | null | cs.SE | http://creativecommons.org/licenses/by/4.0/ | Knowledge transfer is fundamental to human collaboration and is therefore common in software engineering. Pair programming is a prominent instance. With the rise of AI coding assistants, developers now not only work with human partners but also, as some claim, with AI pair programmers. Although studies confirm knowledge transfer during human pair programming, its effectiveness with AI coding assistants remains uncertain. To analyze knowledge transfer in both human-human and human-AI settings, we conducted an empirical study where developer pairs solved a programming task without AI support, while a separate group of individual developers completed the same task using the AI coding assistant GitHub Copilot. We extended an existing knowledge transfer framework and employed a semi-automated evaluation pipeline to assess differences in knowledge transfer episodes across both settings. We found a similar frequency of successful knowledge transfer episodes and overlapping topical categories across both settings. Two of our key findings are that developers tend to accept GitHub Copilot's suggestions with less scrutiny than those from human pair programming partners, but also that GitHub Copilot can subtly remind developers of important code details they might otherwise overlook. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:13:30 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Welter",
"Alisa",
""
],
[
"Schneider",
"Niklas",
""
],
[
"Dick",
"Tobias",
""
],
[
"Weis",
"Kallistos",
""
],
[
"Tinnes",
"Christof",
""
],
[
"Wyrich",
"Marvin",
""
],
[
"Apel",
"Sven",
""
]
] |
2506.04786 | Thore Gerlach | Thore Gerlach, Sascha M\"ucke, Christian Bauckhage | Kernel $k$-Medoids as General Vector Quantization | null | null | null | null | cs.LG quant-ph | http://creativecommons.org/licenses/by/4.0/ | Vector Quantization (VQ) is a widely used technique in machine learning and data compression, valued for its simplicity and interpretability. Among hard VQ methods, $k$-medoids clustering and Kernel Density Estimation (KDE) approaches represent two prominent yet seemingly unrelated paradigms -- one distance-based, the other rooted in probability density matching. In this paper, we investigate their connection through the lens of Quadratic Unconstrained Binary Optimization (QUBO). We compare a heuristic QUBO formulation for $k$-medoids, which balances centrality and diversity, with a principled QUBO derived from minimizing Maximum Mean Discrepancy in KDE-based VQ. Surprisingly, we show that the KDE-QUBO is a special case of the $k$-medoids-QUBO under mild assumptions on the kernel's feature map. This reveals a deeper structural relationship between these two approaches and provides new insight into the geometric interpretation of the weighting parameters used in QUBO formulations for VQ. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:14:25 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Gerlach",
"Thore",
""
],
[
"Mücke",
"Sascha",
""
],
[
"Bauckhage",
"Christian",
""
]
] |
2506.04787 | Shivam Bajpeyi Dr. | Priyanka Majethiya, Shivam Bajpeyi, Dhiraj Patel | Approximation of functions in mixed norm spaces | null | null | null | null | math.FA | http://creativecommons.org/licenses/by/4.0/ | The concept of mixed norm spaces has emerged as a significant interest in fields such as harmonic analysis. In addition, the problem of function approximation through sampling series has been particularly noteworthy in the realm of approximation theory. This paper aims to address both these aspects. Here we deal with the problem of function approximation in diverse mixed norm function spaces. We utilise the family of Kantorovich type sampling operators as approximator for the functions in mixed norm Lebesgue space, and mixed norm Orlicz space. The Orlicz spaces are well-known as a generalized family that encompasses many significant function spaces. We establish the boundedness of the family of generalized as well as Kantorovich type sampling operators within the framework of these mixed norm spaces.Further, we study the approximation properties of Kantorovich-type sampling operators in both mixed norm Lebesgue and Orlicz spaces. At the end, we discuss a few examples of suitable kernel involved in the discussed approximation procedure. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:14:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Majethiya",
"Priyanka",
""
],
[
"Bajpeyi",
"Shivam",
""
],
[
"Patel",
"Dhiraj",
""
]
] |
2506.04788 | Jisu An | Jisu An, Junseok Lee, Jeoungeun Lee, Yongseok Son | Towards LLM-Centric Multimodal Fusion: A Survey on Integration Strategies and Techniques | 18 pages, 3 figures, 3 tables | null | null | null | cs.CL cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The rapid progress of Multimodal Large Language Models(MLLMs) has transformed the AI landscape. These models combine pre-trained LLMs with various modality encoders. This integration requires a systematic understanding of how different modalities connect to the language backbone. Our survey presents an LLM-centric analysis of current approaches. We examine methods for transforming and aligning diverse modal inputs into the language embedding space. This addresses a significant gap in existing literature. We propose a classification framework for MLLMs based on three key dimensions. First, we examine architectural strategies for modality integration. This includes both the specific integration mechanisms and the fusion level. Second, we categorize representation learning techniques as either joint or coordinate representations. Third, we analyze training paradigms, including training strategies and objective functions. By examining 125 MLLMs developed between 2021 and 2025, we identify emerging patterns in the field. Our taxonomy provides researchers with a structured overview of current integration techniques. These insights aim to guide the development of more robust multimodal integration strategies for future models built on pre-trained foundations. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:14:41 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"An",
"Jisu",
""
],
[
"Lee",
"Junseok",
""
],
[
"Lee",
"Jeoungeun",
""
],
[
"Son",
"Yongseok",
""
]
] |
2506.04789 | Gaia Di Lorenzo | Gaia Di Lorenzo and Federico Tombari and Marc Pollefeys and Daniel Barath | Object-X: Learning to Reconstruct Multi-Modal 3D Object Representations | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Learning effective multi-modal 3D representations of objects is essential for numerous applications, such as augmented reality and robotics. Existing methods often rely on task-specific embeddings that are tailored either for semantic understanding or geometric reconstruction. As a result, these embeddings typically cannot be decoded into explicit geometry and simultaneously reused across tasks. In this paper, we propose Object-X, a versatile multi-modal object representation framework capable of encoding rich object embeddings (e.g. images, point cloud, text) and decoding them back into detailed geometric and visual reconstructions. Object-X operates by geometrically grounding the captured modalities in a 3D voxel grid and learning an unstructured embedding fusing the information from the voxels with the object attributes. The learned embedding enables 3D Gaussian Splatting-based object reconstruction, while also supporting a range of downstream tasks, including scene alignment, single-image 3D object reconstruction, and localization. Evaluations on two challenging real-world datasets demonstrate that Object-X produces high-fidelity novel-view synthesis comparable to standard 3D Gaussian Splatting, while significantly improving geometric accuracy. Moreover, Object-X achieves competitive performance with specialized methods in scene alignment and localization. Critically, our object-centric descriptors require 3-4 orders of magnitude less storage compared to traditional image- or point cloud-based approaches, establishing Object-X as a scalable and highly practical solution for multi-modal 3D scene representation. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:14:42 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Di Lorenzo",
"Gaia",
""
],
[
"Tombari",
"Federico",
""
],
[
"Pollefeys",
"Marc",
""
],
[
"Barath",
"Daniel",
""
]
] |
2506.04790 | Yusuke Matsui | Yusuke Matsui | LotusFilter: Fast Diverse Nearest Neighbor Search via a Learned Cutoff Table | CVPR 2025. GitHub: https://github.com/matsui528/lotf | null | null | null | cs.CV cs.IR cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Approximate nearest neighbor search (ANNS) is an essential building block for applications like RAG but can sometimes yield results that are overly similar to each other. In certain scenarios, search results should be similar to the query and yet diverse. We propose LotusFilter, a post-processing module to diversify ANNS results. We precompute a cutoff table summarizing vectors that are close to each other. During the filtering, LotusFilter greedily looks up the table to delete redundant vectors from the candidates. We demonstrated that the LotusFilter operates fast (0.02 [ms/query]) in settings resembling real-world RAG applications, utilizing features such as OpenAI embeddings. Our code is publicly available at https://github.com/matsui528/lotf. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:17:30 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Matsui",
"Yusuke",
""
]
] |
2506.04791 | Charles Poussot-Vassal | Athanasios C. Antoulas, Ion Victor Gosea, Charles Poussot-Vassal, Pierre Vuillemin | Tensor-based multivariate function approximation: methods benchmarking and comparison | Report with a collection of examples, aimed at being regularly updated. Associated GIT: https://github.com/cpoussot/mLF | null | null | null | math.NA cs.CE cs.NA cs.SE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this note, we evaluate the performances, the features and the user-experience of some methods (and their implementations) designed for tensor- (or data-) based multivariate function construction and approximation. To this aim, a collection of multivariate functions extracted from contributive works coming from different communities, is suggested. First, these functions with varying complexity (e.g. number and degree of the variables) and nature (e.g. rational, irrational, differentiable or not, symmetric, etc.) are used to construct tensors, each of different dimension and size on the disk. Second, grounded on this tensor, we inspect performances of each considered method (e.g. the accuracy, the computational time, the parameters tuning impact, etc.). Finally, considering the "best" parameter tuning set, we compare each method using multiple evaluation criteria. The purpose of this note is not to rank the methods but rather to evaluate as fairly as possible the different available strategies, with the idea in mind to guide users to understand the process, the possibilities, the advantages and the limits brought by each tools. The contribution claimed is to suggest a complete benchmark collection of some available tools for tensor approximation by surrogate models (e.g. rational functions, networks, etc.). In addition, as contributors of the multivariate Loewner Framework (mLF) approach (and its side implementation in MDSPACK), attention and details of the latter are more explicitly given, in order to provide readers a digest of this contributive work and some details with simple examples. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:17:55 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Antoulas",
"Athanasios C.",
""
],
[
"Gosea",
"Ion Victor",
""
],
[
"Poussot-Vassal",
"Charles",
""
],
[
"Vuillemin",
"Pierre",
""
]
] |
2506.04792 | Yusuke Nishida | Kinari Goto and Yusuke Nishida | Kondo effect under arbitrary spin-momentum locking | 5 pages, 2 figures | null | null | null | cond-mat.mes-hall cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | The Kondo effect originates from the spin exchange scattering of itinerant electrons with a localized magnetic impurity. Here, we consider generalization of Weyl-type electrons with their spin locked on a spherical Fermi surface in an arbitrary way and study how such spin-momentum locking affects the Kondo effect. After introducing a suitable model Hamiltonian, a simple formula for the Kondo temperature is derived with the second-order perturbation theory, which proves to depend only on the spin averaged over the Fermi surface. In particular, the Kondo temperature is unaffected as long as the average spin vanishes, but decreases as the average spin increases in its magnitude, and eventually vanishes when the spin is completely polarized on the Fermi surface, illuminating the role of spin-momentum locking in the Kondo effect. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:20:09 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Goto",
"Kinari",
""
],
[
"Nishida",
"Yusuke",
""
]
] |
2506.04793 | Andrea Munari | Andrea Munari, Cedomir Stefanovic | On the Role of Early-Termination for Age of Information in Tree-Based Random Access Protocols | null | null | null | null | cs.IT cs.NI math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Age of Information (AoI) has emerged as a key metric for assessing data freshness in IoT applications, where a large number of devices report time-stamped updates to a monitor. Such systems often rely on random access protocols based on variations of ALOHA at the link layer, where collision resolution algorithms play a fundamental role to enable reliable delivery of packets. In this context, we provide the first analytical characterization of average AoI for the classical Capetanakis tree-based algorithm with gated access under exogenous traffic, capturing the protocol's dynamics, driven by sporadic packet generation and variable collision resolution times. We also explore a variant with early termination, where contention is truncated after a maximum number of slots even if not all users are resolved. The approach introduces a fundamental trade-off between reliability and timeliness, allowing stale packets to be dropped to improve freshness. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:21:31 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Munari",
"Andrea",
""
],
[
"Stefanovic",
"Cedomir",
""
]
] |
2506.04794 | Kevin Hickson | Kevin M. Hickson, Jean-Christophe Loison and Valentine Wakelam | Rate constants and product yields for the C + CH3CHO reaction at low temperatures | null | null | 10.1021/acsearthspacechem.5c00111 | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | Reactions involving atomic carbon in its ground electronic state, C(3P), play an important role in astrochemistry due to high C-atom abundance levels. Here we performed a kinetic investigation of the reaction between C(3P) and acetaldehyde, CH3CHO, determining rate constants for this process over the 50-296 K range. Measurements of the formation of atomic hydrogen, H(2S), were also performed to provide insight into product formation. Experiments were conducted using a supersonic flow reactor coupled with pulsed laser photolysis for C-atom generation and pulsed laser induced fluorescence in the vacuum ultraviolet range for the detection of both C(3P) and H(2S) atoms. Quantum chemical calculations of the ground triplet state potential energy surface of C3H4O were also performed to provide theoretical support for the measurements. The rate constants were large and temperature independent with an average value of 4.0 x 10-10 cm3 s-1. This result is consistent with the theoretical results which predict either very low barriers or none at all on the underlying potential energy surface. Although experimental difficulties prevented the quantitative determination of H-atom formation, qualitatively, H-atom yields were very low with CH3CH/C2H4 + CO as the major products based on the calculations. The influence of this reaction on interstellar chemistry was tested using a gas-grain model of dense interstellar clouds. These simulations predict that the C(3P) + CH3CHO reaction decreases gas-phase CH3CHO abundances by more than an order of magnitude at early and intermediate cloud ages, with a lower influence at typical dense cloud ages. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:22:50 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Hickson",
"Kevin M.",
""
],
[
"Loison",
"Jean-Christophe",
""
],
[
"Wakelam",
"Valentine",
""
]
] |
2506.04795 | Cypris Plantier | Cypris Plantier, Christopher Smith | Dark higher-form portals and duality | 51 pages, 2 figures | null | null | null | hep-ph hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Light scalar or vector particles are among the most studied dark matter candidates. Yet, those are always described as scalar or vector fields. In this paper, we explore instead the embedding of the scalar particle in an antisymmetric rank-three tensor field, and the dark photon into an antisymmetric rank-two tensor field (a so-called Kalb-Ramond field), and construct minimal bases of effective interactions with Standard Model fields. Then, keeping phenomenological applications as our main objective, a number of theoretical aspects are clarified, in particular related to the impact of existing dualities among the corresponding free theories, and concerning their Stueckelberg representations. Besides, for the rank-two field, we present for the first time its full propagator, accounting for the possible presence of a pseudoscalar mass term. Thanks to these results, and with their different kinematics, gauge-invariant limits, and Lorentz properties, we show that these higher-form fields provide genuine alternative frameworks, with different couplings and expected signatures at low-energy or at colliders. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:22:56 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Plantier",
"Cypris",
""
],
[
"Smith",
"Christopher",
""
]
] |
2506.04796 | Itai Epstein | Tomer Eini, N. M. R. Peres, Yarden Mazor, and Itai Epstein | Exciton--hyperbolic-phonon-polariton Hybridization in Biased Bilayer Graphene | arXiv admin note: substantial text overlap with arXiv:2412.03139 | null | null | null | physics.optics cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Excitons in biased bilayer graphene are electrically tunable optical excitations residing in the mid-infrared (MIR) spectral range, where intrinsic optical transitions are typically scarce. Such a tunable material system with an excitonic response offer a rare platform for exploring light-matter interactions and optical hybridization of quasiparticles residing in the long wavelength spectrum. In this work, we demonstrate that when the bilayer is encapsulated in hexagonal-boron-nitride (hBN)-a material supporting optical phonons and hyperbolic-phonon-polaritons (HPhPs) in the MIR-the excitons can be tuned into resonance with the HPhP modes. We find that the overlap in energy and momentum of the two MIR quasiparticles facilitate the formation of multiple strongly coupled hybridized exciton-HPhP states. Using an electromagnetic transmission line model, we derive the dispersion relations of the hybridized states and show that they are highly affected and can be manipulated by the symmetry of the system, determining the hybridization selection rules. Our results establish a general tunable MIR platform for engineering strongly coupled quasiparticle states in biased graphene systems, opening new directions for studying and controlling light-matter interactions in the long-wavelength regime. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:23:02 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Eini",
"Tomer",
""
],
[
"Peres",
"N. M. R.",
""
],
[
"Mazor",
"Yarden",
""
],
[
"Epstein",
"Itai",
""
]
] |
2506.04797 | Yinon Spinka | Yinon Spinka | Finitary codings and stochastic domination for Poisson representable processes | 20 pages | null | null | null | math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Construct a random set by independently selecting each finite subset of the integers with some probability depending on the set up to translations and taking the union of the selected sets. We show that when the only sets selected with positive probability are pairs, such a random set is a finitary factor of an IID process, answering a question of Forsstr\"om, Gantert and Steif. More generally, we show that this is the case whenever the distribution induced by the size of the selected sets has sufficient exponential moments, and that the existence of some exponential moment is necessary. We further show that such a random set is stochastically dominated by a non-trivial Bernoulli percolation if and only if there is a finite exponential moment, thereby partially answering another question of Forsstr\"om et al. We also give a partial answer to a third question regarding a form of phase transition. These results also hold on $\mathbb{Z}^d$ with $d \ge 2$. In the one-dimensional case, under the condition that the distribution induced by the diameter of the selected sets has an exponential moment, we further show that such a random set is finitarily isomorphic to an IID process. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:24:15 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Spinka",
"Yinon",
""
]
] |
2506.04798 | Emil Zak | Emil Zak, Jochen K\"upper, Andrey Yachmenev | Controlling rovibrational state populations of polar molecules in inhomogeneous electric fields of the Stark deceleration: molecular dynamics and quantum chemistry simulations | null | null | null | null | physics.atom-ph physics.chem-ph | http://creativecommons.org/licenses/by/4.0/ | We propose a modified Stark-chirped rapid adiabatic passage technique for a robust rovibrational population transfer in the gas phase molecules in the presence of certain inhomogeneous electric fields. As an example application, the new state switching scheme is shown to greatly enhance the process of slowing polar ammonia molecules in the Stark decelerator. High-level quantum mechanical simulations show that a virtually complete population inversion between a selected pair of weak-field and strong-field seeking states of NH$_3$ can be achieved. Strong dc electric fields within the Stark decelerator are used as part of the rovibrational population transfer protocol. Classical-dynamics simulations for ammonia demonstrate notable improvements in the longitudinal phase space acceptance of the Stark decelerator upgraded with the state switching and an increased deceleration efficiency with respect to the standard Stark deceleration technique. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:25:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zak",
"Emil",
""
],
[
"Küpper",
"Jochen",
""
],
[
"Yachmenev",
"Andrey",
""
]
] |
2506.04799 | O\u{g}uzhan \c{C}ak{\i}r | O\u{g}uzhan \c{C}ak{\i}r, Matt S. Owers, Lucas C. Kimmig, Paul Nulsen, Mina Pak, Gabriella Quattropani, Warrick J. Couch | The Impact of Cluster Mergers on Galaxy Properties | 20 pages, 10 figures, 3 tables, Submitted to PASA | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Being the most energetic events in the known universe, the impact of galaxy cluster mergers on the properties of the resident galaxies has yet to be well-understood. In this paper, we investigate the effects of merging environments on star formation in nearby clusters ($0.04<z<0.06$) from the SAMI Galaxy Survey - A168, A2399, A3380, and EDCC 0442 - which exhibit different dynamical activity. Using single-fiber spectroscopy from the SAMI Cluster Redshift Survey (SAMI-CRS) and Sloan Digital Sky Survey (SDSS), we trace star formation (SF) activity across the cluster sample by identifying the star-forming galaxy (SFG) population based on spectral features. We find a mild enhancement in the star-forming galaxy fraction $f_{SFG}$ in merging clusters, although not statistically significant. The spatial and projected phase-space distributions show that SFGs in merging clusters are well-mixed with the passive population, while galaxy populations exhibit a clear segregation in the relaxed clusters. Analysis of equivalent width of $\rm H\alpha$ line (EW($\rm H\alpha$)), as a tracer of recent SF activity, does not reveal strong evidence of triggered star formation activity as a function of dynamical state for both the global cluster environment and subsamples of galaxies selected near possible merger features. This suggests that the increase in $f_{SFG}$ is due to the mixing of galaxies in dynamically complex, young merging systems that are still forming, unlike their older, relaxed counterparts that have had longer to quench. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:26:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Çakır",
"Oğuzhan",
""
],
[
"Owers",
"Matt S.",
""
],
[
"Kimmig",
"Lucas C.",
""
],
[
"Nulsen",
"Paul",
""
],
[
"Pak",
"Mina",
""
],
[
"Quattropani",
"Gabriella",
""
],
[
"Couch",
"Warrick J.",
""
]
] |
2506.04800 | Thomas Prevost | Thomas Pr\'evost (I3S), Olivier Alibart (INPHYNI), Marc Kaplan, Anne Marin | MULTISS: un protocole de stockage confidentiel {\`a} long terme sur plusieurs r{\'e}seaux QKD | in French language | RESSI 2025, May 2025, Quimper (FR), France | null | null | cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper presents MULTISS, a new protocol for long-term storage distributed across multiple Quantum Key Distribution (QKD) networks. This protocol is an extension of LINCOS, a secure storage protocol that uses Shamir secret sharing for secret storage on a single QKD network. Our protocol uses hierarchical secret sharing to distribute a secret across multiple QKD networks while ensuring perfect security. Our protocol further allows for sharing updates without having to reconstruct the entire secret. We also prove that MULTISS is strictly more secure than LINCOS, which remains vulnerable when its QKD network is compromised. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:28:01 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Prévost",
"Thomas",
"",
"I3S"
],
[
"Alibart",
"Olivier",
"",
"INPHYNI"
],
[
"Kaplan",
"Marc",
""
],
[
"Marin",
"Anne",
""
]
] |
2506.04801 | Kush Kinra | Kush Kinra and Fernanda Cipriano | Random dynamics and invariant measures for a class of non-Newtonian fluids of differential type on 2D and 3D Poincar\'e domains | null | null | null | null | math.PR math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this article, we consider a class of incompressible stochastic third-grade fluids (non-Newtonian fluids) equations on two- as well as three-dimensional Poincar\'e domains $\mathcal{O}$ (which may be bounded or unbounded). Our aims are to study the well-posedness and asymptotic analysis for the solutions of the underlying system. Firstly, we prove that the underlying system defined on $\mathcal{O}$ has a unique weak solution (in the analytic sense) under Dirichlet boundary condition and it also generates random dynamical system $\Psi$. Secondly, we consider the underlying system on bounded domains. Using the compact Sobolev embedding $\mathbb{H}^1(\mathcal{O}) \hookrightarrow\mathbb{L}^2(\mathcal{O})$, we prove the existence of a unique random attractor for the underlying system on bounded domains with external forcing in $\mathbb{H}^{-1}(\mathcal{O})+\mathbb{W}^{-1,\frac{4}{3}}(\mathcal{O})$. Thirdly, we consider the underlying system on unbounded Poincar\'e domains with external forcing in $\mathbb{L}^{2}(\mathcal{O})$ and show the existence of a unique random attractor. In order to obtain the existence of a unique random attractor on unbounded domains, due to the lack of compact Sobolev embedding $\mathbb{H}^1(\mathcal{O}) \hookrightarrow\mathbb{H}^2(\mathcal{O})$, we use the uniform-tail estimates method which helps us to demonstrate the asymptotic compactness of $\Psi$.
Note that due to the presence of several nonlinear terms in the underlying system, we are not able to use the energy equality method to obtain the asymptotic compactness of $\Psi$ in unbounded domains, which makes the analysis of this work in unbounded domains more difficult and interesting. Finally, as a consequence of the existence of random attractors, we address the existence of invariant measures for underlying system. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:29:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kinra",
"Kush",
""
],
[
"Cipriano",
"Fernanda",
""
]
] |
2506.04802 | Ruoyu Diao | Rui-Jin Zhang, Ruoyu Diao, Xin-Wei Liu, and Yu-Hong Dai | A Newton Augmented Lagrangian Method for Symmetric Cone Programming with Complexity Analysis | 35 pages, 4 figures | null | null | null | math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Symmetric cone programming incorporates a broad class of convex optimization problems, including linear programming, second-order cone programming, and semidefinite programming. Although the augmented Lagrangian method (ALM) is well-suited for large-scale scenarios, its subproblems are often not second-order continuously differentiable, preventing direct use of classical Newton methods. To address this issue, we observe that barrier functions from interior-point methods (IPMs) naturally serve as effective smoothing terms to alleviate such nonsmoothness. By combining the strengths of ALM and IPMs, we construct a novel augmented Lagrangian function and subsequently develop a Newton augmented Lagrangian (NAL) method. By leveraging the self-concordance property of the barrier function, the proposed method is shown to achieve an $\mathcal{O}(\epsilon^{-1})$ complexity bound. Furthermore, we demonstrate that the condition numbers of the Schur complement matrices in the NAL method are considerably better than those of classical IPMs, as visually evidenced by a heatmap of condition numbers. Numerical experiments conducted on standard benchmarks confirm that the NAL method exhibits significant performance improvements compared to several existing methods. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:30:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Rui-Jin",
""
],
[
"Diao",
"Ruoyu",
""
],
[
"Liu",
"Xin-Wei",
""
],
[
"Dai",
"Yu-Hong",
""
]
] |
2506.04803 | Daniel Barath | Daniel Barath | SupeRANSAC: One RANSAC to Rule Them All | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Robust estimation is a cornerstone in computer vision, particularly for tasks like Structure-from-Motion and Simultaneous Localization and Mapping. RANSAC and its variants are the gold standard for estimating geometric models (e.g., homographies, relative/absolute poses) from outlier-contaminated data. Despite RANSAC's apparent simplicity, achieving consistently high performance across different problems is challenging. While recent research often focuses on improving specific RANSAC components (e.g., sampling, scoring), overall performance is frequently more influenced by the "bells and whistles" (i.e., the implementation details and problem-specific optimizations) within a given library. Popular frameworks like OpenCV and PoseLib demonstrate varying performance, excelling in some tasks but lagging in others. We introduce SupeRANSAC, a novel unified RANSAC pipeline, and provide a detailed analysis of the techniques that make RANSAC effective for specific vision tasks, including homography, fundamental/essential matrix, and absolute/rigid pose estimation. SupeRANSAC is designed for consistent accuracy across these tasks, improving upon the best existing methods by, for example, 6 AUC points on average for fundamental matrix estimation. We demonstrate significant performance improvements over the state-of-the-art on multiple problems and datasets. Code: https://github.com/danini/superansac | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:30:27 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Barath",
"Daniel",
""
]
] |
2506.04804 | Andrea Munari | Andrea Munari, Federico Chiariotti, Leonardo Badia, Petar Popovski | Spatio-Temporal Information Freshness for Remote Source Monitoring in IoT Systems | null | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The widespread adoption of age of information (AoI) as a meaningful and analytically tractable information freshness metric has led to a wide body of work on the timing performance of Internet of things (IoT) systems. However, the spatial correlation inherent to environmental monitoring has been mostly neglected in the recent literature, due to the significant modeling complexity it introduces. In this work, we address this gap by presenting a model of spatio-temporal information freshness, considering the conditional entropy of the system state in a remote monitoring scenario, such as a low-orbit satellite collecting information from a wide geographical area. Our analytical results show that purely age-oriented schemes tend to select an overly broad communication range, leading to inaccurate estimates and energy inefficiency, both of which can be mitigated by adopting a spatio-temporal approach. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:31:16 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Munari",
"Andrea",
""
],
[
"Chiariotti",
"Federico",
""
],
[
"Badia",
"Leonardo",
""
],
[
"Popovski",
"Petar",
""
]
] |
2506.04805 | Zhiwei Bai | Zhiwei Bai, Zhangchen Zhou, Jiajie Zhao, Xiaolong Li, Zhiyu Li, Feiyu Xiong, Hongkang Yang, Yaoyu Zhang, Zhi-Qin John Xu | Adaptive Preconditioners Trigger Loss Spikes in Adam | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Loss spikes emerge commonly during training across neural networks of varying architectures and scales when using the Adam optimizer. In this work, we investigate the underlying mechanism responsible for Adam spikes. While previous explanations attribute these phenomena to the lower-loss-as-sharper characteristics of the loss landscape, our analysis reveals that Adam's adaptive preconditioners themselves can trigger spikes. Specifically, we identify a critical regime where squared gradients become substantially smaller than the second-order moment estimates, causing the latter to undergo a $\beta_2$-exponential decay and to respond sluggishly to current gradient information. This mechanism can push the maximum eigenvalue of the preconditioned Hessian beyond the classical stability threshold $2/\eta$ for a sustained period, inducing instability. This instability further leads to an alignment between the gradient and the maximum eigendirection, and a loss spike occurs precisely when the gradient-directional curvature exceeds $2/\eta$. We verify this mechanism through extensive experiments on fully connected networks, convolutional networks, and Transformer architectures. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:31:41 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bai",
"Zhiwei",
""
],
[
"Zhou",
"Zhangchen",
""
],
[
"Zhao",
"Jiajie",
""
],
[
"Li",
"Xiaolong",
""
],
[
"Li",
"Zhiyu",
""
],
[
"Xiong",
"Feiyu",
""
],
[
"Yang",
"Hongkang",
""
],
[
"Zhang",
"Yaoyu",
""
],
[
"Xu",
"Zhi-Qin John",
""
]
] |
2506.04806 | Shouzhi Wang | Shouzhi Wang, Jundan Nie, Biwei Jiang, Hao Tian, Chao Liu, and Ying-Hua Zhang | The structural and kinematical properties of NGC 5634, a globular cluster associated with the Sagittarius dwarf galaxy? | 18 pages, 10 figures, accepted for publication in ApJ | null | null | null | astro-ph.GA astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | We investigate the origin of NGC 5634 through a comprehensive analysis of its morphology, kinematics and dynamics. Utilizing data from the DESI Legacy Survey, we refined its fundamental parameters (age t = 12.8 +/- 0.3 Gyr, metallicity [Fe/H] = -1.8 +/- 0.1 dex, distance modulus dm = 17.0 +/- 0.1 mag) and constructed matched-filter template based on the combination of these parameters to search for extra-tidal structures. However, no significant features were detected above a 3 sigma signal-to-noise threshold, which limits our ability to further investigate the association between NGC 5634 and the Sagittarius (Sgr) stream based on morphological evidence. Incorporating GAIA data, we further examine the orbital path of NGC 5634. We found that its orbit only briefly intersects with the Sgr stream and diverges significantly over long-term integrations. This behavior contrasts with that of confirmed Sgr-associated clusters, whose orbits remain closely aligned with the stream throughout their orbital evolution. Additionally, NGC 5634 exhibits a relatively shorter semi-major axis and smaller apocenter and pericenter distances compared to Sgr clusters. These orbital characteristics are more consistent with clusters associated with the Gaia-Sausage-Enceladus (GSE) or the Helmi streams. From a dynamical perspective, in the Lz-E space, NGC 5634 is also distinctly different from Sgr clusters and aligns more closely with the GSE and Helmi regions. Taken together, these findings do not support a strong connection between NGC 5634 and the Sgr dSph, but instead suggest a potential association with another progenitor system, such as GSE or Helmi stream. Nevertheless, further evidence is needed to definitively establish its origin. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:33:02 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wang",
"Shouzhi",
""
],
[
"Nie",
"Jundan",
""
],
[
"Jiang",
"Biwei",
""
],
[
"Tian",
"Hao",
""
],
[
"Liu",
"Chao",
""
],
[
"Zhang",
"Ying-Hua",
""
]
] |
2506.04807 | Yuyi Zhang | Yuyi Zhang, Yongxin Shi, Peirong Zhang, Yixin Zhao, Zhenhua Yang, Lianwen Jin | MegaHan97K: A Large-Scale Dataset for Mega-Category Chinese Character Recognition with over 97K Categories | null | Pattern Recognition 2025 | 10.1016/j.patcog.2025.111757 | null | cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Foundational to the Chinese language and culture, Chinese characters encompass extraordinarily extensive and ever-expanding categories, with the latest Chinese GB18030-2022 standard containing 87,887 categories. The accurate recognition of this vast number of characters, termed mega-category recognition, presents a formidable yet crucial challenge for cultural heritage preservation and digital applications. Despite significant advances in Optical Character Recognition (OCR), mega-category recognition remains unexplored due to the absence of comprehensive datasets, with the largest existing dataset containing merely 16,151 categories. To bridge this critical gap, we introduce MegaHan97K, a mega-category, large-scale dataset covering an unprecedented 97,455 categories of Chinese characters. Our work offers three major contributions: (1) MegaHan97K is the first dataset to fully support the latest GB18030-2022 standard, providing at least six times more categories than existing datasets; (2) It effectively addresses the long-tail distribution problem by providing balanced samples across all categories through its three distinct subsets: handwritten, historical and synthetic subsets; (3) Comprehensive benchmarking experiments reveal new challenges in mega-category scenarios, including increased storage demands, morphologically similar character recognition, and zero-shot learning difficulties, while also unlocking substantial opportunities for future research. To the best of our knowledge, the MetaHan97K is likely the dataset with the largest classes not only in the field of OCR but may also in the broader domain of pattern recognition. The dataset is available at https://github.com/SCUT-DLVCLab/MegaHan97K. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:33:06 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Yuyi",
""
],
[
"Shi",
"Yongxin",
""
],
[
"Zhang",
"Peirong",
""
],
[
"Zhao",
"Yixin",
""
],
[
"Yang",
"Zhenhua",
""
],
[
"Jin",
"Lianwen",
""
]
] |
2506.04808 | Quentin Bourgeais | Quentin Bourgeais (CETAPS, LITIS), Rodolphe Charrier (LITIS), Eric Sanlaville (LITIS), Ludovic Seifert (CETAPS, IUF) | Temporal passing network in basketball: the effect of time pressure on the dynamics of team organization at micro and meso levels | null | null | null | null | cs.DM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this study, basketball teams are conceptualized as complex adaptive systems to examine their (re)organizational processes in response the time remaining to shoot. Using temporal passing networks to model team behavior, the focus is on the dynamics of the temporal patterns of interaction between players. Several metrics grounded in social network analysis are calculated at different level to assess the dynamics of the patterns used by teams and of the individual roles within those patterns. The results reveal a 3-phase dynamic, differentiated by more or less complex and diversified patterns, and by more or less specialized or flexible roles. Additionally, time-dependent features of the different tactical playing positions are identified, some of which linked to team performance. The findings are intended to explain how basketball teams adapt their organization to cope with time pressure, offering potential insights for other type of teams facing similar constraints. Moreover, this work provides a useful framework for a multilevel understanding of how constraints shape team adaptations dynamically, making it applicable to a wide range of team settings. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:33:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bourgeais",
"Quentin",
"",
"CETAPS, LITIS"
],
[
"Charrier",
"Rodolphe",
"",
"LITIS"
],
[
"Sanlaville",
"Eric",
"",
"LITIS"
],
[
"Seifert",
"Ludovic",
"",
"CETAPS, IUF"
]
] |
2506.04809 | Michael Carley | Michael J. Carley | Numerical solution of the wave equation outside a sphere | null | null | null | null | math.NA cs.NA math.AP physics.class-ph physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | A method is presented for the fast evaluation of the transient acoustic field generated outside a spherical surface by sources inside the surface. The method employs Lebedev quadratures, which are the optimal method for spatial integration, and Lagrange interpolation and differentiation in an advanced time algorithm for the evaluation of the transient field. Numerical testing demonstrates that the approach gives near machine-precision accuracy and a speed-up in evaluation time which depends on the order of quadrature rule employed but breaks even with direct evaluation at a number of field points about 1.15 times the number of surface quadrature nodes. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:33:18 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Carley",
"Michael J.",
""
]
] |
2506.04810 | Yujun Zhou | Yujun Zhou, Jiayi Ye, Zipeng Ling, Yufei Han, Yue Huang, Haomin Zhuang, Zhenwen Liang, Kehan Guo, Taicheng Guo, Xiangqi Wang and Xiangliang Zhang | Dissecting Logical Reasoning in LLMs: A Fine-Grained Evaluation and Supervision Study | null | null | null | null | cs.CL cs.AI cs.LO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Logical reasoning is a core capability for many applications of large language models (LLMs), yet existing benchmarks often rely solely on final-answer accuracy, failing to capture the quality and structure of the reasoning process. We propose FineLogic, a fine-grained evaluation framework that assesses logical reasoning across three dimensions: overall benchmark accuracy, stepwise soundness, and representation-level alignment. In addition, to better understand how reasoning capabilities emerge, we conduct a comprehensive study on the effects of supervision format during fine-tuning. We construct four supervision styles (one natural language and three symbolic variants) and train LLMs under each. Our findings reveal that natural language supervision yields strong generalization even on out-of-distribution and long-context tasks, while symbolic reasoning styles promote more structurally sound and atomic inference chains. Further, our representation-level probing shows that fine-tuning primarily improves reasoning behaviors through step-by-step generation, rather than enhancing shortcut prediction or internalized correctness. Together, our framework and analysis provide a more rigorous and interpretable lens for evaluating and improving logical reasoning in LLMs. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:34:12 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhou",
"Yujun",
""
],
[
"Ye",
"Jiayi",
""
],
[
"Ling",
"Zipeng",
""
],
[
"Han",
"Yufei",
""
],
[
"Huang",
"Yue",
""
],
[
"Zhuang",
"Haomin",
""
],
[
"Liang",
"Zhenwen",
""
],
[
"Guo",
"Kehan",
""
],
[
"Guo",
"Taicheng",
""
],
[
"Wang",
"Xiangqi",
""
],
[
"Zhang",
"Xiangliang",
""
]
] |
2506.04811 | Yizhen Wang | Feijun Liu, Huifeng Wang, Kun Wang, Yizhen Wang | Design of intelligent proofreading system for English translation based on CNN and BERT | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Since automatic translations can contain errors that require substantial human post-editing, machine translation proofreading is essential for improving quality. This paper proposes a novel hybrid approach for robust proofreading that combines convolutional neural networks (CNN) with Bidirectional Encoder Representations from Transformers (BERT). In order to extract semantic information from phrases and expressions, CNN uses a variety of convolution kernel filters to capture local n-gram patterns. In the meanwhile, BERT creates context-rich representations of whole sequences by utilizing stacked bidirectional transformer encoders. Using BERT's attention processes, the integrated error detection component relates tokens to spot translation irregularities including word order problems and omissions. The correction module then uses parallel English-German alignment and GRU decoder models in conjunction with translation memory to propose logical modifications that maintain original meaning. A unified end-to-end training process optimized for post-editing performance is applied to the whole pipeline. The multi-domain collection of WMT and the conversational dialogues of Open-Subtitles are two of the English-German parallel corpora used to train the model. Multiple loss functions supervise detection and correction capabilities. Experiments attain a 90% accuracy, 89.37% F1, and 16.24% MSE, exceeding recent proofreading techniques by over 10% overall. Comparative benchmarking demonstrates state-of-the-art performance in identifying and coherently rectifying mistranslations and omissions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:34:42 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Liu",
"Feijun",
""
],
[
"Wang",
"Huifeng",
""
],
[
"Wang",
"Kun",
""
],
[
"Wang",
"Yizhen",
""
]
] |
2506.04812 | Sam C. Collingbourne | Marios A. Apetroaie, Sam C. Collingbourne and Elena Giorgi | Conservation Laws and Boundedness for Linearised Einstein--Maxwell Equations on the Reissner--Nordstr\"om Black Hole | 28 pages | null | null | null | gr-qc math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the linearised Einstein--Maxwell equations on the Reissner--Nordstr\"om spacetime and derive the canonical energy conservation law in double null gauge. In the spirit of the work of Holzegel and the second author, we avoid any use of the hyperbolic nature of the Teukolsky equations and rely solely on the conservation law to establish control of energy fluxes for the gauge-invariant Teukolsky variables, previously identified by the third author, along all outgoing null hypersurfaces, for charge-to-mass ratio $\frac{|Q|}{M} < \frac{\sqrt{15}}{4}$. This yields uniform boundedness for the Teukolsky variables in Reissner--Nordstr\"om. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:35:00 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Apetroaie",
"Marios A.",
""
],
[
"Collingbourne",
"Sam C.",
""
],
[
"Giorgi",
"Elena",
""
]
] |
2506.04813 | Sebastien Da Veiga | S\'ebastien Da Veiga (ENSAI, CREST, RT-UQ) | Distributional encoding for Gaussian process regression with qualitative inputs | null | null | null | null | stat.ML cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Gaussian Process (GP) regression is a popular and sample-efficient approach for many engineering applications, where observations are expensive to acquire, and is also a central ingredient of Bayesian optimization (BO), a highly prevailing method for the optimization of black-box functions. However, when all or some input variables are categorical, building a predictive and computationally efficient GP remains challenging. Starting from the naive target encoding idea, where the original categorical values are replaced with the mean of the target variable for that category, we propose a generalization based on distributional encoding (DE) which makes use of all samples of the target variable for a category. To handle this type of encoding inside the GP, we build upon recent results on characteristic kernels for probability distributions, based on the maximum mean discrepancy and the Wasserstein distance. We also discuss several extensions for classification, multi-task learning and incorporation or auxiliary information. Our approach is validated empirically, and we demonstrate state-of-the-art predictive performance on a variety of synthetic and real-world datasets. DE is naturally complementary to recent advances in BO over discrete and mixed-spaces. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:35:02 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Da Veiga",
"Sébastien",
"",
"ENSAI, CREST, RT-UQ"
]
] |
2506.04814 | Sara Rutten | Sara Rutten, Bryan Sumalinab, Oswaldo Gressani, Thomas Neyens, Elisa Duarte, Niel Hens, Christel Faes | Distributed lag non-linear models with Laplacian-P-splines for analysis of spatially structured time series | null | null | null | null | stat.ME | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Distributed lag non-linear models (DLNM) have gained popularity for modeling nonlinear lagged relationships between exposures and outcomes. When applied to spatially referenced data, these models must account for spatial dependence, a challenge that has yet to be thoroughly explored within the penalized DLNM framework. This gap is mainly due to the complex model structure and high computational demands, particularly when dealing with large spatio-temporal datasets. To address this, we propose a novel Bayesian DLNM-Laplacian-P-splines (DLNM-LPS) approach that incorporates spatial dependence using conditional autoregressive (CAR) priors, a method commonly applied in disease mapping. Our approach offers a flexible framework for capturing nonlinear associations while accounting for spatial dependence. It uses the Laplace approximation to approximate the conditional posterior distribution of the regression parameters, eliminating the need for Markov chain Monte Carlo (MCMC) sampling, often used in Bayesian inference, thus improving computational efficiency. The methodology is evaluated through simulation studies and applied to analyze the relationship between temperature and mortality in London. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:35:11 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Rutten",
"Sara",
""
],
[
"Sumalinab",
"Bryan",
""
],
[
"Gressani",
"Oswaldo",
""
],
[
"Neyens",
"Thomas",
""
],
[
"Duarte",
"Elisa",
""
],
[
"Hens",
"Niel",
""
],
[
"Faes",
"Christel",
""
]
] |
2506.04815 | Mattia Zorzi | Shenglun Yi and Mattia Zorzi | A robust approach to sigma point Kalman filtering | null | null | null | null | math.OC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this paper, we address a robust nonlinear state estimation problem under model uncertainty by formulating a dynamic minimax game: one player designs the robust estimator, while the other selects the least favorable model from an ambiguity set of possible models centered around the nominal one. To characterize a closed-form expression for the conditional expectation characterizing the estimator, we approximate the center of this ambiguity set by means of a sigma point approximation. Furthermore, since the least favorable model is generally nonlinear and non-Gaussian, we derive a simulator based on a Markov chain Monte Carlo method to generate data from such model. Finally, some numerical examples show that the proposed filter outperforms the existing filters. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:35:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Yi",
"Shenglun",
""
],
[
"Zorzi",
"Mattia",
""
]
] |
2506.04816 | Akhilesh Kumar Mishra | Deependra Singh Gaur, Akanksha Gautam, Rakesh Kumar Singh, and Akhilesh Kumar Mishra | Statistics of Non-Rayleigh Speckles Generated from Nonlinear Media | 7 pages, 4 figures | null | null | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | We analytically derive an expression for a speckle field's intensity probability density function (PDF) in a nonlinear medium. The analytically driven results are in good agreement with the numerical outcomes. In a focusing nonlinear medium, the local intensity of the speckle is enhanced as manifested through the longer tail of the PDF. In contrast, the local intensity of speckle is reduced in the presence of a defocusing nonlinearity, and the tail of the probability density function also reduces. This change in local intensity of the speckles arises due to the cubic Kerr nonlinearity, which eventually modifies the second-order statistics. Hence, the intensity correlation is altered as per the nature of the associated nonlinearity while the field correlation remains invariant of both types of the nonlinear conditions. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:37:51 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Gaur",
"Deependra Singh",
""
],
[
"Gautam",
"Akanksha",
""
],
[
"Singh",
"Rakesh Kumar",
""
],
[
"Mishra",
"Akhilesh Kumar",
""
]
] |
2506.04817 | Gabriele Magrini | Gabriele Magrini. Federico Becattini, Luca Cultrera, Lorenzo Berlincioni, Pietro Pala, Alberto Del Bimbo | Spike-TBR: a Noise Resilient Neuromorphic Event Representation | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Event cameras offer significant advantages over traditional frame-based sensors, including higher temporal resolution, lower latency and dynamic range. However, efficiently converting event streams into formats compatible with standard computer vision pipelines remains a challenging problem, particularly in the presence of noise. In this paper, we propose Spike-TBR, a novel event-based encoding strategy based on Temporal Binary Representation (TBR), addressing its vulnerability to noise by integrating spiking neurons. Spike-TBR combines the frame-based advantages of TBR with the noise-filtering capabilities of spiking neural networks, creating a more robust representation of event streams. We evaluate four variants of Spike-TBR, each using different spiking neurons, across multiple datasets, demonstrating superior performance in noise-affected scenarios while improving the results on clean data. Our method bridges the gap between spike-based and frame-based processing, offering a simple noise-resilient solution for event-driven vision applications. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:38:42 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Becattini",
"Gabriele Magrini. Federico",
""
],
[
"Cultrera",
"Luca",
""
],
[
"Berlincioni",
"Lorenzo",
""
],
[
"Pala",
"Pietro",
""
],
[
"Del Bimbo",
"Alberto",
""
]
] |
2506.04818 | Amaia Razquin Lizarraga | Amaia Razquin, Astrid M. Veronig, Karin Dissauer, Tatiana Podladchikova, and Shantanu Jain | Coronal dimmings from active region 13664 during the May 2024 solar energetic events | null | null | 10.1051/0004-6361/202554772 | null | astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Coronal dimmings are regions of transiently reduced brightness in extreme ultraviolet (EUV) and soft X-ray (SXR) emissions associated with coronal mass ejections (CMEs), providing key insights into CME initiation and early evolution. During May 2024, AR 13664 was among the most flare-productive regions in recent decades, generating 55 M-class and 12 X-class flares along with multiple Earth-directed CMEs. The rapid succession of these CMEs triggered the most intense geomagnetic storm in two decades. We study coronal dimmings from a single active region (AR 13664) and compare them with statistical dimming properties. We investigate how coronal dimming parameters - such as area, brightness, and magnetic flux - relate to key flare and CME properties. We systematically identified all flares above M1.0, all coronal dimmings and all CMEs (from the CDAW SOHO/LASCO catalogue) produced by AR 13664 during 2024 May 1 - 15, and studied the associations between the different phenomena and their characteristic parameters. We detect coronal dimmings in 22 events, with 16 occurring on-disc and six off-limb. Approximately 83% of X-class flares and 23% of M-class flares are associated with CMEs, with 13 out of 16 on-disc dimmings linked to CME activity. Our results support the strong interplay between coronal dimmings and flares, as we find increased correlations between flare and dimming parameters in this single-AR study compared to the general dimming population. Furthermore, we confirm that coronagraphic observations, unable to observe the lower corona, underestimate correlations between CME velocities and dimming parameters, as they fail to capture the early CME acceleration phase. This highlights the critical role of dimming observations in providing a more comprehensive understanding of CME dynamics. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:39:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Razquin",
"Amaia",
""
],
[
"Veronig",
"Astrid M.",
""
],
[
"Dissauer",
"Karin",
""
],
[
"Podladchikova",
"Tatiana",
""
],
[
"Jain",
"Shantanu",
""
]
] |
2506.04819 | Jun-Jie Wei Dr. | Jun-Jie Wei, Fulvio Melia | Model selection using the HII galaxy Hubble diagram | 5 pages, 3 figures, 3 tables. Accepted for publication in MNRAS Letters | null | null | null | astro-ph.CO astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | The proposal to use HII galaxies (HIIGx) and giant extragalactic HII regions (GEHR) as standard candles to construct the Hubble diagram at redshifts beyond the current reach of Type Ia supernovae has gained considerable support recently with the addition of five new HIIGx discovered by JWST. The updated sample of 231 sources now extends the redshift range of these objects to $z\sim 7.5$, mapping the Universe's expansion over $95\%$ of its current age. In this {\it Letter} we use these sources for model selection, and show that the $R_{\rm h}=ct$ universe is strongly favored by this probe over both flat-$\Lambda$CDM and $w$CDM, with relative Bayesian Information Criterion probabilities of, respectively, $91.8\%$, $7.4\%$ and $0.8\%$. A possible caveat with these results, however, is that an unknown dispersion, $\sigma_{\rm int}$, in the HIIGx standard candle relation can weaken the model comparisons. We find that the inclusion of $\sigma_{\rm int}$ as an additional, optimizable parameter makes the likelihoods of flat-$\Lambda$CDM and $R_{\rm h}=ct$ about equal, though at the expense of creating $\sim 2.5\sigma$ tension between our inferred matter density $\Omega_{\rm m}$ and its {\it Planck}-optimized value. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:40:28 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wei",
"Jun-Jie",
""
],
[
"Melia",
"Fulvio",
""
]
] |
2506.04820 | Keisuke Kawahara | Keisuke Kawahara, Tai Tsuchizawa, Noritsugu Yamamoto, Yuriko Maegami, Koji Yamada, Shinsuke Hara, and Toshihiko Baba | High-efficiency compact optical transmitter with a total bit energy of 0.78 pJ/bit including silicon slow-light modulator and open-collector current-mode driver | null | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Increasing datacenter demands require power-efficient optical interconnects. However, a conventional standard transmitter using a silicon rib-waveguide Mach-Zehnder modulator and voltage-mode driver has low efficiency and consumes watt-class high power and occupies a several-square-millimeter footprint, which limits large-scale integration for parallel transmission. This paper presents a transmitter consisting of a compact photonic crystal waveguide (PCW) modulator and a current-mode open-collector driver. The PCW modulator is designed to have high impedance in addition to the slow-light effect. The driver connected to the modulator without termination resistors is optimized based on electronics-photonics co-simulations using a standard electronic circuit simulator with an in-house photonic model library. Co-packaging these dramatically reduces the power consumption to 50 mW and a bit energy to 0.78 pJ/bit at 64-Gbaud, and the footprint to 0.66 mm2. This result represents a significant advancement toward the integration of a large number of transmission channels with no temperature control. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:40:45 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Kawahara",
"Keisuke",
""
],
[
"Tsuchizawa",
"Tai",
""
],
[
"Yamamoto",
"Noritsugu",
""
],
[
"Maegami",
"Yuriko",
""
],
[
"Yamada",
"Koji",
""
],
[
"Hara",
"Shinsuke",
""
],
[
"Baba",
"Toshihiko",
""
]
] |
2506.04821 | Zhen Hao Wong | Zhen Hao Wong, Jingwen Deng, Runming He, Zirong Chen, Qijie You, Hejun Dong, Hao Liang, Chengyu Shen, Bin Cui, Wentao Zhang | LogicPuzzleRL: Cultivating Robust Mathematical Reasoning in LLMs via Reinforcement Learning | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs) excel at many supervised tasks but often struggle with structured reasoning in unfamiliar settings. This discrepancy suggests that standard fine-tuning pipelines may instill narrow, domain-specific heuristics rather than fostering general-purpose thinking strategies. In this work, we propose a "play to learn" framework that fine-tunes LLMs through reinforcement learning on a suite of seven custom logic puzzles, each designed to cultivate distinct reasoning skills such as constraint propagation, spatial consistency, and symbolic deduction. Using a reinforcement learning setup with verifiable rewards, models receive binary feedback based on puzzle correctness, encouraging iterative, hypothesis-driven problem solving. We demonstrate that this training approach significantly improves out-of-distribution performance on a range of mathematical benchmarks, especially for mid-difficulty problems that require multi-step reasoning. Analyses across problem categories and difficulty levels reveal that puzzle training promotes transferable reasoning routines, strengthening algebraic manipulation, geometric inference, and combinatorial logic, while offering limited gains on rote or highly specialized tasks. These findings show that reinforcement learning over logic puzzles reshapes the internal reasoning of LLMs, enabling more robust and compositional generalization without relying on task-specific symbolic tools. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:40:47 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wong",
"Zhen Hao",
""
],
[
"Deng",
"Jingwen",
""
],
[
"He",
"Runming",
""
],
[
"Chen",
"Zirong",
""
],
[
"You",
"Qijie",
""
],
[
"Dong",
"Hejun",
""
],
[
"Liang",
"Hao",
""
],
[
"Shen",
"Chengyu",
""
],
[
"Cui",
"Bin",
""
],
[
"Zhang",
"Wentao",
""
]
] |
2506.04822 | Fajri Koto | Nurul Aisyah, Muhammad Dehan Al Kautsar, Arif Hidayat, Raqib Chowdhury, Fajri Koto | Evaluating Vision-Language and Large Language Models for Automated Student Assessment in Indonesian Classrooms | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Although vision-language and large language models (VLM and LLM) offer promising opportunities for AI-driven educational assessment, their effectiveness in real-world classroom settings, particularly in underrepresented educational contexts, remains underexplored. In this study, we evaluated the performance of a state-of-the-art VLM and several LLMs on 646 handwritten exam responses from grade 4 students in six Indonesian schools, covering two subjects: Mathematics and English. These sheets contain more than 14K student answers that span multiple choice, short answer, and essay questions. Assessment tasks include grading these responses and generating personalized feedback. Our findings show that the VLM often struggles to accurately recognize student handwriting, leading to error propagation in downstream LLM grading. Nevertheless, LLM-generated feedback retains some utility, even when derived from imperfect input, although limitations in personalization and contextual relevance persist. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:41:09 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Aisyah",
"Nurul",
""
],
[
"Kautsar",
"Muhammad Dehan Al",
""
],
[
"Hidayat",
"Arif",
""
],
[
"Chowdhury",
"Raqib",
""
],
[
"Koto",
"Fajri",
""
]
] |
2506.04823 | Svetlana Pavlitska | Svetlana Pavlitska, Jamie Robb, Nikolai Polley, Melih Yazgan, and J. Marius Z\"ollner | Fool the Stoplight: Realistic Adversarial Patch Attacks on Traffic Light Detectors | Accepted for publication at IV 2025 | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Realistic adversarial attacks on various camera-based perception tasks of autonomous vehicles have been successfully demonstrated so far. However, only a few works considered attacks on traffic light detectors. This work shows how CNNs for traffic light detection can be attacked with printed patches. We propose a threat model, where each instance of a traffic light is attacked with a patch placed under it, and describe a training strategy. We demonstrate successful adversarial patch attacks in universal settings. Our experiments show realistic targeted red-to-green label-flipping attacks and attacks on pictogram classification. Finally, we perform a real-world evaluation with printed patches and demonstrate attacks in the lab settings with a mobile traffic light for construction sites and in a test area with stationary traffic lights. Our code is available at https://github.com/KASTEL-MobilityLab/attacks-on-traffic-light-detection. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:41:12 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Pavlitska",
"Svetlana",
""
],
[
"Robb",
"Jamie",
""
],
[
"Polley",
"Nikolai",
""
],
[
"Yazgan",
"Melih",
""
],
[
"Zöllner",
"J. Marius",
""
]
] |
2506.04824 | Martin Andrews | Martin Andrews and Sam Witteveen | A Reasoning-Based Approach to Cryptic Crossword Clue Solving | 9 page paper plus Appendices. Accepted to ICML 2025 | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Cryptic crossword clues are challenging language tasks for which new test sets are released daily by major newspapers on a global basis. Each cryptic clue contains both the definition of the answer to be placed in the crossword grid (in common with regular crosswords), and 'wordplay' that proves that the answer is correct (i.e. a human solver can be confident that an answer is correct without needing crossing words as confirmation). This work describes an LLM-based reasoning system built from open-licensed components that solves cryptic clues by (i) hypothesising answers; (ii) proposing wordplay explanations; and (iii) using a verifier system that operates on codified reasoning steps. Overall, this system establishes a new state-of-the-art performance on the challenging Cryptonite dataset of clues from The Times and The Telegraph newspapers in the UK. Because each proved solution is expressed in Python, interpretable wordplay reasoning for proven answers is available for inspection. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:43:28 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Andrews",
"Martin",
""
],
[
"Witteveen",
"Sam",
""
]
] |
2506.04825 | Sebastian Fuchs | Sebastian Fuchs, Carsten Limbach | A dimension reduction for extreme types of directed dependence | 14 pages, 7 figures | null | null | null | math.ST stat.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, a variety of novel measures of dependence have been introduced being capable of characterizing diverse types of directed dependence, hence diverse types of how a number of predictor variables $\mathbf{X} = (X_1, \dots, X_p)$, $p \in \mathbb{N}$, may affect a response variable $Y$. This includes perfect dependence of $Y$ on $\mathbf{X}$ and independence between $\mathbf{X}$ and $Y$, but also less well-known concepts such as zero-explainability, stochastic comparability and complete separation. Certain such measures offer a representation in terms of the Markov product $(Y,Y')$, with $Y'$ being a conditionally independent copy of $Y$ given $\mathbf{X}$. This dimension reduction principle allows these measures to be estimated via the powerful nearest neighbor based estimation principle introduced in [4]. To achieve a deeper insight into the dimension reduction principle, this paper aims at translating the extreme variants of directed dependence, typically formulated in terms of the random vector $(\mathbf{X},Y)$, into the Markov product $(Y,Y')$. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:47:37 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Fuchs",
"Sebastian",
""
],
[
"Limbach",
"Carsten",
""
]
] |
2506.04826 | Dimitrios Stefas | Konstantinos Giotis (HVL, ECE, LSPM), Dimitrios Stefas (LSPM), Yanis Agha (LSPM), Hans H\"oft (INP), Xavier Duten (LSPM), Panagiotis Svarnas (HVL, ECE), Guillaume Lombardi (LSPM), Kristaq Gazeli (LSPM) | Discharge dynamics in a cylindrical SDBD prototype reactor under ns-pulsed and sinusoidal AC operation | null | null | null | null | physics.plasm-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We developed a prototype reactor generating surface dielectric barrier discharges (SDBDs) in ambient air, designed for consistent operation while preventing constructive material degradation. It features detachable stainless steel electrodes and quartz dielectric to ensure precise fabrication. The grounded electrode is fully immersed into transformer oil drastically suppressing undesired parasitic discharges. The device efficiently sustains ns-pulsed and AC discharges at 10 kHz, enabling fundamental studies of their electrical characteristics (applied voltage, induced current, electric power) and spatiotemporal dynamics (morphology, propagation length and velocity). The electric power (P) consumed exhibits a dissimilar non-linear increase with the rising peak voltage (Vp) in each case: P$\approx$0.8-2.5 W for ns-pulsed (Vp=7-9 kV) and P$\approx$0.9-5.3 W (Vp=7-10 kV) for AC operation. Using ICCD imaging, distinct ionization channels are recorded in the rising part of the pulsed voltage being detached from the driven electrode; during the voltage decrease, a glow-like discharge is formed remaining anchored on the driven electrode. The rising part of the AC voltage is characterized by erratic, elongated ionization channels in a filamentary form, the voltage drop featuring a glow-like behavior. During the rising and falling parts of the AC voltage, the discharge reaches maximum propagation lengths (Lmax) of $\approx$12 mm and $\approx$7 mm, respectively, while remaining attached to the driven electrode. The corresponding maximum discharge velocities (vmax) are about 5x10 2 m/s and 3x10 2 m/s. For the ns-pulsed operation, Lmax$\approx$5 mm (vmax$\approx$5x10 5 m/s) and Lmax$\approx$3.5 mm (vmax$\approx$1.5x10 5 m/s) during the rising and falling parts of the voltage pulse, respectively. The SDBD dynamics generated with a ns-pulsed voltage is more reproducible than for the AC case allowing for the use of a 500 times smaller ICCD gate width (2 ns) and a more accurate description of the discharge's spatiotemporal development. This reactor is suitable for performing fundamental studies and understanding key SDBD features for various applications such as flow control, biomedicine and agriculture. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:49:01 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Giotis",
"Konstantinos",
"",
"HVL, ECE, LSPM"
],
[
"Stefas",
"Dimitrios",
"",
"LSPM"
],
[
"Agha",
"Yanis",
"",
"LSPM"
],
[
"Höft",
"Hans",
"",
"INP"
],
[
"Duten",
"Xavier",
"",
"LSPM"
],
[
"Svarnas",
"Panagiotis",
"",
"HVL, ECE"
],
[
"Lombardi",
"Guillaume",
"",
"LSPM"
],
[
"Gazeli",
"Kristaq",
"",
"LSPM"
]
] |
2506.04827 | Lorenzo Martelli Mr. | Lorenzo Martelli, Igor Andriyash, Jonathan Wheeler, Henri Kraft, Xuan Quyen Dinh, C\'edric Thaury | Empirical scaling laws for self-focused laser pulses in nitrogen plasmas | 6 figures, 9 pages | null | null | null | physics.plasm-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate the interaction between a superintense laser pulse and a nitrogen plasma with densities exceeding $10^{19}\,$cm$^{-3}$, using particle-in-cell simulations. Such configurations have recently demonstrated the capability to produce highly charged electron beams (i.e., $>10\,$nC) with $1\,$J-class lasers, a significant step toward high-average-current laser-plasma accelerators. Our study focuses on analyzing the impact of laser self-focusing on laser dynamics, leading to scaling laws that characterize beam diffraction, wakefield amplitude and plasma structures, providing important insights of this interaction regime. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:49:35 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Martelli",
"Lorenzo",
""
],
[
"Andriyash",
"Igor",
""
],
[
"Wheeler",
"Jonathan",
""
],
[
"Kraft",
"Henri",
""
],
[
"Dinh",
"Xuan Quyen",
""
],
[
"Thaury",
"Cédric",
""
]
] |
2506.04828 | Artem Latyshev | Artem Latyshev, Gregory Gorbov, Aleksandr I. Panov | Safe Planning and Policy Optimization via World Model Learning | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by/4.0/ | Reinforcement Learning (RL) applications in real-world scenarios must prioritize safety and reliability, which impose strict constraints on agent behavior. Model-based RL leverages predictive world models for action planning and policy optimization, but inherent model inaccuracies can lead to catastrophic failures in safety-critical settings. We propose a novel model-based RL framework that jointly optimizes task performance and safety. To address world model errors, our method incorporates an adaptive mechanism that dynamically switches between model-based planning and direct policy execution. We resolve the objective mismatch problem of traditional model-based approaches using an implicit world model. Furthermore, our framework employs dynamic safety thresholds that adapt to the agent's evolving capabilities, consistently selecting actions that surpass safe policy suggestions in both performance and safety. Experiments demonstrate significant improvements over non-adaptive methods, showing that our approach optimizes safety and performance simultaneously rather than merely meeting minimum safety requirements. The proposed framework achieves robust performance on diverse safety-critical continuous control tasks, outperforming existing methods. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:50:02 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Latyshev",
"Artem",
""
],
[
"Gorbov",
"Gregory",
""
],
[
"Panov",
"Aleksandr I.",
""
]
] |
2506.04829 | Tobias Van Lier | T. van Lier (1 and 2), J. M\"uller (1 and 2), S. Hekker (1 and 2) ((1) Heidelberg Institute for Theoretical Studies, (2) Zentrum f\"ur Astronomie Heidelberg) | Weak or strong: coupling of mixed oscillation modes on the red-giant branch | Accepted for publication in Astronomy & Astrophysics | null | null | null | astro-ph.SR | http://creativecommons.org/licenses/by/4.0/ | Context. The high precision of recent asteroseismic observations of red-giant stars has revealed the presence of mixed dipole modes in their oscillation spectra. These modes allow for a look inside the stars. Among the parameters used to characterize mixed modes is the coupling strength q, which is sensitive to the stellar structure in the evanescent zone near the bottom of the convective envelope.
Aims. The aim of this work is to probe the validity of the weak and strong coupling approximations, commonly used to calculate q, during stellar evolution along the red-giant branch (RGB).
Methods. To test the approximations empirically, we calculate q-values in both, the weak and strong limit for stellar models on the RGB and compare them to the coupling derived from the mixed mode frequency pattern obtained from numerical solutions to the oscillation equations.
Results. We find good agreement with the strong coupling approximation on the early RGB, when the evanescent zone lies in the radiative layer right above the hydrogen-burning shell; and with the weak coupling approximation once the evanescent zone is situated in the convective envelope. This is consistent with earlier studies. Additionally, we find that it is viable to use the weak coupling approximation as an estimate for q in the intermediate regime, in the mass range considered in this work (1.00 Msun <= M <= 2.00 Msun).
Conclusions. The width of the evanescent zone serves as a good measure for which approximation to use. The serendipitous alignment of the weak coupling approximation with the observable q in the regime where neither approximation is expected to be valid simplifies the asymptotic calculation of mixed mode properties. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:52:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"van Lier",
"T.",
"",
"1 and 2"
],
[
"Müller",
"J.",
"",
"1 and 2"
],
[
"Hekker",
"S.",
"",
"1 and 2"
]
] |
2506.04830 | Shuo Cao | Shuo Cao, Yihao Liu, Xiaohui Li.Yuanting Gao.Yu Zhou and Chao Dong | DualX-VSR: Dual Axial Spatial$\times$Temporal Transformer for Real-World Video Super-Resolution without Motion Compensation | 15 pages, 9 figures | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Transformer-based models like ViViT and TimeSformer have advanced video understanding by effectively modeling spatiotemporal dependencies. Recent video generation models, such as Sora and Vidu, further highlight the power of transformers in long-range feature extraction and holistic spatiotemporal modeling. However, directly applying these models to real-world video super-resolution (VSR) is challenging, as VSR demands pixel-level precision, which can be compromised by tokenization and sequential attention mechanisms. While recent transformer-based VSR models attempt to address these issues using smaller patches and local attention, they still face limitations such as restricted receptive fields and dependence on optical flow-based alignment, which can introduce inaccuracies in real-world settings. To overcome these issues, we propose Dual Axial Spatial$\times$Temporal Transformer for Real-World Video Super-Resolution (DualX-VSR), which introduces a novel dual axial spatial$\times$temporal attention mechanism that integrates spatial and temporal information along orthogonal directions. DualX-VSR eliminates the need for motion compensation, offering a simplified structure that provides a cohesive representation of spatiotemporal information. As a result, DualX-VSR achieves high fidelity and superior performance in real-world VSR task. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:53:44 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Cao",
"Shuo",
""
],
[
"Liu",
"Yihao",
""
],
[
"Zhou",
"Xiaohui Li. Yuanting Gao. Yu",
""
],
[
"Dong",
"Chao",
""
]
] |
2506.04831 | Chantal Pellegrini | Chantal Pellegrini, Ege \"Ozsoy, David Bani-Harouni, Matthias Keicher, Nassir Navab | From EHRs to Patient Pathways: Scalable Modeling of Longitudinal Health Trajectories with LLMs | null | null | null | null | cs.LG cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Healthcare systems face significant challenges in managing and interpreting vast, heterogeneous patient data for personalized care. Existing approaches often focus on narrow use cases with a limited feature space, overlooking the complex, longitudinal interactions needed for a holistic understanding of patient health. In this work, we propose a novel approach to patient pathway modeling by transforming diverse electronic health record (EHR) data into a structured representation and designing a holistic pathway prediction model, EHR2Path, optimized to predict future health trajectories. Further, we introduce a novel summary mechanism that embeds long-term temporal context into topic-specific summary tokens, improving performance over text-only models, while being much more token-efficient. EHR2Path demonstrates strong performance in both next time-step prediction and longitudinal simulation, outperforming competitive baselines. It enables detailed simulations of patient trajectories, inherently targeting diverse evaluation tasks, such as forecasting vital signs, lab test results, or length-of-stay, opening a path towards predictive and personalized healthcare. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:54:01 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Pellegrini",
"Chantal",
""
],
[
"Özsoy",
"Ege",
""
],
[
"Bani-Harouni",
"David",
""
],
[
"Keicher",
"Matthias",
""
],
[
"Navab",
"Nassir",
""
]
] |
2506.04832 | Changyue Wang | Changyue Wang, Weihang Su, Qingyao Ai, Yiqun Liu | Joint Evaluation of Answer and Reasoning Consistency for Hallucination Detection in Large Reasoning Models | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large Reasoning Models (LRMs) extend large language models with explicit, multi-step reasoning traces to enhance transparency and performance on complex tasks. However, these reasoning traces can be redundant or logically inconsistent, making them a new source of hallucination that is difficult to detect. Existing hallucination detection methods focus primarily on answer-level uncertainty and often fail to detect hallucinations or logical inconsistencies arising from the model's reasoning trace. This oversight is particularly problematic for LRMs, where the explicit thinking trace is not only an important support to the model's decision-making process but also a key source of potential hallucination. To this end, we propose RACE (Reasoning and Answer Consistency Evaluation), a novel framework specifically tailored for hallucination detection in LRMs. RACE operates by extracting essential reasoning steps and computing four diagnostic signals: inter-sample consistency of reasoning traces, entropy-based answer uncertainty, semantic alignment between reasoning and answers, and internal coherence of reasoning. This joint analysis enables fine-grained hallucination detection even when the final answer appears correct. Experiments across datasets and different LLMs demonstrate that RACE outperforms existing hallucination detection baselines, offering a robust and generalizable solution for evaluating LRMs. Our code is available at: https://github.com/bebr2/RACE. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:54:04 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Wang",
"Changyue",
""
],
[
"Su",
"Weihang",
""
],
[
"Ai",
"Qingyao",
""
],
[
"Liu",
"Yiqun",
""
]
] |
2506.04833 | Jincheng Guan | Jincheng Guan, Jun Zhang | Distributed system perspective on Backscatter systems | null | null | null | null | cs.DC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Backscatter system is a system based on backscatter communication technology, which is a low cost, low power consumption and easy to deploy communication technology. At present, the backscatter technology is mainly applied to RFID tags and the Internet of Things and other fields. With the rapid development of the Internet of Things, the application of backscatter systems is increasing. Moreover, the backscatter system is essentially a distributed system, but existing research rarely conducts studies and analyses from a distributed perspective. This paper conducts a study on the backscattering system from the perspective of distributed systems, comprehensively reviewing the basic principles of the backscattering system, and analyzing the distributed system architectures of different backscattering systems. Then, it introduces the application scenarios, research status and challenges of the backscattering system, and finally discusses the future research directions of the backscattering system, hoping to provide references for future research. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:54:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Guan",
"Jincheng",
""
],
[
"Zhang",
"Jun",
""
]
] |
2506.04834 | Muhammad Sajid | Muhammad Sajid (1 and 2), Rozhin Yousefjani (3), Abolfazl Bayat (1, 2 and 4) ((1) Institute of Fundamental and Frontier Sciences, University of Electronic Science and Technology of China, (2) Key Laboratory of Quantum Physics and Photonic Quantum Information, University of Electronic Science and Technology of China, (3) Qatar Center for Quantum Computing, College of Science and Engineering, Hamad Bin Khalifa University, Qatar, (4) Shimmer Center, Tianfu Jiangxi Laboratory, Chengdu, China) | Thermal avalanches in isolated many-body localized systems | 11 pages, 11 figures | null | null | null | quant-ph cond-mat.str-el | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Many-body localization is a profound phase of matter affecting the entire spectrum which emerges in the presence of disorder in interacting many-body systems. Recently, the stability of many-body localization has been challenged by the avalanche mechanism, in which a small thermal region can spread, destabilizing localization and leading to global thermalization of the system. A key unresolved question is the critical competition between the thermal region's influence and the disorder strength required to trigger such an avalanche. Here, we numerically investigate many-body localization stability in an isolated Heisenberg spin chain of size $L$ subjected to a disordered magnetic field. By embedding a tunable thermal region of size $P$, we analyze the system's behavior in both static and dynamical regimes using entanglement entropy and the gap ratio. Our study yields two main findings. Firstly, for strong disorder, the avalanche only occurs if the thermal region scales with system size, specifically when $P/L$ exceeds a threshold value. Secondly, at strong disorder, we identify an intermediate phase between many-body localization and ergodic behavior as $P$ increases. This intermediate phase leaves its finger print in both static and dynamic properties of the system and tends to vanish in the thermodynamic limit. Although our simulations are restricted to finite system sizes, the analysis suggests that these results hold in the thermodynamic limit for isolated many-body systems. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:55:26 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Sajid",
"Muhammad",
"",
"1 and 2"
],
[
"Yousefjani",
"Rozhin",
"",
"Qatar Center for Quantum Computing, College of Science and Engineering, Hamad Bin Khalifa University, Qatar"
],
[
"Bayat",
"Abolfazl",
"",
"1, 2 and 4"
]
] |
2506.04835 | Julien EL Hajj | Julien El Hajj, Gilles Ledoux, Samy Merabia | Thermoplasmonics of Gold-Core Silica-Shell Colloidal Nanoparticles under Pulse Illumination | null | null | null | null | physics.comp-ph cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Core-shell nanoparticles, particularly those having a gold core, have emerged as a highly promising class of materials due to their unique optical and thermal properties, which underpin a wide range of applications in photothermal therapy, imaging, and biosensing. In this study, we present a comprehensive study of the thermal dynamics of gold-core silica-shell nanoparticles immersed in water under pulse illumination. The plasmonic response of the core-shell nanoparticle is described by incorporating Mie theory with electronic temperature corrections to the refractive indices of gold, based on a Drude Lorentz formulation. The thermal response of the core-shell nanoparticles is modeled by coupling the two temperature model with molecular dynamics simulations, providing an atomistic description of nanoscale heat transfer. We investigate nanoparticles with both dense and porous silica shells (with 50% porosity) under laser pulse durations of 100 fs, 10 ps, and 1 ns, and over a range of fluences between 0.05 and 5mJ/cm2. We show that nanoparticles with a thin dense silica shell (5 nm) exhibit significantly faster water heating compared to bare gold nanoparticles. This behavior is attributed to enhanced electron-phonon coupling at the gold silica interface and to the relatively high thermal conductance between silica and water. These findings provide new insights into optimizing nanoparticle design for efficient photothermal applications and establish a robust framework for understanding energy transfer mechanisms in heterogeneous metal dielectric nanostructures. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:57:13 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Hajj",
"Julien El",
""
],
[
"Ledoux",
"Gilles",
""
],
[
"Merabia",
"Samy",
""
]
] |
2506.04836 | Jonathan Rystr{\o}m | Chris Schmitz, Jonathan Rystr{\o}m and Jan Batzner | Oversight Structures for Agentic AI in Public-Sector Organizations | To appear at REALM@ACL2025 | null | null | null | cs.CY cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper finds that the introduction of agentic AI systems intensifies existing challenges to traditional public sector oversight mechanisms -- which rely on siloed compliance units and episodic approvals rather than continuous, integrated supervision. We identify five governance dimensions essential for responsible agent deployment: cross-departmental implementation, comprehensive evaluation, enhanced security protocols, operational visibility, and systematic auditing. We evaluate the capacity of existing oversight structures to meet these challenges, via a mixed-methods approach consisting of a literature review and interviews with civil servants in AI-related roles. We find that agent oversight poses intensified versions of three existing governance challenges: continuous oversight, deeper integration of governance and operational capabilities, and interdepartmental coordination. We propose approaches that both adapt institutional structures and design agent oversight compatible with public sector constraints. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:57:15 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Schmitz",
"Chris",
""
],
[
"Rystrøm",
"Jonathan",
""
],
[
"Batzner",
"Jan",
""
]
] |
2506.04837 | KunShen Zhang | Kunshen Zhang | OpenMaskDINO3D : Reasoning 3D Segmentation via Large Language Model | Project Page: https://github.com/Zhangkuns/OpenMaskDINO3D | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Although perception systems have made remarkable advancements in recent years, particularly in 2D reasoning segmentation, these systems still rely on explicit human instruction or pre-defined categories to identify target objects before executing visual recognition tasks. Such systems have matured significantly, demonstrating the ability to reason and comprehend implicit user intentions in two-dimensional contexts, producing accurate segmentation masks based on complex and implicit query text. However, a comparable framework and structure for 3D reasoning segmentation remain absent. This paper introduces OpenMaskDINO3D, a LLM designed for comprehensive 3D understanding and segmentation. OpenMaskDINO3D processes point cloud data and text prompts to produce instance segmentation masks, excelling in many 3D tasks. By introducing a SEG token and object identifier, we achieve high-precision 3D segmentation mask generation, enabling the model to directly produce accurate point cloud segmentation results from natural language instructions. Experimental results on large-scale ScanNet datasets validate the effectiveness of our OpenMaskDINO3D across various tasks. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:57:43 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Zhang",
"Kunshen",
""
]
] |
2506.04838 | K. R. Jayaram | Pablo Fern\'andez Saura, K. R. Jayaram, Vatche Isahagian, Jorge Bernal Bernab\'e, Antonio Skarmeta | On Automating Security Policies with Contemporary LLMs | Short Paper. Accepted To Appear in IEEE SSE 2025 (part of SERVICES 2025) | null | null | null | cs.CR cs.AI | http://creativecommons.org/licenses/by/4.0/ | The complexity of modern computing environments and the growing sophistication of cyber threats necessitate a more robust, adaptive, and automated approach to security enforcement. In this paper, we present a framework leveraging large language models (LLMs) for automating attack mitigation policy compliance through an innovative combination of in-context learning and retrieval-augmented generation (RAG). We begin by describing how our system collects and manages both tool and API specifications, storing them in a vector database to enable efficient retrieval of relevant information. We then detail the architectural pipeline that first decomposes high-level mitigation policies into discrete tasks and subsequently translates each task into a set of actionable API calls. Our empirical evaluation, conducted using publicly available CTI policies in STIXv2 format and Windows API documentation, demonstrates significant improvements in precision, recall, and F1-score when employing RAG compared to a non-RAG baseline. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 09:58:00 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Saura",
"Pablo Fernández",
""
],
[
"Jayaram",
"K. R.",
""
],
[
"Isahagian",
"Vatche",
""
],
[
"Bernabé",
"Jorge Bernal",
""
],
[
"Skarmeta",
"Antonio",
""
]
] |
2506.04839 | Dmitry Artemasov | Dmitry Artemasov, Oleg Nesterenkov, Kirill Andreev, Pavel Rybin, Alexey Frolov | Iterative Neural Rollback Chase-Pyndiah Decoding | This work has been submitted to the IEEE for possible publication | null | null | null | cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Iterative decoding is essential in modern communication systems, especially optical communications, where error-correcting codes such as turbo product codes (TPC) and staircase codes are widely employed. A key factor in achieving high error correction performance is the use of soft-decision decoding for component codes. However, implementing optimal maximum a posteriori (MAP) probability decoding for commonly used component codes, such as BCH and Polar codes, is computationally prohibitive. Instead, practical systems rely on approximations, with the Chase-Pyndiah algorithm being a widely used suboptimal method. TPC are more powerful than their component codes and begin to function effectively at low signal-to-noise ratios. Consequently, during the initial iterations, the component codes do not perform well and introduce errors in the extrinsic information updates. This phenomenon limits the performance of TPC. This paper proposes a neural network-aided rollback Chase-Pyndiah decoding method to address this issue. A transformer-based neural network identifies cases where extrinsic updates are likely to introduce errors, triggering a rollback mechanism which prevents the update and keeps the component code message intact. Our results demonstrate that a neural network with a relatively small number of parameters can effectively distinguish destructive updates and improve decoding performance. We evaluate the proposed approach using TPC with (256, 239) extended BCH component codes. We show that the proposed method enhances the bit error rate performance of Chase-Pyndiah p=6 decoding, achieving a gain of approximately 0.145 dB in a TPC scheme with four full iterations, significantly outperforming conventional Chase p=7 decoding. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:00:53 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Artemasov",
"Dmitry",
""
],
[
"Nesterenkov",
"Oleg",
""
],
[
"Andreev",
"Kirill",
""
],
[
"Rybin",
"Pavel",
""
],
[
"Frolov",
"Alexey",
""
]
] |
2506.04840 | Maolin Che | Maolin Che and Yimin Wei and Chong Wu and Hong Yan | Efficient randomized algorithms for the fixed Tucker-rank problem of Tucker decomposition with adaptive shifts | 41 pages, 43 figures | null | null | null | math.NA cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Randomized numerical linear algebra is proved to bridge theoretical advancements to offer scalable solutions for approximating tensor decomposition. This paper introduces fast randomized algorithms for solving the fixed Tucker-rank problem of Tucker decomposition, through the integration of adaptive shifted power iterations. The proposed algorithms enhance randomized variants of truncated high-order singular value decomposition (T-HOSVD) and sequentially T-HOSVD (ST-HOSVD) by incorporating dynamic shift strategies, which accelerate convergence by refining the singular value gap and reduce the number of required power iterations while maintaining accuracy. Theoretical analyses provide probabilistic error bounds, demonstrating that the proposed methods achieve comparable or superior accuracy compared to deterministic approaches. Numerical experiments on synthetic and real-world datasets validate the efficiency and robustness of the proposed algorithms, showing a significant decline in runtime and approximation error over state-of-the-art techniques. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:02:26 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Che",
"Maolin",
""
],
[
"Wei",
"Yimin",
""
],
[
"Wu",
"Chong",
""
],
[
"Yan",
"Hong",
""
]
] |
2506.04841 | Indrajeet Sahu | Indrajeet Sahu, Nik Petrinic | Midplane based 3D single pass unbiased segment-to-segment contact interaction using penalty method | null | null | null | null | cs.GR math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | This work introduces a contact interaction methodology for an unbiased treatment of contacting surfaces without assigning surfaces as master and slave. The contact tractions between interacting discrete segments are evaluated with respect to a midplane in a single pass, inherently maintaining the equilibrium of tractions. These tractions are based on the penalisation of true interpenetration between opposite surfaces, and the procedure of their integral for discrete contacting segments is described in this paper. A meticulous examination of the different possible geometric configurations of interacting 3D segments is presented to develop visual understanding and better traction evaluation accuracy. The accuracy and robustness of the proposed method are validated against the analytical solutions of the contact patch test, two-beam bending, Hertzian contact, and flat punch test, thus proving the capability to reproduce contact between flat surfaces, curved surfaces, and sharp corners in contact, respectively. The method passes the contact patch test with the uniform transmission of contact pressure matching the accuracy levels of finite elements. It converges towards the analytical solution with mesh refinement and a suitably high penalty factor. The effectiveness of the proposed algorithm also extends to self-contact problems and has been tested for self-contact between flat and curved surfaces with inelastic material. Dynamic problems of elastic and inelastic collisions between bars, as well as oblique collisions of cylinders, are also presented. The ability of the algorithm to resolve contacts between flat and curved surfaces for nonconformal meshes with high accuracy demonstrates its versatility in general contact problems. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:05:25 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Sahu",
"Indrajeet",
""
],
[
"Petrinic",
"Nik",
""
]
] |
2506.04842 | Ken Hasselmann | Mario Malizia, Charles Hamesse, Ken Hasselmann, Geert De Cubber, Nikolaos Tsiogkas, Eric Demeester, Rob Haelterman | MineInsight: A Multi-sensor Dataset for Humanitarian Demining Robotics in Off-Road Environments | This work has been submitted to the IEEE for possible publication | null | null | null | cs.RO cs.CV | http://creativecommons.org/licenses/by/4.0/ | The use of robotics in humanitarian demining increasingly involves computer vision techniques to improve landmine detection capabilities. However, in the absence of diverse and realistic datasets, the reliable validation of algorithms remains a challenge for the research community. In this paper, we introduce MineInsight, a publicly available multi-sensor, multi-spectral dataset designed for off-road landmine detection. The dataset features 35 different targets (15 landmines and 20 commonly found objects) distributed along three distinct tracks, providing a diverse and realistic testing environment. MineInsight is, to the best of our knowledge, the first dataset to integrate dual-view sensor scans from both an Unmanned Ground Vehicle and its robotic arm, offering multiple viewpoints to mitigate occlusions and improve spatial awareness. It features two LiDARs, as well as images captured at diverse spectral ranges, including visible (RGB, monochrome), visible short-wave infrared (VIS-SWIR), and long-wave infrared (LWIR). Additionally, the dataset comes with an estimation of the location of the targets, offering a benchmark for evaluating detection algorithms. We recorded approximately one hour of data in both daylight and nighttime conditions, resulting in around 38,000 RGB frames, 53,000 VIS-SWIR frames, and 108,000 LWIR frames. MineInsight serves as a benchmark for developing and evaluating landmine detection algorithms. Our dataset is available at https://github.com/mariomlz99/MineInsight. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:08:24 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Malizia",
"Mario",
""
],
[
"Hamesse",
"Charles",
""
],
[
"Hasselmann",
"Ken",
""
],
[
"De Cubber",
"Geert",
""
],
[
"Tsiogkas",
"Nikolaos",
""
],
[
"Demeester",
"Eric",
""
],
[
"Haelterman",
"Rob",
""
]
] |
2506.04843 | Philipp H\"artel | Philipp H\"artel and Michael von Bonin | Bilevel Optimization for Improved Flexibility Aggregation Models of Electric Vehicle Fleets | null | null | null | null | math.OC cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | Electric vehicle (EV) fleets are expected to become an increasingly important source of flexibility for power system operations. However, accurately capturing the flexibility potential of numerous and heterogeneous EVs remains a significant challenge. We propose a bilevel optimization formulation to enhance flexibility aggregations of electric vehicle fleets. The outer level minimizes scheduling deviations between the aggregated and reference EV units, while the inner level maximizes the aggregated unit's profits. Our approach introduces hourly to daily scaling factor mappings to parameterize the aggregated EV units. Compared to simple aggregation methods, the proposed framework reduces the root-mean-square error of charging power by 78~per cent, providing more accurate flexibility representations. The proposed framework also provides a foundation for several potential extensions in future work. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:09:55 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Härtel",
"Philipp",
""
],
[
"von Bonin",
"Michael",
""
]
] |
2506.04844 | Maricke Flierman | M. Adrover, L. Baudis, A. Bismark, A. P. Colijn, J. J. Cuenca-Garc\'ia, M. P. Decowski, M. Flierman, T. den Hollander | Characterization of the Hamamatsu R12699-406-M4 Photomultiplier Tube in Cold Xenon Environments | null | null | null | null | physics.ins-det astro-ph.IM | http://creativecommons.org/licenses/by/4.0/ | The Hamamatsu R12699-406-M2 is a $2\times2$ multi-anode 2-inch photomultiplier tube that offers a compact form factor, low intrinsic radioactivity, and high photocathode coverage. These characteristics make it a promising candidate for next-generation xenon-based direct detection dark matter experiments, such as XLZD and PandaX-xT. We present a detailed characterization of this photosensor operated in cold xenon environments, focusing on its single photoelectron response, dark count rate, light emission, and afterpulsing behavior. The device demonstrated a gain exceeding $2\cdot 10^6$ at the nominal voltage of -1.0 kV, along with a low dark count rate of $(0.4\pm0.2)\;\text{Hz/cm}^2$. Due to the compact design, afterpulses exhibited short delay times, resulting in some cases in an overlap with the light-induced signal. To evaluate its applicability in a realistic detector environment, two R12699-406-M2 units were deployed in a small-scale dual-phase xenon time projection chamber. The segmented $2\times2$ anode structure enabled lateral position reconstruction using a single photomultiplier tube, highlighting the potential of the sensor for effective event localization in future detectors. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:11:04 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Adrover",
"M.",
""
],
[
"Baudis",
"L.",
""
],
[
"Bismark",
"A.",
""
],
[
"Colijn",
"A. P.",
""
],
[
"Cuenca-García",
"J. J.",
""
],
[
"Decowski",
"M. P.",
""
],
[
"Flierman",
"M.",
""
],
[
"Hollander",
"T. den",
""
]
] |
2506.04845 | Artur Semi\~ao | Valentin Boyanov, David Hilditch and Artur Semi\~ao | Semiclassical evolution of a dynamically formed spherical black hole with an inner horizon | 24 pages, 9 figures | null | null | null | gr-qc hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work we obtain a numerical self-consistent spherical solution of the semiclassical Einstein equations representing the evaporation of a trapped region which initially has both an outer and an inner horizon. The classical matter source used is a static electromagnetic field, allowing for an approximately Reissner-Nordstr\"om black hole as the initial configuration, where the charge sets the initial scale of the inner horizon. The semiclassical contribution is that of a quantum scalar field in the "in" vacuum state of gravitational collapse, as encoded by the renormalised stress-energy tensor in the spherical Polyakov approximation. We analyse the rate of shrinking of the trapped region, both from Hawking evaporation of the outer apparent horizon, as well as from an outward motion of the inner horizon. We also observe that a long-lived anti-trapped region forms below the inner horizon and slowly expands outward. A black-to-white-hole transition is thus obtained from purely semiclassical dynamics. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:13:05 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Boyanov",
"Valentin",
""
],
[
"Hilditch",
"David",
""
],
[
"Semião",
"Artur",
""
]
] |
2506.04846 | Piotr Lebiedowicz | Piotr Lebiedowicz, Otto Nachtmann, Antoni Szczurek | Central exclusive production of $\eta$ and $\eta'$ mesons in diffractive proton-proton collisions at the LHC within the tensor-pomeron approach | 16 pages, 8 figures | null | null | null | hep-ph hep-ex | http://creativecommons.org/licenses/by/4.0/ | We present a study of the central exclusive production (CEP) of $\eta$ and $\eta'(958)$ mesons in diffractive proton-proton collisions at high energies. The amplitudes, including pomeron and $f_{2 \mathbb{R}}$ reggeon exchanges, are calculated within the tensor-pomeron model. Absorption effects are also taken into account at the amplitude level. We fit some undetermined model parameters (coupling constants and cutoff parameters in form factors) to the WA102 experimental data and then make predictions for the LHC energy $\sqrt{s} = 13$ TeV. Both, total cross sections and several differential distributions are presented. For $pp \to pp \eta$, we find an upper limit for the total cross section of 2.5 $\mu$b for pseudorapidity of the $\eta$ meson $|\eta_{M}| < 1$ and 5.6 $\mu$b for $2 < \eta_{M} < 5$. For $pp \to pp \eta'$, we predict the cross section to be in the range of $0.3-0.7 \,\mu$b for pseudorapidity of the $\eta'$ meson $|\eta_{M}| < 1$ and $0.9-2.1 \,\mu$b for $2 < \eta_{M} < 5$. This opens the possibility to study diffractive production of pseudoscalar mesons in experiments at the LHC. We also consider CEP of the pseudoscalars $\eta$ and $\eta'(958)$ and the pseudovector meson $f_{1}(1285)$ in diffractive proton-proton collisions in a theory with a scalar pomeron. We show that none of these particles can be produced in this way in the scalar-pomeron theory. Thus, experimental observation of any of these particles in the above CEP processes at the LHC would give striking evidence against a scalar character of the pomeron. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:14:26 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Lebiedowicz",
"Piotr",
""
],
[
"Nachtmann",
"Otto",
""
],
[
"Szczurek",
"Antoni",
""
]
] |
2506.04847 | Prasanta K. Panigrahi | Mandar Thatte, Shreya Banerjee, Prasanta K. Panigrahi | Quantum dialogue through non-destructive discrimination of cluster state | 15 pages, 12 figures, 5 tables | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | We propose a quantum dialogue protocol that uses the non-destructive discrimination (NDD) of five qubit cluster states. The proposed protocol is a measurement-based protocol, where ancilla qubits are used to perform measurement on the state without destroying its entanglement, allowing the state to be reused for further communication. We provide a detailed security analysis, demonstrating the protocol's resilience against various attack strategies and discuss the scalability of the scheme to n-qubit cluster states. We have introduced a stabilizer based single qubit error correction mechanism that enhances robustness against noise without requiring additional qubits. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:16:09 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Thatte",
"Mandar",
""
],
[
"Banerjee",
"Shreya",
""
],
[
"Panigrahi",
"Prasanta K.",
""
]
] |
2506.04848 | D\'avid Javorsk\'y | D\'avid Javorsk\'y and Ond\v{r}ej Bojar and Fran\c{c}ois Yvon | MockConf: A Student Interpretation Dataset: Analysis, Word- and Span-level Alignment and Baselines | Accepted to ACL 2025 Main Conference | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | In simultaneous interpreting, an interpreter renders a source speech into another language with a very short lag, much sooner than sentences are finished. In order to understand and later reproduce this dynamic and complex task automatically, we need dedicated datasets and tools for analysis, monitoring, and evaluation, such as parallel speech corpora, and tools for their automatic annotation. Existing parallel corpora of translated texts and associated alignment algorithms hardly fill this gap, as they fail to model long-range interactions between speech segments or specific types of divergences (e.g., shortening, simplification, functional generalization) between the original and interpreted speeches. In this work, we introduce MockConf, a student interpreting dataset that was collected from Mock Conferences run as part of the students' curriculum. This dataset contains 7 hours of recordings in 5 European languages, transcribed and aligned at the level of spans and words. We further implement and release InterAlign, a modern web-based annotation tool for parallel word and span annotations on long inputs, suitable for aligning simultaneous interpreting. We propose metrics for the evaluation and a baseline for automatic alignment. Dataset and tools are released to the community. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:16:15 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Javorský",
"Dávid",
""
],
[
"Bojar",
"Ondřej",
""
],
[
"Yvon",
"François",
""
]
] |
2506.04849 | Julien Soul\'e | Julien Soul\'e, Jean-Paul Jamont, Michel Occello, Paul Th\'eron, Louis-Marie Traonouez | Towards a Multi-Agent Simulation of Cyber-attackers and Cyber-defenders Battles | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | As cyber-attacks show to be more and more complex and coordinated, cyber-defenders strategy through multi-agent approaches could be key to tackle against cyber-attacks as close as entry points in a networked system. This paper presents a Markovian modeling and implementation through a simulator of fighting cyber-attacker agents and cyber-defender agents deployed on host network nodes. It aims to provide an experimental framework to implement realistically based coordinated cyber-attack scenarios while assessing cyber-defenders dynamic organizations. We abstracted network nodes by sets of properties including agents' ones. Actions applied by agents model how the network reacts depending in a given state and what properties are to change. Collective choice of the actions brings the whole environment closer or farther from respective cyber-attackers and cyber-defenders goals. Using the simulator, we implemented a realistically inspired scenario with several behavior implementation approaches for cyber-defenders and cyber-attackers. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:17:17 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Soulé",
"Julien",
""
],
[
"Jamont",
"Jean-Paul",
""
],
[
"Occello",
"Michel",
""
],
[
"Théron",
"Paul",
""
],
[
"Traonouez",
"Louis-Marie",
""
]
] |
2506.04850 | Siyuan Chen | Siyuan Chen, Heng Xu, Yanjun Guo, Bojun Wang, R. Nicolas Caballero, Jinchen Jiang, Jiangwei Xu, Zihan Xue, Kejia Lee, Jianping Yuan, Yonghua Xu, Jingbo Wang, Longfei Hao, Jintao Luo, Jinlin Han, Peng Jiang, Zhiqiang Shen, Min Wang, Na Wang, Renxin Xu, Xiangping Wu, Lei Qian, Xin Guan, Menglin Huang, Chun Sun and Yan Zhu | The Chinese Pulsar Timing Array data release I. Single pulsar noise analysis | 17 pages, 4 figures, 10 tables | null | 10.1051/0004-6361/202452550 | null | astro-ph.HE astro-ph.IM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Chinese Pulsar Timing Array (CPTA) has collected observations from 57 millisecond pulsars using the Five-hundred-meter Aperture Spherical Radio Telescope (FAST) for close to three years, for the purpose of searching for gravitational waves (GWs). To robustly search for ultra-low-frequency GWs, pulsar timing arrays (PTAs) need to use models to describe the noise from the individual pulsars. We report on the results from the single pulsar noise analysis of the CPTA data release I (DR1). Conventionally, power laws in the frequency domain are used to describe pulsar red noise and dispersion measurement (DM) variations over time. Employing Bayesian methods, we found the choice of number and range of frequency bins with the highest evidence for each pulsar individually. A comparison between a dataset using DM piecewise measured (DMX) values and a power-law Gaussian process to describe the DM variations shows strong Bayesian evidence in favour of the power-law model. Furthermore, we demonstrate that the constraints obtained from four independent software packages are very consistent with each other. The short time span of the CPTA DR1, paired with the large sensitivity of FAST, has proved to be a challenge for the conventional noise model using a power law. This mainly shows in the difficulty to separate different noise terms due to their covariances with each other. Nineteen pulsars are found to display covariances between the short-term white noise and long-term red and DM noise. With future CPTA datasets, we expect that the degeneracy can be broken. Finally, we compared the CPTA DR1 results against the noise properties found by other PTA collaborations. While we can see broad agreement, there is some tension between different PTA datasets for some of the overlapping pulsars. This could be due to the differences in the methods and frequency range compared to the other PTAs. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:18:41 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Chen",
"Siyuan",
""
],
[
"Xu",
"Heng",
""
],
[
"Guo",
"Yanjun",
""
],
[
"Wang",
"Bojun",
""
],
[
"Caballero",
"R. Nicolas",
""
],
[
"Jiang",
"Jinchen",
""
],
[
"Xu",
"Jiangwei",
""
],
[
"Xue",
"Zihan",
""
],
[
"Lee",
"Kejia",
""
],
[
"Yuan",
"Jianping",
""
],
[
"Xu",
"Yonghua",
""
],
[
"Wang",
"Jingbo",
""
],
[
"Hao",
"Longfei",
""
],
[
"Luo",
"Jintao",
""
],
[
"Han",
"Jinlin",
""
],
[
"Jiang",
"Peng",
""
],
[
"Shen",
"Zhiqiang",
""
],
[
"Wang",
"Min",
""
],
[
"Wang",
"Na",
""
],
[
"Xu",
"Renxin",
""
],
[
"Wu",
"Xiangping",
""
],
[
"Qian",
"Lei",
""
],
[
"Guan",
"Xin",
""
],
[
"Huang",
"Menglin",
""
],
[
"Sun",
"Chun",
""
],
[
"Zhu",
"Yan",
""
]
] |
2506.04851 | Alessio Ferrato | Giorgio Biancini, Alessio Ferrato, Carla Limongelli | Multiple-Choice Question Generation Using Large Language Models: Methodology and Educator Insights | Copyright ACM 2024. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record was published in Adjunct Proceedings of the 32nd ACM Conference on User Modeling, Adaptation and Personalization (UMAP Adjunct '24), http://dx.doi.org/10.1145/3631700.3665233 | null | 10.1145/3631700.3665233 | null | cs.CL cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Integrating Artificial Intelligence (AI) in educational settings has brought new learning approaches, transforming the practices of both students and educators. Among the various technologies driving this transformation, Large Language Models (LLMs) have emerged as powerful tools for creating educational materials and question answering, but there are still space for new applications. Educators commonly use Multiple-Choice Questions (MCQs) to assess student knowledge, but manually generating these questions is resource-intensive and requires significant time and cognitive effort. In our opinion, LLMs offer a promising solution to these challenges. This paper presents a novel comparative analysis of three widely known LLMs - Llama 2, Mistral, and GPT-3.5 - to explore their potential for creating informative and challenging MCQs. In our approach, we do not rely on the knowledge of the LLM, but we inject the knowledge into the prompt to contrast the hallucinations, giving the educators control over the test's source text, too. Our experiment involving 21 educators shows that GPT-3.5 generates the most effective MCQs across several known metrics. Additionally, it shows that there is still some reluctance to adopt AI in the educational field. This study sheds light on the potential of LLMs to generate MCQs and improve the educational experience, providing valuable insights for the future. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:21:49 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Biancini",
"Giorgio",
""
],
[
"Ferrato",
"Alessio",
""
],
[
"Limongelli",
"Carla",
""
]
] |
2506.04852 | Vishwa Mohan Singh | Vishwa Mohan Singh, Sai Anirudh Aryasomayajula, Ahan Chatterjee, Beste Aydemir, Rifat Mehreen Amin | Improving AI-generated music with user-guided training | Select for presentation in HHAI 2025 | null | null | null | cs.SD cs.HC cs.LG eess.AS | http://creativecommons.org/licenses/by/4.0/ | AI music generation has advanced rapidly, with models like diffusion and autoregressive algorithms enabling high-fidelity outputs. These tools can alter styles, mix instruments, or isolate them. Since sound can be visualized as spectrograms, image-generation algorithms can be applied to generate novel music. However, these algorithms are typically trained on fixed datasets, which makes it challenging for them to interpret and respond to user input accurately. This is especially problematic because music is highly subjective and requires a level of personalization that image generation does not provide. In this work, we propose a human-computation approach to gradually improve the performance of these algorithms based on user interactions. The human-computation element involves aggregating and selecting user ratings to use as the loss function for fine-tuning the model. We employ a genetic algorithm that incorporates user feedback to enhance the baseline performance of a model initially trained on a fixed dataset. The effectiveness of this approach is measured by the average increase in user ratings with each iteration. In the pilot test, the first iteration showed an average rating increase of 0.2 compared to the baseline. The second iteration further improved upon this, achieving an additional increase of 0.39 over the first iteration. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:22:54 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Singh",
"Vishwa Mohan",
""
],
[
"Aryasomayajula",
"Sai Anirudh",
""
],
[
"Chatterjee",
"Ahan",
""
],
[
"Aydemir",
"Beste",
""
],
[
"Amin",
"Rifat Mehreen",
""
]
] |
2506.04853 | Marco Esposito | Andrea Rizzini, Marco Esposito, Francesco Bruschi, and Donatella Sciuto | A Private Smart Wallet with Probabilistic Compliance | null | null | null | null | cs.CR cs.CE | http://creativecommons.org/licenses/by/4.0/ | We propose a privacy-preserving smart wallet with a novel invitation-based private onboarding mechanism. The solution integrates two levels of compliance in concert with an authority party: a proof of innocence mechanism and an ancestral commitment tracking system using bloom filters for probabilistic UTXO chain states. Performance analysis demonstrates practical efficiency: private transfers with compliance checks complete within seconds on a consumer-grade laptop, and overall with proof generation remaining low. On-chain costs stay minimal, ensuring affordability for all operations on Base layer 2 network. The wallet facilitates private contact list management through encrypted data blobs while maintaining transaction unlinkability. Our evaluation validates the approach's viability for privacy-preserving, compliance-aware digital payments with minimized computational and financial overhead. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:23:20 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Rizzini",
"Andrea",
""
],
[
"Esposito",
"Marco",
""
],
[
"Bruschi",
"Francesco",
""
],
[
"Sciuto",
"Donatella",
""
]
] |
2506.04854 | David Kubiznak | Moises Bravo-Gaete, Adolfo Cisterna, Mokhtar Hassaine, David Kubiznak | Cardy Entropy of Charged and Rotating Asymptotically AdS and Lifshitz Solutions with a Generalized Chern-Simons term | 9 pages, no figures | null | null | null | hep-th gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider a three-dimensional gravity model that includes (non-linear) Maxwell and Chern-Simons-like terms, allowing for the existence of electrically charged rotating black hole solutions with a static electromagnetic potential. We verify that a Cardy-like formula, based not on central charges but on the mass of the uncharged and non-spinning soliton, obtained via a double Wick rotation of the neutral static black hole solution, accurately reproduces the Bekenstein-Hawking entropy. Furthermore, we show that a slight generalization of this model, incorporating a dilatonic field and extra gauge fields, admits charged and rotating black hole solutions with asymptotic Lifshitz behavior. The entropy of these solutions can likewise be derived using the Cardy-like formula, with the Lifshitz-type soliton serving as the ground state. Based on these results, we propose a generalized Cardy-like formula that successfully reproduces the semiclassical entropy in all the studied cases. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:23:43 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Bravo-Gaete",
"Moises",
""
],
[
"Cisterna",
"Adolfo",
""
],
[
"Hassaine",
"Mokhtar",
""
],
[
"Kubiznak",
"David",
""
]
] |
2506.04855 | D\'avid Javorsk\'y | D\'avid Javorsk\'y and Ond\v{r}ej Bojar and Fran\c{c}ois Yvon | Prompting LLMs: Length Control for Isometric Machine Translation | Accepted to IWSLT 2025 | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | In this study, we explore the effectiveness of isometric machine translation across multiple language pairs (En$\to$De, En$\to$Fr, and En$\to$Es) under the conditions of the IWSLT Isometric Shared Task 2022. Using eight open-source large language models (LLMs) of varying sizes, we investigate how different prompting strategies, varying numbers of few-shot examples, and demonstration selection influence translation quality and length control. We discover that the phrasing of instructions, when aligned with the properties of the provided demonstrations, plays a crucial role in controlling the output length. Our experiments show that LLMs tend to produce shorter translations only when presented with extreme examples, while isometric demonstrations often lead to the models disregarding length constraints. While few-shot prompting generally enhances translation quality, further improvements are marginal across 5, 10, and 20-shot settings. Finally, considering multiple outputs allows to notably improve overall tradeoff between the length and quality, yielding state-of-the-art performance for some language pairs. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:24:08 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Javorský",
"Dávid",
""
],
[
"Bojar",
"Ondřej",
""
],
[
"Yvon",
"François",
""
]
] |
2506.04856 | Renxing Wan | Bingxue Tao and Renxing Wan | Proper actions on finite products of hyperbolic spaces | 35 pages, 1 figure | null | null | null | math.GR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A group $G$ is said to have property (PH') if there exist finitely many hyperbolic spaces $X_1,\cdots,X_n$ on which $G$ acts coboundedly such that the diagonal action of $G$ on the product $\prod_{i=1}^nX_i$ equipped with $\ell^1$-metric is proper. A group $G$ has property (PH) if it virtually has property (PH'). This notion is a generalization of property (QT) introduced by Bestvina-Bromberg-Fujiwara \cite{BBF21}. In this paper, we initiate the study of property (PH) of groups and give a complete characterization of groups with property (PH') or (PH) from lineal actions.
In addition, by considering a central extension of groups $1\to Z\to E\to G\to 1$, we prove that $E$ has property (PH) (resp. (QT)) if and only if $G$ has property (PH) (resp. (QT)) and the Euler class of the extension is bounded. We also derive similar results for amalgamated direct products and graph products. As corollaries, we characterize when 3-manifold groups have property (PH) and obtain more interesting examples with property (QT) including the central extension of residually finite hyperbolic groups, the mapping class group of any finite-type surface and the outer automorphism group of torsion-free one-ended hyperbolic groups. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:24:42 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Tao",
"Bingxue",
""
],
[
"Wan",
"Renxing",
""
]
] |
2506.04857 | Junming Duan Ph.D. | Junming Duan, Praveen Chandrashekar, Christian Klingenberg | Active flux for ideal magnetohydrodynamics: A positivity-preserving scheme with the Godunov-Powell source term | 27 pages, 12 figures | null | null | null | math.NA cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Active Flux (AF) is a compact, high-order finite volume scheme that allows more flexibility by introducing additional point value degrees of freedom at cell interfaces. This paper proposes a positivity-preserving (PP) AF scheme for solving the ideal magnetohydrodynamics, where the Godunov-Powell source term is employed to deal with the divergence-free constraint. For the evolution of the cell average, apart from the standard conservative finite volume method for the flux derivative, the nonconservative source term is built on the quadratic reconstruction in each cell, which maintains the compact stencil in the AF scheme. For the point value update, the local Lax-Friedrichs (LLF) flux vector splitting is adopted for the flux derivative, originally proposed in [Duan, Barsukow, and Klingenberg, SIAM Journal on Scientific Computing, 47(2), A811--A837, 2025], and a central difference is used to discretize the divergence in the source term. A parametrized flux limiter and a scaling limiter are presented to preserve the density and pressure positivity by blending the AF scheme with the first-order PP LLF scheme with the source term. To suppress oscillations, a new shock sensor considering the divergence error is proposed, which is used to compute the blending coefficients for the cell average. Several numerical tests are conducted to verify the third-order accuracy, PP property, and shock-capturing ability of the scheme. The key role of the Godunov-Powell source term and its suitable discretization in controlling divergence error is also validated. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:24:52 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"Duan",
"Junming",
""
],
[
"Chandrashekar",
"Praveen",
""
],
[
"Klingenberg",
"Christian",
""
]
] |
2506.04858 | Jan Egger | Lisle Faray de Paiva, Gijs Luijten, Ana Sofia Ferreira Santos, Moon Kim, Behrus Puladi, Jens Kleesiek, Jan Egger | Beyond the Desktop: XR-Driven Segmentation with Meta Quest 3 and MX Ink | 10 pages | null | null | null | cs.HC cs.CY cs.GR cs.MM | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Medical imaging segmentation is essential in clinical settings for diagnosing diseases, planning surgeries, and other procedures. However, manual annotation is a cumbersome and effortful task. To mitigate these aspects, this study implements and evaluates the usability and clinical applicability of an extended reality (XR)-based segmentation tool for anatomical CT scans, using the Meta Quest 3 headset and Logitech MX Ink stylus. We develop an immersive interface enabling real-time interaction with 2D and 3D medical imaging data in a customizable workspace designed to mitigate workflow fragmentation and cognitive demands inherent to conventional manual segmentation tools. The platform combines stylus-driven annotation, mirroring traditional pen-on-paper workflows, with instant 3D volumetric rendering. A user study with a public craniofacial CT dataset demonstrated the tool's foundational viability, achieving a System Usability Scale (SUS) score of 66, within the expected range for medical applications. Participants highlighted the system's intuitive controls (scoring 4.1/5 for self-descriptiveness on ISONORM metrics) and spatial interaction design, with qualitative feedback highlighting strengths in hybrid 2D/3D navigation and realistic stylus ergonomics. While users identified opportunities to enhance task-specific precision and error management, the platform's core workflow enabled dynamic slice adjustment, reducing cognitive load compared to desktop tools. Results position the XR-stylus paradigm as a promising foundation for immersive segmentation tools, with iterative refinements targeting haptic feedback calibration and workflow personalization to advance adoption in preoperative planning. | [
{
"version": "v1",
"created": "Thu, 05 Jun 2025 10:25:46 GMT"
}
] | 2025-06-06T00:00:00 | [
[
"de Paiva",
"Lisle Faray",
""
],
[
"Luijten",
"Gijs",
""
],
[
"Santos",
"Ana Sofia Ferreira",
""
],
[
"Kim",
"Moon",
""
],
[
"Puladi",
"Behrus",
""
],
[
"Kleesiek",
"Jens",
""
],
[
"Egger",
"Jan",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.