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.04037 | Dan Oneata | Dan Oneata, Leanne Nortje, Yevgen Matusevych, Herman Kamper | The mutual exclusivity bias of bilingual visually grounded speech models | Interspeech 2025 | null | null | null | cs.CL eess.AS | http://creativecommons.org/licenses/by-sa/4.0/ | Mutual exclusivity (ME) is a strategy where a novel word is associated with a novel object rather than a familiar one, facilitating language learning in children. Recent work has found an ME bias in a visually grounded speech (VGS) model trained on English speech with paired images. But ME has also been studied in bilingual children, who may employ it less due to cross-lingual ambiguity. We explore this pattern computationally using bilingual VGS models trained on combinations of English, French, and Dutch. We find that bilingual models generally exhibit a weaker ME bias than monolingual models, though exceptions exist. Analyses show that the combined visual embeddings of bilingual models have a smaller variance for familiar data, partly explaining the increase in confusion between novel and familiar concepts. We also provide new insights into why the ME bias exists in VGS models in the first place. Code and data: https://github.com/danoneata/me-vgs | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 14:59:22 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Oneata",
"Dan",
""
],
[
"Nortje",
"Leanne",
""
],
[
"Matusevych",
"Yevgen",
""
],
[
"Kamper",
"Herman",
""
]
] |
2506.04038 | Sven Kirchner | Sven Kirchner, Alois C. Knoll | Generating Automotive Code: Large Language Models for Software Development and Verification in Safety-Critical Systems | 8 pages; Accepted for publication at the 36th IEEE Intelligent Vehicles Symposium (IV), Cluj-Napoca, Romania, June 22-25, 2025 | null | null | null | cs.SE cs.AI | http://creativecommons.org/licenses/by/4.0/ | Developing safety-critical automotive software presents significant challenges due to increasing system complexity and strict regulatory demands. This paper proposes a novel framework integrating Generative Artificial Intelligence (GenAI) into the Software Development Lifecycle (SDLC). The framework uses Large Language Models (LLMs) to automate code generation in languages such as C++, incorporating safety-focused practices such as static verification, test-driven development and iterative refinement. A feedback-driven pipeline ensures the integration of test, simulation and verification for compliance with safety standards. The framework is validated through the development of an Adaptive Cruise Control (ACC) system. Comparative benchmarking of LLMs ensures optimal model selection for accuracy and reliability. Results demonstrate that the framework enables automatic code generation while ensuring compliance with safety-critical requirements, systematically integrating GenAI into automotive software engineering. This work advances the use of AI in safety-critical domains, bridging the gap between state-of-the-art generative models and real-world safety requirements. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:01:59 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kirchner",
"Sven",
""
],
[
"Knoll",
"Alois C.",
""
]
] |
2506.04039 | Jiulong Wu | Jiulong Wu, Zhengliang Shi, Shuaiqiang Wang, Jizhou Huang, Dawei Yin, Lingyong Yan, Min Cao, Min Zhang | Mitigating Hallucinations in Large Vision-Language Models via Entity-Centric Multimodal Preference Optimization | null | null | null | null | cs.CV cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | Large Visual Language Models (LVLMs) have demonstrated impressive capabilities across multiple tasks. However, their trustworthiness is often challenged by hallucinations, which can be attributed to the modality misalignment and the inherent hallucinations of their underlying Large Language Models (LLMs) backbone. Existing preference alignment methods focus on aligning model responses with human preferences while neglecting image-text modality alignment, resulting in over-reliance on LLMs and hallucinations. In this paper, we propose Entity-centric Multimodal Preference Optimization (EMPO), which achieves enhanced modality alignment than existing human preference alignment methods. Besides, to overcome the scarcity of high-quality multimodal preference data, we utilize open-source instruction datasets to automatically construct high-quality preference data across three aspects: image, instruction, and response. Experiments on two human preference datasets and five multimodal hallucination benchmarks demonstrate the effectiveness of EMPO, e.g., reducing hallucination rates by 85.9% on Object-HalBench and 49.8% on MM-HalBench. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:03:50 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Wu",
"Jiulong",
""
],
[
"Shi",
"Zhengliang",
""
],
[
"Wang",
"Shuaiqiang",
""
],
[
"Huang",
"Jizhou",
""
],
[
"Yin",
"Dawei",
""
],
[
"Yan",
"Lingyong",
""
],
[
"Cao",
"Min",
""
],
[
"Zhang",
"Min",
""
]
] |
2506.04040 | Chengdong Wu | Chengdong Wu, Sven Kirchner, Nils Purschke, Alois C. Knoll | Autonomous Vehicle Lateral Control Using Deep Reinforcement Learning with MPC-PID Demonstration | 8 pages; Accepted for publication at the 36th IEEE Intelligent Vehicles Symposium (IV), Cluj-Napoca, Romania, June 22-25, 2025 | null | null | null | cs.RO cs.LG cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | The controller is one of the most important modules in the autonomous driving pipeline, ensuring the vehicle reaches its desired position. In this work, a reinforcement learning based lateral control approach, despite the imperfections in the vehicle models due to measurement errors and simplifications, is presented. Our approach ensures comfortable, efficient, and robust control performance considering the interface between controlling and other modules. The controller consists of the conventional Model Predictive Control (MPC)-PID part as the basis and the demonstrator, and the Deep Reinforcement Learning (DRL) part which leverages the online information from the MPC-PID part. The controller's performance is evaluated in CARLA using the ground truth of the waypoints as inputs. Experimental results demonstrate the effectiveness of the controller when vehicle information is incomplete, and the training of DRL can be stabilized with the demonstration part. These findings highlight the potential to reduce development and integration efforts for autonomous driving pipelines in the future. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:05:06 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Wu",
"Chengdong",
""
],
[
"Kirchner",
"Sven",
""
],
[
"Purschke",
"Nils",
""
],
[
"Knoll",
"Alois C.",
""
]
] |
2506.04041 | Claire Barale | Claire Barale, Leslie Barrett, Vikram Sunil Bajaj, Michael Rovatsos | LexTime: A Benchmark for Temporal Ordering of Legal Events | Preprint | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Temporal reasoning in legal texts is important for applications like case law analysis and compliance monitoring. However, existing datasets lack expert language evaluation, leaving a gap in understanding how LLMs manage event ordering in legal contexts. We introduce LexTime, the first dataset designed to evaluate LLMs' event ordering capabilities in legal language, consisting of 512 instances from U.S. Federal Complaints with annotated event pairs and their temporal relations. Our findings show that (1) LLMs are more accurate on legal event ordering than on narrative (up to +10.5%); (2) longer input contexts and implicit events boost accuracy, reaching 80.8% for implicit-explicit event pairs; (3) legal linguistic complexities and nested clauses remain a challenge. We investigate how context length, explicit vs implicit event pairs, and legal language features affect model performance, demonstrating the need for specific modeling strategies to enhance temporal event reasoning. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:06:27 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Barale",
"Claire",
""
],
[
"Barrett",
"Leslie",
""
],
[
"Bajaj",
"Vikram Sunil",
""
],
[
"Rovatsos",
"Michael",
""
]
] |
2506.04042 | Xiyu Liu | Xiyu Liu, Zhengxiao Liu, Naibin Gu, Zheng Lin, Ji Xiang, Weiping Wang | Unveiling and Eliminating the Shortcut Learning for Locate-Then-Edit Knowledge Editing via Both Subject and Relation Awareness | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Knowledge editing aims to alternate the target knowledge predicted by large language models while ensuring the least side effects on unrelated knowledge. An effective way to achieve knowledge editing is to identify pivotal parameters for predicting factual associations and modify them with an optimization process to update the predictions. However, these locate-then-edit methods are uncontrollable since they tend to modify most unrelated relations connected to the subject of target editing. We unveil that this failure of controllable editing is due to a shortcut learning issue during the optimization process. Specifically, we discover two crucial features that are the subject feature and the relation feature for models to learn during optimization, but the current optimization process tends to over-learning the subject feature while neglecting the relation feature. To eliminate this shortcut learning of the subject feature, we propose a novel two-stage optimization process that balances the learning of the subject feature and the relation feature. Experimental results demonstrate that our approach successfully prevents knowledge editing from shortcut learning and achieves the optimal overall performance, contributing to controllable knowledge editing. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:06:46 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Liu",
"Xiyu",
""
],
[
"Liu",
"Zhengxiao",
""
],
[
"Gu",
"Naibin",
""
],
[
"Lin",
"Zheng",
""
],
[
"Xiang",
"Ji",
""
],
[
"Wang",
"Weiping",
""
]
] |
2506.04043 | Mikel Kengni Ngueajio | Mikel K. Ngueajio, Flor Miriam Plaza-del-Arco, Yi-Ling Chung, Danda B. Rawat, Amanda Cercas Curry | Think Like a Person Before Responding: A Multi-Faceted Evaluation of Persona-Guided LLMs for Countering Hate | Accepted at ACL WOAH 2025 | null | null | null | cs.CL cs.AI cs.CY cs.HC cs.LG | http://creativecommons.org/licenses/by/4.0/ | Automated counter-narratives (CN) offer a promising strategy for mitigating online hate speech, yet concerns about their affective tone, accessibility, and ethical risks remain. We propose a framework for evaluating Large Language Model (LLM)-generated CNs across four dimensions: persona framing, verbosity and readability, affective tone, and ethical robustness. Using GPT-4o-Mini, Cohere's CommandR-7B, and Meta's LLaMA 3.1-70B, we assess three prompting strategies on the MT-Conan and HatEval datasets. Our findings reveal that LLM-generated CNs are often verbose and adapted for people with college-level literacy, limiting their accessibility. While emotionally guided prompts yield more empathetic and readable responses, there remain concerns surrounding safety and effectiveness. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:09:20 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Ngueajio",
"Mikel K.",
""
],
[
"Plaza-del-Arco",
"Flor Miriam",
""
],
[
"Chung",
"Yi-Ling",
""
],
[
"Rawat",
"Danda B.",
""
],
[
"Curry",
"Amanda Cercas",
""
]
] |
2506.04044 | Alexander Shirnin | Aleksey Kudelya, Alexander Shirnin | Lacuna Inc. at SemEval-2025 Task 4: LoRA-Enhanced Influence-Based Unlearning for LLMs | Accepted to SemEval-2025, an ACL 2025 workshop | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | This paper describes LIBU (LoRA enhanced influence-based unlearning), an algorithm to solve the task of unlearning - removing specific knowledge from a large language model without retraining from scratch and compromising its overall utility (SemEval-2025 Task 4: Unlearning sensitive content from Large Language Models). The algorithm combines classical \textit{influence functions} to remove the influence of the data from the model and \textit{second-order optimization} to stabilize the overall utility. Our experiments show that this lightweight approach is well applicable for unlearning LLMs in different kinds of task. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:10:09 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kudelya",
"Aleksey",
""
],
[
"Shirnin",
"Alexander",
""
]
] |
2506.04045 | Vu Thi Huong | Vu Thi Huong, Ida Litzel, and Thorsten Koch | Similarity-based fuzzy clustering scientific articles: potentials and challenges from mathematical and computational perspectives | null | null | null | null | math.OC cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fuzzy clustering, which allows an article to belong to multiple clusters with soft membership degrees, plays a vital role in analyzing publication data. This problem can be formulated as a constrained optimization model, where the goal is to minimize the discrepancy between the similarity observed from data and the similarity derived from a predicted distribution. While this approach benefits from leveraging state-of-the-art optimization algorithms, tailoring them to work with real, massive databases like OpenAlex or Web of Science - containing about 70 million articles and a billion citations - poses significant challenges. We analyze potentials and challenges of the approach from both mathematical and computational perspectives. Among other things, second-order optimality conditions are established, providing new theoretical insights, and practical solution methods are proposed by exploiting the structure of the problem. Specifically, we accelerate the gradient projection method using GPU-based parallel computing to efficiently handle large-scale data. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:10:31 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Huong",
"Vu Thi",
""
],
[
"Litzel",
"Ida",
""
],
[
"Koch",
"Thorsten",
""
]
] |
2506.04046 | Yang Lu | Christian Gouri\'eroux and Yang Lu and Christian-Yann Robert | The Causal-Noncausal Tail Processes: An Introduction | null | null | null | null | stat.ME | http://creativecommons.org/licenses/by/4.0/ | This paper considers one-dimensional mixed causal/noncausal autoregressive (MAR) processes with heavy tail, usually introduced to model trajectories with patterns including asymmetric peaks and throughs, speculative bubbles, flash crashes, or jumps. We especially focus on the extremal behaviour of these processes when at a given date the process is above a large threshold and emphasize the roles of pure causal and noncausal components of the tail process. We provide the dynamic of the tail process and explain how it can be updated during the life of a speculative bubble. In particular we discuss the prediction of the turning point(s) and introduce pure residual plots as a diagnostic for the bubble episodes. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:11:40 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Gouriéroux",
"Christian",
""
],
[
"Lu",
"Yang",
""
],
[
"Robert",
"Christian-Yann",
""
]
] |
2506.04047 | Yuqian Li | Yuqian Li, Yupei Du, Yufang Liu, Feifei Feng, Mou Xiao Feng, Yuanbin Wu | On Support Samples of Next Word Prediction | Accepted to ACL2025(Main Conference) | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Language models excel in various tasks by making complex decisions, yet understanding the rationale behind these decisions remains a challenge. This paper investigates \emph{data-centric interpretability} in language models, focusing on the next-word prediction task. Using representer theorem, we identify two types of \emph{support samples}-those that either promote or deter specific predictions. Our findings reveal that being a support sample is an intrinsic property, predictable even before training begins. Additionally, while non-support samples are less influential in direct predictions, they play a critical role in preventing overfitting and shaping generalization and representation learning. Notably, the importance of non-support samples increases in deeper layers, suggesting their significant role in intermediate representation formation.These insights shed light on the interplay between data and model decisions, offering a new dimension to understanding language model behavior and interpretability. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:13:22 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Li",
"Yuqian",
""
],
[
"Du",
"Yupei",
""
],
[
"Liu",
"Yufang",
""
],
[
"Feng",
"Feifei",
""
],
[
"Feng",
"Mou Xiao",
""
],
[
"Wu",
"Yuanbin",
""
]
] |
2506.04048 | Gabriele Magrini | Gabriele Magrini, Federico Becattini, Giovanni Colombo, Pietro Pala | EV-Flying: an Event-based Dataset for In-The-Wild Recognition of Flying Objects | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Monitoring aerial objects is crucial for security, wildlife conservation, and environmental studies. Traditional RGB-based approaches struggle with challenges such as scale variations, motion blur, and high-speed object movements, especially for small flying entities like insects and drones. In this work, we explore the potential of event-based vision for detecting and recognizing flying objects, in particular animals that may not follow short and long-term predictable patters. Event cameras offer high temporal resolution, low latency, and robustness to motion blur, making them well-suited for this task. We introduce EV-Flying, an event-based dataset of flying objects, comprising manually annotated birds, insects and drones with spatio-temporal bounding boxes and track identities. To effectively process the asynchronous event streams, we employ a point-based approach leveraging lightweight architectures inspired by PointNet. Our study investigates the classification of flying objects using point cloud-based event representations. The proposed dataset and methodology pave the way for more efficient and reliable aerial object recognition in real-world scenarios. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:14:36 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Magrini",
"Gabriele",
""
],
[
"Becattini",
"Federico",
""
],
[
"Colombo",
"Giovanni",
""
],
[
"Pala",
"Pietro",
""
]
] |
2506.04049 | Ankur Lahiry | Ankur Lahiry, Banooqa Banday, Tanzima Z. Islam | WANDER: An Explainable Decision-Support Framework for HPC | null | null | null | null | cs.PF cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | High-performance computing (HPC) systems expose many interdependent configuration knobs that impact runtime, resource usage, power, and variability. Existing predictive tools model these outcomes, but do not support structured exploration, explanation, or guided reconfiguration. We present WANDER, a decision-support framework that synthesizes alternate configurations using counterfactual analysis aligned with user goals and constraints. We introduce a composite trade-off score that ranks suggestions based on prediction uncertainty, consistency between feature-target relationships using causal models, and similarity between feature distributions against historical data. To our knowledge, WANDER is the first such system to unify prediction, exploration, and explanation for HPC tuning under a common query interface. Across multiple datasets WANDER generates interpretable and trustworthy, human-readable alternatives that guide users to achieve their performance objectives. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:15:23 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Lahiry",
"Ankur",
""
],
[
"Banday",
"Banooqa",
""
],
[
"Islam",
"Tanzima Z.",
""
]
] |
2506.04050 | Hadi Mohammadi | Hadi Mohammadi, Anastasia Giachanou, Daniel L. Oberski, and Ayoub Bagheri | Explainability-Based Token Replacement on LLM-Generated Text | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Generative models, especially large language models (LLMs), have shown remarkable progress in producing text that appears human-like. However, they often exhibit patterns that make their output easier to detect than text written by humans. In this paper, we investigate how explainable AI (XAI) methods can be used to reduce the detectability of AI-generated text (AIGT) while also introducing a robust ensemble-based detection approach. We begin by training an ensemble classifier to distinguish AIGT from human-written text, then apply SHAP and LIME to identify tokens that most strongly influence its predictions. We propose four explainability-based token replacement strategies to modify these influential tokens. Our findings show that these token replacement approaches can significantly diminish a single classifier's ability to detect AIGT. However, our ensemble classifier maintains strong performance across multiple languages and domains, showing that a multi-model approach can mitigate the impact of token-level manipulations. These results show that XAI methods can make AIGT harder to detect by focusing on the most influential tokens. At the same time, they highlight the need for robust, ensemble-based detection strategies that can adapt to evolving approaches for hiding AIGT. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:15:42 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Mohammadi",
"Hadi",
""
],
[
"Giachanou",
"Anastasia",
""
],
[
"Oberski",
"Daniel L.",
""
],
[
"Bagheri",
"Ayoub",
""
]
] |
2506.04051 | Tim Franzmeyer | Tim Franzmeyer, Archie Sravankumar, Lijuan Liu, Yuning Mao, Rui Hou, Sinong Wang, Jakob N. Foerster, Luke Zettlemoyer, Madian Khabsa | High Accuracy, Less Talk (HALT): Reliable LLMs through Capability-Aligned Finetuning | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Large Language Models (LLMs) currently respond to every prompt. However, they can produce incorrect answers when they lack knowledge or capability -- a problem known as hallucination. We instead propose post-training an LLM to generate content only when confident in its correctness and to otherwise (partially) abstain. Specifically, our method, HALT, produces capability-aligned post-training data that encodes what the model can and cannot reliably generate. We generate this data by splitting responses of the pretrained LLM into factual fragments (atomic statements or reasoning steps), and use ground truth information to identify incorrect fragments. We achieve capability-aligned finetuning responses by either removing incorrect fragments or replacing them with "Unsure from Here" -- according to a tunable threshold that allows practitioners to trade off response completeness and mean correctness of the response's fragments. We finetune four open-source models for biography writing, mathematics, coding, and medicine with HALT for three different trade-off thresholds. HALT effectively trades off response completeness for correctness, increasing the mean correctness of response fragments by 15% on average, while resulting in a 4% improvement in the F1 score (mean of completeness and correctness of the response) compared to the relevant baselines. By tuning HALT for highest correctness, we train a single reliable Llama3-70B model with correctness increased from 51% to 87% across all four domains while maintaining 53% of the response completeness achieved with standard finetuning. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:16:21 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Franzmeyer",
"Tim",
""
],
[
"Sravankumar",
"Archie",
""
],
[
"Liu",
"Lijuan",
""
],
[
"Mao",
"Yuning",
""
],
[
"Hou",
"Rui",
""
],
[
"Wang",
"Sinong",
""
],
[
"Foerster",
"Jakob N.",
""
],
[
"Zettlemoyer",
"Luke",
""
],
[
"Khabsa",
"Madian",
""
]
] |
2506.04052 | Kallol Paul | Anirban Sen, Somdatta Barik and Kallol Paul | On the Berezin range of Toeplitz and weighted composition operators on weighted Bergman spaces | null | null | null | null | math.FA math.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this article, we completely characterize the Berezin range of Toeplitz operators with harmonic symbols acting on weighted Bergman spaces, illustrating the necessity of the harmonicity condition through examples. We then introduce a new class of weighted composition operators on these spaces, investigating their fundamental properties and determining their Berezin range and Berezin number. Finally, we study the convexity of the Berezin range of composition operators on weighted Bergman spaces and show that the origin lies in its closure of Berezin range but not in the range itself. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:17:42 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Sen",
"Anirban",
""
],
[
"Barik",
"Somdatta",
""
],
[
"Paul",
"Kallol",
""
]
] |
2506.04053 | Ivan Butakov | Alexander Semenenko, Ivan Butakov, Alexey Frolov, Ivan Oseledets | Curse of Slicing: Why Sliced Mutual Information is a Deceptive Measure of Statistical Dependence | null | null | null | null | cs.LG cs.IT math.IT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Sliced Mutual Information (SMI) is widely used as a scalable alternative to mutual information for measuring non-linear statistical dependence. Despite its advantages, such as faster convergence, robustness to high dimensionality, and nullification only under statistical independence, we demonstrate that SMI is highly susceptible to data manipulation and exhibits counterintuitive behavior. Through extensive benchmarking and theoretical analysis, we show that SMI saturates easily, fails to detect increases in statistical dependence (even under linear transformations designed to enhance the extraction of information), prioritizes redundancy over informative content, and in some cases, performs worse than simpler dependence measures like the correlation coefficient. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:18:12 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Semenenko",
"Alexander",
""
],
[
"Butakov",
"Ivan",
""
],
[
"Frolov",
"Alexey",
""
],
[
"Oseledets",
"Ivan",
""
]
] |
2506.04054 | Giyong Choi | Giyong Choi and HyunWook Park | Video Deblurring with Deconvolution and Aggregation Networks | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | In contrast to single-image deblurring, video deblurring has the advantage that neighbor frames can be utilized to deblur a target frame. However, existing video deblurring algorithms often fail to properly employ the neighbor frames, resulting in sub-optimal performance. In this paper, we propose a deconvolution and aggregation network (DAN) for video deblurring that utilizes the information of neighbor frames well. In DAN, both deconvolution and aggregation strategies are achieved through three sub-networks: the preprocessing network (PPN) and the alignment-based deconvolution network (ABDN) for the deconvolution scheme; the frame aggregation network (FAN) for the aggregation scheme. In the deconvolution part, blurry inputs are first preprocessed by the PPN with non-local operations. Then, the output frames from the PPN are deblurred by the ABDN based on the frame alignment. In the FAN, these deblurred frames from the deconvolution part are combined into a latent frame according to reliability maps which infer pixel-wise sharpness. The proper combination of three sub-networks can achieve favorable performance on video deblurring by using the neighbor frames suitably. In experiments, the proposed DAN was demonstrated to be superior to existing state-of-the-art methods through both quantitative and qualitative evaluations on the public datasets. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:19:11 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Choi",
"Giyong",
""
],
[
"Park",
"HyunWook",
""
]
] |
2506.04055 | Paul Fuchs | Paul Fuchs and Weilong Chen and Stephan Thaler and Julija Zavadlav | chemtrain-deploy: A parallel and scalable framework for machine learning potentials in million-atom MD simulations | Source code available at: https://github.com/tummfm/chemtrain | null | null | null | physics.comp-ph cs.LG physics.chem-ph | http://creativecommons.org/licenses/by/4.0/ | Machine learning potentials (MLPs) have advanced rapidly and show great promise to transform molecular dynamics (MD) simulations. However, most existing software tools are tied to specific MLP architectures, lack integration with standard MD packages, or are not parallelizable across GPUs. To address these challenges, we present chemtrain-deploy, a framework that enables model-agnostic deployment of MLPs in LAMMPS. chemtrain-deploy supports any JAX-defined semi-local potential, allowing users to exploit the functionality of LAMMPS and perform large-scale MLP-based MD simulations on multiple GPUs. It achieves state-of-the-art efficiency and scales to systems containing millions of atoms. We validate its performance and scalability using graph neural network architectures, including MACE, Allegro, and PaiNN, applied to a variety of systems, such as liquid-vapor interfaces, crystalline materials, and solvated peptides. Our results highlight the practical utility of chemtrain-deploy for real-world, high-performance simulations and provide guidance for MLP architecture selection and future design. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:19:26 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Fuchs",
"Paul",
""
],
[
"Chen",
"Weilong",
""
],
[
"Thaler",
"Stephan",
""
],
[
"Zavadlav",
"Julija",
""
]
] |
2506.04056 | Marco Zenari | Marco Zenari, Francesco Ferraro, Sandro Azaele, Amos Maritan, Samir Suweis | Generalized Lotka-Volterra systems with quenched random interactions and saturating functional response | null | null | null | null | q-bio.PE | http://creativecommons.org/licenses/by/4.0/ | The generalized Lotka-Volterra (GLV) equations with quenched random interactions have been extensively used to investigate the stability and dynamics of complex ecosystems. However, the standard linear interaction model suffers from pathological unbounded growth, especially under strong cooperation or heterogeneity. This work addresses that limitation by introducing a Monod-type saturating functional response into the GLV framework. Using Dynamical Mean Field Theory, we derive analytical expressions for the species abundance distribution in the Unique Fixed Point phase and show the suppression of unbounded dynamics. Numerical simulations reveal a rich dynamical structure in the Multiple Attractor phase, including a transition between high-dimensional chaotic and low-volatility regimes, governed by interaction symmetry. These findings offer a more ecologically realistic foundation for disordered ecosystem models and highlight the role of nonlinearity and symmetry in shaping the diversity and resilience of large ecological communities. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:20:16 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zenari",
"Marco",
""
],
[
"Ferraro",
"Francesco",
""
],
[
"Azaele",
"Sandro",
""
],
[
"Maritan",
"Amos",
""
],
[
"Suweis",
"Samir",
""
]
] |
2506.04057 | Pinrui Shen | Pinrui Shen and Mariusz Pawlak and Donald Booth and Kent Nickerson and Haddad Miladi and H. R. Sadeghpour and James P. Shaffer | Precision measurement of Cs($nF_J$) quantum defects and calculations of scalar and tensor polarizabilities of the $nS_{1/2}$, $nP_J$ ,$nD_J$ , and $nF_J$ series | 13 pages, 7 figures, 11 tables | null | null | null | physics.atom-ph quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we extend our recent work on cesium S and D states [Phys. Rev. Lett. 133, 233005 (2024)] to the F states. We present absolute frequency measurements of the $|6S_{1/2}, F = 3\rangle \rightarrow nF_{5/2,7/2}(n = 28-68)$ Rydberg series to measure the spectrum of $^{133}$Cs. Atomic spectra are obtained using a three-photon excitation scheme referenced to an optical frequency comb in a sample of ultracold $^{133}$Cs. By globally fitting the absolute-frequency measurements to the modified Ritz formula, we determine the quantum defects of the $nF_{5/2}$ and $nF_{7/2}$ series. The ionization potential extracted for both series from the modified Ritz formula agrees with our measurements based on the S and D series. Fine-structure intervals are calculated and parameterized. The wave functions computed for the energies from the quantum defects are used to calculate transition dipole moments. We compare the reduced electric-dipole matrix elements with available benchmarks and find agreement within the precision of those works. The scalar and tensor polarizabilities of the $nS_{1/2}$, $nP_J$ , $nD_J$ and $nF_J$ series are calculated based on the now more accurate set of wave functions. Moreover, we report the polarizability as a series in powers of the effective principal quantum number and find the main coefficients of the expansion. The results will be useful for calculating properties of $^{133}$Cs such as collision and decay rates, polarizabilities, and magic wavelengths. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:21:51 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Shen",
"Pinrui",
""
],
[
"Pawlak",
"Mariusz",
""
],
[
"Booth",
"Donald",
""
],
[
"Nickerson",
"Kent",
""
],
[
"Miladi",
"Haddad",
""
],
[
"Sadeghpour",
"H. R.",
""
],
[
"Shaffer",
"James P.",
""
]
] |
2506.04058 | Bulat Maksudov | Bulat Maksudov, Kathleen Curran, Alessandra Mileo | Towards generating more interpretable counterfactuals via concept vectors: a preliminary study on chest X-rays | null | null | null | null | eess.IV cs.AI cs.CV | http://creativecommons.org/licenses/by/4.0/ | An essential step in deploying medical imaging models is ensuring alignment with clinical knowledge and interpretability. We focus on mapping clinical concepts into the latent space of generative models to identify Concept Activation Vectors (CAVs). Using a simple reconstruction autoencoder, we link user-defined concepts to image-level features without explicit label training. The extracted concepts are stable across datasets, enabling visual explanations that highlight clinically relevant features. By traversing latent space along concept directions, we produce counterfactuals that exaggerate or reduce specific clinical features. Preliminary results on chest X-rays show promise for large pathologies like cardiomegaly, while smaller pathologies remain challenging due to reconstruction limits. Although not outperforming baselines, this approach offers a path toward interpretable, concept-based explanations aligned with clinical knowledge. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:23:12 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Maksudov",
"Bulat",
""
],
[
"Curran",
"Kathleen",
""
],
[
"Mileo",
"Alessandra",
""
]
] |
2506.04059 | Arshid Shabir Lone | Mir Faizal, Arshid Shabir | A Novel Construction of de Sitter Vacua in Heterotic String Theory | 12-pages | null | null | null | hep-th | http://creativecommons.org/licenses/by/4.0/ | We present a concrete string-theoretic mechanism that generates four-dimensional de Sitter vacua from non-geometric R-flux compactifications of heterotic string theory. The construction rests on three pillars: the Malcev algebra generated by the R-flux phase-space brackets; its universal Sabinin envelope, which ensures a consistent non-associative gauge structure in doubled geometry; and the leading alpha-prime torsion-squared correction to the heterotic action, whose strictly positive contribution uplifts the scalar potential. Positivity, guaranteed by Sabinin algebra identities, stabilizes the overall breathing mode at positive energy, yielding controlled metastable de Sitter solutions within the domain of heterotic effective field theory. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:24:27 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Faizal",
"Mir",
""
],
[
"Shabir",
"Arshid",
""
]
] |
2506.04060 | Davide Michieletto | Filippo Conforto, Antonio Valdes, Willem Vanderlinden, Davide Michieletto | Complex rheology of condensin in entangled DNA | null | null | null | null | cond-mat.soft physics.bio-ph | http://creativecommons.org/licenses/by/4.0/ | Structural-Maintenance-of-Chromosome (SMC) complexes such as condensins are well-known to dictate the folding and entanglement of interphase and mitotic chromosomes. However, their role in modulating the rheology and viscoelasticity of entangled DNA is not fully understood. In this work, we discover that physiological concentrations of yeast condensin increase both the effective viscosity and elasticity of dense solutions of $\lambda$-DNA even in absence of ATP. By combining biochemical assays and single-molecule imaging, we discover that yeast condensin can proficiently bind double-stranded DNA through its hinge domain, in addition to its heads. We further discover that presence of ATP fluidifies the entangled solution possibly by activating loop extrusion. Finally, we show that the observed rheology can be understood by modelling SMCs as transient crosslinkers in bottle-brush-like entangled polymers. Our findings help us to understand how SMCs affect the rheology and dynamics of the genome. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:24:55 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Conforto",
"Filippo",
""
],
[
"Valdes",
"Antonio",
""
],
[
"Vanderlinden",
"Willem",
""
],
[
"Michieletto",
"Davide",
""
]
] |
2506.04061 | Jipeng Sun Mr. | Jipeng Sun, Kaixuan Wei, Thomas Eboli, Congli Wang, Cheng Zheng, Zhihao Zhou, Arka Majumdar, Wolfgang Heidrich, Felix Heide | Collaborative On-Sensor Array Cameras | To appear in ACM Transactions on Graphics and to be presented at SIGGRAPH 2025 | null | 10.1145/3731200 | null | physics.optics | http://creativecommons.org/licenses/by/4.0/ | Modern nanofabrication techniques have enabled us to manipulate the wavefront of light with sub-wavelength-scale structures, offering the potential to replace bulky refractive surfaces in conventional optics with ultrathin metasurfaces. In theory, arrays of nanoposts provide unprecedented control over manipulating the wavefront in terms of phase, polarization, and amplitude at the nanometer resolution. A line of recent work successfully investigates flat computational cameras that replace compound lenses with a single metalens or an array of metasurfaces a few millimeters from the sensor. However, due to the inherent wavelength dependence of metalenses, in practice, these cameras do not match their refractive counterparts in image quality for broadband imaging, and may even suffer from hallucinations when relying on generative reconstruction methods.
In this work, we investigate a collaborative array of metasurface elements that are jointly learned to perform broadband imaging. To this end, we learn a nanophotonics array with 100-million nanoposts that is end-to-end jointly optimized over the full visible spectrum--a design task that existing inverse design methods or learning approaches cannot support due to memory and compute limitations. We introduce a distributed meta-optics learning method to tackle this challenge. This allows us to optimize a large parameter array along with a learned meta-atom proxy and a non-generative reconstruction method that is parallax-aware and noise-aware. The proposed camera performs favorably in simulation and in all experimental tests irrespective of the scene illumination spectrum. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:25:29 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Sun",
"Jipeng",
""
],
[
"Wei",
"Kaixuan",
""
],
[
"Eboli",
"Thomas",
""
],
[
"Wang",
"Congli",
""
],
[
"Zheng",
"Cheng",
""
],
[
"Zhou",
"Zhihao",
""
],
[
"Majumdar",
"Arka",
""
],
[
"Heidrich",
"Wolfgang",
""
],
[
"Heide",
"Felix",
""
]
] |
2506.04062 | Lauritz Thamsen | Lauritz Thamsen, Yehia Elkhatib, Paul Harvey, Syed Waqar Nabi, Jeremy Singer, Wim Vanderbauwhede | Energy-Aware Workflow Execution: An Overview of Techniques for Saving Energy and Emissions in Scientific Compute Clusters | Partially supported by the Engineering and Physical Sciences Research Council under grant number UKRI154 | null | null | null | cs.DC | http://creativecommons.org/licenses/by/4.0/ | Scientific research in many fields routinely requires the analysis of large datasets, and scientists often employ workflow systems to leverage clusters of computers for their data analysis. However, due to their size and scale, these workflow applications can have a considerable environmental footprint in terms of compute resource use, energy consumption, and carbon emissions. Mitigating this is critical in light of climate change and the urgent need to reduce carbon emissions.
In this chapter, we exemplify the problem by estimating the carbon footprint of three real-world scientific workflows from different scientific domains. We then describe techniques for reducing the energy consumption and, thereby, carbon footprint of individual workflow tasks and entire workflow applications, such as using energy-efficient heterogeneous architectures, generating optimised code, scaling processor voltages and frequencies, consolidating workloads on shared cluster nodes, and scheduling workloads for optimised energy efficiency. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:26:24 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Thamsen",
"Lauritz",
""
],
[
"Elkhatib",
"Yehia",
""
],
[
"Harvey",
"Paul",
""
],
[
"Nabi",
"Syed Waqar",
""
],
[
"Singer",
"Jeremy",
""
],
[
"Vanderbauwhede",
"Wim",
""
]
] |
2506.04063 | Jared Coleman | Alex Sotiropoulos, Sulyab Thottungal Valapu, Linus Lei, Jared Coleman, Bhaskar Krishnamachari | Crowd-SFT: Crowdsourcing for LLM Alignment | null | null | null | null | cs.HC cs.DC cs.LG | http://creativecommons.org/licenses/by/4.0/ | Large Language Models (LLMs) increasingly rely on Supervised Fine-Tuning (SFT) and Reinforcement Learning from Human Feedback (RLHF) to align model responses with human preferences. While RLHF employs a reinforcement learning approach with a separate reward model, SFT uses human-curated datasets for supervised learning. Both approaches traditionally depend on small, vetted groups of annotators, making them costly, prone to bias, and limited in scalability. We propose an open, crowd-sourced fine-tuning framework that addresses these limitations by enabling broader feedback collection for SFT without extensive annotator training. Our framework promotes incentive fairness via a point-based reward system correlated with Shapley values and guides model convergence through iterative model updates. Our multi-model selection framework demonstrates up to a 55% reduction in target distance over single-model selection, enabling subsequent experiments that validate our point-based reward mechanism's close alignment with Shapley values (a well-established method for attributing individual contributions) thereby supporting fair and scalable participation. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:26:38 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Sotiropoulos",
"Alex",
""
],
[
"Valapu",
"Sulyab Thottungal",
""
],
[
"Lei",
"Linus",
""
],
[
"Coleman",
"Jared",
""
],
[
"Krishnamachari",
"Bhaskar",
""
]
] |
2506.04064 | Meng Gao | Meng Gao, Yin Zhong | Violation of Luttinger's theorem in one-dimensional interacting fermions | 10 pages, 8 figures | null | null | null | cond-mat.str-el | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Using the density matrix renormalization group method, we systematically investigate the evolution of the Luttinger integral in the one-dimensional generalized t-V model as a function of filling and interaction strength, identifying three representative phases. In the weak-coupling regime, the zero-frequency Green's function shows a branch-cut structure at the Fermi momentum, and the Luttinger integral accurately reflects the particle density. As the interaction increases, the spectral weight near the Fermi momentum is gradually suppressed. In the strong-coupling regime near half-filling, the singularity is progressively destroyed, accompanied by zeros in the real part of the Green's function. This leads to a non-Fermi-liquid metallic phase beyond the Luttinger liquid paradigm. While spectral weight remains at the original Fermi momentum, the singularity fades. Meanwhile, zeros with negligible spectral weight appear elsewhere, significantly affecting the integral. At half-filling, a single-particle gap opens, and the Green's function vanishes across momentum space, indicating the suppression of low-energy states, consistent with an insulating charge-density-wave phase. These results suggest that the breakdown of the Luttinger theorem arises from the interplay of interaction-driven excitation evolution and particle-hole symmetry breaking, leading to a continuous reconstruction of the generalized Fermi surface from topologically protected to correlation-driven. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:31:10 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Gao",
"Meng",
""
],
[
"Zhong",
"Yin",
""
]
] |
2506.04065 | Muling Wu | Muling Wu, Qi Qian, Wenhao Liu, Xiaohua Wang, Zisu Huang, Di Liang, LI Miao, Shihan Dou, Changze Lv, Zhenghua Wang, Zhibo Xu, Lina Chen, Tianlong Li, Xiaoqing Zheng, Xuanjing Huang | Progressive Mastery: Customized Curriculum Learning with Guided Prompting for Mathematical Reasoning | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large Language Models (LLMs) have achieved remarkable performance across various reasoning tasks, yet post-training is constrained by inefficient sample utilization and inflexible difficulty samples processing. To address these limitations, we propose Customized Curriculum Learning (CCL), a novel framework with two key innovations. First, we introduce model-adaptive difficulty definition that customizes curriculum datasets based on each model's individual capabilities rather than using predefined difficulty metrics. Second, we develop "Guided Prompting," which dynamically reduces sample difficulty through strategic hints, enabling effective utilization of challenging samples that would otherwise degrade performance. Comprehensive experiments on supervised fine-tuning and reinforcement learning demonstrate that CCL significantly outperforms uniform training approaches across five mathematical reasoning benchmarks, confirming its effectiveness across both paradigms in enhancing sample utilization and model performance. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:31:46 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Wu",
"Muling",
""
],
[
"Qian",
"Qi",
""
],
[
"Liu",
"Wenhao",
""
],
[
"Wang",
"Xiaohua",
""
],
[
"Huang",
"Zisu",
""
],
[
"Liang",
"Di",
""
],
[
"Miao",
"LI",
""
],
[
"Dou",
"Shihan",
""
],
[
"Lv",
"Changze",
""
],
[
"Wang",
"Zhenghua",
""
],
[
"Xu",
"Zhibo",
""
],
[
"Chen",
"Lina",
""
],
[
"Li",
"Tianlong",
""
],
[
"Zheng",
"Xiaoqing",
""
],
[
"Huang",
"Xuanjing",
""
]
] |
2506.04066 | Marco Palla Dr. | Marco Palla, Marta Molero, Donatella Romano, Alessio Mucciarelli | Europium, we have a problem. Modelling r-process enrichment across Local Group galaxies | 15 pages + appendices, 13 figures, 1 table. Accepted for publication in A&A | null | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Context: Europium (Eu) serves as a crucial tracer to understand the origin of rapid neutron-capture process (r-process) elements. An extensive effort was made in the last decade to model the chemical evolution of this element in the Galaxy. However, less attention was reserved to Eu in different galaxies of the Local Group (LG). Aims: By employing detailed and well-tested chemical evolution models, we investigate Eu enrichment across LG dwarf spheroidal galaxies, allowing for a direct comparison between model predictions for dwarf galaxies and the Milky Way (MW). Methods: Building upon an r-process enrichment framework that successfully reproduces the observed Eu abundance patterns as well as the supernova and compact binary merger rates in the MW, we build chemical evolution models for the Sagittarius, Fornax, and Sculptor dwarf spheroidal galaxies and test the enrichment scenario against the abundance patterns observed in these galaxies. Results: Models reproducing the Galactic Eu patterns significantly underestimate the [Eu/Fe] ratios observed in LG dwarfs. To address this "missing Eu" problem, we estimate the Eu production rate needed to match the observations and explore potential contributions either from prompt or delayed sources, assessing their compatibility with the MW observables. Conclusions: The same r-process enrichment frameworks cannot reproduce simultaneously the Eu patterns both in the MW and in dwarf galaxies. However, a scenario where additional Eu is provided by an increased production from delayed sources at low metallicity can theoretically reconcile the trends observed in the MW and in LG dwarfs, because of the small discrepancies (0.1 dex) between model predictions and observations found in this case. Further targeting and modelling of neutron-capture elements in LG galaxies are however needed to fill the gaps in our current understanding of the problem. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:32:16 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Palla",
"Marco",
""
],
[
"Molero",
"Marta",
""
],
[
"Romano",
"Donatella",
""
],
[
"Mucciarelli",
"Alessio",
""
]
] |
2506.04067 | Ergun Yalcin | Ergun Yalcin | Free actions on products of real projective spaces | 19 pages | null | null | null | math.AT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We prove that if $G=(\mathbb{Z}/2)^r$ acts freely and cellularly on a finite-dimensional CW-complex $X$ homotopy equivalent to $\mathbb{R}P ^{n_1} \times \cdots \times \mathbb{R} P ^{n_k}$ with trivial action on the mod-$2$ cohomology, then $r \leq \mu (n_1)+ \cdots + \mu(n_k )$ where for each integer $n\geq 0$, $\mu (n)=0$ if $n$ is even, $\mu(n)=1$ if $n\equiv 1$ mod 4, and $\mu(n)=2$ if $n\equiv 3$ mod 4. This proves a homotopy-theoretic version of a conjecture of Cusick. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:32:40 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Yalcin",
"Ergun",
""
]
] |
2506.04068 | Rui Zhang | Jiusi Zhang, Chung Wing Chan, Bo Li, Rui Zhang | Lattice and Orientational Defects Mediate Collective Transport of Confluent Cells | 24 pages, 24 figures | null | null | null | cond-mat.soft | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Confluent tissues are a type of foam-like biological active matter. There is a recent interest in using active nematic liquid crystal framework to understand confluent cells, where topological (orientational) defects are believed to play a crucial role. However, how to reconcile the physical picture of lattice defects in Voronoi polygons with that of orientational defects in the nematic field$-$particularly in the context of cellular transport$-$remains elusive. Here, we employ the Active Vertex model to investigate the physics of lattice and orientational defects in the dynamics of confluent cells. We find a spatio-orientational correlation between lattice defects and $+1/2$ defects, unveiling a correspondence between the two physical perspectives. Next, we simulate the behavior of a dragged cell within a hexagonal-lattice tissue. Our results reveal that while the drag coefficient is anisotropic, the threshold drag force to mobilize the cell is isotropic, indicating the presence of a caging energy barrier. We further analyze the defect pattern in the wake of the dragged cell or cells. Remarkably, we discover that dragging two neighboring cells along the least-drag direction can substantially minimize the destruction of the lattice structure during cell transport. We find that this is due to the cooperative and periodic self-healing of the lattice defects. Taken together, our work sheds new light on the topological structure of confluent cells during their collective motion, advancing our physical understanding of cellular transport in processes such as wound healing, cancer cell metastasis, and other physiological events. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:32:50 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhang",
"Jiusi",
""
],
[
"Chan",
"Chung Wing",
""
],
[
"Li",
"Bo",
""
],
[
"Zhang",
"Rui",
""
]
] |
2506.04069 | Yinon Spinka | Yinon Spinka | A new proof of finitary isomorphism for Markov chains | 5 pages | null | null | null | math.PR math.DS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We give a new proof of a result of Rudolph stating that a countable-state mixing Markov chain with exponential return times is finitarily isomorphic to an IID process. Besides being short and direct, our proof has the added benefit of working for processes of finite or infinite entropy. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:33:37 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Spinka",
"Yinon",
""
]
] |
2506.04070 | Yi Zhao | Yi Zhao, Siqi Wang and Jing Li | LaF-GRPO: In-Situ Navigation Instruction Generation for the Visually Impaired via GRPO with LLM-as-Follower Reward | null | null | null | null | cs.CL cs.MM | http://creativecommons.org/licenses/by/4.0/ | Navigation instruction generation for visually impaired (VI) individuals (NIG-VI) is critical yet relatively underexplored. This study, hence, focuses on producing precise, in-situ, step-by-step navigation instructions that are practically usable by VI users. Concretely, we propose LaF-GRPO (LLM-as-Follower GRPO), where an LLM simulates VI user responses to generate rewards guiding the Vision-Language Model (VLM) post-training. This enhances instruction usability while reducing costly real-world data needs. To facilitate training and testing, we introduce NIG4VI, a 27k-sample open-sourced benchmark. It provides diverse navigation scenarios with accurate spatial coordinates, supporting detailed, open-ended in-situ instruction generation. Experiments on NIG4VI show the effectiveness of LaF-GRPO by quantitative metrics (e.g., Zero-(LaF-GRPO) boosts BLEU +14\%; SFT+(LaF-GRPO) METEOR 0.542 vs. GPT-4o's 0.323) and yields more intuitive, safer instructions. Code and benchmark are available at \href{https://github.com/YiyiyiZhao/NIG4VI}{https://github.com/YiyiyiZhao/NIG4VI}. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:34:33 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhao",
"Yi",
""
],
[
"Wang",
"Siqi",
""
],
[
"Li",
"Jing",
""
]
] |
2506.04071 | Luiz Pereira | Luiz Manella Pereira and M. Hadi Amini | Optimal Transport-based Domain Alignment as a Preprocessing Step for Federated Learning | null | null | null | null | cs.LG cs.CV | http://creativecommons.org/licenses/by/4.0/ | Federated learning (FL) is a subfield of machine learning that avoids sharing local data with a central server, which can enhance privacy and scalability. The inability to consolidate data leads to a unique problem called dataset imbalance, where agents in a network do not have equal representation of the labels one is trying to learn to predict. In FL, fusing locally-trained models with unbalanced datasets may deteriorate the performance of global model aggregation, and reduce the quality of updated local models and the accuracy of the distributed agents' decisions. In this work, we introduce an Optimal Transport-based preprocessing algorithm that aligns the datasets by minimizing the distributional discrepancy of data along the edge devices. We accomplish this by leveraging Wasserstein barycenters when computing channel-wise averages. These barycenters are collected in a trusted central server where they collectively generate a target RGB space. By projecting our dataset towards this target space, we minimize the distributional discrepancy on a global level, which facilitates the learning process due to a minimization of variance across the samples. We demonstrate the capabilities of the proposed approach over the CIFAR-10 dataset, where we show its capability of reaching higher degrees of generalization in fewer communication rounds. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:35:55 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Pereira",
"Luiz Manella",
""
],
[
"Amini",
"M. Hadi",
""
]
] |
2506.04072 | Liam Dugan | Meiqing Jin, Liam Dugan, Chris Callison-Burch | Controlling Difficulty of Generated Text for AI-Assisted Language Learning | Submitted to EMNLP 2025 | null | null | null | cs.CL cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Practicing conversations with large language models (LLMs) presents a promising alternative to traditional in-person language learning. However, most LLMs generate text at a near-native level of complexity, making them ill-suited for beginner learners (CEFR: A1-A2). In this paper, we investigate whether controllable generation techniques -- specifically modular methods that do not require model fine-tuning -- can adapt LLM outputs to better support absolute beginners. We evaluate these methods through both automatic metrics and a user study with university-level learners of Japanese. Our findings show that while prompting alone fails to control output difficulty, the use of future discriminators (Yang and Klein, 2021) significantly improves output comprehensibility (from 40.4\% to 84.3\%). We further introduce a novel token-level evaluation metric, Token Miss Rate (TMR), that quantifies the proportion of incomprehensible tokens per utterance and correlates strongly with human judgments. To support future research in AI-assisted language learning, we release our code, models, annotation tools, and dataset. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:38:21 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Jin",
"Meiqing",
""
],
[
"Dugan",
"Liam",
""
],
[
"Callison-Burch",
"Chris",
""
]
] |
2506.04073 | Esteban Guti\'errez | Esteban Guti\'errez and Frederic Font and Xavier Serra and Lonce Wyse | A Statistics-Driven Differentiable Approach for Sound Texture Synthesis and Analysis | Accepted to the 28th International Conference on Digital Audio Effects (DAFx 2025) to be held in Ancona, Italy. 8 pages, one diagram and 5 tables | null | null | null | cs.SD eess.AS | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this work, we introduce TexStat, a novel loss function specifically designed for the analysis and synthesis of texture sounds characterized by stochastic structure and perceptual stationarity. Drawing inspiration from the statistical and perceptual framework of McDermott and Simoncelli, TexStat identifies similarities between signals belonging to the same texture category without relying on temporal structure. We also propose using TexStat as a validation metric alongside Frechet Audio Distances (FAD) to evaluate texture sound synthesis models. In addition to TexStat, we present TexEnv, an efficient, lightweight and differentiable texture sound synthesizer that generates audio by imposing amplitude envelopes on filtered noise. We further integrate these components into TexDSP, a DDSP-inspired generative model tailored for texture sounds. Through extensive experiments across various texture sound types, we demonstrate that TexStat is perceptually meaningful, time-invariant, and robust to noise, features that make it effective both as a loss function for generative tasks and as a validation metric. All tools and code are provided as open-source contributions and our PyTorch implementations are efficient, differentiable, and highly configurable, enabling its use in both generative tasks and as a perceptually grounded evaluation metric. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:39:16 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Gutiérrez",
"Esteban",
""
],
[
"Font",
"Frederic",
""
],
[
"Serra",
"Xavier",
""
],
[
"Wyse",
"Lonce",
""
]
] |
2506.04074 | Shotaro Abe | Shotaro Abe, Tomohiro Inada and Emmanuel Moulin | Probing the sensitivity of CTAO-N LSTs observations at large zenith angles to the multi-TeV gamma-ray emission from the inner 10 parsecs of the Galactic Center | 16 pages, 4 figures | null | null | null | astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Observations of the Galactic Center using Imaging Atmospheric Cherenkov Telescopes (IACTs), such as H.E.S.S., MAGIC, and VERITAS, have revealed a very-high-energy (VHE, $\gtrsim 100$ GeV) gamma-ray source, HESS J1745$-$290, aligned with the dynamical center of the Milky Way. This source shows point-like emission ($\lesssim 0.1^\circ$) and a strong suppression in its energy-differential spectrum in the ten TeV energy regime, modeled well by a power-law with an exponential cutoff. The origin of this emission is debated, with candidate emission scenarios including dark matter annihilations, millisecond pulsars in the central stellar clusters, and hadronic interactions in the vicinity of Sagittarius A*. Deriving the sensitivity to these spectral models is key to discriminating the physical processes at work. We show that combining H.E.S.S., MAGIC, and VERITAS archival data can well described the observed emission by a power-law with an exponential energy cutoff within the present uncertainties. Given the near advent of the array of the Large-Sized Telescopes (LSTs) at CTAO-N, we timely simulate realistic upcoming observations of the central emission by the CTAO-N four-LST array, to derive the sensitivity to resolve the sharpness of the spectral energy cutoff. We find that 500 hours of four-LST observations taken at large zenith angles, possibly accumulated over several years, can significantly discriminate the dark-matter emission scenario from the leptonic and hadronic ones. Also, a preliminary 3$\sigma$ hint for such discrimination could emerge within the first year. We demonstrate, for the first time, that CTAO-N is able to provide new insights on differentiating among the above-mentioned emission scenarios in the next several years. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:39:23 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Abe",
"Shotaro",
""
],
[
"Inada",
"Tomohiro",
""
],
[
"Moulin",
"Emmanuel",
""
]
] |
2506.04075 | Allan Merino | Roman Lavicka and Allan Merino | Howe duality for the dual pair $\left(\mathfrak{spo}(2n|1)\,, \mathfrak{osp}(2|2)\right)$ | null | null | null | null | math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The goal of our work is to study the decomposition of the joint action of $\mathfrak{g} = \mathfrak{spo}(2n|1)$ and $\mathfrak{g}' = \mathfrak{osp}(2|2)$ on the supersymmetric algebra S = S($\mathbb{C}^{2n|1} \otimes \mathbb{C}^{1|1}$). As proved by Merino and Salmasian, we have a one-to-one correspondence between irreducible representations of $\mathfrak{g}$ and $\mathfrak{g}'$ appearing as subrepresentations of S. In this paper, we obtained an explicit description of the highest weights and joint highest weight vectors for the representations of $\mathfrak{g}$ and $\mathfrak{g}'$ appearing in the duality. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:39:41 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Lavicka",
"Roman",
""
],
[
"Merino",
"Allan",
""
]
] |
2506.04076 | Jhen-Ke Lin | Jhen-Ke Lin, Hao-Chien Lu, Chung-Chun Wang, Hong-Yun Lin, Berlin Chen | Acoustically Precise Hesitation Tagging Is Essential for End-to-End Verbatim Transcription Systems | submitted to the ISCA SLaTE-2025 Workshop | null | null | null | cs.CL cs.SD eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Verbatim transcription for automatic speaking assessment demands accurate capture of disfluencies, crucial for downstream tasks like error analysis and feedback. However, many ASR systems discard or generalize hesitations, losing important acoustic details. We fine-tune Whisper models on the Speak & Improve 2025 corpus using low-rank adaptation (LoRA), without recourse to external audio training data. We compare three annotation schemes: removing hesitations (Pure), generic tags (Rich), and acoustically precise fillers inferred by Gemini 2.0 Flash from existing audio-transcript pairs (Extra). Our challenge system achieved 6.47% WER (Pure) and 5.81% WER (Extra). Post-challenge experiments reveal that fine-tuning Whisper Large V3 Turbo with the "Extra" scheme yielded a 5.5% WER, an 11.3% relative improvement over the "Pure" scheme (6.2% WER). This demonstrates that explicit, realistic filled-pause labeling significantly enhances ASR accuracy for verbatim L2 speech transcription. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:41:53 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Lin",
"Jhen-Ke",
""
],
[
"Lu",
"Hao-Chien",
""
],
[
"Wang",
"Chung-Chun",
""
],
[
"Lin",
"Hong-Yun",
""
],
[
"Chen",
"Berlin",
""
]
] |
2506.04077 | Chung-Chun Wang | Chung-Chun Wang, Jhen-Ke Lin, Hao-Chien Lu, Hong-Yun Lin, Berlin Chen | A Novel Data Augmentation Approach for Automatic Speaking Assessment on Opinion Expressions | submitted to the ISCA SLaTE-2025 Workshop | null | null | null | cs.CL cs.SD eess.AS | http://creativecommons.org/licenses/by/4.0/ | Automated speaking assessment (ASA) on opinion expressions is often hampered by the scarcity of labeled recordings, which restricts prompt diversity and undermines scoring reliability. To address this challenge, we propose a novel training paradigm that leverages a large language models (LLM) to generate diverse responses of a given proficiency level, converts responses into synthesized speech via speaker-aware text-to-speech synthesis, and employs a dynamic importance loss to adaptively reweight training instances based on feature distribution differences between synthesized and real speech. Subsequently, a multimodal large language model integrates aligned textual features with speech signals to predict proficiency scores directly. Experiments conducted on the LTTC dataset show that our approach outperforms methods relying on real data or conventional augmentation, effectively mitigating low-resource constraints and enabling ASA on opinion expressions with cross-modal information. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:42:53 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Wang",
"Chung-Chun",
""
],
[
"Lin",
"Jhen-Ke",
""
],
[
"Lu",
"Hao-Chien",
""
],
[
"Lin",
"Hong-Yun",
""
],
[
"Chen",
"Berlin",
""
]
] |
2506.04078 | Ming Zhang | Ming Zhang, Yujiong Shen, Zelin Li, Huayu Sha, Binze Hu, Yuhui Wang, Chenhao Huang, Shichun Liu, Jingqi Tong, Changhao Jiang, Mingxu Chai, Zhiheng Xi, Shihan Dou, Tao Gui, Qi Zhang, Xuanjing Huang | LLMEval-Med: A Real-world Clinical Benchmark for Medical LLMs with Physician Validation | null | null | null | null | cs.CL cs.AI | http://creativecommons.org/licenses/by/4.0/ | Evaluating large language models (LLMs) in medicine is crucial because medical applications require high accuracy with little room for error. Current medical benchmarks have three main types: medical exam-based, comprehensive medical, and specialized assessments. However, these benchmarks have limitations in question design (mostly multiple-choice), data sources (often not derived from real clinical scenarios), and evaluation methods (poor assessment of complex reasoning). To address these issues, we present LLMEval-Med, a new benchmark covering five core medical areas, including 2,996 questions created from real-world electronic health records and expert-designed clinical scenarios. We also design an automated evaluation pipeline, incorporating expert-developed checklists into our LLM-as-Judge framework. Furthermore, our methodology validates machine scoring through human-machine agreement analysis, dynamically refining checklists and prompts based on expert feedback to ensure reliability. We evaluate 13 LLMs across three categories (specialized medical models, open-source models, and closed-source models) on LLMEval-Med, providing valuable insights for the safe and effective deployment of LLMs in medical domains. The dataset is released in https://github.com/llmeval/LLMEval-Med. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:43:14 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhang",
"Ming",
""
],
[
"Shen",
"Yujiong",
""
],
[
"Li",
"Zelin",
""
],
[
"Sha",
"Huayu",
""
],
[
"Hu",
"Binze",
""
],
[
"Wang",
"Yuhui",
""
],
[
"Huang",
"Chenhao",
""
],
[
"Liu",
"Shichun",
""
],
[
"Tong",
"Jingqi",
""
],
[
"Jiang",
"Changhao",
""
],
[
"Chai",
"Mingxu",
""
],
[
"Xi",
"Zhiheng",
""
],
[
"Dou",
"Shihan",
""
],
[
"Gui",
"Tao",
""
],
[
"Zhang",
"Qi",
""
],
[
"Huang",
"Xuanjing",
""
]
] |
2506.04079 | Andre Martins | Pedro Henrique Martins, Jo\~ao Alves, Patrick Fernandes, Nuno M. Guerreiro, Ricardo Rei, Amin Farajian, Mateusz Klimaszewski, Duarte M. Alves, Jos\'e Pombal, Manuel Faysse, Pierre Colombo, Fran\c{c}ois Yvon, Barry Haddow, Jos\'e G. C. de Souza, Alexandra Birch, Andr\'e F. T. Martins | EuroLLM-9B: Technical Report | 56 pages | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | This report presents EuroLLM-9B, a large language model trained from scratch to support the needs of European citizens by covering all 24 official European Union languages and 11 additional languages. EuroLLM addresses the issue of European languages being underrepresented and underserved in existing open large language models. We provide a comprehensive overview of EuroLLM-9B's development, including tokenizer design, architectural specifications, data filtering, and training procedures. We describe the pre-training data collection and filtering pipeline, including the creation of EuroFilter, an AI-based multilingual filter, as well as the design of EuroBlocks-Synthetic, a novel synthetic dataset for post-training that enhances language coverage for European languages. Evaluation results demonstrate EuroLLM-9B's competitive performance on multilingual benchmarks and machine translation tasks, establishing it as the leading open European-made LLM of its size. To support open research and adoption, we release all major components of this work, including the base and instruction-tuned models, the EuroFilter classifier, and the synthetic post-training dataset. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:43:31 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Martins",
"Pedro Henrique",
""
],
[
"Alves",
"João",
""
],
[
"Fernandes",
"Patrick",
""
],
[
"Guerreiro",
"Nuno M.",
""
],
[
"Rei",
"Ricardo",
""
],
[
"Farajian",
"Amin",
""
],
[
"Klimaszewski",
"Mateusz",
""
],
[
"Alves",
"Duarte M.",
""
],
[
"Pombal",
"José",
""
],
[
"Faysse",
"Manuel",
""
],
[
"Colombo",
"Pierre",
""
],
[
"Yvon",
"François",
""
],
[
"Haddow",
"Barry",
""
],
[
"de Souza",
"José G. C.",
""
],
[
"Birch",
"Alexandra",
""
],
[
"Martins",
"André F. T.",
""
]
] |
2506.04080 | Kanat Abdukhalikov | Kanat Abdukhalikov, Cunsheng Ding, Gyanendra K. Verma | Some constructions of non-generalized Reed-Solomon MDS Codes | null | null | null | null | cs.IT math.IT | http://creativecommons.org/licenses/by/4.0/ | We investigate two classes of extended codes and provide necessary and sufficient conditions for these codes to be non-GRS MDS codes. We also determine the parity check matrices for these codes. Using the connection of MDS codes with arcs in finite projective spaces, we give a new characterization of o-monomials. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:43:33 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Abdukhalikov",
"Kanat",
""
],
[
"Ding",
"Cunsheng",
""
],
[
"Verma",
"Gyanendra K.",
""
]
] |
2506.04081 | Mohammed El Hassouni | Abdelouahed Laazoufi, Mohammed El Hassouni, and Hocine Cherifi | Point Cloud Quality Assessment Using the Perceptual Clustering Weighted Graph (PCW-Graph) and Attention Fusion Network | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | No-Reference Point Cloud Quality Assessment (NR-PCQA) is critical for evaluating 3D content in real-world applications where reference models are unavailable. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:44:03 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Laazoufi",
"Abdelouahed",
""
],
[
"Hassouni",
"Mohammed El",
""
],
[
"Cherifi",
"Hocine",
""
]
] |
2506.04082 | Lorenzo Nagar | Elena Akhmatskaya, Lorenzo Nagar, Jose Antonio Carrillo, Leonardo Gavira Balmacz, Hristo Inouzhe, Mart\'in Parga Pazos, Mar\'ia Xos\'e Rodr\'iguez \'Alvarez | Adaptive tuning of Hamiltonian Monte Carlo methods | null | null | null | null | stat.CO stat.AP stat.ME | http://creativecommons.org/licenses/by/4.0/ | With the recently increased interest in probabilistic models, the efficiency of an underlying sampler becomes a crucial consideration. A Hamiltonian Monte Carlo (HMC) sampler is one popular option for models of this kind. Performance of HMC, however, strongly relies on a choice of parameters associated with an integration method for Hamiltonian equations, which up to date remains mainly heuristic or introduce time complexity. We propose a novel computationally inexpensive and flexible approach (we call it Adaptive Tuning or ATune) that, by analyzing the data generated during a burning stage of an HMC simulation, detects a system specific splitting integrator with a set of reliable HMC hyperparameters, including their credible randomization intervals, to be readily used in a production simulation. The method automatically eliminates those values of simulation parameters which could cause undesired extreme scenarios, such as resonance artifacts, low accuracy or poor sampling. The new approach is implemented in the in-house software package \textsf{HaiCS}, with no computational overheads introduced in a production simulation, and can be easily incorporated in any package for Bayesian inference with HMC. The tests on popular statistical models using original HMC and generalized Hamiltonian Monte Carlo (GHMC) reveal the superiority of adaptively tuned methods in terms of stability, performance and accuracy over conventional HMC tuned heuristically and coupled with the well-established integrators. We also claim that the generalized formulation of HMC, i.e. GHMC, is preferable for achieving high sampling performance. The efficiency of the new methodology is assessed in comparison with state-of-the-art samplers, e.g. the No-U-Turn-Sampler (NUTS), in real-world applications, such as endocrine therapy resistance in cancer, modeling of cell-cell adhesion dynamics and influenza epidemic outbreak. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:44:32 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Akhmatskaya",
"Elena",
""
],
[
"Nagar",
"Lorenzo",
""
],
[
"Carrillo",
"Jose Antonio",
""
],
[
"Balmacz",
"Leonardo Gavira",
""
],
[
"Inouzhe",
"Hristo",
""
],
[
"Pazos",
"Martín Parga",
""
],
[
"Álvarez",
"María Xosé Rodríguez",
""
]
] |
2506.04083 | Zy Zhang | Zhiyu Zhang, Wei Chen, Youfang Lin, Huaiyu Wan | A Generative Adaptive Replay Continual Learning Model for Temporal Knowledge Graph Reasoning | null | ACL 2025 | null | null | cs.IR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent Continual Learning (CL)-based Temporal Knowledge Graph Reasoning (TKGR) methods focus on significantly reducing computational cost and mitigating catastrophic forgetting caused by fine-tuning models with new data. However, existing CL-based TKGR methods still face two key limitations: (1) They usually one-sidedly reorganize individual historical facts, while overlooking the historical context essential for accurately understanding the historical semantics of these facts; (2) They preserve historical knowledge by simply replaying historical facts, while ignoring the potential conflicts between historical and emerging facts. In this paper, we propose a Deep Generative Adaptive Replay (DGAR) method, which can generate and adaptively replay historical entity distribution representations from the whole historical context. To address the first challenge, historical context prompts as sampling units are built to preserve the whole historical context information. To overcome the second challenge, a pre-trained diffusion model is adopted to generate the historical distribution. During the generation process, the common features between the historical and current distributions are enhanced under the guidance of the TKGR model. In addition, a layer-by-layer adaptive replay mechanism is designed to effectively integrate historical and current distributions. Experimental results demonstrate that DGAR significantly outperforms baselines in reasoning and mitigating forgetting. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:44:50 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhang",
"Zhiyu",
""
],
[
"Chen",
"Wei",
""
],
[
"Lin",
"Youfang",
""
],
[
"Wan",
"Huaiyu",
""
]
] |
2506.04084 | Pei-Kai Tsai | Pei-Kai Tsai, Shruti Puri | A Unitary Encoder for Surface Codes | 10 pages, 11 figures | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | The surface code is a promising candidate for fault-tolerant quantum computation and has been implemented in many quantum hardware platforms. In this work, we propose a new non-local unitary circuit to encode a surface code state based on a code conversion between rotated and regular surface codes, which halves the gate count of the fastest encoder known previously. While the unitary encoders can be used to increase the code distance, the fault-distance remains fixed. Nonetheless, they can be used for space-time efficient realization of eigenstates of the surface code operators that can't be easily accessed transversally such as the Pauli Y-eignestate and Clifford eigenstates. It may be expected that error propagation in the non-local circuit will make decoding more challenging compared to local unitary encoding circuits. However, we find this not to be the case and that conventional matching decoders can be effectively used. Furthermore, we perform numerical simulations to benchmark the performance of our encoder against a previous local unitary encoder and the conventional stabilizer-measurement based encoder for preparing the Pauli Y-eigenstate and find that our encoder can outperform these in experimentally relevant noise regimes. Therefore, our encoder provides practical advantage in platforms where non-local interactions are available such as neutral atoms and trapped ions. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:45:03 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Tsai",
"Pei-Kai",
""
],
[
"Puri",
"Shruti",
""
]
] |
2506.04085 | Friedemann Queisser | Joris Josiek, Friedemann Queisser, Stephan Winnerl, Ralf Sch\"utzhold | Magneto-photoelectric effect in graphene via tailored potential landscapes | 8 pages, 7 figures | null | null | null | cond-mat.mes-hall cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | We consider the propagation of charge carriers in planar graphene under the combined influence of a constant transversal magnetic field $B$ and an in-plane varying electric potential $\phi(x)$. By suitably designing the potential landscape $\phi(x)$, we may effectively steer charge carriers generated by photo-excitation, for example, in order to achieve an efficient charge separation. These finding may pave the way for transport schemes or photoelectric/photovoltaic applications. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:45:13 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Josiek",
"Joris",
""
],
[
"Queisser",
"Friedemann",
""
],
[
"Winnerl",
"Stephan",
""
],
[
"Schützhold",
"Ralf",
""
]
] |
2506.04087 | Tsz Chan | Tsz Ho Chan | Close points on a modular hyperbola | 8 pages, related to INTEGERS conference 2025 | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | In this paper, we continue the study of small squares containing at least two points on a modular hyperbola $x y \equiv c \pmod{p}$. We deduce a lower bound for its side length. We also investigate what happens if the ``distances" between two such points are special type of numbers like prime numbers, squarefree numbers or smooth numbers as well as more general multiplicatively closed sets or almost dense sets. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:46:15 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Chan",
"Tsz Ho",
""
]
] |
2506.04088 | Jun-Peng Jiang | Jun-Peng Jiang, Yu Xia, Hai-Long Sun, Shiyin Lu, Qing-Guo Chen, Weihua Luo, Kaifu Zhang, De-Chuan Zhan, Han-Jia Ye | Multimodal Tabular Reasoning with Privileged Structured Information | null | null | null | null | cs.LG cs.AI cs.CL cs.CV | http://creativecommons.org/licenses/by/4.0/ | Tabular reasoning involves multi-step information extraction and logical inference over tabular data. While recent advances have leveraged large language models (LLMs) for reasoning over structured tables, such high-quality textual representations are often unavailable in real-world settings, where tables typically appear as images. In this paper, we tackle the task of tabular reasoning from table images, leveraging privileged structured information available during training to enhance multimodal large language models (MLLMs). The key challenges lie in the complexity of accurately aligning structured information with visual representations, and in effectively transferring structured reasoning skills to MLLMs despite the input modality gap. To address these, we introduce TabUlar Reasoning with Bridged infOrmation ({\sc Turbo}), a new framework for multimodal tabular reasoning with privileged structured tables. {\sc Turbo} benefits from a structure-aware reasoning trace generator based on DeepSeek-R1, contributing to high-quality modality-bridged data. On this basis, {\sc Turbo} repeatedly generates and selects the advantageous reasoning paths, further enhancing the model's tabular reasoning ability. Experimental results demonstrate that, with limited ($9$k) data, {\sc Turbo} achieves state-of-the-art performance ($+7.2\%$ vs. previous SOTA) across multiple datasets. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:46:30 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Jiang",
"Jun-Peng",
""
],
[
"Xia",
"Yu",
""
],
[
"Sun",
"Hai-Long",
""
],
[
"Lu",
"Shiyin",
""
],
[
"Chen",
"Qing-Guo",
""
],
[
"Luo",
"Weihua",
""
],
[
"Zhang",
"Kaifu",
""
],
[
"Zhan",
"De-Chuan",
""
],
[
"Ye",
"Han-Jia",
""
]
] |
2506.04089 | Alexey Kovalev | Anastasiia Ivanova, Eva Bakaeva, Zoya Volovikova, Alexey K. Kovalev, Aleksandr I. Panov | AmbiK: Dataset of Ambiguous Tasks in Kitchen Environment | ACL 2025 (Main Conference) | null | null | null | cs.LG cs.AI cs.CL cs.RO | http://creativecommons.org/licenses/by/4.0/ | As a part of an embodied agent, Large Language Models (LLMs) are typically used for behavior planning given natural language instructions from the user. However, dealing with ambiguous instructions in real-world environments remains a challenge for LLMs. Various methods for task ambiguity detection have been proposed. However, it is difficult to compare them because they are tested on different datasets and there is no universal benchmark. For this reason, we propose AmbiK (Ambiguous Tasks in Kitchen Environment), the fully textual dataset of ambiguous instructions addressed to a robot in a kitchen environment. AmbiK was collected with the assistance of LLMs and is human-validated. It comprises 1000 pairs of ambiguous tasks and their unambiguous counterparts, categorized by ambiguity type (Human Preferences, Common Sense Knowledge, Safety), with environment descriptions, clarifying questions and answers, user intents, and task plans, for a total of 2000 tasks. We hope that AmbiK will enable researchers to perform a unified comparison of ambiguity detection methods. AmbiK is available at https://github.com/cog-model/AmbiK-dataset. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:47:07 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Ivanova",
"Anastasiia",
""
],
[
"Bakaeva",
"Eva",
""
],
[
"Volovikova",
"Zoya",
""
],
[
"Kovalev",
"Alexey K.",
""
],
[
"Panov",
"Aleksandr I.",
""
]
] |
2506.04090 | Federico Martusciello | Federico Martusciello, Henry Muccini, Antonio Bucchiarone | A Reference Architecture for Gamified Cultural Heritage Applications Leveraging Generative AI and Augmented Reality | null | null | null | null | cs.SE | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The rapid advancement of Information and Communication Technologies is transforming Cultural Heritage access, experience, and preservation. However, many digital heritage applications lack interactivity, personalization, and adaptability, limiting user engagement and educational impact. This short paper presents a reference architecture for gamified cultural heritage applications leveraging generative AI and augmented reality. Gamification enhances motivation, artificial intelligence enables adaptive storytelling and personalized content, and augmented reality fosters immersive, location-aware experiences. Integrating AI with gamification supports dynamic mechanics, personalized feedback, and user behavior prediction, improving engagement. The modular design supports scalability, interoperability, and adaptability across heritage contexts. This research provides a framework for designing interactive and intelligent cultural heritage applications, promoting accessibility and deeper appreciation among users and stakeholders. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:49:05 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Martusciello",
"Federico",
""
],
[
"Muccini",
"Henry",
""
],
[
"Bucchiarone",
"Antonio",
""
]
] |
2506.04093 | Samuel Walsh | Robin Ming Chen, Samuel Walsh, Miles H. Wheeler | Finite-time self-similar implosion of hollow vortices | 30 pages, 2 figures | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we consider the finite-time blowup of hollow vortices. These are solutions of the two-dimensional Euler equations for which the fluid domain is the complement of finitely many Jordan curves $\Gamma_1, \ldots, \Gamma_M$, and such that the flow is irrotational and incompressible, but with a nonzero circulation around each boundary component. The region bounded by $\Gamma_k$ is a ``vortex core'', modeled as a bubble of ideal gas: the pressure is constant in space and inversely proportional to the area of the vortex. This can be thought of as the isobaric approximation assuming isothermal flow.
Our results come in two parts. There exist explicit families of purely circular rotating and imploding hollow vortices. Implosion means more precisely that the vortex core shrinks to the origin in finite time, while the absolute value of the pressure simultaneously diverges to infinity. We prove that for any $m \geq 2$, there exist near-circular $m$-fold symmetric rotating hollow vortices. By contrast, for all $m \geq 2$, the purely circular imploding vortices are locally unique among all collapsing vortices with uniform velocity at infinity.
The second part concerns configurations of multiple hollow vortices. The existence of configurations of point vortices that collapse into a common point in finite time is classical. We prove that generically, these can be desingularized to yield families of hollow vortex configurations exhibiting self-similar finite-time implosion. Specific examples of an imploding trio and quartet of hollow vortices are given. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:51:04 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Chen",
"Robin Ming",
""
],
[
"Walsh",
"Samuel",
""
],
[
"Wheeler",
"Miles H.",
""
]
] |
2506.04094 | Anna-Maria Raukh | Anna-Maria Raukh | Cohomology of hypersurfaces of weighted projective space and the intersection form on $H^2$ | null | null | null | null | math.AG math.AT | http://creativecommons.org/licenses/by/4.0/ | Given a hypersurface $i \colon X \hookrightarrow \widetilde{P}^n$ in a weighted projective space, we compute the intersection form on the second cohomology $H^2(X, \mathbb{Z})^{\otimes n-1} \to \mathbb{Z}$ for the purpose of identifying Fano manifolds obtained from smoothing singular Fanos. In the process, we describe the integer cohomology groups $H^k(X, \mathbb{Z})$ for $k<n$ and give an explicit formula for the pullback map $i^*$. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:51:15 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Raukh",
"Anna-Maria",
""
]
] |
2506.04095 | Alessandra Colla | Alessandra Colla, Heinz-Peter Breuer and Giulio Gasbarri | Recursive perturbation approach to time-convolutionless master equations: Explicit construction of generalized Lindblad generators for arbitrary open systems | 10 pages | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | We develop a recursive perturbative expansion for the time-convolutionless (TCL) generator of an open quantum system in a generalized Lindblad form. This formulation provides a systematic approach to derive the generator at arbitrary order while preserving a Lindblad-like structure, without imposing assumptions on the system or environment beyond an initially uncorrelated state. The generator is written, at all orders, in a canonical form, which also corresponds to the minimal dissipation condition, which uniquely specifies the decomposition of the generator into Hamiltonian and dissipative contributions. To validate the method and show its effectiveness in addressing non-Markovian dynamics and strong-coupling effects, we compute the generator explicitly up to fourth order. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:51:26 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Colla",
"Alessandra",
""
],
[
"Breuer",
"Heinz-Peter",
""
],
[
"Gasbarri",
"Giulio",
""
]
] |
2506.04096 | Alessandro Sfondrini | Sergey Frolov, Davide Polvara, Alessandro Sfondrini | Exchange relations and crossing | 23 pages | null | null | ZMP-HH/25-9 | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We discuss the scattering matrix of two-dimensional integrable QFTs whose fields obey non-trivial exchange relations. We show that crossing equations for such models have to be modified, and propose their consistent modification. This modification opens the way to constructing new integrable S~matrices. As a check, we consider the crossing equations for the $SU(N)$ chiral Gross-Neveu model, and for the $\Phi_{21}$ deformation of the tricritical Ising model, finding an agreement with the existing proposals. Finally, we reconsider the crossing equations for massless excitations of the mixed-flux $AdS_3\times S^3\times T^4$ light-cone gauge superstring sigma model, and conjecture that the massless excitations satisfy non-trivial exchange relations. This changes the crossing equations and leads to a simpler massless dressing factor. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:54:33 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Frolov",
"Sergey",
""
],
[
"Polvara",
"Davide",
""
],
[
"Sfondrini",
"Alessandro",
""
]
] |
2506.04097 | Alessandra Colla | Alessandra Colla, Heinz-Peter Breuer and Giulio Gasbarri | Unveiling coherent dynamics in non-Markovian open quantum systems: exact expression and recursive perturbation expansion | 8 pages | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | We introduce a systematic framework to derive the effective Hamiltonian governing the coherent dynamics of non-Markovian open quantum systems. By applying the minimal dissipation principle, we uniquely isolate the coherent contribution to the time-local generator of the reduced dynamics. We derive a general expression for the effective Hamiltonian and develop a recursive perturbative expansion that expresses it in terms of system-bath interaction terms and bath correlation functions. This expansion provides a systematic tool for analyzing energy renormalization effects across different coupling regimes. Applying our framework to paradigmatic spin systems, we reveal how environmental correlations influence energy shifts and eigenbasis rotations, offering new insights into strong-coupling effects and non-Markovian quantum thermodynamics. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:55:22 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Colla",
"Alessandra",
""
],
[
"Breuer",
"Heinz-Peter",
""
],
[
"Gasbarri",
"Giulio",
""
]
] |
2506.04098 | Wenhao Li | Wenhao Li, Wenwu Li, Chuyun Shen, Junjie Sheng, Zixiao Huang, Di Wu, Yun Hua, Wei Yin, Xiangfeng Wang, Hongyuan Zha and Bo Jin | TextAtari: 100K Frames Game Playing with Language Agents | 51 pages, 39 figures | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | We present TextAtari, a benchmark for evaluating language agents on very long-horizon decision-making tasks spanning up to 100,000 steps. By translating the visual state representations of classic Atari games into rich textual descriptions, TextAtari creates a challenging test bed that bridges sequential decision-making with natural language processing. The benchmark includes nearly 100 distinct tasks with varying complexity, action spaces, and planning horizons, all rendered as text through an unsupervised representation learning framework (AtariARI). We evaluate three open-source large language models (Qwen2.5-7B, Gemma-7B, and Llama3.1-8B) across three agent frameworks (zero-shot, few-shot chain-of-thought, and reflection reasoning) to assess how different forms of prior knowledge affect performance on these long-horizon challenges. Four scenarios-Basic, Obscured, Manual Augmentation, and Reference-based-investigate the impact of semantic understanding, instruction comprehension, and expert demonstrations on agent decision-making. Our results reveal significant performance gaps between language agents and human players in extensive planning tasks, highlighting challenges in sequential reasoning, state tracking, and strategic planning across tens of thousands of steps. TextAtari provides standardized evaluation protocols, baseline implementations, and a framework for advancing research at the intersection of language models and planning. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:55:27 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Li",
"Wenhao",
""
],
[
"Li",
"Wenwu",
""
],
[
"Shen",
"Chuyun",
""
],
[
"Sheng",
"Junjie",
""
],
[
"Huang",
"Zixiao",
""
],
[
"Wu",
"Di",
""
],
[
"Hua",
"Yun",
""
],
[
"Yin",
"Wei",
""
],
[
"Wang",
"Xiangfeng",
""
],
[
"Zha",
"Hongyuan",
""
],
[
"Jin",
"Bo",
""
]
] |
2506.04099 | Yulun Li | Patrick Huber, Yulun Li | Heavy Neutral Lepton Decay Searches using Solar Neutrinos | 9 pages, 2 figures | null | null | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the sensitivity to the decay of a heavy neutral lepton into $e^+e^-$-pairs using the solar boron-8 neutrino flux as source. We provide a fully differential cross section for this process including the interference of neutral and charged current amplitudes. We revisit a previous bound from Borexino and make predicitions for the expected sensitivity in future large liquid noble gas detectors, like XLZD, Argo and DUNE, as well as high-resolution scintillator detectors based on the LiquidO technology. We find that more than two orders of magnitude improvement in mixing angle reach is possible relative to existing bounds. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:56:06 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Huber",
"Patrick",
""
],
[
"Li",
"Yulun",
""
]
] |
2506.04100 | Pavel K\r{u}s | Pavel K\r{u}s, Diana L\'opez Nacir, Federico R. Urban | Deep Neural Networks Hunting Ultra-Light Dark Matter | 34 pages, 28 figures | null | null | null | astro-ph.HE astro-ph.CO | http://creativecommons.org/licenses/by/4.0/ | Ultra-light dark matter (ULDM) is a compelling candidate for cosmological dark matter. If ULDM interacts with ordinary matter, it can induce measurable, characteristic signals in pulsar-timing data because it causes the orbits of pulsars in binary systems to osculate. In this work, we investigate the potential of machine learning (ML) techniques to detect such ULDM signals. To this end, we construct three types of neural networks: an autoencoder, a binary classifier, and a multiclass classifier. We apply these methods to four theoretically well-motivated ULDM models: a linearly coupled scalar field, a quadratically coupled scalar field, a vector field and a tensor field. We show that the sensitivity achieved using ML methods is comparable to that of a semi-analytical Bayesian approach, which to date has only been applied to the linear scalar case. The ML approach is readily applicable to all four ULDM models and, in the case of the multiclass classifier, can distinguish between them. Our results, derived from simulated data, lay the foundation for future applications to real pulsar-timing observations. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:56:29 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kůs",
"Pavel",
""
],
[
"Nacir",
"Diana López",
""
],
[
"Urban",
"Federico R.",
""
]
] |
2506.04101 | Brenda Namumba | Brenda Namumba, Roger Ianjamasimanana, B\"arbel Koribalski, Albert Bosma, Evangelia Athanassoula, Claude Carignan, Gyula I. G. J\'ozsa, Peter Kamphuis, Roger P. Deane, Sinenhlanhla P. Sikhosana, Lourdes Verdes-Montenegro, Amidou Sorgho, Xola Ndaliso, Philippe Amram, Elias Brinks, Laurent Chemin, Francoise Combes, Erwin de Blok, Nathan Deg, Jayanne English, Julia Healy, Sushma Kurapati, Antonino Marasco, Stacy McGaugh, Kyle Oman, Kristine Spekkens, Simone Veronese and O. Ivy Wong | Investigating the HI distribution and kinematics of ESO444-G084 and [KKS2000]23: New insights from the MHONGOOSE survey | 22 pages, 17 figures | Astronomy & Astrophysics 2025 | null | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present the HI distribution, kinematics, mass modeling, and disk stability of the dwarf irregular galaxies ESO444-G084 and [KKS2000]23 using high-resolution, high-sensitivity MHONGOOSE survey data from MeerKAT. ESO444-G084 shows centrally concentrated HI emission, while [KKS2000]23 exhibits irregular high-density clumps. Total HI fluxes measured down to 10^19 and 10^18 cm^-2 are nearly identical, indicating that the increased HI diameter at lower column densities results mainly from the larger beam, with no significant extra emission detected. We derive total HI masses of (1.1 +/- 0.1) x 10^8 and (6.1 +/- 0.3) x 10^8 solar masses for ESO444-G084 and [KKS2000]23, respectively. Using PyFAT and TiRiFiC, we extract 3D rotation curves that reveal disk-like kinematics in both galaxies. ESO444-G084 shows a warp beyond ~1.8 kpc and a fast-rising curve consistent with a centrally concentrated dark matter distribution, while [KKS2000]23's more gradual rise suggests a more extended halo. Mass modeling with an isothermal halo and stellar mass-to-light ratios of 0.20 for ESO444-G084 and 0.18 for [KKS2000]23 yields consistent results. We analyze disk stability using spatially resolved Toomre Q and gas-to-critical surface density ratios, linking these with H-alpha and FUV-based star formation. ESO444-G084 supports localized star formation despite global stability, while [KKS2000]23 appears gravitationally unstable yet lacks H-alpha, suggesting that turbulence, gas depletion, or past feedback suppresses star formation. No inflows or outflows are detected, indicating internal processes regulate star formation. This study highlights the interplay between HI morphology, kinematics, dark matter distribution, and disk stability, showing how internal processes shape dwarf galaxy evolution. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:56:33 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Namumba",
"Brenda",
""
],
[
"Ianjamasimanana",
"Roger",
""
],
[
"Koribalski",
"Bärbel",
""
],
[
"Bosma",
"Albert",
""
],
[
"Athanassoula",
"Evangelia",
""
],
[
"Carignan",
"Claude",
""
],
[
"Józsa",
"Gyula I. G.",
""
],
[
"Kamphuis",
"Peter",
""
],
[
"Deane",
"Roger P.",
""
],
[
"Sikhosana",
"Sinenhlanhla P.",
""
],
[
"Verdes-Montenegro",
"Lourdes",
""
],
[
"Sorgho",
"Amidou",
""
],
[
"Ndaliso",
"Xola",
""
],
[
"Amram",
"Philippe",
""
],
[
"Brinks",
"Elias",
""
],
[
"Chemin",
"Laurent",
""
],
[
"Combes",
"Francoise",
""
],
[
"de Blok",
"Erwin",
""
],
[
"Deg",
"Nathan",
""
],
[
"English",
"Jayanne",
""
],
[
"Healy",
"Julia",
""
],
[
"Kurapati",
"Sushma",
""
],
[
"Marasco",
"Antonino",
""
],
[
"McGaugh",
"Stacy",
""
],
[
"Oman",
"Kyle",
""
],
[
"Spekkens",
"Kristine",
""
],
[
"Veronese",
"Simone",
""
],
[
"Wong",
"O. Ivy",
""
]
] |
2506.04102 | Thomas Kiely | Thomas G. Kiely and Cenke Xu | Phase Transition of Topological Index driven by Dephasing | 5 pages, 3 figures | null | null | null | cond-mat.str-el cond-mat.dis-nn cond-mat.mes-hall | http://creativecommons.org/licenses/by/4.0/ | We study topological insulators under dephasing noise. With examples of both a $2d$ Chern insulator and a $3d$ topological insulator protected by time-reversal symmetry, we demonstrate that there is a phase transition at finite dephasing strength between phases with nontrivial and trivial topological indices. Here the topological index is defined through the correlation matrix. The transition can be diagnosed through the spectrum of the whole correlation matrix or of a local subsystem. Interestingly, even if the topological insulator is very close to the topological-trivial critical point in its Hamiltonian, it still takes finite strength of dephasing to change the topological index, suggesting the robustness of topological insulators under dephasing. In the case of Chern insulator, this robustness of the phase with nontrivial Chern number persists near the critical point between the topological and Anderson insulator, which is tuned by the strength of disorder in the Hamiltonian. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:57:27 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kiely",
"Thomas G.",
""
],
[
"Xu",
"Cenke",
""
]
] |
2506.04103 | Ling-Yun Shou | Timoth\'ee Crin-Barat, Yue-Jun Peng, and Ling-Yun Shou | Global convergence rates in the relaxation limits for the compressible Euler and Euler-Maxwell systems in Sobolev spaces | 45 pages | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study two relaxation problems in the class of partially dissipative hyperbolic systems: the compressible Euler system with damping and the compressible Euler-Maxwell system. In classical Sobolev spaces, we derive a global convergence rate of $\mathcal{O}(\varepsilon)$ between strong solutions of the relaxed Euler system and the porous medium equation in $\mathbb{R}^d$ ($d\geq1$) for \emph{ill-prepared} initial data. In a well-prepared setting, we derive an enhanced convergence rate of order $\mathcal{O}(\varepsilon^2)$ between the solutions of the compressible Euler system and their first-order asymptotic approximation. Regarding the Euler-Maxwell system, we prove the global strong convergence of its solutions to the drift-diffusion model in $\mathbb{R}^3$ with a rate of $\mathcal{O}(\varepsilon)$. These results are achieved by developing an asymptotic expansion approach that, combined with stream function techniques, ensures uniform-in-time error estimates. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:58:10 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Crin-Barat",
"Timothée",
""
],
[
"Peng",
"Yue-Jun",
""
],
[
"Shou",
"Ling-Yun",
""
]
] |
2506.04104 | Gabe Salmon | Jane Kondev, Marc Kirschner, Hernan G. Garcia, Gabriel L. Salmon, and Rob Phillips | Biological Processes as Exploratory Dynamics | null | null | null | null | physics.bio-ph q-bio.CB | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Many biological processes can be thought of as the result of an underlying dynamics in which the system repeatedly undergoes distinct and abortive trajectories with the dynamical process only ending when some specific process, purpose, structure or function is achieved. A classic example is the way in which microtubules attach to kinetochores as a prerequisite for chromosome segregation and cell division. In this example, the dynamics is characterized by apparently futile time histories in which microtubules repeatedly grow and shrink without chromosomal attachment. We hypothesize that for biological processes for which it is not the initial conditions that matter, but rather the final state, this kind of exploratory dynamics is biology's unique and necessary solution to achieving these functions with high fidelity. This kind of cause and effect relationship can be contrasted to examples from physics and chemistry where the initial conditions determine the outcome. In this paper, we examine the similarities of many biological processes that depend upon random trajectories starting from the initial state and the selection of subsets of these trajectories to achieve some desired functional final state. We begin by reviewing the long history of the principles of dynamics, first in the context of physics, and then in the context of the study of life. These ideas are then stacked against the broad categories of biological phenomenology that exhibit exploratory dynamics. We then build on earlier work by making a quantitative examination of a succession of increasingly sophisticated models for exploratory dynamics, all of which share the common feature of being a series of repeated trials that ultimately end in a "winning" trajectory. We also explore the ways in which microscopic parameters can be tuned to alter exploratory dynamics as well as the energetic burden of performing such processes. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:58:23 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kondev",
"Jane",
""
],
[
"Kirschner",
"Marc",
""
],
[
"Garcia",
"Hernan G.",
""
],
[
"Salmon",
"Gabriel L.",
""
],
[
"Phillips",
"Rob",
""
]
] |
2506.04105 | Anton Trushechkin | Anton Trushechkin, Hermann Kampermann, Dagmar Bru{\ss} | Spanning-tree-packing protocol for conference key propagation in quantum networks | 9 pages+appendix and references, 9 figures | null | null | null | quant-ph cs.CR cs.DM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider a network of users connected by pairwise quantum key distribution (QKD) links. Using these pairwise secret keys and public classical communication, the users want to generate a common (conference) secret key at the maximal rate. We propose an algorithm based on spanning tree packing (a known problem in graph theory) and prove its optimality. This algorithm enables optimal conference key generation in modern quantum networks of arbitrary topology. Additionally, we discuss how it can guide the optimal placement of new bipartite links in the network design. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:59:22 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Trushechkin",
"Anton",
""
],
[
"Kampermann",
"Hermann",
""
],
[
"Bruß",
"Dagmar",
""
]
] |
2506.04106 | Xiaoxiang Zhu | Xiao Xiang Zhu, Sining Chen, Fahong Zhang, Yilei Shi, Yuanyuan Wang | GlobalBuildingAtlas: An Open Global and Complete Dataset of Building Polygons, Heights and LoD1 3D Models | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We introduce GlobalBuildingAtlas, a publicly available dataset providing global and complete coverage of building polygons, heights and Level of Detail 1 (LoD1) 3D building models. This is the first open dataset to offer high quality, consistent, and complete building data in 2D and 3D form at the individual building level on a global scale. Towards this dataset, we developed machine learning-based pipelines to derive building polygons and heights (called GBA.Height) from global PlanetScope satellite data, respectively. Also a quality-based fusion strategy was employed to generate higher-quality polygons (called GBA.Polygon) based on existing open building polygons, including our own derived one. With more than 2.75 billion buildings worldwide, GBA.Polygon surpasses the most comprehensive database to date by more than 1 billion buildings. GBA.Height offers the most detailed and accurate global 3D building height maps to date, achieving a spatial resolution of 3x3 meters-30 times finer than previous global products (90 m), enabling a high-resolution and reliable analysis of building volumes at both local and global scales. Finally, we generated a global LoD1 building model (called GBA.LoD1) from the resulting GBA.Polygon and GBA.Height. GBA.LoD1 represents the first complete global LoD1 building models, including 2.68 billion building instances with predicted heights, i.e., with a height completeness of more than 97%, achieving RMSEs ranging from 1.5 m to 8.9 m across different continents. With its height accuracy, comprehensive global coverage and rich spatial details, GlobalBuildingAltas offers novel insights on the status quo of global buildings, which unlocks unprecedented geospatial analysis possibilities, as showcased by a better illustration of where people live and a more comprehensive monitoring of the progress on the 11th Sustainable Development Goal of the United Nations. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 15:59:32 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhu",
"Xiao Xiang",
""
],
[
"Chen",
"Sining",
""
],
[
"Zhang",
"Fahong",
""
],
[
"Shi",
"Yilei",
""
],
[
"Wang",
"Yuanyuan",
""
]
] |
2506.04107 | Lukas Franken | Lukas Franken, Andrew Lyden, Daniel Friedrich | Risk and Reward of Transitioning from a National to a Zonal Electricity Market in Great Britain | 29 pages, 26 figures | null | null | null | econ.GN cs.CE physics.data-an physics.soc-ph q-fin.EC | http://creativecommons.org/licenses/by/4.0/ | More spatially granular electricity wholesale markets promise more efficient operation and better asset siting in highly renewable power systems. Great Britain is considering moving from its current single-price national wholesale market to a zonal design. Existing studies reach varying and difficult-to-reconcile conclusions about the desirability of a zonal market in GB, partly because they rely on models that vary in their transparency and assumptions about future power systems. Using a novel open-source electricity market model, calibrated to match observed network behaviour, this article quantifies consumer savings, unit-level producer surplus impacts, and broader socioeconomic benefits that would have arisen had a six-zone market operated in Great Britain during 2022-2024. In the absence of mitigating policies, it is estimated that during those three years GB consumers would save approximately {\pounds}9.4/MWh (equalling an average of more than {\pounds}2.3B per year), but generators in northern regions would experience revenue reductions of 30-40\%. Policy interventions can restore these units' national market revenues to up to 97\% while still preserving around {\pounds}3.1/MWh in consumer savings (about {\pounds}750M per year). It is further estimated that the current system could achieve approximately {\pounds}380-{\pounds}770 million in annual welfare gain during 2022-2024 through improved operational efficiency alone. The drivers behind these benefits, notably wind curtailment volumes, are expected to become more pronounced towards 2030, suggesting that purely operationally achieved annual benefits of around {\pounds}1-2 billion beyond 2029 are likely. It is found that the scale of these benefits would outweigh the potential downsides related to increases in the cost of capital that have been estimated elsewhere. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:00:07 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Franken",
"Lukas",
""
],
[
"Lyden",
"Andrew",
""
],
[
"Friedrich",
"Daniel",
""
]
] |
2506.04109 | Amy Lien | Amy Y. Lien, Hans Krimm, Craig Markwardt, Kyuseok Oh, Lea Marcotulli, Richard Mushotzky, Nicholas R. Collins, Scott Barthelmy, Wayne H. Baumgartner, S. Bradley Cenko, Michael Koss, Sibasish Laha, Takanori Sakamoto, David Palmer, and Tyler Parsotan | The 157-month Swift-BAT All-Sky Hard X-Ray Survey | 21 pages, 12 figures, accepted for publication in ApJS | null | null | null | astro-ph.HE | http://creativecommons.org/licenses/by/4.0/ | The Burst Alert Telescope (BAT) onboard the Neil Gehrels Swift observatory has been serving as a survey instrument for the hard X-ray sky, and has detected thousands of X-ray sources (e.g., AGNs, X-ray binaries, etc). BAT monitors these X-ray sources and follows their light curves on time scales from minutes to years. In addition, BAT discovers hundreds of new X-ray sources in survey images stacked throughout the mission lifetime. We present the updated BAT survey catalog since the last published BAT 105 month survey catalog (Oh et al. 2018) with additional of 4.5 years of data until December 2017. Data since 2007 are reprocessed to include updated instrumental calibration. Analysis in this study shows that additional systematic noise can be seen in the 157-month mosaic images, resulting in decreases in the expected improvement in sensitivity and the number of new detections. The BAT 157-month survey reaches a sensitivity of $8.83 \times 10^{-12} \rm \ erg \ s^{-1} \ cm^{-2}$ for 90\% of the sky and $6.44 \times 10^{-12} \rm \ erg \ s^{-1} \ cm^{-2}$ for 10\% of the sky. This catalog includes spectra, monthly and snapshot light curves in eight energy bands (14-20, 20-24, 24-35, 35-50, 50-75, 75-100, 100-150, and 150-195 keV) for 1888 sources, including 256 new detections above the detection threshold of $4.8\sigma$. The light curves, spectra, and tables that summarize the information of the detected-sources are available in the online journal and in the catalog web page https://swift.gsfc.nasa.gov/results/bs157mon/. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:01:50 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Lien",
"Amy Y.",
""
],
[
"Krimm",
"Hans",
""
],
[
"Markwardt",
"Craig",
""
],
[
"Oh",
"Kyuseok",
""
],
[
"Marcotulli",
"Lea",
""
],
[
"Mushotzky",
"Richard",
""
],
[
"Collins",
"Nicholas R.",
""
],
[
"Barthelmy",
"Scott",
""
],
[
"Baumgartner",
"Wayne H.",
""
],
[
"Cenko",
"S. Bradley",
""
],
[
"Koss",
"Michael",
""
],
[
"Laha",
"Sibasish",
""
],
[
"Sakamoto",
"Takanori",
""
],
[
"Palmer",
"David",
""
],
[
"Parsotan",
"Tyler",
""
]
] |
2506.04110 | Ingrid Vukusic | Dinis Vitorino and Ingrid Vukusic | Some Bounds Related to the 2-adic Littlewood Conjecture | 18 pages; comments welcome! | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | For every irrational real $\alpha$, let $M(\alpha) = \sup_{n\geq 1} a_n(\alpha)$ denote the largest partial quotient in its continued fraction expansion (or $\infty$, if unbounded). The $2$-adic Littlewood conjecture (2LC) can be stated as follows: There exists no irrational $\alpha$ such that $M(2^k \alpha)$ is uniformly bounded by a constant $C$ for all $k\geq 0$. Badziahin proved (considering a different formulation of 2LC) that if a counterexample exists, then the bound $C$ is at least $8$. We improve this bound to $15$. Then we focus on a "B-variant" of 2LC, where we replace $M(\alpha)$ by $B(\alpha) = \limsup_{n\to \infty} a_n(\alpha)$. In this setting, we prove that if $B(2^k \alpha) \leq C$ for all $k\geq 0$, then $C \geq 5$. For the proof we use Hurwitz's algorithm for multiplication of continued fractions by 2. Along the way, we find families of quadratic irrationals $\alpha$ with the property that for arbitrarily large $K$ there exist $\beta, 2\beta, 4 \beta, \ldots, 2^K \beta$ all equivalent to $\alpha$. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:01:54 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Vitorino",
"Dinis",
""
],
[
"Vukusic",
"Ingrid",
""
]
] |
2506.04111 | Sandip Varkey George | Anisha R. V. Kashyap, D. Pawar, R. Misra, G. Ambika, Sandip V George | Dynamically derived morphology from the recurrence patterns of close binary stars using Kepler data | null | null | null | null | astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work, we propose a novel method to classify close binary stars, derived from the dynamical structure inherent in their light curves. We apply the technique to light curves of binaries from the revised Kepler Eclipsing binary catalog, selecting close binaries which have the standard morphology parameter, $c$, $\gt 0.5$ corresponding to semi-detached, over-contact and ellipsoidal systems. Using the method of time delay embedding, we recreate the non-linear dynamics underlying the data and quantify the patterns of recurrences in them. Using two recurrence measures, Determinism and Entropy, we define a new Dynamically Derived Morphology (DDM) parameter and compute its values for the Kepler objects. While as expected, this metric is somewhat inversely correlated with the existing morphology parameter (Spearman $\rho= -0.32$), the method offers an alternate classification scheme for close binary stars that captures their nonlinear dynamics, an aspect often overlooked in conventional methods. Hence, the DDM parameter is expected to distinguish between stars with similar folded light curves, but are dynamically dissimilar due to nonlinear effects. Moreover, since the method can be easily automated and is computationally efficient it can be effectively used for future sensitive large data sets. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:03:21 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kashyap",
"Anisha R. V.",
""
],
[
"Pawar",
"D.",
""
],
[
"Misra",
"R.",
""
],
[
"Ambika",
"G.",
""
],
[
"George",
"Sandip V",
""
]
] |
2506.04112 | Weitao Liu | Weitao Liu | The role of fluctuations in deexcitations and excitations | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | In this work, I analyze the quantum fluctuations and the thermal fluctuations in the frameworkof quantum mechanics. Being recognized as incoherent perturbations with different features, fluctuations of these two types are expressed in the dissipative terms in the Bloch equation. This methodprovides a unified description of the deexcitation and the equilibration such that it is capable to deal with the processes where the impact of the fluctuations are not negligible. The numerical results show that In the zero temperature limit, the method recovers the deexcitation rate estimated by the Weisskopf-Wigner theory. At finite temperature, the method predicts the equilibration toward the Fermi-Dirac distribution. The impact of the fluctuations on the excitations by coherent perturbations are also discussed. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:05:06 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Liu",
"Weitao",
""
]
] |
2506.04113 | Yanjie Dong | Yanjie Dong and Haijun Zhang and Gaojie Chen and Xiaoyi Fan and Victor C. M. Leung and Xiping Hu | Model Splitting Enhanced Communication-Efficient Federated Learning for CSI Feedback | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | Recent advancements have introduced federated machine learning-based channel state information (CSI) compression before the user equipments (UEs) upload the downlink CSI to the base transceiver station (BTS). However, most existing algorithms impose a high communication overhead due to frequent parameter exchanges between UEs and BTS. In this work, we propose a model splitting approach with a shared model at the BTS and multiple local models at the UEs to reduce communication overhead. Moreover, we implant a pipeline module at the BTS to reduce training time. By limiting exchanges of boundary parameters during forward and backward passes, our algorithm can significantly reduce the exchanged parameters over the benchmarks during federated CSI feedback training. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:06:08 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Dong",
"Yanjie",
""
],
[
"Zhang",
"Haijun",
""
],
[
"Chen",
"Gaojie",
""
],
[
"Fan",
"Xiaoyi",
""
],
[
"Leung",
"Victor C. M.",
""
],
[
"Hu",
"Xiping",
""
]
] |
2506.04114 | Ivan Horvath | Ivan Horv\'ath | The Infrared Phase of QCD and Anderson Localization | 12 pages, 12 figures. Invited contribution to the XVIth Quark Confinement and the Hadron Spectrum Conference (QCHSC24), 19-24 August 2024, Cairns Convention Centre, Cairns, Queensland, Australia | null | null | null | hep-lat cond-mat.dis-nn hep-ph nucl-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | When Anderson localization entered the QCD landscape, it was almost immediately thought about in connection with thermal phases, namely as a factor in the chiral transition. However, recent developments revealed an additional structure that made Anderson-like features central to the genesis of the entirely new thermal phase: the IR phase. I will explain these developments. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:07:46 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Horváth",
"Ivan",
""
]
] |
2506.04115 | Baptiste Brument | Robin Bruneau, Baptiste Brument, Yvain Qu\'eau, Jean M\'elou, Fran\c{c}ois Bernard Lauze, Jean-Denis Durou, Lilian Calvet | Multi-view Surface Reconstruction Using Normal and Reflectance Cues | 22 pages, 15 figures, 11 tables. A thorough qualitative and quantitive study is available in the supplementary material at https://drive.google.com/file/d/1KDfCKediXNP5Os954TL_QldaUWS0nKcD/view?usp=drive_link | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Achieving high-fidelity 3D surface reconstruction while preserving fine details remains challenging, especially in the presence of materials with complex reflectance properties and without a dense-view setup. In this paper, we introduce a versatile framework that incorporates multi-view normal and optionally reflectance maps into radiance-based surface reconstruction. Our approach employs a pixel-wise joint re-parametrization of reflectance and surface normals, representing them as a vector of radiances under simulated, varying illumination. This formulation enables seamless incorporation into standard surface reconstruction pipelines, such as traditional multi-view stereo (MVS) frameworks or modern neural volume rendering (NVR) ones. Combined with the latter, our approach achieves state-of-the-art performance on multi-view photometric stereo (MVPS) benchmark datasets, including DiLiGenT-MV, LUCES-MV and Skoltech3D. In particular, our method excels in reconstructing fine-grained details and handling challenging visibility conditions. The present paper is an extended version of the earlier conference paper by Brument et al. (in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024), featuring an accelerated and more robust algorithm as well as a broader empirical evaluation. The code and data relative to this article is available at https://github.com/RobinBruneau/RNb-NeuS2. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:09:16 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Bruneau",
"Robin",
""
],
[
"Brument",
"Baptiste",
""
],
[
"Quéau",
"Yvain",
""
],
[
"Mélou",
"Jean",
""
],
[
"Lauze",
"François Bernard",
""
],
[
"Durou",
"Jean-Denis",
""
],
[
"Calvet",
"Lilian",
""
]
] |
2506.04116 | Xuanru Zhou | Xuanru Zhou, Jiarun Liu, Shoujun Yu, Hao Yang, Cheng Li, Tao Tan, and Shanshan Wang | A Diffusion-Driven Temporal Super-Resolution and Spatial Consistency Enhancement Framework for 4D MRI imaging | null | null | null | null | eess.IV cs.AI cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In medical imaging, 4D MRI enables dynamic 3D visualization, yet the trade-off between spatial and temporal resolution requires prolonged scan time that can compromise temporal fidelity--especially during rapid, large-amplitude motion. Traditional approaches typically rely on registration-based interpolation to generate intermediate frames. However, these methods struggle with large deformations, resulting in misregistration, artifacts, and diminished spatial consistency. To address these challenges, we propose TSSC-Net, a novel framework that generates intermediate frames while preserving spatial consistency. To improve temporal fidelity under fast motion, our diffusion-based temporal super-resolution network generates intermediate frames using the start and end frames as key references, achieving 6x temporal super-resolution in a single inference step. Additionally, we introduce a novel tri-directional Mamba-based module that leverages long-range contextual information to effectively resolve spatial inconsistencies arising from cross-slice misalignment, thereby enhancing volumetric coherence and correcting cross-slice errors. Extensive experiments were performed on the public ACDC cardiac MRI dataset and a real-world dynamic 4D knee joint dataset. The results demonstrate that TSSC-Net can generate high-resolution dynamic MRI from fast-motion data while preserving structural fidelity and spatial consistency. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:09:19 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhou",
"Xuanru",
""
],
[
"Liu",
"Jiarun",
""
],
[
"Yu",
"Shoujun",
""
],
[
"Yang",
"Hao",
""
],
[
"Li",
"Cheng",
""
],
[
"Tan",
"Tao",
""
],
[
"Wang",
"Shanshan",
""
]
] |
2506.04117 | Tevfik Kosar | Elvis Rodrigues, Jacob Goldverg, Tevfik Kosar | Carbon-Aware Temporal Data Transfer Scheduling Across Cloud Datacenters | null | null | null | null | cs.DC cs.NI | http://creativecommons.org/licenses/by/4.0/ | Inter-datacenter communication is a significant part of cloud operations and produces a substantial amount of carbon emissions for cloud data centers, where the environmental impact has already been a pressing issue. In this paper, we present a novel carbon-aware temporal data transfer scheduling framework, called LinTS, which promises to significantly reduce the carbon emission of data transfers between cloud data centers. LinTS produces a competitive transfer schedule and makes scaling decisions, outperforming common heuristic algorithms. LinTS can lower carbon emissions during inter-datacenter transfers by up to 66% compared to the worst case and up to 15% compared to other solutions while preserving all deadline constraints. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:11:02 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Rodrigues",
"Elvis",
""
],
[
"Goldverg",
"Jacob",
""
],
[
"Kosar",
"Tevfik",
""
]
] |
2506.04118 | Jonathan Geuter | Jonathan Geuter and Youssef Mroueh and David Alvarez-Melis | Guided Speculative Inference for Efficient Test-Time Alignment of LLMs | 12 pages, 2 figures | null | null | null | cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose Guided Speculative Inference (GSI), a novel algorithm for efficient reward-guided decoding in large language models. GSI combines soft best-of-$n$ test-time scaling with a reward model $r(x,y)$ and speculative samples from a small auxiliary model $\pi_S(y\mid x)$. We provably approximate the optimal tilted policy $\pi_{\beta,B}(y\mid x) \propto \pi_B(y\mid x)\exp(\beta\,r(x,y))$ of soft best-of-$n$ under the primary model $\pi_B$. We derive a theoretical bound on the KL divergence between our induced distribution and the optimal policy. In experiments on reasoning benchmarks (MATH500, OlympiadBench, Minerva Math), our method achieves higher accuracy than standard soft best-of-$n$ with $\pi_S$ and reward-guided speculative decoding (Liao et al., 2025), and in certain settings even outperforms soft best-of-$n$ with $\pi_B$. The code is available at https://github.com/j-geuter/GSI . | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:12:26 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Geuter",
"Jonathan",
""
],
[
"Mroueh",
"Youssef",
""
],
[
"Alvarez-Melis",
"David",
""
]
] |
2506.04120 | Ben Moran | Ben Moran, Mauro Comi, Steven Bohez, Tom Erez, Zhibin Li and Leonard Hasenclever | Splatting Physical Scenes: End-to-End Real-to-Sim from Imperfect Robot Data | null | null | null | null | cs.RO cs.GR | http://creativecommons.org/licenses/by/4.0/ | Creating accurate, physical simulations directly from real-world robot motion holds great value for safe, scalable, and affordable robot learning, yet remains exceptionally challenging. Real robot data suffers from occlusions, noisy camera poses, dynamic scene elements, which hinder the creation of geometrically accurate and photorealistic digital twins of unseen objects. We introduce a novel real-to-sim framework tackling all these challenges at once. Our key insight is a hybrid scene representation merging the photorealistic rendering of 3D Gaussian Splatting with explicit object meshes suitable for physics simulation within a single representation. We propose an end-to-end optimization pipeline that leverages differentiable rendering and differentiable physics within MuJoCo to jointly refine all scene components - from object geometry and appearance to robot poses and physical parameters - directly from raw and imprecise robot trajectories. This unified optimization allows us to simultaneously achieve high-fidelity object mesh reconstruction, generate photorealistic novel views, and perform annotation-free robot pose calibration. We demonstrate the effectiveness of our approach both in simulation and on challenging real-world sequences using an ALOHA 2 bi-manual manipulator, enabling more practical and robust real-to-simulation pipelines. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:14:31 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Moran",
"Ben",
""
],
[
"Comi",
"Mauro",
""
],
[
"Bohez",
"Steven",
""
],
[
"Erez",
"Tom",
""
],
[
"Li",
"Zhibin",
""
],
[
"Hasenclever",
"Leonard",
""
]
] |
2506.04122 | Sharang Kaul | Sharang Kaul, Mario Berk, Thiemo Gerbich, Abhinav Valada | Contour Errors: An Ego-Centric Metric for Reliable 3D Multi-Object Tracking | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Finding reliable matches is essential in multi-object tracking to ensure the accuracy and reliability of perception systems in safety-critical applications such as autonomous vehicles. Effective matching mitigates perception errors, enhancing object identification and tracking for improved performance and safety. However, traditional metrics such as Intersection over Union (IoU) and Center Point Distances (CPDs), which are effective in 2D image planes, often fail to find critical matches in complex 3D scenes. To address this limitation, we introduce Contour Errors (CEs), an ego or object-centric metric for identifying matches of interest in tracking scenarios from a functional perspective. By comparing bounding boxes in the ego vehicle's frame, contour errors provide a more functionally relevant assessment of object matches. Extensive experiments on the nuScenes dataset demonstrate that contour errors improve the reliability of matches over the state-of-the-art 2D IoU and CPD metrics in tracking-by-detection methods. In 3D car tracking, our results show that Contour Errors reduce functional failures (FPs/FNs) by 80% at close ranges and 60% at far ranges compared to IoU in the evaluation stage. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:15:04 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kaul",
"Sharang",
""
],
[
"Berk",
"Mario",
""
],
[
"Gerbich",
"Thiemo",
""
],
[
"Valada",
"Abhinav",
""
]
] |
2506.04123 | Zeyu Huang | Zeyu Huang, Stefan Schwarz, Bashar Tahir and Markus Rupp | Identification of RIS-Assisted Paths for Wireless Integrated Sensing and Communication | 5 pages, 5 figures, conference | null | 10.1109/PIMRC54779.2022.9977621 | null | eess.SP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Distinguishing between reconfigurable intelligent surface (RIS) assisted paths and non-line-of-sight (NLOS) paths is a fundamental problem for RIS-assisted integrated sensing and communication. In this work, we propose a pattern alternation scheme for the RIS response that uses part of the RIS as a dynamic part to modulate the estimated channel power, which can considerably help the user equipments (UEs) to identify the RIS-assisted paths. Under such a dynamic setup, we formulate the detection framework for a single UE, where we develop a statistical model of the estimated channel power, allowing us to analytically evaluate the performance of the system. We investigate our method under two critical factors: the number of RIS elements allocated for the dynamic part and the allocation of RIS elements among different users. Simulation results verify the accuracy of our analysis. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:15:36 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Huang",
"Zeyu",
""
],
[
"Schwarz",
"Stefan",
""
],
[
"Tahir",
"Bashar",
""
],
[
"Rupp",
"Markus",
""
]
] |
2506.04124 | Tom\'e Graxinha | Pedro Duarte and Tom\'e Graxinha | H\"older continuity of Lyapunov exponents for non-invertible and non-compact random cocycles | null | null | null | null | math.DS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the regularity of Lyapunov exponents for random linear cocycles taking values in $\Mat_m(\R)$ and driven by i.i.d. processes. Under three natural conditions - finite exponential moments, a spectral gap between the top two Lyapunov exponents, and quasi-irreducibility of the associated semigroup - we prove that the top Lyapunov exponent is H\"older continuous with respect to the Wasserstein distance. In the final section, we apply the main results to Schr\"odinger cocycles with unbounded potentials. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:16:24 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Duarte",
"Pedro",
""
],
[
"Graxinha",
"Tomé",
""
]
] |
2506.04125 | Lingyun Ding | Lingyun Ding, Shuang Hu, Baiyun Huang, Qinghai Zhang | Lagrangian Particle Classification and Lagrangian Flux Identities for a Moving Hypersurface | null | null | null | null | math.NA cs.NA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | For a moving hypersurface in the flow of a nonautonomous ordinary differential equation in $n$-dimensional Euclidean spaces, the fluxing index of a passively-advected Lagrangian particle
is the total number of times it crosses the moving hypersurface within a time interval. The problem of Lagrangian particle classification is to decompose the phase space into flux sets, equivalence classes of Lagrangian particles at the initial time. In the context of scalar conservation laws, the problem of Lagrangian flux calculation (LFC) is to find flux identities that relate the Eulerian flux of a scalar through the moving hypersurface, a spatiotemporal integral over the moving surface in a given time interval, to spatial integrals over donating regions
at the initial time of the interval. In this work, we implicitly characterize flux sets via topological degrees, explicitly construct donating regions, prove the equivalence of flux sets and donating regions, and establish two flux identities; these analytical results constitute our solutions to the aforementioned problems. Based on a flux identity suitable for numerical calculation, we further proposed a new LFC algorithm, proved its convergence, and demonstrated its efficiency, good conditioning, and high-order accuracy by results of various numerical tests. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:17:11 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Ding",
"Lingyun",
""
],
[
"Hu",
"Shuang",
""
],
[
"Huang",
"Baiyun",
""
],
[
"Zhang",
"Qinghai",
""
]
] |
2506.04126 | Yujun Kim | Yujun Kim, Jaeyoung Cha, Chulhee Yun | Incremental Gradient Descent with Small Epoch Counts is Surprisingly Slow on Ill-Conditioned Problems | Accepted to ICML 2025, 56 pages, 6 figures | null | null | null | cs.LG math.OC | http://creativecommons.org/licenses/by/4.0/ | Recent theoretical results demonstrate that the convergence rates of permutation-based SGD (e.g., random reshuffling SGD) are faster than uniform-sampling SGD; however, these studies focus mainly on the large epoch regime, where the number of epochs $K$ exceeds the condition number $\kappa$. In contrast, little is known when $K$ is smaller than $\kappa$, and it is still a challenging open question whether permutation-based SGD can converge faster in this small epoch regime (Safran and Shamir, 2021). As a step toward understanding this gap, we study the naive deterministic variant, Incremental Gradient Descent (IGD), on smooth and strongly convex functions. Our lower bounds reveal that for the small epoch regime, IGD can exhibit surprisingly slow convergence even when all component functions are strongly convex. Furthermore, when some component functions are allowed to be nonconvex, we prove that the optimality gap of IGD can be significantly worse throughout the small epoch regime. Our analyses reveal that the convergence properties of permutation-based SGD in the small epoch regime may vary drastically depending on the assumptions on component functions. Lastly, we supplement the paper with tight upper and lower bounds for IGD in the large epoch regime. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:17:25 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kim",
"Yujun",
""
],
[
"Cha",
"Jaeyoung",
""
],
[
"Yun",
"Chulhee",
""
]
] |
2506.04127 | Julian Golak | Julian Golak, Finn S\"orensen and Malte Fliedner | The Line Traveling Salesman and Repairman Problem with Collaboration | null | null | null | null | cs.CC | http://creativecommons.org/licenses/by/4.0/ | In this work, we consider extensions of both the Line Traveling Salesman and Line Traveling Repairman Problem, in which a single server must service a set of clients located along a line segment under the assumption that not only the server, but also the clients can move along the line and seek to collaborate with the server to speed up service times. We analyze the structure of different problem versions and identify hard and easy subproblems by building up on prior results from the literature. Specifically, we investigate problem versions with zero or general processing times, clients that are either slower or faster than the server, as well as different time window restrictions. Collectively, these results map out the complexity landscape of the Line Traveling Salesman and Repairman Problem with collaboration. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:19:31 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Golak",
"Julian",
""
],
[
"Sörensen",
"Finn",
""
],
[
"Fliedner",
"Malte",
""
]
] |
2506.04128 | Boyu Ren | Boyu Ren, Federico Ferrari, Sandra Fortini, Steffen Ventz, Lorenzo Trippa | Leveraging External Data for Testing Experimental Therapies with Biomarker Interactions in Randomized Clinical Trials | null | null | null | null | stat.ME | http://creativecommons.org/licenses/by/4.0/ | In oncology the efficacy of novel therapeutics often differs across patient subgroups, and these variations are difficult to predict during the initial phases of the drug development process. The relation between the power of randomized clinical trials and heterogeneous treatment effects has been discussed by several authors. In particular, false negative results are likely to occur when the treatment effects concentrate in a subpopulation but the study design did not account for potential heterogeneous treatment effects. The use of external data from completed clinical studies and electronic health records has the potential to improve decision-making throughout the development of new therapeutics, from early-stage trials to registration. Here we discuss the use of external data to evaluate experimental treatments with potential heterogeneous treatment effects. We introduce a permutation procedure to test, at the completion of a randomized clinical trial, the null hypothesis that the experimental therapy does not improve the primary outcomes in any subpopulation. The permutation test leverages the available external data to increase power. Also, the procedure controls the false positive rate at the desired $\alpha$-level without restrictive assumptions on the external data, for example, in scenarios with unmeasured confounders, different pre-treatment patient profiles in the trial population compared to the external data, and other discrepancies between the trial and the external data. We illustrate that the permutation test is optimal according to an interpretable criteria and discuss examples based on asymptotic results and simulations, followed by a retrospective analysis of individual patient-level data from a collection of glioblastoma clinical trials. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:20:12 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Ren",
"Boyu",
""
],
[
"Ferrari",
"Federico",
""
],
[
"Fortini",
"Sandra",
""
],
[
"Ventz",
"Steffen",
""
],
[
"Trippa",
"Lorenzo",
""
]
] |
2506.04130 | Rodrigo Leiva | A.A. Sickafoose, S.M. Giuliatti Winter, R. Leiva, C.B. Olkin, D. Ragozzine, L.M. Woodney | The Near-Centaur Environment: Satellites, Rings, and Debris | Excerpt (Chapter 9) from the book Centaurs. IOP Publishing Ltd. May 2025. https://iopscience.iop.org/book/edit/978-0-7503-5588-9 | null | 10.1088/2514-3433/ada267ch9 | null | astro-ph.EP | http://creativecommons.org/licenses/by/4.0/ | The unexpected finding of a ring system around the Centaur (10199) Chariklo opened a new window for dynamical studies and posed many questions about the formation and evolutionary mechanisms of Centaurs as well as the relationship to satellites and outbursting activity. As minor planets that cross the orbits of the giant planets, Centaurs have short dynamical lifetimes: Centaurs are supplied from the trans-Neptunian region and some fraction migrates inward to become Jupiter-family comets. Given these dynamical pathways, a comparison of attributes across these classifications provides information to understand the source population(s) and the processes that have affected these minor planets throughout their lifetimes. In this chapter we review the current knowledge of satellites, rings, and debris around Centaur-like bodies, discuss the observational techniques involved, place the information into context with the trans-Neptunian Objects, and consider what the results tell us about the outer solar system. We also examine open questions and future prospects. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:20:42 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Sickafoose",
"A. A.",
""
],
[
"Winter",
"S. M. Giuliatti",
""
],
[
"Leiva",
"R.",
""
],
[
"Olkin",
"C. B.",
""
],
[
"Ragozzine",
"D.",
""
],
[
"Woodney",
"L. M.",
""
]
] |
2506.04131 | Disha Sheshanarayana | Disha Sheshanarayana, Tanishka Magar, Ayushi Mittal, Neelam Chaplot | CLAIM: An Intent-Driven Multi-Agent Framework for Analyzing Manipulation in Courtroom Dialogues | Accepted to SICon 2025 ACL | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Courtrooms are places where lives are determined and fates are sealed, yet they are not impervious to manipulation. Strategic use of manipulation in legal jargon can sway the opinions of judges and affect the decisions. Despite the growing advancements in NLP, its application in detecting and analyzing manipulation within the legal domain remains largely unexplored. Our work addresses this gap by introducing LegalCon, a dataset of 1,063 annotated courtroom conversations labeled for manipulation detection, identification of primary manipulators, and classification of manipulative techniques, with a focus on long conversations. Furthermore, we propose CLAIM, a two-stage, Intent-driven Multi-agent framework designed to enhance manipulation analysis by enabling context-aware and informed decision-making. Our results highlight the potential of incorporating agentic frameworks to improve fairness and transparency in judicial processes. We hope that this contributes to the broader application of NLP in legal discourse analysis and the development of robust tools to support fairness in legal decision-making. Our code and data are available at https://github.com/Disha1001/CLAIM. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:22:59 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Sheshanarayana",
"Disha",
""
],
[
"Magar",
"Tanishka",
""
],
[
"Mittal",
"Ayushi",
""
],
[
"Chaplot",
"Neelam",
""
]
] |
2506.04132 | Peter Gloor | Peter A. Gloor | Plant Bioelectric Early Warning Systems: A Five-Year Investigation into Human-Plant Electromagnetic Communication | null | null | null | null | q-bio.OT cs.AI | http://creativecommons.org/licenses/by/4.0/ | We present a comprehensive investigation into plant bioelectric responses to human presence and emotional states, building on five years of systematic research. Using custom-built plant sensors and machine learning classification, we demonstrate that plants generate distinct bioelectric signals correlating with human proximity, emotional states, and physiological conditions. A deep learning model based on ResNet50 architecture achieved 97% accuracy in classifying human emotional states through plant voltage spectrograms, while control models with shuffled labels achieved only 30% accuracy. This study synthesizes findings from multiple experiments spanning 2020-2025, including individual recognition (66% accuracy), eurythmic gesture detection, stress prediction, and responses to human voice and movement. We propose that these phenomena represent evolved anti-herbivory early warning systems, where plants detect approaching animals through bioelectric field changes before physical contact. Our results challenge conventional understanding of plant sensory capabilities and suggest practical applications in agriculture, healthcare, and human-plant interaction research. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:23:06 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Gloor",
"Peter A.",
""
]
] |
2506.04133 | Shaina Raza Dr. | Shaina Raza, Ranjan Sapkota, Manoj Karkee, Christos Emmanouilidis | TRiSM for Agentic AI: A Review of Trust, Risk, and Security Management in LLM-based Agentic Multi-Agent Systems | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by/4.0/ | Agentic AI systems, built on large language models (LLMs) and deployed in multi-agent configurations, are redefining intelligent autonomy, collaboration and decision-making across enterprise and societal domains. This review presents a structured analysis of Trust, Risk, and Security Management (TRiSM) in the context of LLM-based agentic multi-agent systems (AMAS). We begin by examining the conceptual foundations of agentic AI, its architectural differences from traditional AI agents, and the emerging system designs that enable scalable, tool-using autonomy. The TRiSM in the agentic AI framework is then detailed through four pillars governance, explainability, ModelOps, and privacy/security each contextualized for agentic LLMs. We identify unique threat vectors and introduce a comprehensive risk taxonomy for the agentic AI applications, supported by case studies illustrating real-world vulnerabilities. Furthermore, the paper also surveys trust-building mechanisms, transparency and oversight techniques, and state-of-the-art explainability strategies in distributed LLM agent systems. Additionally, metrics for evaluating trust, interpretability, and human-centered performance are reviewed alongside open benchmarking challenges. Security and privacy are addressed through encryption, adversarial defense, and compliance with evolving AI regulations. The paper concludes with a roadmap for responsible agentic AI, proposing research directions to align emerging multi-agent systems with robust TRiSM principles for safe, accountable, and transparent deployment. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:26:11 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Raza",
"Shaina",
""
],
[
"Sapkota",
"Ranjan",
""
],
[
"Karkee",
"Manoj",
""
],
[
"Emmanouilidis",
"Christos",
""
]
] |
2506.04134 | Jinting Wang | Jinting Wang, Shan Yang, Li Liu | UniCUE: Unified Recognition and Generation Framework for Chinese Cued Speech Video-to-Speech Generation | 10 pages, 10 figures | null | null | null | cs.CV cs.SD eess.AS | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Cued Speech (CS) enhances lipreading through hand coding, providing precise speech perception support for the hearing-impaired. CS Video-to-Speech generation (CSV2S) task aims to convert the CS visual expressions (CS videos) of hearing-impaired individuals into comprehensible speech signals. Direct generation of speech from CS video (called single CSV2S) yields poor performance due to insufficient CS data. Current research mostly focuses on CS Recognition (CSR), which convert video content into linguistic text. Based on this, one straightforward way of CSV2S is to combine CSR with a Text-to-Speech system. This combined architecture relies on text as an intermediate medium for stepwise cross-modal alignment, which may lead to error propagation and temporal misalignment between speech and video dynamics. To address these challenges, we propose a novel approach that directly generates speech from CS videos without relying on intermediate text. Building upon this, we propose UniCUE, the first unified framework for CSV2S, whose core innovation lies in the integration of the CSR task that provides fine-grained visual-semantic information to facilitate speech generation from CS videos. More precisely, (1) a novel fine-grained semantic alignment pool to ensure precise mapping between visual features and speech contents; (2) a VisioPhonetic adapter to bridge cross-task representations, ensuring seamless compatibility between two distinct tasks (i.e., CSV2S and CSR); (3) a pose-aware visual processor is introduced to enhance fine-grained spatiotemporal correlations between lip and hand movements in CS video. Experiments on our new established Chinese CS dataset (14 cuers1: 8 hearing-impaired and 6 normal-hearing) show that our UniCUE significantly reduces Word Error Rate by 78.3% and improves lip-speech synchronization by 32% compared to the single CSV2S. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:26:49 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Wang",
"Jinting",
""
],
[
"Yang",
"Shan",
""
],
[
"Liu",
"Li",
""
]
] |
2506.04136 | Joseph Twicken | Joseph D. Twicken (1 and 2), Jon M. Jenkins (2), Douglas A. Caldwell (1 and 2), Benjamin M. Tofflemire (1 and 2), Marziye Jafariyazani (1 and 2), Peter Tenenbaum (1 and 2), Jeffrey C. Smith (1 and 2), Stephanie L. Striegel (1 and 2), Eric Ting (2), Bill Wohler (1 and 2), Mark E. Rose (2), David Rapetti (3 and 2), Michael M. Fausnaugh (4), Roland Vanderspek (5) ((1) SETI Institute, Mountain View, CA, USA, (2) NASA Ames Research Center, Moffett Field, CA, USA, (3) Research Institute for Advanced Computer Science, Universities Space Research Association, Washington, DC, USA, (4) Department of Physics and Astronomy, Texas Tech University, Lubbock, TX, USA, (5) Kavli Institute for Astrophysics and Space Research, Massachusetts Institute of Technology, Cambridge, MA, USA) | TESS Science Processing Operations Center Photometric Precision Archival Product | 3 pages, 1 figure | 2025, Res. Notes AAS, 9, 132 | 10.3847/2515-5172/addec4 | null | astro-ph.IM | http://creativecommons.org/licenses/by/4.0/ | We report the delivery to the Mikulski Archive for Space Telescopes (MAST) of tables containing Root Mean Square (RMS) Combined Differential Photometric Precision (CDPP) values for all TESS 2-min cadence targets with Science Processing Operations Center (SPOC) light curves in Sectors 1-90. Each comma-separated values (CSV) file contains CDPP values for all 2-min light curves in the given sector. The tables include robust RMS CDPP values for the 15 trial transit pulse durations searched in the SPOC 2-min processing pipeline, ranging from 0.5-15.0 hr. For each pulse duration, CDPP is computed in the transit search for a trial transit centered on every cadence. The RMS value of the CDPP time series is a metric that may be employed to estimate signal-to-noise ratio for transits with the given duration and a specified depth. We will continue to deliver the RMS CDPP tables to MAST for each observing sector. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:28:45 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Twicken",
"Joseph D.",
"",
"1 and 2"
],
[
"Jenkins",
"Jon M.",
"",
"NASA Ames Research Center, Moffett Field, CA, USA"
],
[
"Caldwell",
"Douglas A.",
"",
"1 and 2"
],
[
"Tofflemire",
"Benjamin M.",
"",
"1 and 2"
],
[
"Jafariyazani",
"Marziye",
"",
"1 and 2"
],
[
"Tenenbaum",
"Peter",
"",
"1 and 2"
],
[
"Smith",
"Jeffrey C.",
"",
"1 and 2"
],
[
"Striegel",
"Stephanie L.",
"",
"1 and 2"
],
[
"Ting",
"Eric",
"",
"NASA Ames Research Center, Moffett Field, CA, USA"
],
[
"Wohler",
"Bill",
"",
"1 and 2"
],
[
"Rose",
"Mark E.",
"",
"NASA Ames Research Center, Moffett Field, CA, USA"
],
[
"Rapetti",
"David",
"",
"3 and 2"
],
[
"Fausnaugh",
"Michael M.",
"",
"Department of Physics and Astronomy, Texas Tech University, Lubbock, TX, USA"
],
[
"Vanderspek",
"Roland",
"",
"Kavli Institute for Astrophysics and Space Research, Massachusetts Institute of Technology, Cambridge, MA, USA"
]
] |
2506.04137 | Assil Bouzid | Firas Shuaib, Assil Bouzid, Remi Piotrowski, Gaelle Delaizir, Pierre-Marie Geffroy, David Hamani, Raghvender Raghvender, Steve Dave Wansi Wendji, Carlo Massobrio, Mauro Boero, Guido Ori, Philippe Thomas, and Olivier Masson | Atomic scale structure and dynamical properties of (TeO$_2$)$_{1-x}$-(Na$_2$O)$_{x}$ glasses through first-principles modeling and XRD measurements | null | null | null | null | cond-mat.mtrl-sci cond-mat.dis-nn | http://creativecommons.org/licenses/by/4.0/ | We resort to first-principles molecular dynamics, in synergy with experiments, to study structural evolution and Na$^+$ cation diffusion inside (TeO$_2$)$_{1-x}$-(Na$_2$O)$_{x}$ (x = 0.10-0.40) glasses. Experimental and modeling results show a fair quantitative agreement in terms of total X-ray structure factors and pair distribution functions, thereby setting the ground for a comprehensive analysis of the glassy matrix evolution. We find that the structure of (TeO$_2$)$_{1-x}$-(Na$_2$O)$_{x}$ glasses deviates drastically from that of pure TeO$_2$ glass. Specifically, increasing the Na$_2$O concentration leads to a reduction of the coordination number of Te atoms, reflecting the occurrence of a structural depolymerization upon introduction of the Na$_2$O modifier oxide. The depolymerization phenomenon is ascribed to the transformation of Te-O-Te bridges into terminal Te-O non bridging oxygen atoms (NBO). Consequently, the concentration of NBO increases in these systems as the concentration of the modifier increases, accompanied by a concomitant reduction in the coordination number of Na atoms. The structure factors results show a prominent peak at 1.4 A, that becomes more and more pronounced as the Na2O concentration increases. The occurrence of this first sharp diffraction peak is attributed to the growth of Na-rich channels inside the amorphous network, acting as preferential routes for alkali-ion conduction inside the relatively stable Te-O matrix. These channels enhance the ion mobility. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:28:54 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Shuaib",
"Firas",
""
],
[
"Bouzid",
"Assil",
""
],
[
"Piotrowski",
"Remi",
""
],
[
"Delaizir",
"Gaelle",
""
],
[
"Geffroy",
"Pierre-Marie",
""
],
[
"Hamani",
"David",
""
],
[
"Raghvender",
"Raghvender",
""
],
[
"Wendji",
"Steve Dave Wansi",
""
],
[
"Massobrio",
"Carlo",
""
],
[
"Boero",
"Mauro",
""
],
[
"Ori",
"Guido",
""
],
[
"Thomas",
"Philippe",
""
],
[
"Masson",
"Olivier",
""
]
] |
2506.04138 | Fatemeh Abedini | Fatemeh Abedini, Ghassem Gozaliasl, Akram Hasani Zonoozi, Atousa Kalantari, Maarit Korpi-Lagg, Olivier Ilbert, Hollis B. Akins, Natalie Allen, Rafael C. Arango-Toro, Caitlin M. Casey, Nicole E. Drakos, Andreas L. Faisst, Carter Flayhart, Maximilien Franco, Santosh Harish, Hossein Hatamnia, Jeyhan S. Kartaltepe, Ali Ahmad Khostovan, Anton M. Koekemoer, Vasily Kokorev, Rebecca L. Larson, Gavin Leroy, Daizhong Liu, Henry Joy McCracken, Jed McKinney, Nicolas McMahon, Bahram Mobasher, Sophie Newman, Louise Paquereau, Jason Rhodes, Brant E. Robertson, Marko Shuntov, Sina Taamoli, Sune Toft, Francesco Valentino, Eleni Vardoulaki, John R. Weaver | COSMOS-Web: Estimating Physical Parameters of Galaxies Using Self-Organizing Maps | null | null | null | null | astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | The COSMOS-Web survey, with its unparalleled combination of multiband data -- particularly near-infrared imaging from JWST's NIRCam (F115W, F150W, F277W, and F444W), provides a transformative dataset reaching down to approximately 28th magnitude (F444W) for studying galaxy evolution. In this work, we employ Self-Organizing Maps (SOMs), an unsupervised machine learning method, to estimate key physical parameters of galaxies, redshift, stellar mass, star formation rate (SFR), specific SFR (sSFR), and age, directly from photometric data out to redshift $z = 3.5$. SOMs efficiently project high-dimensional galaxy color information onto two-dimensional maps, revealing how physical properties vary among galaxies with similar spectral energy distributions.We first validate our approach using mock galaxy catalogs from the HORIZON-AGN simulation, where the SOM accurately recovers the true parameters, demonstrating its robustness. Applying the method to COSMOS-Web observations, we find that the SOM delivers reliable estimates despite the increased complexity of real galaxy populations. Performance metrics (NMAD and RMSE typically between 0.1 and 0.3) confirm the method's precision, with about 70\% of predictions falling within one standard deviation (dex) of the reference values. While redshift estimation in COSMOS-Web presents challenges (median NMAD = 0.05), the overall success of the SOM highlights its potential as a powerful and interpretable tool for galaxy parameter estimation. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:29:13 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Abedini",
"Fatemeh",
""
],
[
"Gozaliasl",
"Ghassem",
""
],
[
"Zonoozi",
"Akram Hasani",
""
],
[
"Kalantari",
"Atousa",
""
],
[
"Korpi-Lagg",
"Maarit",
""
],
[
"Ilbert",
"Olivier",
""
],
[
"Akins",
"Hollis B.",
""
],
[
"Allen",
"Natalie",
""
],
[
"Arango-Toro",
"Rafael C.",
""
],
[
"Casey",
"Caitlin M.",
""
],
[
"Drakos",
"Nicole E.",
""
],
[
"Faisst",
"Andreas L.",
""
],
[
"Flayhart",
"Carter",
""
],
[
"Franco",
"Maximilien",
""
],
[
"Harish",
"Santosh",
""
],
[
"Hatamnia",
"Hossein",
""
],
[
"Kartaltepe",
"Jeyhan S.",
""
],
[
"Khostovan",
"Ali Ahmad",
""
],
[
"Koekemoer",
"Anton M.",
""
],
[
"Kokorev",
"Vasily",
""
],
[
"Larson",
"Rebecca L.",
""
],
[
"Leroy",
"Gavin",
""
],
[
"Liu",
"Daizhong",
""
],
[
"McCracken",
"Henry Joy",
""
],
[
"McKinney",
"Jed",
""
],
[
"McMahon",
"Nicolas",
""
],
[
"Mobasher",
"Bahram",
""
],
[
"Newman",
"Sophie",
""
],
[
"Paquereau",
"Louise",
""
],
[
"Rhodes",
"Jason",
""
],
[
"Robertson",
"Brant E.",
""
],
[
"Shuntov",
"Marko",
""
],
[
"Taamoli",
"Sina",
""
],
[
"Toft",
"Sune",
""
],
[
"Valentino",
"Francesco",
""
],
[
"Vardoulaki",
"Eleni",
""
],
[
"Weaver",
"John R.",
""
]
] |
2506.04139 | Ratna Kandala | Ratna Kandala, Katie Hoemann | Are Lexicon-Based Tools Still the Gold Standard for Valence Analysis in Low-Resource Flemish? | null | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Understanding the nuances in everyday language is pivotal for advancements in computational linguistics & emotions research. Traditional lexicon-based tools such as LIWC and Pattern have long served as foundational instruments in this domain. LIWC is the most extensively validated word count based text analysis tool in the social sciences and Pattern is an open source Python library offering functionalities for NLP. However, everyday language is inherently spontaneous, richly expressive, & deeply context dependent. To explore the capabilities of LLMs in capturing the valences of daily narratives in Flemish, we first conducted a study involving approximately 25,000 textual responses from 102 Dutch-speaking participants. Each participant provided narratives prompted by the question, "What is happening right now and how do you feel about it?", accompanied by self-assessed valence ratings on a continuous scale from -50 to +50. We then assessed the performance of three Dutch-specific LLMs in predicting these valence scores, and compared their outputs to those generated by LIWC and Pattern. Our findings indicate that, despite advancements in LLM architectures, these Dutch tuned models currently fall short in accurately capturing the emotional valence present in spontaneous, real-world narratives. This study underscores the imperative for developing culturally and linguistically tailored models/tools that can adeptly handle the complexities of natural language use. Enhancing automated valence analysis is not only pivotal for advancing computational methodologies but also holds significant promise for psychological research with ecologically valid insights into human daily experiences. We advocate for increased efforts in creating comprehensive datasets & finetuning LLMs for low-resource languages like Flemish, aiming to bridge the gap between computational linguistics & emotion research. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:31:37 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Kandala",
"Ratna",
""
],
[
"Hoemann",
"Katie",
""
]
] |
2506.04140 | Thomas Jaenich | Thomas Jaenich, Alejandro Moreo, Alessandro Fabris, Graham McDonald, Andrea Esuli, Iadh Ounis, Fabrizio Sebastiani | Quantifying Query Fairness Under Unawareness | null | null | null | null | cs.IR | http://creativecommons.org/licenses/by/4.0/ | Traditional ranking algorithms are designed to retrieve the most relevant items for a user's query, but they often inherit biases from data that can unfairly disadvantage vulnerable groups. Fairness in information access systems (IAS) is typically assessed by comparing the distribution of groups in a ranking to a target distribution, such as the overall group distribution in the dataset. These fairness metrics depend on knowing the true group labels for each item. However, when groups are defined by demographic or sensitive attributes, these labels are often unknown, leading to a setting known as "fairness under unawareness". To address this, group membership can be inferred using machine-learned classifiers, and group prevalence is estimated by counting the predicted labels. Unfortunately, such an estimation is known to be unreliable under dataset shift, compromising the accuracy of fairness evaluations. In this paper, we introduce a robust fairness estimator based on quantification that effectively handles multiple sensitive attributes beyond binary classifications. Our method outperforms existing baselines across various sensitive attributes and, to the best of our knowledge, is the first to establish a reliable protocol for measuring fairness under unawareness across multiple queries and groups. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:31:44 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Jaenich",
"Thomas",
""
],
[
"Moreo",
"Alejandro",
""
],
[
"Fabris",
"Alessandro",
""
],
[
"McDonald",
"Graham",
""
],
[
"Esuli",
"Andrea",
""
],
[
"Ounis",
"Iadh",
""
],
[
"Sebastiani",
"Fabrizio",
""
]
] |
2506.04141 | Kejian Zhu | Kejian Zhu, Zhuoran Jin, Hongbang Yuan, Jiachun Li, Shangqing Tu, Pengfei Cao, Yubo Chen, Kang Liu, Jun Zhao | MMR-V: What's Left Unsaid? A Benchmark for Multimodal Deep Reasoning in Videos | Project Page: https://mmr-v.github.io | null | null | null | cs.CV cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The sequential structure of videos poses a challenge to the ability of multimodal large language models (MLLMs) to locate multi-frame evidence and conduct multimodal reasoning. However, existing video benchmarks mainly focus on understanding tasks, which only require models to match frames mentioned in the question (hereafter referred to as "question frame") and perceive a few adjacent frames. To address this gap, we propose MMR-V: A Benchmark for Multimodal Deep Reasoning in Videos. The benchmark is characterized by the following features. (1) Long-range, multi-frame reasoning: Models are required to infer and analyze evidence frames that may be far from the question frame. (2) Beyond perception: Questions cannot be answered through direct perception alone but require reasoning over hidden information. (3) Reliability: All tasks are manually annotated, referencing extensive real-world user understanding to align with common perceptions. (4) Confusability: Carefully designed distractor annotation strategies to reduce model shortcuts. MMR-V consists of 317 videos and 1,257 tasks. Our experiments reveal that current models still struggle with multi-modal reasoning; even the best-performing model, o4-mini, achieves only 52.5% accuracy. Additionally, current reasoning enhancement strategies (Chain-of-Thought and scaling test-time compute) bring limited gains. Further analysis indicates that the CoT demanded for multi-modal reasoning differs from it in textual reasoning, which partly explains the limited performance gains. We hope that MMR-V can inspire further research into enhancing multi-modal reasoning capabilities. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:33:41 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhu",
"Kejian",
""
],
[
"Jin",
"Zhuoran",
""
],
[
"Yuan",
"Hongbang",
""
],
[
"Li",
"Jiachun",
""
],
[
"Tu",
"Shangqing",
""
],
[
"Cao",
"Pengfei",
""
],
[
"Chen",
"Yubo",
""
],
[
"Liu",
"Kang",
""
],
[
"Zhao",
"Jun",
""
]
] |
2506.04142 | Kejian Zhu | Kejian Zhu, Shangqing Tu, Zhuoran Jin, Lei Hou, Juanzi Li, Jun Zhao | Establishing Trustworthy LLM Evaluation via Shortcut Neuron Analysis | Accepted to ACL 2025 Main Conference | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The development of large language models (LLMs) depends on trustworthy evaluation. However, most current evaluations rely on public benchmarks, which are prone to data contamination issues that significantly compromise fairness. Previous researches have focused on constructing dynamic benchmarks to address contamination. However, continuously building new benchmarks is costly and cyclical. In this work, we aim to tackle contamination by analyzing the mechanisms of contaminated models themselves. Through our experiments, we discover that the overestimation of contaminated models is likely due to parameters acquiring shortcut solutions in training. We further propose a novel method for identifying shortcut neurons through comparative and causal analysis. Building on this, we introduce an evaluation method called shortcut neuron patching to suppress shortcut neurons. Experiments validate the effectiveness of our approach in mitigating contamination. Additionally, our evaluation results exhibit a strong linear correlation with MixEval, a recently released trustworthy benchmark, achieving a Spearman coefficient ($\rho$) exceeding 0.95. This high correlation indicates that our method closely reveals true capabilities of the models and is trustworthy. We conduct further experiments to demonstrate the generalizability of our method across various benchmarks and hyperparameter settings. Code: https://github.com/GaryStack/Trustworthy-Evaluation | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:33:44 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Zhu",
"Kejian",
""
],
[
"Tu",
"Shangqing",
""
],
[
"Jin",
"Zhuoran",
""
],
[
"Hou",
"Lei",
""
],
[
"Li",
"Juanzi",
""
],
[
"Zhao",
"Jun",
""
]
] |
2506.04144 | Zhijun Li | Zhi-Jun Li, Zheng-Yun You, Xiao-Rui Lyu | Could an axion-like particle be hidden in $\eta_c\to\gamma\gamma$? | 12 pages, 4 figures | null | null | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We discuss the possibility of an axion-like particle being merged in the recent observation of $\eta_c \to \gamma\gamma$ at BESIII and find that it cannot be excluded in the current experimental data. The mass, width, and coupling strengths of the axion-like particle are extracted, and several other channels to confirm or exclude the existence of such an axion-like particle are also discussed. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:37:42 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Li",
"Zhi-Jun",
""
],
[
"You",
"Zheng-Yun",
""
],
[
"Lyu",
"Xiao-Rui",
""
]
] |
2506.04145 | Benedetta Tessa | Benedetta Tessa, Denise Amram, Anna Monreale and Stefano Cresci | Improving Regulatory Oversight in Online Content Moderation | null | null | null | null | cs.CY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The European Union introduced the Digital Services Act (DSA) to address the risks associated with digital platforms and promote a safer online environment. However, despite the potential of components such as the Transparency Database, Transparency Reports, and Article 40 of the DSA to improve platform transparency, significant challenges remain. These include data inconsistencies and a lack of detailed information, which hinder transparency in content moderation practices. Additionally, the absence of standardized reporting structures makes cross-platform comparisons and broader analyses difficult. To address these issues, we propose two complementary processes: a Transparency Report Cross-Checking Process and a Verification Process. Their goal is to provide both internal and external validation by detecting possible inconsistencies between self-reported and actual platform data, assessing compliance levels, and ultimately enhancing transparency while improving the overall effectiveness of the DSA in ensuring accountability in content moderation. Additionally, these processes can benefit policymakers by providing more accurate data for decision-making, independent researchers with trustworthy analysis, and platforms by offering a method for self-assessment and improving compliance and reporting practices. | [
{
"version": "v1",
"created": "Wed, 04 Jun 2025 16:38:25 GMT"
}
] | 2025-06-05T00:00:00 | [
[
"Tessa",
"Benedetta",
""
],
[
"Amram",
"Denise",
""
],
[
"Monreale",
"Anna",
""
],
[
"Cresci",
"Stefano",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.