id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-06-27 00:00:00
authors_parsed
sequencelengths
1
2.83k
2506.19054
Mintong Kang
Mintong Kang, Zhaorun Chen, Chejian Xu, Jiawei Zhang, Chengquan Guo, Minzhou Pan, Ivan Revilla, Yu Sun, Bo Li
GuardSet-X: Massive Multi-Domain Safety Policy-Grounded Guardrail Dataset
null
null
null
null
cs.CR
http://creativecommons.org/licenses/by/4.0/
As LLMs become widespread across diverse applications, concerns about the security and safety of LLM interactions have intensified. Numerous guardrail models and benchmarks have been developed to ensure LLM content safety. However, existing guardrail benchmarks are often built upon ad hoc risk taxonomies that lack a principled grounding in standardized safety policies, limiting their alignment with real-world operational requirements. Moreover, they tend to overlook domain-specific risks, while the same risk category can carry different implications across different domains. To bridge these gaps, we introduce GuardSet-X, the first massive multi-domain safety policy-grounded guardrail dataset. GuardSet-X offers: (1) broad domain coverage across eight safety-critical domains, such as finance, law, and codeGen; (2) policy-grounded risk construction based on authentic, domain-specific safety guidelines; (3) diverse interaction formats, encompassing declarative statements, questions, instructions, and multi-turn conversations; (4) advanced benign data curation via detoxification prompting to challenge over-refusal behaviors; and (5) \textbf{attack-enhanced instances} that simulate adversarial inputs designed to bypass guardrails. Based on GuardSet-X, we benchmark 19 advanced guardrail models and uncover a series of findings, such as: (1) All models achieve varied F1 scores, with many demonstrating high variance across risk categories, highlighting their limited domain coverage and insufficient handling of domain-specific safety concerns; (2) As models evolve, their coverage of safety risks broadens, but performance on common risk categories may decrease; (3) All models remain vulnerable to optimized adversarial attacks. We believe that \dataset and the unique insights derived from our evaluations will advance the development of policy-aligned and resilient guardrail systems.
[ { "version": "v1", "created": "Wed, 18 Jun 2025 01:35:33 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 03:18:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Kang", "Mintong", "" ], [ "Chen", "Zhaorun", "" ], [ "Xu", "Chejian", "" ], [ "Zhang", "Jiawei", "" ], [ "Guo", "Chengquan", "" ], [ "Pan", "Minzhou", "" ], [ "Revilla", "Ivan", "" ], [ "Sun", "Yu", "" ], [ "Li", "Bo", "" ] ]
2506.19268
Timoteo Kelly
Timoteo Kelly, Abdulkadir Korkmaz, Samuel Mallet, Connor Souders, Sadra Aliakbarpour, Praveen Rao
HARPT: A Corpus for Analyzing Consumers' Trust and Privacy Concerns in Mobile Health Apps
null
null
null
null
cs.HC cs.CR cs.ET cs.LG
http://creativecommons.org/licenses/by/4.0/
We present HARPT, a large-scale annotated corpus of mobile health app store reviews aimed at advancing research in user privacy and trust. The dataset comprises over 480,000 user reviews labeled into seven categories that capture critical aspects of trust in applications, trust in providers and privacy concerns. Creating HARPT required addressing multiple complexities, such as defining a nuanced label schema, isolating relevant content from large volumes of noisy data, and designing an annotation strategy that balanced scalability with accuracy. This strategy integrated rule-based filtering, iterative manual labeling with review, targeted data augmentation, and weak supervision using transformer-based classifiers to accelerate coverage. In parallel, a carefully curated subset of 7,000 reviews was manually annotated to support model development and evaluation. We benchmark a broad range of classification models, demonstrating that strong performance is achievable and providing a baseline for future research. HARPT is released as a public resource to support work in health informatics, cybersecurity, and natural language processing.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 02:59:14 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 15:23:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Kelly", "Timoteo", "" ], [ "Korkmaz", "Abdulkadir", "" ], [ "Mallet", "Samuel", "" ], [ "Souders", "Connor", "" ], [ "Aliakbarpour", "Sadra", "" ], [ "Rao", "Praveen", "" ] ]
2506.19333
Craig Wright PhD
Craig Steven Wright
The Autonomy of the Lightning Network: A Mathematical and Economic Proof of Structural Decoupling from BTC
59 pages, 4 figures, includes TikZ diagrams and formal proofs. Targeted for journal submission
null
null
null
cs.DC cs.CC cs.ET cs.GT econ.GN q-fin.EC
http://creativecommons.org/licenses/by-nc-sa/4.0/
This paper presents a formal analysis of the Lightning Network as a monetary system structurally diverging from Bitcoin's base-layer settlement model. We demonstrate that under increasing transaction demand, BTC transaction fees rise superlinearly due to throughput constraints, while Lightning Network routing costs approach a bounded asymptote. Using mathematical modeling, game-theoretic proofs, and complexity analysis, we show that Lightning enables indefinite off-chain operation via the emergence of liquidity hub oligopolies. These hubs exhibit properties of unregulated financial intermediaries, including rent extraction, opacity, and systemic fragility. Strategic agent models show that channel closure becomes economically infeasible, and routing problems approach hardness limits in P-Space complexity. We conclude that Lightning does not merely extend Bitcoin, but constitutes a synthetic financial system with shadowbank characteristics, lacking reserve discipline, transparency, or enforceable settlement guarantees.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 05:57:22 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 12:26:23 GMT" } ]
2025-06-27T00:00:00
[ [ "Wright", "Craig Steven", "" ] ]
2506.19360
Yunsung Chung
Yunsung Chung, Yunbei Zhang, Nassir Marrouche, Jihun Hamm
SoK: Can Synthetic Images Replace Real Data? A Survey of Utility and Privacy of Synthetic Image Generation
Accepted at the 34th USENIX Security Symposium (USENIX Security '25). 21 pages, plus a 6-page appendix
null
null
null
cs.CR cs.CV
http://creativecommons.org/licenses/by/4.0/
Advances in generative models have transformed the field of synthetic image generation for privacy-preserving data synthesis (PPDS). However, the field lacks a comprehensive survey and comparison of synthetic image generation methods across diverse settings. In particular, when we generate synthetic images for the purpose of training a classifier, there is a pipeline of generation-sampling-classification which takes private training as input and outputs the final classifier of interest. In this survey, we systematically categorize existing image synthesis methods, privacy attacks, and mitigations along this generation-sampling-classification pipeline. To empirically compare diverse synthesis approaches, we provide a benchmark with representative generative methods and use model-agnostic membership inference attacks (MIAs) as a measure of privacy risk. Through this study, we seek to answer critical questions in PPDS: Can synthetic data effectively replace real data? Which release strategy balances utility and privacy? Do mitigations improve the utility-privacy tradeoff? Which generative models perform best across different scenarios? With a systematic evaluation of diverse methods, our study provides actionable insights into the utility-privacy tradeoffs of synthetic data generation methods and guides the decision on optimal data releasing strategies for real-world applications.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 06:41:34 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 01:32:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Chung", "Yunsung", "" ], [ "Zhang", "Yunbei", "" ], [ "Marrouche", "Nassir", "" ], [ "Hamm", "Jihun", "" ] ]
2506.19391
Declan Curran
Declan J. Curran and Sanaa Hobeichi and Hira Saleem and Hao Xue and Flora D. Salim
Generate the Forest before the Trees -- A Hierarchical Diffusion model for Climate Downscaling
8 pages
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Downscaling is essential for generating the high-resolution climate data needed for local planning, but traditional methods remain computationally demanding. Recent years have seen impressive results from AI downscaling models, particularly diffusion models, which have attracted attention due to their ability to generate ensembles and overcome the smoothing problem common in other AI methods. However, these models typically remain computationally intensive. We introduce a Hierarchical Diffusion Downscaling (HDD) model, which introduces an easily-extensible hierarchical sampling process to the diffusion framework. A coarse-to-fine hierarchy is imposed via a simple downsampling scheme. HDD achieves competitive accuracy on ERA5 reanalysis datasets and CMIP6 models, significantly reducing computational load by running on up to half as many pixels with competitive results. Additionally, a single model trained at 0.25{\deg} resolution transfers seamlessly across multiple CMIP6 models with much coarser resolution. HDD thus offers a lightweight alternative for probabilistic climate downscaling, facilitating affordable large-ensemble high-resolution climate projections. See a full code implementation at: https://github.com/HDD-Hierarchical-Diffusion-Downscaling/HDD-Hierarchical-Diffusion-Downscaling.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 07:39:53 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 06:39:13 GMT" } ]
2025-06-27T00:00:00
[ [ "Curran", "Declan J.", "" ], [ "Hobeichi", "Sanaa", "" ], [ "Saleem", "Hira", "" ], [ "Xue", "Hao", "" ], [ "Salim", "Flora D.", "" ] ]
2506.19509
Marco Zambon
Marco Zambon
The linearizability of singular foliations is a Morita invariant
17 pages. v2: typos corrected
null
null
null
math.DG
http://creativecommons.org/licenses/by-nc-nd/4.0/
Hausdorff Morita equivalence is an equivalence relation on singular foliations, which induces a bijection between their leaves. Our main statement is that linearizability along a leaf is invariant under Hausdorff Morita equivalence. The proof relies on a characterization of tubular neighborhood embeddings using Euler-like vector fields.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 10:55:41 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 13:47:38 GMT" } ]
2025-06-27T00:00:00
[ [ "Zambon", "Marco", "" ] ]
2506.19542
Yuki Shirakawa
Tomoyuki Morimae, Yuki Shirakawa, Takashi Yamakawa
From Worst-Case Hardness of $\mathsf{NP}$ to Quantum Cryptography via Quantum Indistinguishability Obfuscation
26 pages, 1 figure
null
null
null
quant-ph cs.CC cs.CR
http://creativecommons.org/licenses/by/4.0/
Indistinguishability obfuscation (iO) has emerged as a powerful cryptographic primitive with many implications. While classical iO, combined with the infinitely-often worst-case hardness of $\mathsf{NP}$, is known to imply one-way functions (OWFs) and a range of advanced cryptographic primitives, the cryptographic implications of quantum iO remain poorly understood. In this work, we initiate a study of the power of quantum iO. We define several natural variants of quantum iO, distinguished by whether the obfuscation algorithm, evaluation algorithm, and description of obfuscated program are classical or quantum. For each variant, we identify quantum cryptographic primitives that can be constructed under the assumption of quantum iO and the infinitely-often quantum worst-case hardness of $\mathsf{NP}$ (i$.$e$.$, $\mathsf{NP}$ $\not\subseteq$ $\mathsf{i.o.BQP}$). In particular, we construct pseudorandom unitaries, QCCC quantum public-key encryption and (QCCC) quantum symmetric-key encryption, and several primitives implied by them such as one-way state generators, (efficiently-verifiable) one-way puzzles, and EFI pairs, etc. While our main focus is on quantum iO, even in the classical setting, our techniques yield a new and arguably simpler construction of OWFs from classical (imperfect) iO and the infinitely-often worst-case hardness of $\mathsf{NP}$.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 11:50:33 GMT" } ]
2025-06-27T00:00:00
[ [ "Morimae", "Tomoyuki", "" ], [ "Shirakawa", "Yuki", "" ], [ "Yamakawa", "Takashi", "" ] ]
2506.19545
Honglu Li
Hong-lu Li, Xin He, Yi-bin Xiao
Fast convergence of a primal-dual dynamical system with implicit Hessian damping and Tikhonov regularization
25 pages, 9 figures
null
null
null
math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper proposes two primal-dual dynamical systems for solving linear equality constrained convex optimization problems: one with implicit Hessian damping only, and the other further incorporating Tikhonov regularization. We analyze the fast convergence properties of both dynamical systems and show that they achieve the same convergence rates. Moreover, we show that the trajectory generated by the dynamical system with Tikhonov regularization converges strongly to the minimum-norm solution of the underlying problem. Finally, numerical experiments are conducted to validate the theoretical findings. Interestingly, the trajectories exhibit smooth behavior even when the objective function is only continuously differentiable.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 11:52:55 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 14:12:36 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Hong-lu", "" ], [ "He", "Xin", "" ], [ "Xiao", "Yi-bin", "" ] ]
2506.19657
Maxime Escande
Maxime Escande, Kristina Shea
ReLink: Computational Circular Design of Planar Linkage Mechanisms Using Available Standard Parts
29 pages, 18 figures, Submitted
null
null
null
cs.CE cs.RO
http://creativecommons.org/licenses/by-nc-nd/4.0/
The Circular Economy framework emphasizes sustainability by reducing resource consumption and waste through the reuse of components and materials. This paper presents ReLink, a computational framework for the circular design of planar linkage mechanisms using available standard parts. Unlike most mechanism design methods, which assume the ability to create custom parts and infinite part availability, ReLink prioritizes the reuse of discrete, standardized components, thus minimizing the need for new parts. The framework consists of two main components: design generation, where a generative design algorithm generates mechanisms from an inventory of available parts, and inverse design, which uses optimization methods to identify designs that match a user-defined trajectory curve. The paper also examines the trade-offs between kinematic performance and CO2 footprint when incorporating new parts. Challenges such as the combinatorial nature of the design problem and the enforcement of valid solutions are addressed. By combining sustainability principles with kinematic synthesis, ReLink lays the groundwork for further research into computational circular design to support the development of systems that integrate reused components into mechanical products.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 14:22:07 GMT" }, { "version": "v2", "created": "Wed, 25 Jun 2025 19:12:06 GMT" } ]
2025-06-27T00:00:00
[ [ "Escande", "Maxime", "" ], [ "Shea", "Kristina", "" ] ]
2506.19683
Xuesong Li
Xuesong Li, Dianye Huang, Yameng Zhang, Nassir Navab and Zhongliang Jiang
Semantic Scene Graph for Ultrasound Image Explanation and Scanning Guidance
null
null
null
null
cs.CV cs.AI cs.LG eess.IV
http://creativecommons.org/licenses/by/4.0/
Understanding medical ultrasound imaging remains a long-standing challenge due to significant visual variability caused by differences in imaging and acquisition parameters. Recent advancements in large language models (LLMs) have been used to automatically generate terminology-rich summaries orientated to clinicians with sufficient physiological knowledge. Nevertheless, the increasing demand for improved ultrasound interpretability and basic scanning guidance among non-expert users, e.g., in point-of-care settings, has not yet been explored. In this study, we first introduce the scene graph (SG) for ultrasound images to explain image content to ordinary and provide guidance for ultrasound scanning. The ultrasound SG is first computed using a transformer-based one-stage method, eliminating the need for explicit object detection. To generate a graspable image explanation for ordinary, the user query is then used to further refine the abstract SG representation through LLMs. Additionally, the predicted SG is explored for its potential in guiding ultrasound scanning toward missing anatomies within the current imaging view, assisting ordinary users in achieving more standardized and complete anatomical exploration. The effectiveness of this SG-based image explanation and scanning guidance has been validated on images from the left and right neck regions, including the carotid and thyroid, across five volunteers. The results demonstrate the potential of the method to maximally democratize ultrasound by enhancing its interpretability and usability for ordinaries.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 14:49:40 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 14:20:13 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Xuesong", "" ], [ "Huang", "Dianye", "" ], [ "Zhang", "Yameng", "" ], [ "Navab", "Nassir", "" ], [ "Jiang", "Zhongliang", "" ] ]
2506.19686
Ching Fang
Ching Fang, Kanaka Rajan
From Memories to Maps: Mechanisms of In-Context Reinforcement Learning in Transformers
Updates: added other funding sources; formatted title correctly
null
null
null
cs.AI
http://creativecommons.org/licenses/by/4.0/
Humans and animals show remarkable learning efficiency, adapting to new environments with minimal experience. This capability is not well captured by standard reinforcement learning algorithms that rely on incremental value updates. Rapid adaptation likely depends on episodic memory -- the ability to retrieve specific past experiences to guide decisions in novel contexts. Transformers provide a useful setting for studying these questions because of their ability to learn rapidly in-context and because their key-value architecture resembles episodic memory systems in the brain. We train a transformer to in-context reinforcement learn in a distribution of planning tasks inspired by rodent behavior. We then characterize the learning algorithms that emerge in the model. We first find that representation learning is supported by in-context structure learning and cross-context alignment, where representations are aligned across environments with different sensory stimuli. We next demonstrate that the reinforcement learning strategies developed by the model are not interpretable as standard model-free or model-based planning. Instead, we show that in-context reinforcement learning is supported by caching intermediate computations within the model's memory tokens, which are then accessed at decision time. Overall, we find that memory may serve as a computational resource, storing both raw experience and cached computations to support flexible behavior. Furthermore, the representations developed in the model resemble computations associated with the hippocampal-entorhinal system in the brain, suggesting that our findings may be relevant for natural cognition. Taken together, our work offers a mechanistic hypothesis for the rapid adaptation that underlies in-context learning in artificial and natural settings.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 14:55:43 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 17:18:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Fang", "Ching", "" ], [ "Rajan", "Kanaka", "" ] ]
2506.19706
Michiya Chazono
Michiya Chazono and Youichi Yanase
Orbital FFLO and layer-selective FFLO phases in trilayer NbSe$_2$
14 pages, 12 figures
null
null
null
cond-mat.supr-con
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Finite-momentum superconductivity has become an important research topic in condensed matter physics. In particular, the orbital Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) state, which is stabi lized in atomically thin films by the orbital effect of an external magnetic field, has been getting attention as a fascinating finite-momentum superconducting state recently. We study the phase diagram of the trilayer Ising superconductor NbSe$_2$ in the in-plane magnetic field, taking into ac count the orbital effect, the paramagnetic effect, and the spin-orbit coupling. The finite-momentum gap structure in the high-field region is shown by a large-scale numerical calculation based on the Bogoliubov-de Gennes equation. We find an exotic superconducting phase, a layer-selective FFLO phase, in which finite-momentum Cooper pairs coexist with zero-momentum Cooper pairs, separated from the orbital FFLO phase.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 15:14:23 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 17:54:02 GMT" } ]
2025-06-27T00:00:00
[ [ "Chazono", "Michiya", "" ], [ "Yanase", "Youichi", "" ] ]
2506.19750
Takashi Nishibayashi
Takashi Nishibayashi, Seiji Kanazawa and Kumpei Yamada
Evaluating Rare Disease Diagnostic Performance in Symptom Checkers: A Synthetic Vignette Simulation Approach
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
Symptom Checkers (SCs) provide medical information tailored to user symptoms. A critical challenge in SC development is preventing unexpected performance degradation for individual diseases, especially rare diseases, when updating algorithms. This risk stems from the lack of practical pre-deployment evaluation methods. For rare diseases, obtaining sufficient evaluation data from user feedback is difficult. To evaluate the impact of algorithm updates on the diagnostic performance for individual rare diseases before deployment, this study proposes and validates a novel Synthetic Vignette Simulation Approach. This approach aims to enable this essential evaluation efficiently and at a low cost. To estimate the impact of algorithm updates, we generated synthetic vignettes from disease-phenotype annotations in the Human Phenotype Ontology (HPO), a publicly available knowledge base for rare diseases curated by experts. Using these vignettes, we simulated SC interviews to predict changes in diagnostic performance. The effectiveness of this approach was validated retrospectively by comparing the predicted changes with actual performance metrics using the R-squared ($R^2$) coefficient. Our experiment, covering eight past algorithm updates for rare diseases, showed that the proposed method accurately predicted performance changes for diseases with phenotype frequency information in HPO (n=5). For these updates, we found a strong correlation for both Recall@8 change ($R^2$ = 0.83,$p$ = 0.031) and Precision@8 change ($R^2$ = 0.78,$p$ = 0.047). Our proposed method enables the pre-deployment evaluation of SC algorithm changes for individual rare diseases. This evaluation is based on a publicly available medical knowledge database created by experts, ensuring transparency and explainability for stakeholders. Additionally, SC developers can efficiently improve diagnostic performance at a low cost.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 16:06:37 GMT" }, { "version": "v2", "created": "Wed, 25 Jun 2025 11:56:15 GMT" }, { "version": "v3", "created": "Thu, 26 Jun 2025 06:52:46 GMT" } ]
2025-06-27T00:00:00
[ [ "Nishibayashi", "Takashi", "" ], [ "Kanazawa", "Seiji", "" ], [ "Yamada", "Kumpei", "" ] ]
2506.19779
Atul Mohan
Atul Mohan, Peter H. Hauschildt, Birgit Fuhrmeister, Surajit Mondal, Vladimir Airapetian, Sven Wedemeyer
Role of non-thermal processes in the quiescent and active millimeter spectrum of a young M-dwarf
4 figures, 2 tables
null
null
null
astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
Millimeter (mm) emission from F - M dwarfs (cool stars) primarily traces chromospheric activity, with thermal emission thought to dominate in quiescence. Despite the high chromospheric activity, the quiescent mm spectral fluence (mm-S($\nu$)) of young (< 1 Gyr) M dwarfs (dMs) remain largely unexplored. We present the quiescent mm-S($\nu$) of a young dM, ADLeo, observed around 94 GHz using the Northern Extended Millimetre Array (NOEMA). The observed quiescent mm-S($\nu$) exceeds the thermal flux density from a 1D chromospheric model, constrained by optical-UV spectroscopic data, by up to a factor of 7. This indicates a quasi-steady non-thermal emission powered by supra-thermal electrons unlike in old (> 1 Gyr) cool stars, whose quiescent mm-S($\nu$) generally agree with 1D thermal models. The mm-brightness temperature spectral index ($\alpha_{mm}$; $T_B(\nu)\propto \nu^{- \alpha_{mm}}$) of AD Leo deviates by a factor of 3 from the $\alpha_{mm}$ - $T_{eff}$ scaling law for old sun-like stars (Mohan, A., et al., 2022), while UV Ceti, an older M6V star, follows the trend. Also, we report a double-hump flare with second-scale variability in flux density and spectral index, and a frequency-rising nature with brightness increasing with frequency. The flare resemble certain solar events, but is unlike the second-scale events reported in dMs. The non-thermal flare humps suggest multiple injections of accelerated electrons. The mean flare luminosity (2 - 5 $\times 10^{15} erg s^{-1} Hz^{-1}$) and duration ($18\pm 2$ s) are comparable to flares reported in AU Mic and Proxima Cen, but 100 - 1000 times weaker than the minutes-long dM flares observed by the South Pole Telescope.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 16:46:10 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 13:42:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Mohan", "Atul", "" ], [ "Hauschildt", "Peter H.", "" ], [ "Fuhrmeister", "Birgit", "" ], [ "Mondal", "Surajit", "" ], [ "Airapetian", "Vladimir", "" ], [ "Wedemeyer", "Sven", "" ] ]
2506.19780
Yuhui Sun
Yuhui Sun (University of Alberta), Xiyao Wang (University of Toronto), Zixi Li (Zhejiang University) and Jinman Zhao (University of Toronto)
Multi-Preference Lambda-weighted Listwise DPO for Dynamic Preference Alignment
10 pages, 4 figures, appendix included. To appear in Proceedings of AAAI 2026. Code: https://github.com/yuhui15/Multi-Preference-Lambda-weighted-DPO
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
While large-scale unsupervised language models (LMs) capture broad world knowledge and reasoning capabilities, steering their behavior toward desired objectives remains challenging due to the lack of explicit supervision. Existing alignment techniques, such as reinforcement learning from human feedback (RLHF), rely on training a reward model and performing reinforcement learning to align with human preferences. However, RLHF is often computationally intensive, unstable, and sensitive to hyperparameters. To address these limitations, Direct Preference Optimization (DPO) was introduced as a lightweight and stable alternative, enabling direct alignment of language models with pairwise preference data via classification loss. However, DPO and its extensions generally assume a single static preference distribution, limiting flexibility in multi-objective or dynamic alignment settings. In this paper, we propose a novel framework: Multi-Preference Lambda-weighted Listwise DPO, which extends DPO to incorporate multiple human preference dimensions (e.g., helpfulness, harmlessness, informativeness) and enables dynamic interpolation through a controllable simplex-weighted formulation. Our method supports both listwise preference feedback and flexible alignment across varying user intents without re-training. Empirical and theoretical analysis demonstrates that our method is as effective as traditional DPO on static objectives while offering greater generality and adaptability for real-world deployment.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 16:47:17 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 17:28:25 GMT" } ]
2025-06-27T00:00:00
[ [ "Sun", "Yuhui", "", "University of Alberta" ], [ "Wang", "Xiyao", "", "University of Toronto" ], [ "Li", "Zixi", "", "Zhejiang University" ], [ "Zhao", "Jinman", "", "University of Toronto" ] ]
2506.19781
Boyi Liu
Boyi Liu, Qianyi Zhang, Qiang Yang, Jianhao Jiao, Jagmohan Chauhan, Dimitrios Kanoulas
The Starlink Robot: A Platform and Dataset for Mobile Satellite Communication
null
null
null
null
cs.RO cs.NI
http://creativecommons.org/publicdomain/zero/1.0/
The integration of satellite communication into mobile devices represents a paradigm shift in connectivity, yet the performance characteristics under motion and environmental occlusion remain poorly understood. We present the Starlink Robot, the first mobile robotic platform equipped with Starlink satellite internet, comprehensive sensor suite including upward-facing camera, LiDAR, and IMU, designed to systematically study satellite communication performance during movement. Our multi-modal dataset captures synchronized communication metrics, motion dynamics, sky visibility, and 3D environmental context across diverse scenarios including steady-state motion, variable speeds, and different occlusion conditions. This platform and dataset enable researchers to develop motion-aware communication protocols, predict connectivity disruptions, and optimize satellite communication for emerging mobile applications from smartphones to autonomous vehicles. The project is available at https://github.com/StarlinkRobot.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 16:49:56 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 09:14:30 GMT" } ]
2025-06-27T00:00:00
[ [ "Liu", "Boyi", "" ], [ "Zhang", "Qianyi", "" ], [ "Yang", "Qiang", "" ], [ "Jiao", "Jianhao", "" ], [ "Chauhan", "Jagmohan", "" ], [ "Kanoulas", "Dimitrios", "" ] ]
2506.19815
Runsheng Wang
Runsheng Wang, Xinyue Zhu, Ava Chen, Jingxi Xu, Lauren Winterbottom, Dawn M. Nilsen, Joel Stein, Matei Ciocarlie
ReactEMG: Zero-Shot, Low-Latency Intent Detection via sEMG
null
null
null
null
cs.RO
http://creativecommons.org/licenses/by/4.0/
Surface electromyography (sEMG) signals show promise for effective human-computer interfaces, particularly in rehabilitation and prosthetics. However, challenges remain in developing systems that respond quickly and reliably to user intent, across different subjects and without requiring time-consuming calibration. In this work, we propose a framework for EMG-based intent detection that addresses these challenges. Unlike traditional gesture recognition models that wait until a gesture is completed before classifying it, our approach uses a segmentation strategy to assign intent labels at every timestep as the gesture unfolds. We introduce a novel masked modeling strategy that aligns muscle activations with their corresponding user intents, enabling rapid onset detection and stable tracking of ongoing gestures. In evaluations against baseline methods, considering both accuracy and stability for device control, our approach surpasses state-of-the-art performance in zero-shot transfer conditions, demonstrating its potential for wearable robotics and next-generation prosthetic systems. Our project page is available at: https://reactemg.github.io
[ { "version": "v1", "created": "Tue, 24 Jun 2025 17:28:43 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 16:48:36 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Runsheng", "" ], [ "Zhu", "Xinyue", "" ], [ "Chen", "Ava", "" ], [ "Xu", "Jingxi", "" ], [ "Winterbottom", "Lauren", "" ], [ "Nilsen", "Dawn M.", "" ], [ "Stein", "Joel", "" ], [ "Ciocarlie", "Matei", "" ] ]
2506.19874
Wenyuan Jiang
Xin Yang, Bintao Tang, Yuhao Wang, Zimo Ji, Terry Jingchen Zhang, Wenyuan Jiang
Towards Provable (In)Secure Model Weight Release Schemes
8 pages, 2 figures; author name typos and institutions corrected
null
null
null
cs.CR cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent secure weight release schemes claim to enable open-source model distribution while protecting model ownership and preventing misuse. However, these approaches lack rigorous security foundations and provide only informal security guarantees. Inspired by established works in cryptography, we formalize the security of weight release schemes by introducing several concrete security definitions. We then demonstrate our definition's utility through a case study of TaylorMLP, a prominent secure weight release scheme. Our analysis reveals vulnerabilities that allow parameter extraction thus showing that TaylorMLP fails to achieve its informal security goals. We hope this work will advocate for rigorous research at the intersection of machine learning and security communities and provide a blueprint for how future weight release schemes should be designed and evaluated.
[ { "version": "v1", "created": "Mon, 23 Jun 2025 11:57:41 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 08:45:10 GMT" } ]
2025-06-27T00:00:00
[ [ "Yang", "Xin", "" ], [ "Tang", "Bintao", "" ], [ "Wang", "Yuhao", "" ], [ "Ji", "Zimo", "" ], [ "Zhang", "Terry Jingchen", "" ], [ "Jiang", "Wenyuan", "" ] ]
2506.19876
Faranak Farshadifar
Faranak Farshadifar
Cubes-difference factor absorbing ideals of a commutative ring
arXiv admin note: substantial text overlap with arXiv:2402.18704 by other authors
null
null
null
math.AC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $R$ be a commutative ring with. The purpose of this paper is to introduce and investigate cubes-difference factor absorbing ideals of R as a generalization of prime ideals.
[ { "version": "v1", "created": "Mon, 23 Jun 2025 13:59:23 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 12:37:17 GMT" } ]
2025-06-27T00:00:00
[ [ "Farshadifar", "Faranak", "" ] ]
2506.19941
Dyuman Bhattacharya
Dyuman Bhattacharya, Robie A. Hennigar, Robert B. Mann, Ming Zhang
Charged rotating quantum black holes
58 pages, 8 figures Corrected typo in the manuscript
null
null
null
hep-th
http://creativecommons.org/licenses/by-nc-nd/4.0/
We investigate the thermodynamic and holographic properties of charged and rotating quantum black holes in a doubly holographic braneworld setup. These quantum black holes are derived from the anti-de Sitter C-metric and are exact solutions to a semi-classical gravitational theory which incorporates all orders of the backreaction of quantum fields on spacetime. The inclusion of both charge and rotation extends and generalizes previous studies. The thermodynamics and critical behavior of the black holes are examined from the bulk, brane, and boundary perspectives, and we demonstrate that the inclusion of either charge or rotation removes the re-entrant phase transitions seen in the neutral-static case. The critical exponents of the system are calculated using numerical methods and found to differ from the standard mean field theory values for the neutral-static black holes' re-entrant phase transitions, but in agreement with mean-field theory for the phase transitions of the black holes with charge and rotation. Additionally, to test the validity of the semiclassical treatment, we study a mass-gap energy scale $M_{\rm gap}$ to identify regimes where quantum fluctuations of spacetime geometry are expected to become significant and speculate about a connection with weak cosmic censorship gedankenexperiments. We also generalize the quantum Penrose inequality and the quantum reverse isoperimetric inequality to include charge and rotation. Finally, we compute a renormalized gyromagnetic ratio and analyze it in the limit of large backreaction.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 18:32:04 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 16:48:58 GMT" } ]
2025-06-27T00:00:00
[ [ "Bhattacharya", "Dyuman", "" ], [ "Hennigar", "Robie A.", "" ], [ "Mann", "Robert B.", "" ], [ "Zhang", "Ming", "" ] ]
2506.20045
Eric Joyce
Eric C. Joyce, Qianwen Zhao, Nathaniel Burgdorfer, Long Wang, Philippos Mordohai
Consensus-Driven Uncertainty for Robotic Grasping based on RGB Perception
Accepted to IROS 2025
null
null
null
cs.RO cs.CV
http://creativecommons.org/licenses/by/4.0/
Deep object pose estimators are notoriously overconfident. A grasping agent that both estimates the 6-DoF pose of a target object and predicts the uncertainty of its own estimate could avoid task failure by choosing not to act under high uncertainty. Even though object pose estimation improves and uncertainty quantification research continues to make strides, few studies have connected them to the downstream task of robotic grasping. We propose a method for training lightweight, deep networks to predict whether a grasp guided by an image-based pose estimate will succeed before that grasp is attempted. We generate training data for our networks via object pose estimation on real images and simulated grasping. We also find that, despite high object variability in grasping trials, networks benefit from training on all objects jointly, suggesting that a diverse variety of objects can nevertheless contribute to the same goal.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 22:53:54 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 15:12:14 GMT" } ]
2025-06-27T00:00:00
[ [ "Joyce", "Eric C.", "" ], [ "Zhao", "Qianwen", "" ], [ "Burgdorfer", "Nathaniel", "" ], [ "Wang", "Long", "" ], [ "Mordohai", "Philippos", "" ] ]
2506.20081
Dhruv Gupta
Dhruv Gupta, Gayathri Ganesh Lakshmy, Yiqing Xie
SACL: Understanding and Combating Textual Bias in Code Retrieval with Semantic-Augmented Reranking and Localization
null
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by-sa/4.0/
Retrieval-Augmented Code Generation (RACG) is a critical technique for enhancing code generation by retrieving relevant information. In this work, we conduct an in-depth analysis of code retrieval by systematically masking specific features while preserving code functionality. Our discoveries include: (1) although trained on code, current retrievers heavily rely on surface-level textual features (e.g., docstrings, identifier names), and (2) they exhibit a strong bias towards well-documented code, even if the documentation is irrelevant. Based on our discoveries, we propose SACL, a framework that enriches textual information and reduces bias by augmenting code or structural knowledge with semantic information. Extensive experiments show that SACL substantially improves code retrieval (e.g., by 12.8% / 9.4% / 7.0% Recall@1 on HumanEval / MBPP / SWE-Bench-Lite), which also leads to better code generation performance (e.g., by 4.88% Pass@1 on HumanEval).
[ { "version": "v1", "created": "Wed, 25 Jun 2025 01:44:28 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 04:06:50 GMT" } ]
2025-06-27T00:00:00
[ [ "Gupta", "Dhruv", "" ], [ "Lakshmy", "Gayathri Ganesh", "" ], [ "Xie", "Yiqing", "" ] ]
2506.20129
Andrey Yachmenev
Andrey Yachmenev, Emil Vogt, \'Alvaro Fern\'andez Corral, Yahya Saleh
Taylor-mode automatic differentiation for constructing molecular rovibrational Hamiltonian operators
null
null
null
null
physics.atm-clus physics.chem-ph
http://creativecommons.org/licenses/by/4.0/
We present an automated framework for constructing Taylor series expansions of rovibrational kinetic and potential energy operators for arbitrary molecules, internal coordinate systems, and molecular frame embedding conditions. Expressing operators in a sum-of-products form allows for computationally efficient evaluations of matrix elements in product basis sets. Our approach uses automatic differentiation tools from the Python machine learning ecosystem, particularly the JAX library, to efficiently and accurately generate high-order Taylor expansions of rovibrational operators. The implementation is available at https://github.com/robochimps/vibrojet.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 04:49:34 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 05:22:20 GMT" } ]
2025-06-27T00:00:00
[ [ "Yachmenev", "Andrey", "" ], [ "Vogt", "Emil", "" ], [ "Corral", "Álvaro Fernández", "" ], [ "Saleh", "Yahya", "" ] ]
2506.20174
Chuc Man Duc
Man Duc Chuc
Towards Scalable and Generalizable Earth Observation Data Mining via Foundation Model Composition
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Foundation models are rapidly transforming Earth Observation data mining by enabling generalizable and scalable solutions for key tasks such as scene classification and semantic segmentation. While most efforts in the geospatial domain have focused on developing large models trained from scratch using massive Earth Observation datasets, an alternative strategy that remains underexplored is the reuse and combination of existing pretrained models. In this study, we investigate whether foundation models pretrained on remote sensing and general vision datasets can be effectively combined to improve performance across a diverse set of key Earth Observation tasks. Using the GEO-Bench benchmark, we evaluate several prominent models, including Prithvi, Hiera, and DOFA, on eleven datasets covering a range of spatial resolutions, sensor modalities, and task types. The results show that feature-level ensembling of smaller pretrained models can match or exceed the performance of much larger models, while requiring less training time and computational resources. Moreover, the study highlights the potential of applying knowledge distillation to transfer the strengths of ensembles into more compact models, offering a practical path for deploying foundation models in real-world Earth Observation applications.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 07:02:42 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 03:23:43 GMT" } ]
2025-06-27T00:00:00
[ [ "Chuc", "Man Duc", "" ] ]
2506.20195
Shengyue Wang
Shengyue Wang and Aihui Zhou
A quasi-Grassmannian gradient flow model for eigenvalue problems
null
null
null
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose a quasi-Grassmannian gradient flow model for eigenvalue problems of linear operators, aiming to efficiently address many eigenpairs. Our model inherently ensures asymptotic orthogonality: without the need for initial orthogonality, the solution naturally evolves toward being orthogonal over time. We establish the well-posedness of the model, and provide the analytical representation of solutions. Through asymptotic analysis, we show that the gradient converges exponentially to zero and that the energy decreases exponentially to its minimum. This implies that the solution of the quasi-Grassmannian gradient flow model converges to the solution of the eigenvalue problems as time progresses. These properties not only eliminate the need for explicit orthogonalization in numerical computation but also significantly enhance robustness of the model, rendering it far more resilient to numerical perturbations than conventional methods.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 07:36:39 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 07:02:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Shengyue", "" ], [ "Zhou", "Aihui", "" ] ]
2506.20198
Tom Krokotsch
Lars Fischer, Tom Krokotsch, Gudrid Moortgat-Pick
Laboratory Frame Representation for General High-Frequency Gravitational Waveforms
null
null
null
DESY-25-090
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Next-generation gravitational wave (GW) experiments will explore higher frequency ranges, where GW wavelengths approach the size of the detector itself. In this regime, GWs may be detected not just through the well-known mechanical deformation by tidal forces but also via induced effective currents in electromagnetic background fields. However, the calculation of this signal requires the GW metric in laboratory coordinates of the detector, and an accurate transformation to all orders into this frame is necessary. In this work, we derive a closed-form expression for the metric transformation of general chirp-like waveforms expressed in terms of the transverse-traceless GW metric, its integral, and its derivative. For more complex signals, where analytical integration is impractical, we provide an efficient approximation based on Taylor expansions of the retarded time to coalescence. Finally, we demonstrate how these results can be applied to calculate the signal response of a large class of detectors. Our approach provides essential tools for designing and interpreting high-frequency GW experiments that search for compact object mergers at MHz to GHz frequencies beyond the long-wavelength limit.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 07:38:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Fischer", "Lars", "" ], [ "Krokotsch", "Tom", "" ], [ "Moortgat-Pick", "Gudrid", "" ] ]
2506.20225
Zhiqi Wang
Zhiqi Wang, Yue Chen, Chun Yang
The role of preprints in open science: Accelerating knowledge transfer from science to technology
Accepted manuscript for publication in Journal of Informetrics.The final version is available at DOI:10.1016/j.joi.2025.101663
Journal of Informetrics (2025)
10.1016/j.joi.2025.101663
null
cs.DL physics.soc-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
Preprints have become increasingly essential in the landscape of open science, facilitating not only the exchange of knowledge within the scientific community but also bridging the gap between science and technology. However, the impact of preprints on technological innovation, given their unreviewed nature, remains unclear. This study fills this gap by conducting a comprehensive scientometric analysis of patent citations to bioRxiv preprints submitted between 2013 and 2021, measuring and accessing the contribution of preprints in accelerating knowledge transfer from science to technology. Our findings reveal a growing trend of patent citations to bioRxiv preprints, with a notable surge in 2020, primarily driven by the COVID-19 pandemic. Preprints play a critical role in accelerating innovation, not only expedite the dissemination of scientific knowledge into technological innovation but also enhance the visibility of early research results in the patenting process, while journals remain essential for academic rigor and reliability. The substantial number of post-online-publication patent citations highlights the critical role of the open science model-particularly the "open access" effect of preprints-in amplifying the impact of science on technological innovation. This study provides empirical evidence that open science policies encouraging the early sharing of research outputs, such as preprints, contribute to more efficient linkage between science and technology, suggesting an acceleration in the pace of innovation, higher innovation quality, and economic benefits.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 08:13:05 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 06:08:57 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Zhiqi", "" ], [ "Chen", "Yue", "" ], [ "Yang", "Chun", "" ] ]
2506.20243
Papa-S\'ega Wade
Papa S\'ega Wade, Mihai Andries, Ioannis Kanellos and Thierry Moudenc
CBF-AFA: Chunk-Based Multi-SSL Fusion for Automatic Fluency Assessment
5 pages, accepted for presentation at EUSIPCO 2025
null
null
null
cs.CL cs.AI eess.AS
http://creativecommons.org/licenses/by-nc-sa/4.0/
Automatic fluency assessment (AFA) remains challenging, particularly in capturing speech rhythm, pauses, and disfluencies in non-native speakers. We introduce a chunk-based approach integrating self-supervised learning (SSL) models (Wav2Vec2, HuBERT, and WavLM) selected for their complementary strengths in phonetic, prosodic, and noisy speech modeling, with a hierarchical CNN-BiLSTM framework. Speech is segmented into breath-group chunks using Silero voice activity detection (Silero-VAD), enabling fine-grained temporal analysis while mitigating over-segmentation artifacts. SSL embeddings are fused via a learnable weighted mechanism, balancing acoustic and linguistic features, and enriched with chunk-level fluency markers (e.g., speech rate, pause durations, n-gram repetitions). The CNN-BiLSTM captures local and long-term dependencies across chunks. Evaluated on Avalinguo and Speechocean762, our approach improves F1-score by 2.8 and Pearson correlation by 6.2 points over single SSL baselines on Speechocean762, with gains of 4.2 F1-score and 4.0 Pearson points on Avalinguo, surpassing Pyannote.audio-based segmentation baselines. These findings highlight chunk-based multi-SSL fusion for robust fluency evaluation, though future work should explore generalization to dialects with irregular prosody.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 08:39:22 GMT" } ]
2025-06-27T00:00:00
[ [ "Wade", "Papa Séga", "" ], [ "Andries", "Mihai", "" ], [ "Kanellos", "Ioannis", "" ], [ "Moudenc", "Thierry", "" ] ]
2506.20277
Timur Gureyev
T. E. Gureyev, D. M. Paganin, K. M. Pavlov, A. Maksimenko, and H. M. Quiney
Signal-to-noise and spatial resolution in in-line imaging. 2. Phase-contrast tomography
42 pages, 2 figures
null
null
null
physics.med-ph
http://creativecommons.org/licenses/by/4.0/
In the first part of this paper, quantitative aspects of propagation-based phase-contrast imaging (PBI) were investigated using theoretical and numerical approaches, as well as experimental two-dimensional PBI images collected with plane monochromatic X-rays at a synchrotron beamline. In this second part, signal-to-noise ratio, spatial resolution and contrast are studied in connection with the radiation dose in three-dimensional PBI images of breast tissue samples obtained using propagation-based phase-contrast computed tomography (PB-CT) with energy-integrating and photon-counting detectors. The analysis is based on the theory of PBI and PB-CT using the homogeneous Transport of Intensity equation (Paganin's method). A biomedical image quality characteristic, suitable for quantitative assessment of X-ray images of biological samples, is introduced and applied. The key factors leading to high values of the biomedical imaging quality in PBI and to relatively low values of the same quality metric in CT imaging are identified and discussed in detail. This study is aimed primarily at developing tools for quantitative assessment and optimization of medical PB-CT imaging, initially at synchrotron facilities, with the prospect of subsequent transfer of the technology to medical clinics.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 09:39:59 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 05:59:19 GMT" } ]
2025-06-27T00:00:00
[ [ "Gureyev", "T. E.", "" ], [ "Paganin", "D. M.", "" ], [ "Pavlov", "K. M.", "" ], [ "Maksimenko", "A.", "" ], [ "Quiney", "H. M.", "" ] ]
2506.20292
Castiel Chen Zhuang
Zhengwen Liu, Castiel Chen Zhuang, and Yibo Wu
Exiting National Anti-Poverty Campaign, Social Support, and Improved Mental Health
Some discussions need to be revised
null
null
null
econ.GN q-fin.EC
http://creativecommons.org/licenses/by/4.0/
We study the psychological and social impacts of exiting a national anti-poverty campaign, leveraging China's phase-out of its national poverty assistance as a natural experiment. Using a regression discontinuity design, we find that exiting the national campaign improves mental wellbeing. These improvements are accompanied by stronger social and family ties -- such as greater perceived support and communication, while income and material conditions remain largely unchanged. Our findings offer insights into the design of policy exits and underscore the importance of incorporating measures that sustain community- and family-based support systems when implementing or ending assistance programs.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 10:00:40 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 10:51:20 GMT" } ]
2025-06-27T00:00:00
[ [ "Liu", "Zhengwen", "" ], [ "Zhuang", "Castiel Chen", "" ], [ "Wu", "Yibo", "" ] ]
2506.20320
Tim Puphal Dr.
Malte Probst, Raphael Wenzel, Tim Puphal, Monica Dasi, Nico A. Steinhardt, Sango Matsuzaki and Misa Komuro
Finding the Easy Way Through -- the Probabilistic Gap Planner for Social Robot Navigation
null
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In Social Robot Navigation, autonomous agents need to resolve many sequential interactions with other agents. State-of-the art planners can efficiently resolve the next, imminent interaction cooperatively and do not focus on longer planning horizons. This makes it hard to maneuver scenarios where the agent needs to select a good strategy to find gaps or channels in the crowd. We propose to decompose trajectory planning into two separate steps: Conflict avoidance for finding good, macroscopic trajectories, and cooperative collision avoidance (CCA) for resolving the next interaction optimally. We propose the Probabilistic Gap Planner (PGP) as a conflict avoidance planner. PGP modifies an established probabilistic collision risk model to include a general assumption of cooperativity. PGP biases the short-term CCA planner to head towards gaps in the crowd. In extensive simulations with crowds of varying density, we show that using PGP in addition to state-of-the-art CCA planners improves the agents' performance: On average, agents keep more space to others, create less tension, and cause fewer collisions. This typically comes at the expense of slightly longer paths. PGP runs in real-time on WaPOCHI mobile robot by Honda R&D.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 11:01:51 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 06:26:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Probst", "Malte", "" ], [ "Wenzel", "Raphael", "" ], [ "Puphal", "Tim", "" ], [ "Dasi", "Monica", "" ], [ "Steinhardt", "Nico A.", "" ], [ "Matsuzaki", "Sango", "" ], [ "Komuro", "Misa", "" ] ]
2506.20352
Matteo G. A. Paris
Giorgio Stucchi and Matteo G. A. Paris
Enhanced quantum sensing of gravitational acceleration constant
(revised) some pages, some figures, more references, less misprints
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the use of quantum probes to accurately determine the strength of the local gravitational field on Earth. Our findings show that delocalized probes generally outperform localized ones, with the precision enhancement scaling quadratically with the separation between the two wavefunction components. This advantage persists under realistic position measurements, which can achieve precision not too far from the ultimate bound. We also discuss the influence of Earth's surface, demonstrating that its effect can be neglected until shortly before the particle hits the floor. Finally, we address the joint estimation of the gravitational acceleration $g$ and the probe mass $m$, proving that the excess estimation noise arising from their inherent incompatibility is negligible.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 12:03:47 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 08:41:53 GMT" } ]
2025-06-27T00:00:00
[ [ "Stucchi", "Giorgio", "" ], [ "Paris", "Matteo G. A.", "" ] ]
2506.20401
Jinchun Du
Jinchun Du, Bojie Shen, Muhammad Aamir Cheema, Adel N. Toosi
Smart Ride and Delivery Services with Electric Vehicles: Leveraging Bidirectional Charging for Profit Optimisation
null
null
null
null
cs.AI
http://creativecommons.org/licenses/by/4.0/
With the rising popularity of electric vehicles (EVs), modern service systems, such as ride-hailing delivery services, are increasingly integrating EVs into their operations. Unlike conventional vehicles, EVs often have a shorter driving range, necessitating careful consideration of charging when fulfilling requests. With recent advances in Vehicle-to-Grid (V2G) technology - allowing EVs to also discharge energy back to the grid - new opportunities and complexities emerge. We introduce the Electric Vehicle Orienteering Problem with V2G (EVOP-V2G): a profit-maximization problem where EV drivers must select customer requests or orders while managing when and where to charge or discharge. This involves navigating dynamic electricity prices, charging station selection, and route constraints. We formulate the problem as a Mixed Integer Programming (MIP) model and propose two near-optimal metaheuristic algorithms: one evolutionary (EA) and the other based on large neighborhood search (LNS). Experiments on real-world data show our methods can double driver profits compared to baselines, while maintaining near-optimal performance on small instances and excellent scalability on larger ones. Our work highlights a promising path toward smarter, more profitable EV-based mobility systems that actively support the energy grid.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 13:15:52 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 06:02:57 GMT" } ]
2025-06-27T00:00:00
[ [ "Du", "Jinchun", "" ], [ "Shen", "Bojie", "" ], [ "Cheema", "Muhammad Aamir", "" ], [ "Toosi", "Adel N.", "" ] ]
2506.20409
Ekaterina Taktasheva
Ekaterina Taktasheva and Jeff Dalton
TAPS: Tool-Augmented Personalisation via Structured Tagging
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
Recent advancements in tool-augmented large language models have enabled them to interact with external tools, enhancing their ability to perform complex user tasks. However, existing approaches overlook the role of personalisation in guiding tool use. This work investigates how user preferences can be effectively integrated into goal-oriented dialogue agents. Through extensive analysis, we identify key weaknesses in the ability of LLMs to personalise tool use. To this end, we introduce TAPS, a novel solution that enhances personalised tool use by leveraging a structured tagging tool and an uncertainty-based tool detector. TAPS significantly improves the ability of LLMs to incorporate user preferences, achieving the new state-of-the-art for open source models on the NLSI task.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 13:24:46 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 13:09:40 GMT" } ]
2025-06-27T00:00:00
[ [ "Taktasheva", "Ekaterina", "" ], [ "Dalton", "Jeff", "" ] ]
2506.20433
Sven Jacobs
Sven Jacobs, Maurice Kempf, Natalie Kiesler
That's Not the Feedback I Need! -- Student Engagement with GenAI Feedback in the Tutor Kai
Accepted for the UK and Ireland Computing Education Research conference (UKICER 2025)
null
null
null
cs.CY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The potential of Generative AI (GenAI) for generating feedback in computing education has been the subject of numerous studies. However, there is still limited research on how computing students engage with this feedback and to what extent it supports their problem-solving. For this reason, we built a custom web application providing students with Python programming tasks, a code editor, GenAI feedback, and compiler feedback. Via a think-aloud protocol including eye-tracking and a post-interview with 11 undergraduate students, we investigate (1) how much attention the generated feedback received from learners and (2) to what extent the generated feedback is helpful (or not). In addition, students' attention to GenAI feedback is compared with that towards the compiler feedback. We further investigate differences between students with and without prior programming experience. The findings indicate that GenAI feedback generally receives a lot of visual attention, with inexperienced students spending twice as much fixation time. More experienced students requested GenAI less frequently, and could utilize it better to solve the given problem. It was more challenging for inexperienced students to do so, as they could not always comprehend the GenAI feedback. They often relied solely on the GenAI feedback, while compiler feedback was not read. Understanding students' attention and perception toward GenAI feedback is crucial for developing educational tools that support student learning.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 13:43:23 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 12:36:56 GMT" } ]
2025-06-27T00:00:00
[ [ "Jacobs", "Sven", "" ], [ "Kempf", "Maurice", "" ], [ "Kiesler", "Natalie", "" ] ]
2506.20442
Tianyao Shi
Tianyao Shi, Ritbik Kumar, Inez Hua, Yi Ding
When Servers Meet Species: A Fab-to-Grave Lens on Computing's Biodiversity Impact
Accepted by HotCarbon' 25
null
null
null
cs.CY cs.AR cs.DC
http://creativecommons.org/licenses/by-nc-nd/4.0/
Biodiversity loss is a critical planetary boundary, yet its connection to computing remains largely unexamined. Prior sustainability efforts in computing have focused on carbon and water, overlooking biodiversity due to the lack of appropriate metrics and modeling frameworks. This paper presents the first end-to-end analysis of biodiversity impact from computing systems. We introduce two new metrics--Embodied Biodiversity Index (EBI) and Operational Biodiversity Index (OBI)--to quantify biodiversity impact across the lifecycle, and present FABRIC, a modeling framework that links computing workloads to biodiversity impacts. Our evaluation highlights the need to consider biodiversity alongside carbon and water in sustainable computing design and optimization. The code is available at https://github.com/TianyaoShi/FABRIC.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 13:50:04 GMT" } ]
2025-06-27T00:00:00
[ [ "Shi", "Tianyao", "" ], [ "Kumar", "Ritbik", "" ], [ "Hua", "Inez", "" ], [ "Ding", "Yi", "" ] ]
2506.20468
Karl Misselt
K. Misselt, A.N. Witt, K.D. Gordon, D. Van De Putte, B. Trahin, A. Abergel, A. Noriega-Crespo, P. Guillard, M. Zannese, P. Dell'ova, M. Baes, P. Klaassen, N. Ysard
JWST Observations of Photo-dissociation Regions. II. Aliphatic/Aromatic Carbonaceous Dust, Ices, and Gas Phase Spectral Line Inventory
null
null
null
null
astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
This paper provides an overview of the spectroscopic data obtained by the JWST Guaranteed Time Observations (GTO) program 1192, "The Physics and Chemistry of PDR Fronts", including an inventory of the spatially resolved dust, gas, and molecular content in the Horsehead nebula and the NW filament of NGC~7023. We demonstrate the unique capability of this high spatial resolution data set to elucidate the evolution of gas and dust at the interface between stars and their natal clouds at the scale at which the physics and chemistry occur. The Disassociation Regions (PDRs) in the Horsehead nebula and the North West (NW) filament of NGC 7023 were mapped with a spectral resolution 1000-3000 and a spatial resolution of ~2e-4 pc between 0.97-28um. Spectra extracted from template regions yield a large number of atomic, ionized, and molecular lines. Full line lists and extracted spectra for all 10 regions are provided through CDS. Absorption from H$_2$O, CO$_2$, and CO ices are identified in 3 regions in NGC 7023. In this overview, we have focused on the spectral region between 3 and 5 um which is dominated by emission from aromatic and aliphatic carbon bonds to illustrate the power of the data set. We confirm the entrainment of aromatic carbonaceous species in the photo-evaporative flow from the PDR surface into the H\,{\sc{ii}} region in the Horsehead. No aliphatic emission is present in the outflow, indicating the complete removal of aliphatic bonds when exposed to strong UV fields. There is a clear detection of deuterium substitution in the carbon bonds. Aliphatic D-substitution is more efficient relative to aromatic D-substitution, ranging from N$_{D}$/N$_{H}$ ~ 0.1-0.3 for aliphatics compared to ~0.03 for the aromatics.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 14:17:47 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 14:30:26 GMT" } ]
2025-06-27T00:00:00
[ [ "Misselt", "K.", "" ], [ "Witt", "A. N.", "" ], [ "Gordon", "K. D.", "" ], [ "Van De Putte", "D.", "" ], [ "Trahin", "B.", "" ], [ "Abergel", "A.", "" ], [ "Noriega-Crespo", "A.", "" ], [ "Guillard", "P.", "" ], [ "Zannese", "M.", "" ], [ "Dell'ova", "P.", "" ], [ "Baes", "M.", "" ], [ "Klaassen", "P.", "" ], [ "Ysard", "N.", "" ] ]
2506.20497
Hirofumi Sakakibara
Kensei Ushio, Shu Kamiyama, Yuto Hoshi, Ryota Mizuno, Masayuki Ochi, Kazuhiko Kuroki, and Hirofumi Sakakibara
Theoretical study on ambient pressure superconductivity in La$_3$Ni$_2$O$_7$ thin films : structural analysis, model construction, and robustness of $s\pm$-wave pairing
13 pages, 9 figures
null
null
null
cond-mat.supr-con cond-mat.mtrl-sci cond-mat.str-el
http://creativecommons.org/licenses/by-nc-nd/4.0/
We theoretically study ambient pressure superconductivity in thin films of La$_3$Ni$_2$O$_7$. We construct model Hamiltonians adopting the crystal structure theoretically determined by fixing the in-plane lattice constant to those substrates examined in the experiment. We also construct a model based on the experimentally determined lattice structure. To the models obtained, we apply the fluctuation exchange approximation, which takes into account the full momentum and frequency dependencies of the Green function and the pairing interaction. We find that the electronic structure, including the presence/absence of the so-called $\gamma$-pocket (the Fermi surface originating from the top of the $d_{3z^2-r^2}$ bonding band) depends on the crystal structure adopted and/or the presence/absence of $+U$ correction in the band structure calculation. Nonetheless, $s\pm$-wave pairing symmetry remains robust regardless of these details in the band structure. The robustness of the $s\pm$-wave pairing mainly owes to the large sign changing superconducting gap function of the $d_{3z^2-r^2}$ bands around $(k_x,k_y)=(0,0)$ and $(k_x,k_y)=(\pi,\pi)$, which originates from the finite energy spin fluctuations. On the other hand, $T_c$ being halved from that of the pressurized bulk can only be understood by adopting the model with small $|t_\perp|$ derived from the experimentally determined crystal structure, at least within the present FLEX approach, although there may remain some other possibilities beyond this approach for the origin of the reduced $T_c$.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 14:44:01 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 05:06:16 GMT" } ]
2025-06-27T00:00:00
[ [ "Ushio", "Kensei", "" ], [ "Kamiyama", "Shu", "" ], [ "Hoshi", "Yuto", "" ], [ "Mizuno", "Ryota", "" ], [ "Ochi", "Masayuki", "" ], [ "Kuroki", "Kazuhiko", "" ], [ "Sakakibara", "Hirofumi", "" ] ]
2506.20509
Simon Svab
Simon Svab, Rafael S. Eggli, Taras Patlatiuk, Miguel J. Carballido, Pierre Chevalier Kwon, Dominique A. Tr\"ussel, Ang Li, Erik P.A.M. Bakkers, Andreas V. Kuhlmann, Dominik M. Zumb\"uhl
A direct dispersive signature of Pauli spin blockade
5 pages + 4 pages Supplementary
null
null
null
cond-mat.mes-hall
http://creativecommons.org/licenses/by/4.0/
Pauli Spin Blockade (PSB) is a key paradigm in semiconductor nanostructures and gives access to the spin physics. We report the direct observation of PSB with gate-dispersive reflectometry on double quantum dots with source-drain bias. The reservoir charge transitions are strongly modulated, turning on and off when entering and leaving the blockaded region, consistent with a simple model. Seen with holes in Ge and Si, the effects are enhanced with larger bias voltage and suppressed by magnetic field. This work lays the foundation for fast probing of spin physics and minimally invasive spin readout.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 14:54:00 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 14:04:27 GMT" } ]
2025-06-27T00:00:00
[ [ "Svab", "Simon", "" ], [ "Eggli", "Rafael S.", "" ], [ "Patlatiuk", "Taras", "" ], [ "Carballido", "Miguel J.", "" ], [ "Kwon", "Pierre Chevalier", "" ], [ "Trüssel", "Dominique A.", "" ], [ "Li", "Ang", "" ], [ "Bakkers", "Erik P. A. M.", "" ], [ "Kuhlmann", "Andreas V.", "" ], [ "Zumbühl", "Dominik M.", "" ] ]
2506.20589
Jorge Torres G\'omez
Jorge Torres G\'omez and Pit Hofmann and Lisa Y. Debus and Osman Tugay Ba\c{s}aran and Sebastian Lotter and Roya Khanzadeh and Stefan Angerbauer and Bige Deniz Unluturk and Sergi Abadal and Werner Haselmayr and Frank H.P. Fitzek and Robert Schober and Falko Dressler
Communicating Smartly in the Molecular Domain: Neural Networks in the Internet of Bio-Nano Things
Paper submitted to IEEE Communications Surveys & Tutorials
null
null
null
eess.SP cs.ET q-bio.OT
http://creativecommons.org/licenses/by/4.0/
Recent developments in the Internet of Bio-Nano Things (IoBNT) are laying the groundwork for innovative applications across the healthcare sector. Nanodevices designed to operate within the body, managed remotely via the internet, are envisioned to promptly detect and actuate on potential diseases. In this vision, an inherent challenge arises due to the limited capabilities of individual nanosensors; specifically, nanosensors must communicate with one another to collaborate as a cluster. Aiming to research the boundaries of the clustering capabilities, this survey emphasizes data-driven communication strategies in molecular communication (MC) channels as a means of linking nanosensors. Relying on the flexibility and robustness of machine learning (ML) methods to tackle the dynamic nature of MC channels, the MC research community frequently refers to neural network (NN) architectures. This interdisciplinary research field encompasses various aspects, including the use of NNs to facilitate communication in MC environments, their implementation at the nanoscale, explainable approaches for NNs, and dataset generation for training. Within this survey, we provide a comprehensive analysis of fundamental perspectives on recent trends in NN architectures for MC, the feasibility of their implementation at the nanoscale, applied explainable artificial intelligence (XAI) techniques, and the accessibility of datasets along with best practices for their generation. Additionally, we offer open-source code repositories that illustrate NN-based methods to support reproducible research for key MC scenarios. Finally, we identify emerging research challenges, such as robust NN architectures, biologically integrated NN modules, and scalable training strategies.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 16:28:30 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 15:09:32 GMT" } ]
2025-06-27T00:00:00
[ [ "Gómez", "Jorge Torres", "" ], [ "Hofmann", "Pit", "" ], [ "Debus", "Lisa Y.", "" ], [ "Başaran", "Osman Tugay", "" ], [ "Lotter", "Sebastian", "" ], [ "Khanzadeh", "Roya", "" ], [ "Angerbauer", "Stefan", "" ], [ "Unluturk", "Bige Deniz", "" ], [ "Abadal", "Sergi", "" ], [ "Haselmayr", "Werner", "" ], [ "Fitzek", "Frank H. P.", "" ], [ "Schober", "Robert", "" ], [ "Dressler", "Falko", "" ] ]
2506.20611
Hsiu-Chung Yeh
Hsiu-Chung Yeh, Aditi Mitra
Floquet operator dynamics and orthogonal polynomials on the unit circle
null
null
null
null
cond-mat.str-el quant-ph
http://creativecommons.org/licenses/by/4.0/
Operator spreading under stroboscopic time evolution due to a unitary is studied. An operator Krylov space is constructed and related to orthogonal polynomials on a unit circle (OPUC), as well as to the Krylov space of the edge operator of the Floquet transverse field Ising model with inhomogeneous couplings (ITFIM). The Verblunsky coefficients in the OPUC representation are related to the Krylov angles parameterizing the ITFIM. The relations between the OPUC and spectral functions are summarized and several applications are presented. These include derivation of analytic expressions for the OPUC for persistent $m$-periodic dynamics, and the numerical construction of the OPUC for autocorrelations of the homogeneous Floquet-Ising model as well as the $Z_3$ clock model. The numerically obtained Krylov angles of the $Z_3$ clock model with long-lived period tripled autocorrelations show a spatial periodicity of six, and this observation is used to develop an analytically solvable model for the ITFIM that mimics this behavior.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:03:05 GMT" } ]
2025-06-27T00:00:00
[ [ "Yeh", "Hsiu-Chung", "" ], [ "Mitra", "Aditi", "" ] ]
2506.20639
Shansan Gong
Shansan Gong and Ruixiang Zhang and Huangjie Zheng and Jiatao Gu and Navdeep Jaitly and Lingpeng Kong and Yizhe Zhang
DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation
minor update
null
null
null
cs.CL
http://creativecommons.org/licenses/by-nc-sa/4.0/
Diffusion large language models (dLLMs) are compelling alternatives to autoregressive (AR) models because their denoising models operate over the entire sequence. The global planning and iterative refinement features of dLLMs are particularly useful for code generation. However, current training and inference mechanisms for dLLMs in coding are still under-explored. To demystify the decoding behavior of dLLMs and unlock their potential for coding, we systematically investigate their denoising processes and reinforcement learning (RL) methods. We train a 7B dLLM, \textbf{DiffuCoder}, on 130B tokens of code. Using this model as a testbed, we analyze its decoding behavior, revealing how it differs from that of AR models: (1) dLLMs can decide how causal their generation should be without relying on semi-AR decoding, and (2) increasing the sampling temperature diversifies not only token choices but also their generation order. This diversity creates a rich search space for RL rollouts. For RL training, to reduce the variance of token log-likelihood estimates and maintain training efficiency, we propose \textbf{coupled-GRPO}, a novel sampling scheme that constructs complementary mask noise for completions used in training. In our experiments, coupled-GRPO significantly improves DiffuCoder's performance on code generation benchmarks (+4.4\% on EvalPlus) and reduces reliance on AR bias during decoding. Our work provides deeper insight into the machinery of dLLM generation and offers an effective, diffusion-native RL training framework. https://github.com/apple/ml-diffucoder.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:35:47 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2025 15:46:40 GMT" } ]
2025-06-27T00:00:00
[ [ "Gong", "Shansan", "" ], [ "Zhang", "Ruixiang", "" ], [ "Zheng", "Huangjie", "" ], [ "Gu", "Jiatao", "" ], [ "Jaitly", "Navdeep", "" ], [ "Kong", "Lingpeng", "" ], [ "Zhang", "Yizhe", "" ] ]
2506.20672
Matja\v{z} Omladi\v{c} Ph.D.
Matja\v{z} Omladi\v{c}, Martin Vuk and Alja\v{z} Zalar
The final solution of the Hitchhiker's problem #5
20 pages
null
null
null
stat.ML cs.LG math.OC math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A recent survey, nicknamed "Hitchhiker's Guide", J.J. Arias-Garc{\i}a, R. Mesiar, and B. De Baets, A hitchhiker's guide to quasi-copulas, Fuzzy Sets and Systems 393 (2020) 1-28, has raised the rating of quasi-copula problems in the dependence modeling community in spite of the lack of statistical interpretation of quasi-copulas. In our previous work (arXiv:2410.19339, accepted in Fuzzy Sets and Systems), we addressed the question of extreme values of the mass distribution associated with multivariate quasi-copulas. Using a linear programming approach, we were able to solve Open Problem 5 of the "Guide" up to dimension d = 17 and disprove a recent conjecture on the solution to that problem. In this paper, we use an analytical approach to provide a complete answer to the original question.
[ { "version": "v1", "created": "Tue, 20 May 2025 14:56:53 GMT" } ]
2025-06-27T00:00:00
[ [ "Omladič", "Matjaž", "" ], [ "Vuk", "Martin", "" ], [ "Zalar", "Aljaž", "" ] ]
2506.20673
Xijie Pan
Yongqian Sun, Xijie Pan, Xiao Xiong, Lei Tao, Jiaju Wang, Shenglin Zhang, Yuan Yuan, Yuqi Li and Kunlin Jian
ClusterRCA: Network Failure Diagnosis in HPC Systems Using Multimodal Data
null
null
null
null
cs.DC cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Network failure diagnosis is challenging yet critical for high-performance computing (HPC) systems. Existing methods cannot be directly applied to HPC scenarios due to data heterogeneity and lack of accuracy. This paper proposes a novel framework, called ClusterRCA, to localize culprit nodes and determine failure types by leveraging multimodal data. ClusterRCA extracts features from topologically connected network interface controller (NIC) pairs to analyze the diverse, multimodal data in HPC systems. To accurately localize culprit nodes and determine failure types, ClusterRCA combines classifier-based and graph-based approaches. A failure graph is constructed based on the output of the state classifier, and then it performs a customized random walk on the graph to localize the root cause. Experiments on datasets collected by a top-tier global HPC device vendor show ClusterRCA achieves high accuracy in diagnosing network failure for HPC systems. ClusterRCA also maintains robust performance across different application scenarios.
[ { "version": "v1", "created": "Tue, 17 Jun 2025 16:52:09 GMT" } ]
2025-06-27T00:00:00
[ [ "Sun", "Yongqian", "" ], [ "Pan", "Xijie", "" ], [ "Xiong", "Xiao", "" ], [ "Tao", "Lei", "" ], [ "Wang", "Jiaju", "" ], [ "Zhang", "Shenglin", "" ], [ "Yuan", "Yuan", "" ], [ "Li", "Yuqi", "" ], [ "Jian", "Kunlin", "" ] ]
2506.20674
Ankur Lahiry
Ankur Lahiry, Ayush Pokharel, Seth Ockerman, Amal Gueroudji, Line Pouchard, Tanzima Z. Islam
Scalable GPU Performance Variability Analysis framework
null
null
null
null
cs.DC cs.PF
http://creativecommons.org/licenses/by-nc-nd/4.0/
Analyzing large-scale performance logs from GPU profilers often requires terabytes of memory and hours of runtime, even for basic summaries. These constraints prevent timely insight and hinder the integration of performance analytics into automated workflows. Existing analysis tools typically process data sequentially, making them ill-suited for HPC workflows with growing trace complexity and volume. We introduce a distributed data analysis framework that scales with dataset size and compute availability. Rather than treating the dataset as a single entity, our system partitions it into independently analyzable shards and processes them concurrently across MPI ranks. This design reduces per-node memory pressure, avoids central bottlenecks, and enables low-latency exploration of high-dimensional trace data. We apply the framework to end-to-end Nsight Compute traces from real HPC and AI workloads, demonstrate its ability to diagnose performance variability, and uncover the impact of memory transfer latency on GPU kernel behavior.
[ { "version": "v1", "created": "Tue, 17 Jun 2025 18:23:26 GMT" } ]
2025-06-27T00:00:00
[ [ "Lahiry", "Ankur", "" ], [ "Pokharel", "Ayush", "" ], [ "Ockerman", "Seth", "" ], [ "Gueroudji", "Amal", "" ], [ "Pouchard", "Line", "" ], [ "Islam", "Tanzima Z.", "" ] ]
2506.20675
Anish Saxena
Anish Saxena, Po-An Tsai, Hritvik Taneja, Aamer Jaleel, Moinuddin Qureshi
Utility-Driven Speculative Decoding for Mixture-of-Experts
null
null
null
null
cs.DC cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
GPU memory bandwidth is the main bottleneck for low-latency Large Language Model (LLM) inference. Speculative decoding leverages idle GPU compute by using a lightweight drafter to propose K tokens, which the LLM verifies in parallel, boosting token throughput. In conventional dense LLMs, all model weights are fetched each iteration, so speculation adds no latency overhead. Emerging Mixture of Experts (MoE) models activate only a subset of weights per token, greatly reducing data movement. However, we show that speculation is ineffective for MoEs: draft tokens collectively activate more weights, increasing data movement and verification time by 2-3x. When token throughput gains fail to offset this overhead, speculation causes slowdowns up to 1.5x, making it infeasible. Even when useful, the optimal K varies by task, model, and even between requests and iterations. Thus, despite widespread use in dense LLMs, speculation remains impractical in leading MoEs. We present Cascade, a utility-driven framework that selectively enables speculation to avoid slowdowns and dynamically tunes K to accelerate MoE serving. Cascade uses a lightweight metric, speculation utility, the ratio of token gains to verification cost, which shows iteration-level locality, enabling periodic decisions via short test and longer set phases. For each request, Cascade disables speculation if utility drops below one during testing, and when utility exceeds one, tests multiple K-values to choose the utility-maximizing K for the set phase. We implement Cascade in vLLM and evaluate it on five popular MoEs with workloads spanning code, math, extraction, and mixed tasks. Cascade limits slowdown to 5% (vs. 1.5x) and improves throughput by 7-14% over static K, making speculative decoding practical for MoEs.
[ { "version": "v1", "created": "Tue, 17 Jun 2025 20:06:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Saxena", "Anish", "" ], [ "Tsai", "Po-An", "" ], [ "Taneja", "Hritvik", "" ], [ "Jaleel", "Aamer", "" ], [ "Qureshi", "Moinuddin", "" ] ]
2506.20676
Kim-Vy H. Tran
Kim-Vy H. Tran, Stuart Wyithe, and Michelle Ding
Achieving Gender Representation in Lead-Author Publications in the ASTRO3D Centre of Excellence
published in the the Bulletin of the American Astronomical Society
https://baas.aas.org/pub/2025i008/release/1
10.3847/25c2cfeb.75546187
null
physics.soc-ph astro-ph.GA astro-ph.IM
http://creativecommons.org/licenses/by/4.0/
We examine the publication rates of 400 research-focused members in the ASTRO3D Centre of Excellence by gender, project, and year from January 2018 to January 2024 (six years). Of the 443 refereed publications led by ASTRO3D members, women were first-author on 38% which is nearly double that of the astronomy field in the same period (~20%). We record a high-water mark in 2022: 46% of ASTRO3D publications were led by females and 45% of research members identified as female. Using the nine research projects in ASTRO3D, we show that the combination of female leadership and higher fraction of female members correlates with a higher fraction of female-led publications. We find no correlation between the fraction of female-led publications and project size. Our findings demonstrate that gender representation in refereed publications can be achieved within ~5 years by combining evidence-based recruitment strategies with representation in supervisors and collaborations. We recommend that strategies for improving STEM participation focus on both female leadership and female representation to maximize effectiveness.
[ { "version": "v1", "created": "Thu, 19 Jun 2025 19:48:33 GMT" } ]
2025-06-27T00:00:00
[ [ "Tran", "Kim-Vy H.", "" ], [ "Wyithe", "Stuart", "" ], [ "Ding", "Michelle", "" ] ]
2506.20677
Shrinivass Arunachalam Balasubramanian
Shrinivass Arunachalam Balasubramanian
Adaptive Hybrid Sort: Dynamic Strategy Selection for Optimal Sorting Across Diverse Data Distributions
11 Pages, 5 figures
null
null
null
cs.DS cs.DB cs.PF
http://creativecommons.org/licenses/by/4.0/
Sorting is an essential operation in computer science with direct consequences on the performance of large scale data systems, real-time systems, and embedded computation. However, no sorting algorithm is optimal under all distributions of data. The new adaptive hybrid sorting paradigm proposed in this paper is the paradigm that automatically selects the most effective sorting algorithm Counting Sort, Radix Sort, or QuickSort based on real-time monitoring of patterns in input data. The architecture begins by having a feature extraction module to compute significant parameters such as data volume, value range and entropy. These parameters are sent to a decision engine involving Finite State Machine and XGBoost classifier to aid smart and effective in choosing the optimal sorting strategy. It implements Counting Sort on small key ranges, Radix Sort on large range structured input with low-entropy keys and QuickSort on general purpose sorting. The experimental findings of both synthetic and real life dataset confirm that the proposed solution is actually inclined to excel significantly by comparison in execution time, flexibility and the efficiency of conventional static sorting algorithms. The proposed framework provides a scalable, high perhaps and applicable to a wide range of data processing operations like big data analytics, edge computing, and systems with hardware limitations.
[ { "version": "v1", "created": "Sun, 22 Jun 2025 03:13:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Balasubramanian", "Shrinivass Arunachalam", "" ] ]
2506.20678
Thomas Beechem
Mira Welner, Andre Hazbun, Thomas Beechem
Sparse Infrared Spectroscopy for Detection of Volatile Organic Compounds
null
null
null
null
physics.chem-ph physics.data-an
http://creativecommons.org/licenses/by/4.0/
To reduce the complexity of infrared spectroscopy hardware while maintaining performance, a data informed, task-specific, spectral collection approach termed Sparse Infrared Spectroscopy (SIRS) is developed. Using a numerically based virtual experiment based on a quantitatively accurate infrared database, non-negative matrix factorization is used to identify the spectral pass bands of a minimal number of filters necessary to identify volatile organic compounds (VOC) within either an inert background or mixture of gases. The data-driven approach is found capable of identifying contaminants at the 1-10 part per million level (PPM) with $\mathrm{\sim~20-50}$ spectral samples as opposed to the more than 1,000 typical of a traditional infrared spectrum. Reasonably robust to both noise and the characteristics of the base compound in a mixture, the task-specific spectral sampling points to simplified hardware design that maintains performance.
[ { "version": "v1", "created": "Sun, 22 Jun 2025 13:32:15 GMT" } ]
2025-06-27T00:00:00
[ [ "Welner", "Mira", "" ], [ "Hazbun", "Andre", "" ], [ "Beechem", "Thomas", "" ] ]
2506.20679
Silvia De Sojo Caso
Silvia de Sojo, Lorenzo Lucchini, Ollin D. Langle-Chimal, Samuel P. Fraiberger and Laura Alessandretti
Establishing validated standards for Home and Work location Detection
null
null
null
null
cs.SI cs.CY
http://creativecommons.org/licenses/by/4.0/
Smartphone location data have transformed urban mobility research, providing unprecedented insights into how people navigate and interact in cities. However, leveraging location data at scale presents methodological challenges. Accurately identifying individuals' home and work locations is critical for a range of applications, including commuting analysis, unemployment estimation, and urban accessibility studies. Despite their widespread use, home-work detection methods lack a standardized framework that accounts for differing data quality and that is validated against ground-truth observations. This limits the comparability and reproducibility of results across studies and datasets. In this paper, we present HoWDe, a robust algorithm for identifying home and work locations from mobility data, explicitly designed to handle missing data and varying data quality across individuals. Using two unique ground-truth datasets comprising over 5100 individuals from more than 80 countries, HoWDe achieves home and work detection accuracies of up to 97% and 88%, respectively, with consistent performance across countries and demographic groups. We examine how parameter choices shape the trade-off between accuracy and user retention, and demonstrate how these methodological decisions influence downstream applications such as employment estimation and commuting pattern analysis. By supporting in-house pre-processing through a transparent and validated pipeline, HoWDe also facilitates the sharing of privacy-preserving mobility data. Together, our tools and findings establish methodological standards that support more robust, scalable, and reproducible mobility research at both individual and urban scales.
[ { "version": "v1", "created": "Mon, 23 Jun 2025 15:21:57 GMT" } ]
2025-06-27T00:00:00
[ [ "de Sojo", "Silvia", "" ], [ "Lucchini", "Lorenzo", "" ], [ "Langle-Chimal", "Ollin D.", "" ], [ "Fraiberger", "Samuel P.", "" ], [ "Alessandretti", "Laura", "" ] ]
2506.20680
Manuel Gonz\'alez-Lastre
Oscar Custance, Manuel Gonz\'alez Lastre, Kyungmin Kim, Estefan\'ia Fernandez-Villanueva, Pablo Pou, Masayuki Abe, Hossein Sepehri-Amin, Shigeki Kawai, M. Ver\'onica Ganduglia-Pirovano, Rub\'en P\'erez
Near-surface Defects Break Symmetry in Water Adsorption on CeO$_{2-x}$(111)
null
null
null
null
cond-mat.mtrl-sci cond-mat.mes-hall cond-mat.other physics.atm-clus physics.chem-ph
http://creativecommons.org/licenses/by/4.0/
Water interactions with oxygen-deficient cerium dioxide (CeO$_2$) surfaces are central to hydrogen production and catalytic redox reactions, but the atomic-scale details of how defects influence adsorption and reactivity remain elusive. Here, we unveil how water adsorbs on partially reduced CeO$_{2-x}$(111) using atomic force microscopy (AFM) with chemically sensitive, oxygen-terminated probes, combined with first-principles calculations. Our AFM imaging reveals water molecules as sharp, asymmetric boomerang-like features radically departing from the symmetric triangular motifs previously attributed to molecular water. Strikingly, these features localize near subsurface defects. While the experiments are carried out at cryogenic temperature, water was dosed at room temperature, capturing configurations relevant to initial adsorption events in catalytic processes. Density functional theory identifies Ce$^{3+}$ sites adjacent to subsurface vacancies as the thermodynamically favored adsorption sites, where defect-induced symmetry breaking governs water orientation. Force spectroscopy and simulations further distinguish Ce$^{3+}$ from Ce$^{4+}$ centers through their unique interaction signatures. By resolving how subsurface defects control water adsorption at the atomic scale, this work demonstrates the power of chemically selective AFM for probing site-specific reactivity in oxide catalysts, laying the groundwork for direct investigations of complex systems such as single-atom catalysts, metal-support interfaces, and defect-engineered oxides.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 13:09:57 GMT" } ]
2025-06-27T00:00:00
[ [ "Custance", "Oscar", "" ], [ "Lastre", "Manuel González", "" ], [ "Kim", "Kyungmin", "" ], [ "Fernandez-Villanueva", "Estefanía", "" ], [ "Pou", "Pablo", "" ], [ "Abe", "Masayuki", "" ], [ "Sepehri-Amin", "Hossein", "" ], [ "Kawai", "Shigeki", "" ], [ "Ganduglia-Pirovano", "M. Verónica", "" ], [ "Pérez", "Rubén", "" ] ]
2506.20681
Rajeev Singh
Francesco Becattini, Rajeev Singh
On the local thermodynamic relations in relativistic spin hydrodynamics
8 pages; comments are welcome
null
null
null
nucl-th hep-th
http://creativecommons.org/licenses/by/4.0/
We demonstrate, by providing two specific examples, that the local differential thermodynamic relations used as educated guesses in relativistic hydrodynamics with spin, do not hold even at global thermodynamic equilibrium, where the expression of the entropy current is totally unambiguous. We show, by using a rigorous quantum statistical method, that for massless free fermions and massive free fermions with rotation and acceleration at global thermodynamic equilibrium, the derivative of the pressure function with respect to the spin potential differs from the spin density and acquires a correction of the same order. Therefore, for an accurate determination of the constitutive relations in relativistic spin hydrodynamics, the traditional method of assuming differential thermodynamic relations is not appropriate.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 15:18:37 GMT" } ]
2025-06-27T00:00:00
[ [ "Becattini", "Francesco", "" ], [ "Singh", "Rajeev", "" ] ]
2506.20682
Bilal Farooq
Rulla Al-Haideri and Karim Ismail and Bilal Farooq and Adam Weiss
Towards the Safety-Relevant Dimension of Driver Behaviour: A Dual-State Model
null
null
null
null
physics.soc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We make a methodological contribution by introducing a new dimension of traffic conflict severity: the probability that a driver is in a defensive state. This behavioural probability reflects an internal response to perceived risk and is estimated using a latent class Discrete Choice Model (DCM) that captures driver behaviour as a probabilistic mixture of two latent driving states: a defensive state, representing heightened caution and collision-avoidance intentions under perceived risk, and a neutral state, reflecting routine driving behaviour under low-threat conditions. The framework is grounded in psychological theory, particularly the triad of affect, behaviour, and cognition. It is also informed by two key concepts. First, that event severity exists on a continuum, rather than being confined to binary categories of safe or unsafe. Second, that drivers perceive risk through a dynamic spatial safety field, one that varies with direction, proximity, and the motion of surrounding road users. Applied to the publicly available rounD dataset, the framework yields interpretable estimates of state membership probabilities. The defensive state consistently reflects stronger sensitivity to spatial and temporal risk, while the neutral state captures context-appropriate yet less reactive driving patterns. Importantly, the paper also proposes a method to assess the quality of the estimated probability of being in a defensive state. Because of the duality between the defensive and neutral states, evaluating the consistency of one offers insights into the reliability of the other. To explore this, a multi-step validation procedure is applied across five data subsets representing different driving contexts, including free-flow and diverging scenarios, to examine how well the neutral state generalises beyond the estimation sample.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 16:35:43 GMT" } ]
2025-06-27T00:00:00
[ [ "Al-Haideri", "Rulla", "" ], [ "Ismail", "Karim", "" ], [ "Farooq", "Bilal", "" ], [ "Weiss", "Adam", "" ] ]
2506.20683
Alexander Selivanov
Alexander Selivanov, Philip M\"uller, \"Ozg\"un Turgut, Nil Stolt-Ans\'o, Daniel R\"uckert
Global and Local Contrastive Learning for Joint Representations from Cardiac MRI and ECG
accepted to MICCAI 2025 (Springer LNCS)
null
null
null
eess.IV cs.AI cs.CV eess.SP
http://creativecommons.org/licenses/by/4.0/
An electrocardiogram (ECG) is a widely used, cost-effective tool for detecting electrical abnormalities in the heart. However, it cannot directly measure functional parameters, such as ventricular volumes and ejection fraction, which are crucial for assessing cardiac function. Cardiac magnetic resonance (CMR) is the gold standard for these measurements, providing detailed structural and functional insights, but is expensive and less accessible. To bridge this gap, we propose PTACL (Patient and Temporal Alignment Contrastive Learning), a multimodal contrastive learning framework that enhances ECG representations by integrating spatio-temporal information from CMR. PTACL uses global patient-level contrastive loss and local temporal-level contrastive loss. The global loss aligns patient-level representations by pulling ECG and CMR embeddings from the same patient closer together, while pushing apart embeddings from different patients. Local loss enforces fine-grained temporal alignment within each patient by contrasting encoded ECG segments with corresponding encoded CMR frames. This approach enriches ECG representations with diagnostic information beyond electrical activity and transfers more insights between modalities than global alignment alone, all without introducing new learnable weights. We evaluate PTACL on paired ECG-CMR data from 27,951 subjects in the UK Biobank. Compared to baseline approaches, PTACL achieves better performance in two clinically relevant tasks: (1) retrieving patients with similar cardiac phenotypes and (2) predicting CMR-derived cardiac function parameters, such as ventricular volumes and ejection fraction. Our results highlight the potential of PTACL to enhance non-invasive cardiac diagnostics using ECG. The code is available at: https://github.com/alsalivan/ecgcmr
[ { "version": "v1", "created": "Tue, 24 Jun 2025 17:19:39 GMT" } ]
2025-06-27T00:00:00
[ [ "Selivanov", "Alexander", "" ], [ "Müller", "Philip", "" ], [ "Turgut", "Özgün", "" ], [ "Stolt-Ansó", "Nil", "" ], [ "Rückert", "Daniel", "" ] ]
2506.20684
Kira Pugh Dr
Kira Pugh, Linn\'ea Gyllingberg, Stanislav Stratiev, Sara Hamis
A bibliometric study on mathematical oncology: interdisciplinarity, internationality, collaboration and trending topics
null
null
null
null
physics.soc-ph cs.DL
http://creativecommons.org/licenses/by/4.0/
Mathematical oncology is an interdisciplinary research field where mathematics meets cancer research. The field's intention to study cancer makes it dynamic, as practicing researchers are incentivised to quickly adapt to both technical and medical research advances. Determining the scope of mathematical oncology is therefore not straightforward; however, it is important for purposes related to funding allocation, education, scientific communication, and community organisation. To address this issue, we here conduct a bibliometric analysis of mathematical oncology. We compare our results to the broader field of mathematical biology, and position our findings within theoretical science of science frameworks. Based on article metadata and citation flows, our results provide evidence that mathematical oncology has undergone a significant evolution since the 1960s marked by increased interactions with other disciplines, geographical expansion, larger research teams, and greater diversity in studied topics. The latter finding contributes to the greater discussion on which models different research communities consider to be valuable in the era of big data and machine learning. Further, the results presented in this study quantitatively motivate that international collaboration networks should be supported to enable new countries to enter and remain in the field, and that mathematical oncology benefits both mathematics and the life sciences.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 17:59:59 GMT" } ]
2025-06-27T00:00:00
[ [ "Pugh", "Kira", "" ], [ "Gyllingberg", "Linnéa", "" ], [ "Stratiev", "Stanislav", "" ], [ "Hamis", "Sara", "" ] ]
2506.20685
Sajid Hussain
Sajid Hussain, Muhammad Sohail, Nauman Ali Khan, Naima Iltaf, and Ihtesham ul Islam
Progressive Size-Adaptive Federated Learning: A Comprehensive Framework for Heterogeneous Multi-Modal Data Systems
null
null
null
null
cs.LG cs.AI
http://creativecommons.org/licenses/by/4.0/
Federated Learning (FL) has emerged as a transformative paradigm for distributed machine learning while preserving data privacy. However, existing approaches predominantly focus on model heterogeneity and aggregation techniques, largely overlooking the fundamental impact of dataset size characteristics on federated training dynamics. This paper introduces Size-Based Adaptive Federated Learning (SAFL), a novel progressive training framework that systematically organizes federated learning based on dataset size characteristics across heterogeneous multi-modal data. Our comprehensive experimental evaluation across 13 diverse datasets spanning 7 modalities (vision, text, time series, audio, sensor, medical vision, and multimodal) reveals critical insights: 1) an optimal dataset size range of 1000-1500 samples for federated learning effectiveness; 2) a clear modality performance hierarchy with structured data (time series, sensor) significantly outperforming unstructured data (text, multimodal); and 3) systematic performance degradation for large datasets exceeding 2000 samples. SAFL achieves an average accuracy of 87.68% across all datasets, with structured data modalities reaching 99%+ accuracy. The framework demonstrates superior communication efficiency, reducing total data transfer to 7.38 GB across 558 communications while maintaining high performance. Our real-time monitoring framework provides unprecedented insights into system resource utilization, network efficiency, and training dynamics. This work fills critical gaps in understanding how data characteristics should drive federated learning strategies, providing both theoretical insights and practical guidance for real-world FL deployments in neural network and learning systems.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 18:50:33 GMT" } ]
2025-06-27T00:00:00
[ [ "Hussain", "Sajid", "" ], [ "Sohail", "Muhammad", "" ], [ "Khan", "Nauman Ali", "" ], [ "Iltaf", "Naima", "" ], [ "Islam", "Ihtesham ul", "" ] ]
2506.20686
Ahan Gupta
Hoa La, Ahan Gupta, Alex Morehead, Jianlin Cheng, Minjia Zhang
MegaFold: System-Level Optimizations for Accelerating Protein Structure Prediction Models
13 pages, 12 figures
null
null
null
q-bio.BM cs.DC cs.LG cs.PF
http://creativecommons.org/licenses/by/4.0/
Protein structure prediction models such as AlphaFold3 (AF3) push the frontier of biomolecular modeling by incorporating science-informed architectural changes to the transformer architecture. However, these advances come at a steep system cost, introducing: compute- and memory-intensive operators, 2D attention mechanisms, and retrieval-augmented data pipelines, which collectively hinder the scalability of AF3 training. In this work, we present MegaFold, a cross-platform system to accelerate AF3 training. MegaFold tackles key bottlenecks through ahead-of-time caching to eliminate GPU idle time from the retrieval-augmented data pipeline, Triton-based kernels for memory-efficient EvoAttention on heterogeneous devices, and deep fusion for common and critical small operators in AF3. Evaluation on both NVIDIA H200 and AMD MI250 GPUs shows that MegaFold reduces peak memory usage of AF3 training by up to 1.23$\times$ and improves per-iteration training time by up-to 1.73$\times$ and 1.62$\times$ respectively. More importantly, MegaFold enables training on 1.35$\times$ longer sequence lengths compared to PyTorch baselines without running out-of-memory, significantly improving the scalability of modern protein folding models. We open source our code at https://github.com/Supercomputing-System-AI-Lab/MegaFold/.
[ { "version": "v1", "created": "Tue, 24 Jun 2025 23:30:49 GMT" } ]
2025-06-27T00:00:00
[ [ "La", "Hoa", "" ], [ "Gupta", "Ahan", "" ], [ "Morehead", "Alex", "" ], [ "Cheng", "Jianlin", "" ], [ "Zhang", "Minjia", "" ] ]
2506.20687
Russell Brown
Russell A. Brown
Review of Three Variants of the k-d Tree
29 pages, 11 figures, one listing, one table
null
null
null
cs.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The original description of the k-d tree recognized that rebalancing techniques, such as used to build an AVL tree or a red-black tree, are not applicable to a k-d tree. Hence, in order to build a balanced k-d tree, it is necessary to find the median of a set of data for each recursive subdivision of that set. The sort or selection used to find the median, and the technique used to partition the set about that median, strongly influence the computational complexity of building a k-d tree. This article describes and contrasts three variants of the k-d tree that differ in their technique used to partition the set, and compares the performance of those variants. In addition, dual-threaded execution is proposed and analyzed for one of the three variants.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 01:01:38 GMT" } ]
2025-06-27T00:00:00
[ [ "Brown", "Russell A.", "" ] ]
2506.20688
Lianlei Shan
Minglong Li, Lianlei Shan, Weiqiang Wang, Ke Lv, Bin Luo, Si-Bao Chen
Building Lightweight Semantic Segmentation Models for Aerial Images Using Dual Relation Distillation
null
null
null
null
eess.IV
http://creativecommons.org/licenses/by/4.0/
Recently, there have been significant improvements in the accuracy of CNN models for semantic segmentation. However, these models are often heavy and suffer from low inference speed, which limits their practical application. To address this issue, knowledge distillation has emerged as a promising approach to achieve a good trade-off between segmentation accuracy and efficiency. In this paper, we propose a novel dual relation distillation (DRD) technique that transfers both spatial and channel relations in feature maps from a cumbersome model (teacher) to a compact model (student). Specifically, we compute spatial and channel relation maps separately for the teacher and student models, and then align corresponding relation maps by minimizing their distance. Since the teacher model usually learns more information and collects richer spatial and channel correlations than the student model, transferring these correlations from the teacher to the student can help the student mimic the teacher better in terms of feature distribution, thus improving the segmentation accuracy of the student model. We conduct comprehensive experiments on three segmentation datasets, including two widely adopted benchmarks in the remote sensing field (Vaihingen and Potsdam datasets) and one popular benchmark in general scene (Cityscapes dataset). The experimental results demonstrate that our novel distillation framework can significantly boost the performance of the student network without incurring extra computational overhead.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 03:23:16 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Minglong", "" ], [ "Shan", "Lianlei", "" ], [ "Wang", "Weiqiang", "" ], [ "Lv", "Ke", "" ], [ "Luo", "Bin", "" ], [ "Chen", "Si-Bao", "" ] ]
2506.20689
Racheal Mukisa
Racheal Mukisa and Arvind K. Bansal
U-R-VEDA: Integrating UNET, Residual Links, Edge and Dual Attention, and Vision Transformer for Accurate Semantic Segmentation of CMRs
15 pages, 3 figures
null
10.1007/978-3-031-92605-1_39
null
eess.IV cs.AI cs.CV cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Artificial intelligence, including deep learning models, will play a transformative role in automated medical image analysis for the diagnosis of cardiac disorders and their management. Automated accurate delineation of cardiac images is the first necessary initial step for the quantification and automated diagnosis of cardiac disorders. In this paper, we propose a deep learning based enhanced UNet model, U-R-Veda, which integrates convolution transformations, vision transformer, residual links, channel-attention, and spatial attention, together with edge-detection based skip-connections for an accurate fully-automated semantic segmentation of cardiac magnetic resonance (CMR) images. The model extracts local-features and their interrelationships using a stack of combination convolution blocks, with embedded channel and spatial attention in the convolution block, and vision transformers. Deep embedding of channel and spatial attention in the convolution block identifies important features and their spatial localization. The combined edge information with channel and spatial attention as skip connection reduces information-loss during convolution transformations. The overall model significantly improves the semantic segmentation of CMR images necessary for improved medical image analysis. An algorithm for the dual attention module (channel and spatial attention) has been presented. Performance results show that U-R-Veda achieves an average accuracy of 95.2%, based on DSC metrics. The model outperforms the accuracy attained by other models, based on DSC and HD metrics, especially for the delineation of right-ventricle and left-ventricle-myocardium.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 04:10:09 GMT" } ]
2025-06-27T00:00:00
[ [ "Mukisa", "Racheal", "" ], [ "Bansal", "Arvind K.", "" ] ]
2506.20690
Dipanjan Banerjee
Dipanjan Banerjee, Abhik Ghosh, Sushanta K Mondal, Parimal Ghosh
Probing Equatorial Ionospheric TEC at Sub-GHz Frequencies with Wide-Band (B4) uGMRT Interferometric Data
25 pages, 13 figures, Accepted to Universe
null
null
null
astro-ph.IM
http://creativecommons.org/licenses/by/4.0/
Phase stability at low radio frequencies is severely impacted by ionospheric propagation delays. Radio interferometers such as the Giant Metrewave Radio Telescope (GMRT) are capable of detecting changes in the ionosphere's total electron content (TEC) over larger spatial scales and with greater sensitivity compared to conventional tools like the Global Navigation Satellite System (GNSS). Thanks to its unique design featuring both a dense central array and long outer arms-and its strategic location, the GMRT is particularly well-suited for studying the sensitive ionospheric region located between the northern peak of the Equatorial Ionization Anomaly (EIA) and the magnetic equator. In this study, we observe the bright flux calibrator 3C48 for ten hours to characterize and study the low-latitude ionosphere with the upgraded GMRT (uGMRT). We outline the methods used for wideband data reduction and processing to accurately measure differential TEC (dTEC) between antenna pairs, achieving a precision of less than 1 mTECU for the central square antennas and approximately 1 mTECU for the arm antennas. The measured dTEC values are used to estimate the TEC gradient across the GMRT arm antennas. We measure the ionospheric phase structure function and find a power-law slope of $\beta = 1.72$, indicating deviations from pure Kolmogorov turbulence. The inferred diffractive scale the spatial separation over which the phase variance reaches $1 \text{rad}^2$ is 6.66 km. A small diffractive scale implies high phase variability across the field of view and reduced temporal coherence, which poses challenges for calibration and imaging.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 06:52:54 GMT" } ]
2025-06-27T00:00:00
[ [ "Banerjee", "Dipanjan", "" ], [ "Ghosh", "Abhik", "" ], [ "Mondal", "Sushanta K", "" ], [ "Ghosh", "Parimal", "" ] ]
2506.20691
Tanya Araujo
Eduardo C. Ferraciolli, Francesco Renzini, Tanya V. Araujo, Flaminio Squazzoni
The Devil's Dung? Money as a mechanism of generalized reciprocity in human societies
27 pages, 6 figures
null
null
null
physics.soc-ph cs.GT nlin.AO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
St. Francis of Assisi (1181/82-1226) famously called money the devil's dung, and indeed money is often associated with greed, inequality, and corruption. Drawing on Nowak's five rules for the evolution of cooperation, we argue here that money promotes the formation of circuits of generalized reciprocity across human groups that are fundamental to social evolution. In an evolutionary tournament, we show that money exchange is an evolutionary stable strategy that promotes cooperation without relying on the cognitive demands of direct reciprocity or reputation mechanisms. However, we also find that excessive liquidity can be detrimental because it can distort the informational value of money as a signal of past cooperation, making defection more profitable. Our results suggest that, in addition to institutions that promoted trust and punishment, the emergence of institutions that regulated the money supply was key to maintaining generalized reciprocity within and across human groups.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 07:21:50 GMT" } ]
2025-06-27T00:00:00
[ [ "Ferraciolli", "Eduardo C.", "" ], [ "Renzini", "Francesco", "" ], [ "Araujo", "Tanya V.", "" ], [ "Squazzoni", "Flaminio", "" ] ]
2506.20692
Ananya Manas
Iffat Jahan and Ananya Manas
Conjugate L-Subgroups of an L-group and their Applications to Normality and Normalizer
arXiv admin note: text overlap with arXiv:2001.04088. text overlap with arXiv:2506.20192
null
10.1080/16168658.2022.2152823
null
math.GR math.RA
http://creativecommons.org/licenses/by/4.0/
In this paper, the notion of the conjugate of an L-subgroup by an L-point has been introduced. Then, several properties of conjugate L-subgroups have been studied analogous to their group-theoretic counterparts. Also, the notion of conjugacy has been investigated in the context of normality of L-subgroups. Furthermore, some important relationships between conjugate L-subgroups and normalizer have also been established. Finally, the normalizer of an L-subgroup of an L-group has been defined by using the notion of conjugate L-subgroups.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 07:42:52 GMT" } ]
2025-06-27T00:00:00
[ [ "Jahan", "Iffat", "" ], [ "Manas", "Ananya", "" ] ]
2506.20693
Pietro Hiram Guzzi
Ugo Lomoio, Tommaso Mazza, Pierangelo Veltri, and Pietro Hiram Guzzi
E-ABIN: an Explainable module for Anomaly detection in BIological Networks
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The increasing availability of large-scale omics data calls for robust analytical frameworks capable of handling complex gene expression datasets while offering interpretable results. Recent advances in artificial intelligence have enabled the identification of aberrant molecular patterns distinguishing disease states from healthy controls. Coupled with improvements in model interpretability, these tools now support the identification of genes potentially driving disease phenotypes. However, current approaches to gene anomaly detection often remain limited to single datasets and lack accessible graphical interfaces. Here, we introduce E-ABIN, a general-purpose, explainable framework for Anomaly detection in Biological Networks. E-ABIN combines classical machine learning and graph-based deep learning techniques within a unified, user-friendly platform, enabling the detection and interpretation of anomalies from gene expression or methylation-derived networks. By integrating algorithms such as Support Vector Machines, Random Forests, Graph Autoencoders (GAEs), and Graph Adversarial Attributed Networks (GAANs), E-ABIN ensures a high predictive accuracy while maintaining interpretability. We demonstrate the utility of E-ABIN through case studies of bladder cancer and coeliac disease, where it effectively uncovers biologically relevant anomalies and offers insights into disease mechanisms.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 08:25:17 GMT" } ]
2025-06-27T00:00:00
[ [ "Lomoio", "Ugo", "" ], [ "Mazza", "Tommaso", "" ], [ "Veltri", "Pierangelo", "" ], [ "Guzzi", "Pietro Hiram", "" ] ]
2506.20694
Andrea Ducos
Andr\'ea Ducos (AISTROSIGHT), Audrey Denizot (AISTROSIGHT), Thomas Guyet (AISTROSIGHT), Hugues Berry (AISTROSIGHT)
Evaluating PDE discovery methods for multiscale modeling of biological signals
null
23rd International Conference on Computational Methods in Systems Biology (CMSB), Fran{\c c}ois Fages; Sabine P{\'e}r{\`e}s, Sep 2025, Lyon, France
null
null
q-bio.QM cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Biological systems are non-linear, include unobserved variables and the physical principles that govern their dynamics are partly unknown. This makes the characterization of their behavior very challenging. Notably, their activity occurs on multiple interdependent spatial and temporal scales that require linking mechanisms across scales. To address the challenge of bridging gaps between scales, we leverage partial differential equations (PDE) discovery. PDE discovery suggests meso-scale dynamics characteristics from micro-scale data. In this article, we present our framework combining particle-based simulations and PDE discovery and conduct preliminary experiments to assess equation discovery in controlled settings. We evaluate five state-of-the-art PDE discovery methods on particle-based simulations of calcium diffusion in astrocytes. The performances of the methods are evaluated on both the form of the discovered equation and the forecasted temporal variations of calcium concentration. Our results show that several methods accurately recover the diffusion term, highlighting the potential of PDE discovery for capturing macroscopic dynamics in biological systems from microscopic data.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 08:43:37 GMT" } ]
2025-06-27T00:00:00
[ [ "Ducos", "Andréa", "", "AISTROSIGHT" ], [ "Denizot", "Audrey", "", "AISTROSIGHT" ], [ "Guyet", "Thomas", "", "AISTROSIGHT" ], [ "Berry", "Hugues", "", "AISTROSIGHT" ] ]
2506.20695
Marloes Geboers
Marloes Geboers and Marcus B\"osch
Malicious earworms and useful memes, how the far-right surfs on TikTok audio trends
null
null
null
null
cs.SI cs.CY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With its features of remix, TikTok is the designated platform for meme-making and dissemination. Creative combinations of video, emoji, and filters allow for an endless stream of memes and trends animated by sound. The platform has focused its moderation on upholding physical safety, hence investing in the detection of harmful challenges. In response to the DSA, TikTok implemented opt-outs for personalized feeds and features allowing users to report illegal content. At the same time, the platform remains subject to scrutiny. Centering on the role of sound and its intersections with ambiguous memes, the presented research probed right-wing extremist formations relating to the 2024 German state elections. The analysis evidences how the TikTok sound infrastructure affords a sustained presence of xenophobic content, often cloaked through vernacular modes of communication. These cloaking practices benefit from a sound infrastructure that affords the ongoing posting of user-generated sounds that instantly spread through the use-this-sound button. Importantly, these sounds are often not clearly recognizable as networkers of extremist content. Songs that do contain hateful lyrics are not eligible for personalized feeds, however, they remain online where they profit from intersecting with benign meme trends, rendering them visible in search results.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 09:49:34 GMT" } ]
2025-06-27T00:00:00
[ [ "Geboers", "Marloes", "" ], [ "Bösch", "Marcus", "" ] ]
2506.20696
Siyu Mu
Siyu Mu, Wei Xuan Chan, Choon Hwai Yap
IMC-PINN-FE: A Physics-Informed Neural Network for Patient-Specific Left Ventricular Finite Element Modeling with Image Motion Consistency and Biomechanical Parameter Estimation
null
null
null
null
physics.med-ph cs.AI eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Elucidating the biomechanical behavior of the myocardium is crucial for understanding cardiac physiology, but cannot be directly inferred from clinical imaging and typically requires finite element (FE) simulations. However, conventional FE methods are computationally expensive and often fail to reproduce observed cardiac motions. We propose IMC-PINN-FE, a physics-informed neural network (PINN) framework that integrates imaged motion consistency (IMC) with FE modeling for patient-specific left ventricular (LV) biomechanics. Cardiac motion is first estimated from MRI or echocardiography using either a pre-trained attention-based network or an unsupervised cyclic-regularized network, followed by extraction of motion modes. IMC-PINN-FE then rapidly estimates myocardial stiffness and active tension by fitting clinical pressure measurements, accelerating computation from hours to seconds compared to traditional inverse FE. Based on these parameters, it performs FE modeling across the cardiac cycle at 75x speedup. Through motion constraints, it matches imaged displacements more accurately, improving average Dice from 0.849 to 0.927, while preserving realistic pressure-volume behavior. IMC-PINN-FE advances previous PINN-FE models by introducing back-computation of material properties and better motion fidelity. Using motion from a single subject to reconstruct shape modes also avoids the need for large datasets and improves patient specificity. IMC-PINN-FE offers a robust and efficient approach for rapid, personalized, and image-consistent cardiac biomechanical modeling.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 11:37:34 GMT" } ]
2025-06-27T00:00:00
[ [ "Mu", "Siyu", "" ], [ "Chan", "Wei Xuan", "" ], [ "Yap", "Choon Hwai", "" ] ]
2506.20697
Zhen Yuan
Zhen Yuan, Shaoqing Jiao, Yihang Xiao, Jiajie Peng
scMamba: A Scalable Foundation Model for Single-Cell Multi-Omics Integration Beyond Highly Variable Feature Selection
null
null
null
null
q-bio.CB cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The advent of single-cell multi-omics technologies has enabled the simultaneous profiling of diverse omics layers within individual cells. Integrating such multimodal data provides unprecedented insights into cellular identity, regulatory processes, and disease mechanisms. However, it remains challenging, as current methods often rely on selecting highly variable genes or peaks during preprocessing, which may inadvertently discard crucial biological information. Here, we present scMamba, a foundation model designed to integrate single-cell multi-omics data without the need for prior feature selection while preserving genomic positional information. scMamba introduces a patch-based cell tokenization strategy that treats genomics regions as words (tokens) and cells as sentences. Building upon the concept of state space duality, scMamba distills rich biological insights from high-dimensional, sparse single-cell multi-omics data. Additionally, our novel contrastive learning approach, enhanced with cosine similarity regularization, enables superior alignment across omics layers compared to traditional methods. Systematic benchmarking across multiple datasets demonstrates that scMamba significantly outperforms state-of-the-art methods in preserving biological variation, aligning omics layers, and enhancing key downstream tasks such as clustering, cell type annotation, and trajectory inference. Our findings position scMamba as a powerful tool for large-scale single-cell multi-omics integration, capable of handling large-scale atlases and advancing biological discovery.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 12:58:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Yuan", "Zhen", "" ], [ "Jiao", "Shaoqing", "" ], [ "Xiao", "Yihang", "" ], [ "Peng", "Jiajie", "" ] ]
2506.20698
Shi Pu
Shuo Fang, Kenji Fukushima, Shi Pu, Dong-Lin Wang
Relativistic spin hydrodynamics with antisymmetric spin tensors and an extension of the Bargmann-Michel-Telegdi equation
6 pages
null
null
null
nucl-th hep-ph hep-th
http://creativecommons.org/licenses/by/4.0/
We derive a formulation of relativistic spin hydrodynamics with totally antisymmetric spin tensors that satisfy the Frenkel-Mathisson-Pirani condition. In our proposed spin hydrodynamics, the second law of thermodynamics is fulfilled by the spin-induced corrections in the heat flow, the viscous tensor, and the antisymmetric part of the energy-momentum tensor. These corrections are interpreted as the inverse spin Hall effect and the anomalous Hall effect in the nonrelativistic limit. We show that our evolution equation for the spin density is interpreted as an extension of the Bargmann-Michel-Telegdi equation known in relativistic many-body systems, including the Thomas precession term, the spin-rotation term, and new coupling terms between spin and hydrodynamic variables.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 15:39:44 GMT" } ]
2025-06-27T00:00:00
[ [ "Fang", "Shuo", "" ], [ "Fukushima", "Kenji", "" ], [ "Pu", "Shi", "" ], [ "Wang", "Dong-Lin", "" ] ]
2506.20699
Xin Li
Xin Li
On Context-Content Uncertainty Principle
null
null
null
null
cs.LG
http://creativecommons.org/publicdomain/zero/1.0/
The Context-Content Uncertainty Principle (CCUP) proposes that inference under uncertainty is governed by an entropy asymmetry between context and content: high-entropy contexts must be interpreted through alignment with low-entropy, structured content. In this paper, we develop a layered computational framework that derives operational principles from this foundational asymmetry. At the base level, CCUP formalizes inference as directional entropy minimization, establishing a variational gradient that favors content-first structuring. Building upon this, we identify four hierarchical layers of operational principles: (\textbf{L1}) \emph{Core Inference Constraints}, including structure-before-specificity, asymmetric inference flow, cycle-consistent bootstrapping, and conditional compression, all shown to be mutually reducible; (\textbf{L2}) \emph{Resource Allocation Principles}, such as precision-weighted attention, asymmetric learning rates, and attractor-based memory encoding; (\textbf{L3}) \emph{Temporal Bootstrapping Dynamics}, which organize learning over time via structure-guided curricula; and (\textbf{L4}) \emph{Spatial Hierarchical Composition}, which integrates these mechanisms into self-organizing cycles of memory, inference, and planning. We present formal equivalence theorems, a dependency lattice among principles, and computational simulations demonstrating the efficiency gains of CCUP-aligned inference. This work provides a unified theoretical foundation for understanding how brains and machines minimize uncertainty through recursive structure-specificity alignment. The brain is not just an inference machine. It is a cycle-consistent entropy gradient resolver, aligning structure and specificity via path-dependent, content-seeded simulation.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:21:19 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Xin", "" ] ]
2506.20700
Minseok Kim
Minseok Kim, S.K.Kim, A.Rothstein, P.Steiner, K.Erickson, Y.H.Lee, H.Han, Sang-hee Hahn, J.W.Juhn, B.Kim, R.Shousha, C.S.Byun, J.Butt, ChangMin Shin, J.Hwang, Minsoo Cha, Hiro Farre, S.M.Yang, Q.Hu, D.Eldon, N.C.Logan, A.Jalalvand, and E.Kolemen
Control of pedestal-top electron density using RMP and gas puff at KSTAR
This manuscript has been submitted for publication in Nuclear Fusion
null
null
null
physics.plasm-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We report the experimental results of controlling the pedestal-top electron density by applying resonant magnetic perturbation with the in-vessel control coils and the main gas puff in the 2024-2025 KSTAR experimental campaign. The density is reconstructed using a parametrized psi_N grid and the five channels of the line-averaged density measured by a two-colored interferometer. The reconstruction procedure is accelerated by deploying a multi-layer perceptron to run in about 120 microseconds and is fast enough for real-time control. A proportional-integration controller is adopted, with the controller gains being estimated from the system identification processes. The experimental results show that the developed controller can follow a dynamic target while exclusively using both actuators. The absolute percentage errors between the electron density at psi_N=0.89 and the target are approximately 1.5% median and a 2.5% average value. The developed controller can even lower the density by using the pump-out mechanism under RMP, and it can follow a more dynamic target than a single actuator controller. The developed controller will enable experimental scenario exploration within a shot by dynamically setting the density target or maintaining a constant electron density within a discharge.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:29:34 GMT" } ]
2025-06-27T00:00:00
[ [ "Kim", "Minseok", "" ], [ "Kim", "S. K.", "" ], [ "Rothstein", "A.", "" ], [ "Steiner", "P.", "" ], [ "Erickson", "K.", "" ], [ "Lee", "Y. H.", "" ], [ "Han", "H.", "" ], [ "Hahn", "Sang-hee", "" ], [ "Juhn", "J. W.", "" ], [ "Kim", "B.", "" ], [ "Shousha", "R.", "" ], [ "Byun", "C. S.", "" ], [ "Butt", "J.", "" ], [ "Shin", "ChangMin", "" ], [ "Hwang", "J.", "" ], [ "Cha", "Minsoo", "" ], [ "Farre", "Hiro", "" ], [ "Yang", "S. M.", "" ], [ "Hu", "Q.", "" ], [ "Eldon", "D.", "" ], [ "Logan", "N. C.", "" ], [ "Jalalvand", "A.", "" ], [ "Kolemen", "E.", "" ] ]
2506.20701
Vineet Jain
Vineet Jain, Kusha Sareen, Mohammad Pedramfar, Siamak Ravanbakhsh
Diffusion Tree Sampling: Scalable inference-time alignment of diffusion models
null
null
null
null
cs.LG cs.AI stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Adapting a pretrained diffusion model to new objectives at inference time remains an open problem in generative modeling. Existing steering methods suffer from inaccurate value estimation, especially at high noise levels, which biases guidance. Moreover, information from past runs is not reused to improve sample quality, resulting in inefficient use of compute. Inspired by the success of Monte Carlo Tree Search, we address these limitations by casting inference-time alignment as a search problem that reuses past computations. We introduce a tree-based approach that samples from the reward-aligned target density by propagating terminal rewards back through the diffusion chain and iteratively refining value estimates with each additional generation. Our proposed method, Diffusion Tree Sampling (DTS), produces asymptotically exact samples from the target distribution in the limit of infinite rollouts, and its greedy variant, Diffusion Tree Search (DTS$^\star$), performs a global search for high reward samples. On MNIST and CIFAR-10 class-conditional generation, DTS matches the FID of the best-performing baseline with up to $10\times$ less compute. In text-to-image generation and language completion tasks, DTS$^\star$ effectively searches for high reward samples that match best-of-N with up to $5\times$ less compute. By reusing information from previous generations, we get an anytime algorithm that turns additional compute into steadily better samples, providing a scalable approach for inference-time alignment of diffusion models.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:59:10 GMT" } ]
2025-06-27T00:00:00
[ [ "Jain", "Vineet", "" ], [ "Sareen", "Kusha", "" ], [ "Pedramfar", "Mohammad", "" ], [ "Ravanbakhsh", "Siamak", "" ] ]
2506.20702
Stephen Casper
Yoshua Bengio, Tegan Maharaj, Luke Ong, Stuart Russell, Dawn Song, Max Tegmark, Lan Xue, Ya-Qin Zhang, Stephen Casper, Wan Sie Lee, S\"oren Mindermann, Vanessa Wilfred, Vidhisha Balachandran, Fazl Barez, Michael Belinsky, Imane Bello, Malo Bourgon, Mark Brakel, Sim\'eon Campos, Duncan Cass-Beggs, Jiahao Chen, Rumman Chowdhury, Kuan Chua Seah, Jeff Clune, Juntao Dai, Agnes Delaborde, Nouha Dziri, Francisco Eiras, Joshua Engels, Jinyu Fan, Adam Gleave, Noah Goodman, Fynn Heide, Dan Hendrycks, Cyrus Hodes, Bryan Low Kian Hsiang, Minlie Huang, Sami Jawhar, Wang Jingyu, Adam Tauman Kalai, Meindert Kamphuis, Mohan Kankanhalli, Subhash Kantamneni, Mathias Bonde Kirk, Thomas Kwa, Jeffrey Ladish, Kwok-Yan Lam, Wan Lee Sie, Taewhi Lee, Xiaojian Li, Jiajun Liu, Chaochao Lu, Yifan Mai, Richard Mallah, Julian Michael, Nick Mo\"es, Simon M\"oller, Kihyuk Nam, Kwan Yee Ng, Mark Nitzberg, Besmira Nushi, Se\'an O h\'Eigeartaigh, Alejandro Ortega, Pierre Peign\'e, James Petrie, Benjamin Prud'Homme, Reihaneh Rabbany, Nayat Sanchez-Pi, Sarah Schwettmann, Buck Shlegeris, Saad Siddiqui, Aradhana Sinha, Mart\'in Soto, Cheston Tan, Dong Ting, Robert Trager, Brian Tse, Anthony Tung K. H., Vanessa Wilfred, John Willes, Denise Wong, Wei Xu, Rongwu Xu, Yi Zeng, HongJiang Zhang, Djordje \v{Z}ikeli\'c
The Singapore Consensus on Global AI Safety Research Priorities
Final report from the "2025 Singapore Conference on AI (SCAI)" held April 26: https://www.scai.gov.sg/2025/scai2025-report
null
null
null
cs.AI cs.CY
http://creativecommons.org/licenses/by/4.0/
Rapidly improving AI capabilities and autonomy hold significant promise of transformation, but are also driving vigorous debate on how to ensure that AI is safe, i.e., trustworthy, reliable, and secure. Building a trusted ecosystem is therefore essential -- it helps people embrace AI with confidence and gives maximal space for innovation while avoiding backlash. The "2025 Singapore Conference on AI (SCAI): International Scientific Exchange on AI Safety" aimed to support research in this space by bringing together AI scientists across geographies to identify and synthesise research priorities in AI safety. This resulting report builds on the International AI Safety Report chaired by Yoshua Bengio and backed by 33 governments. By adopting a defence-in-depth model, this report organises AI safety research domains into three types: challenges with creating trustworthy AI systems (Development), challenges with evaluating their risks (Assessment), and challenges with monitoring and intervening after deployment (Control).
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:59:50 GMT" } ]
2025-06-27T00:00:00
[ [ "Bengio", "Yoshua", "" ], [ "Maharaj", "Tegan", "" ], [ "Ong", "Luke", "" ], [ "Russell", "Stuart", "" ], [ "Song", "Dawn", "" ], [ "Tegmark", "Max", "" ], [ "Xue", "Lan", "" ], [ "Zhang", "Ya-Qin", "" ], [ "Casper", "Stephen", "" ], [ "Lee", "Wan Sie", "" ], [ "Mindermann", "Sören", "" ], [ "Wilfred", "Vanessa", "" ], [ "Balachandran", "Vidhisha", "" ], [ "Barez", "Fazl", "" ], [ "Belinsky", "Michael", "" ], [ "Bello", "Imane", "" ], [ "Bourgon", "Malo", "" ], [ "Brakel", "Mark", "" ], [ "Campos", "Siméon", "" ], [ "Cass-Beggs", "Duncan", "" ], [ "Chen", "Jiahao", "" ], [ "Chowdhury", "Rumman", "" ], [ "Seah", "Kuan Chua", "" ], [ "Clune", "Jeff", "" ], [ "Dai", "Juntao", "" ], [ "Delaborde", "Agnes", "" ], [ "Dziri", "Nouha", "" ], [ "Eiras", "Francisco", "" ], [ "Engels", "Joshua", "" ], [ "Fan", "Jinyu", "" ], [ "Gleave", "Adam", "" ], [ "Goodman", "Noah", "" ], [ "Heide", "Fynn", "" ], [ "Hendrycks", "Dan", "" ], [ "Hodes", "Cyrus", "" ], [ "Hsiang", "Bryan Low Kian", "" ], [ "Huang", "Minlie", "" ], [ "Jawhar", "Sami", "" ], [ "Jingyu", "Wang", "" ], [ "Kalai", "Adam Tauman", "" ], [ "Kamphuis", "Meindert", "" ], [ "Kankanhalli", "Mohan", "" ], [ "Kantamneni", "Subhash", "" ], [ "Kirk", "Mathias Bonde", "" ], [ "Kwa", "Thomas", "" ], [ "Ladish", "Jeffrey", "" ], [ "Lam", "Kwok-Yan", "" ], [ "Sie", "Wan Lee", "" ], [ "Lee", "Taewhi", "" ], [ "Li", "Xiaojian", "" ], [ "Liu", "Jiajun", "" ], [ "Lu", "Chaochao", "" ], [ "Mai", "Yifan", "" ], [ "Mallah", "Richard", "" ], [ "Michael", "Julian", "" ], [ "Moës", "Nick", "" ], [ "Möller", "Simon", "" ], [ "Nam", "Kihyuk", "" ], [ "Ng", "Kwan Yee", "" ], [ "Nitzberg", "Mark", "" ], [ "Nushi", "Besmira", "" ], [ "hÉigeartaigh", "Seán O", "" ], [ "Ortega", "Alejandro", "" ], [ "Peigné", "Pierre", "" ], [ "Petrie", "James", "" ], [ "Prud'Homme", "Benjamin", "" ], [ "Rabbany", "Reihaneh", "" ], [ "Sanchez-Pi", "Nayat", "" ], [ "Schwettmann", "Sarah", "" ], [ "Shlegeris", "Buck", "" ], [ "Siddiqui", "Saad", "" ], [ "Sinha", "Aradhana", "" ], [ "Soto", "Martín", "" ], [ "Tan", "Cheston", "" ], [ "Ting", "Dong", "" ], [ "Trager", "Robert", "" ], [ "Tse", "Brian", "" ], [ "H.", "Anthony Tung K.", "" ], [ "Wilfred", "Vanessa", "" ], [ "Willes", "John", "" ], [ "Wong", "Denise", "" ], [ "Xu", "Wei", "" ], [ "Xu", "Rongwu", "" ], [ "Zeng", "Yi", "" ], [ "Zhang", "HongJiang", "" ], [ "Žikelić", "Djordje", "" ] ]
2506.20703
Vaibhav Vavilala
Vaibhav Vavilala, Seemandhar Jain, Rahul Vasanth, D.A. Forsyth, and Anand Bhattad
Generative Blocks World: Moving Things Around in Pictures
23 pages, 16 figures, 2 tables
null
null
null
cs.GR cs.CV
http://creativecommons.org/licenses/by/4.0/
We describe Generative Blocks World to interact with the scene of a generated image by manipulating simple geometric abstractions. Our method represents scenes as assemblies of convex 3D primitives, and the same scene can be represented by different numbers of primitives, allowing an editor to move either whole structures or small details. Once the scene geometry has been edited, the image is generated by a flow-based method which is conditioned on depth and a texture hint. Our texture hint takes into account the modified 3D primitives, exceeding texture-consistency provided by existing key-value caching techniques. These texture hints (a) allow accurate object and camera moves and (b) largely preserve the identity of objects depicted. Quantitative and qualitative experiments demonstrate that our approach outperforms prior works in visual fidelity, editability, and compositional generalization.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 17:59:55 GMT" } ]
2025-06-27T00:00:00
[ [ "Vavilala", "Vaibhav", "" ], [ "Jain", "Seemandhar", "" ], [ "Vasanth", "Rahul", "" ], [ "Forsyth", "D. A.", "" ], [ "Bhattad", "Anand", "" ] ]
2506.20704
Torsten Bringmann
Torsten Bringmann, Djuna Croon and Sergio Sevillano Mu\~noz
Updated constraints on the primordial power spectrum at sub-Mpc scales
10 pages revtex4, 6 figures
null
null
IPPP/25/40
astro-ph.CO hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The primordial power spectrum of matter density perturbations contains highly valuable information about new fundamental physics, in particular cosmological inflation, but is only very weakly constrained observationally for small cosmological scales $k\gtrsim 3\,{\rm Mpc}^{-1}$. We derive novel constraints, $\mathcal{P}_\mathcal{R}(k)\lesssim 5\cdot10^{-6}$ over a large range of such scales, from the formation of ultracompact minihalos in the early universe. Unlike most existing constraints of this type, our results do not rest on the assumption that dark matter can annihilate into ordinary matter.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Bringmann", "Torsten", "" ], [ "Croon", "Djuna", "" ], [ "Muñoz", "Sergio Sevillano", "" ] ]
2506.20705
Gabriel Loaiza-Ganem
Kin Kwan Leung, Rasa Hosseinzadeh, Gabriel Loaiza-Ganem
On Convolutions, Intrinsic Dimension, and Diffusion Models
null
null
null
null
cs.LG cs.AI stat.ML
http://creativecommons.org/publicdomain/zero/1.0/
The manifold hypothesis asserts that data of interest in high-dimensional ambient spaces, such as image data, lies on unknown low-dimensional submanifolds. Diffusion models (DMs) -- which operate by convolving data with progressively larger amounts of Gaussian noise and then learning to revert this process -- have risen to prominence as the most performant generative models, and are known to be able to learn distributions with low-dimensional support. For a given datum in one of these submanifolds, we should thus intuitively expect DMs to have implicitly learned its corresponding local intrinsic dimension (LID), i.e. the dimension of the submanifold it belongs to. Kamkari et al. (2024b) recently showed that this is indeed the case by linking this LID to the rate of change of the log marginal densities of the DM with respect to the amount of added noise, resulting in an LID estimator known as FLIPD. LID estimators such as FLIPD have a plethora of uses, among others they quantify the complexity of a given datum, and can be used to detect outliers, adversarial examples and AI-generated text. FLIPD achieves state-of-the-art performance at LID estimation, yet its theoretical underpinnings are incomplete since Kamkari et al. (2024b) only proved its correctness under the highly unrealistic assumption of affine submanifolds. In this work we bridge this gap by formally proving the correctness of FLIPD under realistic assumptions. Additionally, we show that an analogous result holds when Gaussian convolutions are replaced with uniform ones, and discuss the relevance of this result.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Leung", "Kin Kwan", "" ], [ "Hosseinzadeh", "Rasa", "" ], [ "Loaiza-Ganem", "Gabriel", "" ] ]
2506.20706
Atakan Hilmi F{\i}rat
Vin\'icius Bernardes, Theodore Erler, and Atakan Hilmi F{\i}rat
Covariant phase space and $L_\infty$ algebras
33 pages, 5 figures
null
null
MIT-CTP-5880
hep-th gr-qc
http://creativecommons.org/licenses/by/4.0/
We propose a symplectic structure for the phase space of a generic Lagrangian field theory expressed in the framework of $L_\infty$ algebras. The symplectic structure does not require explicit knowledge of the derivative content of the Lagrangian, and therefore is applicable to nonlocal models, such as string field theory, where traditional constructions are difficult to apply. We test our proposal in a number of examples ranging from general relativity to $p$-adic string theory.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Bernardes", "Vinícius", "" ], [ "Erler", "Theodore", "" ], [ "Fırat", "Atakan Hilmi", "" ] ]
2506.20707
Etienne Camphuis
E. Camphuis, W. Quan, L. Balkenhol, A. R. Khalife, F. Ge, F. Guidi, N. Huang, G. P. Lynch, Y. Omori, C. Trendafilova, A. J. Anderson, B. Ansarinejad, M. Archipley, P. S. Barry, K. Benabed, A. N. Bender, B. A. Benson, F. Bianchini, L. E. Bleem, F. R. Bouchet, L. Bryant, M. G. Campitiello, J. E. Carlstrom, C. L. Chang, P. Chaubal, P. M. Chichura, A. Chokshi, T.-L. Chou, A. Coerver, T. M. Crawford, C. Daley, T. de Haan, K. R. Dibert, M. A. Dobbs, M. Doohan, A. Doussot, D. Dutcher, W. Everett, C. Feng, K. R. Ferguson, K. Fichman, A. Foster, S. Galli, A. E. Gambrel, R. W. Gardner, N. Goeckner-Wald, R. Gualtieri, S. Guns, N. W. Halverson, E. Hivon, G. P. Holder, W. L. Holzapfel, J. C. Hood, A. Hryciuk, F. K\'eruzor\'e, L. Knox, M. Korman, K. Kornoelje, C.-L. Kuo, K. Levy, A. E. Lowitz, C. Lu, A. Maniyar, E. S. Martsen, F. Menanteau, M. Millea, J. Montgomery, Y. Nakato, T. Natoli, G. I. Noble, A. Ouellette, Z. Pan, P. Paschos, K. A. Phadke, A. W. Pollak, K. Prabhu, S. Raghunathan, M. Rahimi, A. Rahlin, C. L. Reichardt, M. Rouble, J. E. Ruhl, E. Schiappucci, A. Simpson, J. A. Sobrin, A. A. Stark, J. Stephen, C. Tandoi, B. Thorne, C. Umilta, J. D. Vieira, A. Vitrier, Y. Wan, N. Whitehorn, W. L. K. Wu, M. R. Young, J. A. Zebrowski
SPT-3G D1: CMB temperature and polarization power spectra and cosmology from 2019 and 2020 observations of the SPT-3G Main field
The manuscript contains 83 pages, 42 figures, and 11 tables
null
null
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We present measurements of the temperature and E-mode polarization angular power spectra of the cosmic microwave background (CMB) from observations of 4% of the sky with SPT-3G, the current camera on the South Pole Telescope (SPT). The maps used in this analysis are the deepest used in a CMB TT/TE/EE analysis to date. The maps and resulting power spectra have been validated through blind and unblind tests. The measurements of the lensed EE and TE spectra are the most precise to date at l=1800-4000 and l=2200-4000, respectively. Combining our TT/TE/EE spectra with previously published SPT-3G CMB lensing results, we find parameters for the standard LCDM model consistent with Planck and ACT-DR6 with comparable constraining power. We report a Hubble constant of $H_0=66.66\pm0.60$ km/s/Mpc from SPT-3G alone, 6.2 sigma away from local measurements from SH0ES. For the first time, combined ground-based (SPT+ACT) CMB primary and lensing data have reached Planck's constraining power on some parameters, a milestone for CMB cosmology. The combination of these three CMB experiments yields the tightest CMB constraints to date, with $H_0=67.24\pm0.35$ km/s/Mpc, and the amplitude of clustering $\sigma_8=0.8137\pm0.0038$. CMB data alone show no evidence for physics beyond LCDM; however, we observe a 2.8 sigma difference in LCDM between CMB and baryon acoustic oscillation (BAO) results from DESI-DR2, which is relaxed in extended models. The combination of CMB and BAO yields 2-3 sigma shifts from LCDM in the curvature of the universe, the amplitude of CMB lensing, or the dark energy equation of state. It also drives mild preferences for models that address the Hubble tension through modified recombination or variations in the electron mass in a non-flat universe. This work highlights the growing power of ground-based CMB experiments and lays a foundation for further cosmological analyses with SPT-3G.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Camphuis", "E.", "" ], [ "Quan", "W.", "" ], [ "Balkenhol", "L.", "" ], [ "Khalife", "A. R.", "" ], [ "Ge", "F.", "" ], [ "Guidi", "F.", "" ], [ "Huang", "N.", "" ], [ "Lynch", "G. P.", "" ], [ "Omori", "Y.", "" ], [ "Trendafilova", "C.", "" ], [ "Anderson", "A. J.", "" ], [ "Ansarinejad", "B.", "" ], [ "Archipley", "M.", "" ], [ "Barry", "P. S.", "" ], [ "Benabed", "K.", "" ], [ "Bender", "A. N.", "" ], [ "Benson", "B. A.", "" ], [ "Bianchini", "F.", "" ], [ "Bleem", "L. E.", "" ], [ "Bouchet", "F. R.", "" ], [ "Bryant", "L.", "" ], [ "Campitiello", "M. G.", "" ], [ "Carlstrom", "J. E.", "" ], [ "Chang", "C. L.", "" ], [ "Chaubal", "P.", "" ], [ "Chichura", "P. M.", "" ], [ "Chokshi", "A.", "" ], [ "Chou", "T. -L.", "" ], [ "Coerver", "A.", "" ], [ "Crawford", "T. M.", "" ], [ "Daley", "C.", "" ], [ "de Haan", "T.", "" ], [ "Dibert", "K. R.", "" ], [ "Dobbs", "M. A.", "" ], [ "Doohan", "M.", "" ], [ "Doussot", "A.", "" ], [ "Dutcher", "D.", "" ], [ "Everett", "W.", "" ], [ "Feng", "C.", "" ], [ "Ferguson", "K. R.", "" ], [ "Fichman", "K.", "" ], [ "Foster", "A.", "" ], [ "Galli", "S.", "" ], [ "Gambrel", "A. E.", "" ], [ "Gardner", "R. W.", "" ], [ "Goeckner-Wald", "N.", "" ], [ "Gualtieri", "R.", "" ], [ "Guns", "S.", "" ], [ "Halverson", "N. W.", "" ], [ "Hivon", "E.", "" ], [ "Holder", "G. P.", "" ], [ "Holzapfel", "W. L.", "" ], [ "Hood", "J. C.", "" ], [ "Hryciuk", "A.", "" ], [ "Kéruzoré", "F.", "" ], [ "Knox", "L.", "" ], [ "Korman", "M.", "" ], [ "Kornoelje", "K.", "" ], [ "Kuo", "C. -L.", "" ], [ "Levy", "K.", "" ], [ "Lowitz", "A. E.", "" ], [ "Lu", "C.", "" ], [ "Maniyar", "A.", "" ], [ "Martsen", "E. S.", "" ], [ "Menanteau", "F.", "" ], [ "Millea", "M.", "" ], [ "Montgomery", "J.", "" ], [ "Nakato", "Y.", "" ], [ "Natoli", "T.", "" ], [ "Noble", "G. I.", "" ], [ "Ouellette", "A.", "" ], [ "Pan", "Z.", "" ], [ "Paschos", "P.", "" ], [ "Phadke", "K. A.", "" ], [ "Pollak", "A. W.", "" ], [ "Prabhu", "K.", "" ], [ "Raghunathan", "S.", "" ], [ "Rahimi", "M.", "" ], [ "Rahlin", "A.", "" ], [ "Reichardt", "C. L.", "" ], [ "Rouble", "M.", "" ], [ "Ruhl", "J. E.", "" ], [ "Schiappucci", "E.", "" ], [ "Simpson", "A.", "" ], [ "Sobrin", "J. A.", "" ], [ "Stark", "A. A.", "" ], [ "Stephen", "J.", "" ], [ "Tandoi", "C.", "" ], [ "Thorne", "B.", "" ], [ "Umilta", "C.", "" ], [ "Vieira", "J. D.", "" ], [ "Vitrier", "A.", "" ], [ "Wan", "Y.", "" ], [ "Whitehorn", "N.", "" ], [ "Wu", "W. L. K.", "" ], [ "Young", "M. R.", "" ], [ "Zebrowski", "J. A.", "" ] ]
2506.20708
Kevin Langhoff
Juanca Carrasco-Martinez, Lawrence J. Hall, Keisuke Harigaya, and Kevin Langhoff
A Flavor of SO(10) Unification with a Spinor Higgs
59 pages, 19 figures
null
null
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate Higgs Parity Unification-a realization of $SO(10)$ grand unification based on the Higgs Parity mechanism in which the Standard Model (SM) Higgs resides in a spinor representation. The theory has an intermediate left-right symmetric stage where the $SU(2)_R$ symmetry breaking scale is fixed by the vanishing of the SM Higgs quartic coupling. The strong $CP$ problem is solved by parity. Gauge coupling unification successfully predicts $\alpha_s(M_Z)$ to within 1%. The spinor Higgs naturally leads to a seesaw origin for SM flavor observables. We identify a novel mechanism where large mixing of third generation fermions with additional heavy vector-like fermions accounts for the anarchical nature of the PMNS matrix and the lack of hierarchy in the neutrino mass spectrum, relative to the up-quarks. A fit to quark and lepton masses and mixings, with a minimal parameter set, predicts 1) A testable relation between the top quark mass and $\alpha_s(M_Z)$ which is about $(1-2)\sigma$ from current best fit values, 2) The order of magnitude of the baryon asymmetry of the universe, via leptogenesis from second-generation right-handed neutrino decays. 3) The proton decay and the neutron EDM are likely observable in next generation experiments, and 4) A normal ordered neutrino mass spectrum where $0\nu \beta \beta$ decay and the mass of the lightest neutrino are out of reach of next generation experiments.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Carrasco-Martinez", "Juanca", "" ], [ "Hall", "Lawrence J.", "" ], [ "Harigaya", "Keisuke", "" ], [ "Langhoff", "Kevin", "" ] ]
2506.20709
Djuna Croon
Miguel Crispim Romao, Djuna Croon, Benedict Crossey, and Daniel Godines
Dark Classification Matters: Searching for Primordial Black Holes with LSST
10 pages, 7 figures
null
null
IPPP/25/38
astro-ph.CO astro-ph.IM astro-ph.SR gr-qc hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present projected constraints on the abundance of primordial black holes (PBHs) as a constituent of dark matter, based on microlensing observations from the upcoming Legacy Survey of Space and Time (LSST) at the Vera C. Rubin Observatory. We use a catalogue of microlensing light curves simulated with Rubin Observatory's OpSims to demonstrate that competitive constraints crucially rely on minimising the false positive rate (FPR) of the classification algorithm. We propose the Bayesian information criterion and a Boosted Decision Tree as effective discriminators and compare their derived efficiency and FPR to a more standard $\chi^2$-test.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Romao", "Miguel Crispim", "" ], [ "Croon", "Djuna", "" ], [ "Crossey", "Benedict", "" ], [ "Godines", "Daniel", "" ] ]
2506.20710
SangEun Han
SangEun Han and Igor F. Herbut
Beyond one-loop: higher-order effects on Gross-Neveu-Yukawa tensorial criticality
11 page, 4 figures
null
null
null
cond-mat.str-el cond-mat.stat-mech hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the Gross-Neveu-Yukawa field theory for the SO($N$) symmetric traceless rank-two tensor order parameter coupled to Majorana fermions using the $\epsilon$-expansion around upper critical dimensions of $3+1$ to two loops. Previously we established in the one-loop calculation that the theory does not exhibit a critical fixed point for $N \geq 4$, but that nevertheless the stable fixed point inevitably emerges at a large number of fermion flavors $N_f$. For $N_f < N_{f,c1} \approx N/2$, no critical fixed point exists; for $N_{f,c1} < N_f < N_{f,c2}$, a real critical fixed point emerges from the complex plane but fails to satisfy the additional stability conditions necessary for a continuous phase transition; and finally only for $N_f > N_{f,c2} \approx N$, the fixed point satisfies the stability conditions as well. In the present work we compute the $O(\epsilon)$ (two-loop) corrections to the critical flavour numbers $N_{f,c1} $ and $N_{f,c2}$. Most importantly, we observe a sharp decrease in $N_{f,c2}$ from its one-loop value, which brings it closer to the point $N_f =1$ relevant to the standard Gross-Neveu model. Some three-loop results are also presented and discussed.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Han", "SangEun", "" ], [ "Herbut", "Igor F.", "" ] ]
2506.20711
Elena M. Murchikova
Lena Murchikova and Kailash Sahu
Observability of Isolated Stellar-mass Black Holes
11 pages, 4 figures. Accepted for Publication in Astrophysical Journal Letters
null
null
null
astro-ph.GA astro-ph.HE astro-ph.SR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Stellar-mass black holes (BHs) represent the natural end states of massive stars. It is estimated that $10^8$ stellar-mass BHs are present in the Milky Way galaxy, a significant fraction of which are expected to be isolated. Despite their expected abundance, only about 20 have been detected so far - mostly in binary systems - with just one confirmed isolated black hole (IsoBH) identified via astrometric microlensing. In this study, we investigate the potential for detecting electromagnetic emissions from IsoBHs by generating synthetic model spectra of their emissions in different types of interstellar medium environments. These model spectra are then compared with current observational capabilities. We show that photons emitted by IsoBHs - especially those accreting material in dense environments or within the Solar neighborhood - should be readily detectable. However, confidently identifying these sources remains highly challenging. We conclude that a number of IsoBHs must already exist in current astronomical catalogs but have not been identified as such. We outline possible strategies for detection and identification of IsoBHs using the current and upcoming telescopes.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Murchikova", "Lena", "" ], [ "Sahu", "Kailash", "" ] ]
2506.20712
Michael Wilensky
Michael J. Wilensky, Philip Bull, Nicolas Fagnoni
High Dimensional Beam Inference II: Inference of a Perturbed HERA Beam from Simulated Visibility Data
null
null
null
null
astro-ph.IM
http://creativecommons.org/licenses/by-sa/4.0/
Accurate beam modeling is important in many radio astronomy applications. In this paper, we focus on beam modeling for 21-cm intensity mapping experiments using radio interferometers, though the techniques also apply to single dish experiments with small modifications. In 21-cm intensity mapping, beam models are usually determined from highly detailed electromagnetic simulations of the receiver system. However, these simulations are expensive, and therefore have limited ability to describe practical imperfections in the beam pattern. We present a fully analytic Bayesian inference framework to infer a beam pattern from the interferometric visibilities assuming a particular sky model and that the beam pattern for all elements is identical, allowing one to capture deviations from the ideal beam for relatively low computational cost. We represent the beam using a sparse Fourier-Bessel basis on a projection of the hemisphere to the unit disc, but the framework applies to any linear basis expansion of the primary beam. We test the framework on simulated visibilities from an unpolarized sky, ignoring mutual coupling of array elements. We successfully recover the simulated, perturbed power beam when the sky model is perfect. Briefly exploring sky model inaccuracies, we find that beam inferences are sensitive to them, so we suggest jointly modeling uncertainties in the sky and beam in related inference tasks.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:00 GMT" } ]
2025-06-27T00:00:00
[ [ "Wilensky", "Michael J.", "" ], [ "Bull", "Philip", "" ], [ "Fagnoni", "Nicolas", "" ] ]
2506.20713
Yanik Herrmann
Yanik Herrmann, Julia M. Brevoord, Julius Fischer, Stijn Scheijen, Colin Sauerzapf, Nina Codreanu, Leonardo G. C. Wienhoven, Yuran M. Q. van der Graaf, Cornelis F. J. Wolfs, R\'egis M\'ejard, Maximilian Ruf, Nick de Jong, Ronald Hanson
Laser-cut Patterned, Micrometer-thin Diamond Membranes with Coherent Color Centers for Open Microcavities
31 pages, 13 figures
null
null
null
quant-ph physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Micrometer-scale thin diamond devices are key components for various quantum sensing and networking experiments, including the integration of color centers into optical microcavities. In this work, we introduce a laser-cutting method for patterning microdevices from millimeter-sized diamond membranes. The method can be used to fabricate devices with micrometer thicknesses and edge lengths of typically 10 $\mu m$ to 100 $\mu m$. We compare this method with an established nanofabrication process based on electron-beam lithography, a two-step transfer pattern utilizing a silicon nitride hard mask material, and reactive ion etching. Microdevices fabricated using both methods are bonded to a cavity Bragg mirror and characterized using scanning cavity microscopy. We record two-dimensional cavity finesse maps over the devices, revealing insights about the variation in diamond thickness, surface quality, and strain. The scans demonstrate that devices fabricated by laser-cutting exhibit similar properties to devices obtained by the conventional method. Finally, we show that the devices host optically coherent Tin- and Nitrogen-Vacancy centers suitable for applications in quantum networking.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Herrmann", "Yanik", "" ], [ "Brevoord", "Julia M.", "" ], [ "Fischer", "Julius", "" ], [ "Scheijen", "Stijn", "" ], [ "Sauerzapf", "Colin", "" ], [ "Codreanu", "Nina", "" ], [ "Wienhoven", "Leonardo G. C.", "" ], [ "van der Graaf", "Yuran M. Q.", "" ], [ "Wolfs", "Cornelis F. J.", "" ], [ "Méjard", "Régis", "" ], [ "Ruf", "Maximilian", "" ], [ "de Jong", "Nick", "" ], [ "Hanson", "Ronald", "" ] ]
2506.20714
Marina Obramenko
Minghao Li, Josh A. Zuber, Marina Obramenko, Patrik Tognina, Andrea Corazza, Marietta Batzer, Marcel.li Grimau Puigibert, Jodok Happacher, and Patrick Maletinsky
Photocatalytic Control of Diamond Color Center Charge States via Surface Oxidation
null
null
null
null
quant-ph cond-mat.mes-hall
http://creativecommons.org/licenses/by-nc-nd/4.0/
Color center spins in diamond nanostructures are a key resource for emerging quantum technologies. Their innate surface proximity makes precise control of diamond surface chemistry essential for optimizing their functionality and charge states. However, conventional surface functionalization methods typically lack the tunability and efficiency required for robust charge-state control. Here, we introduce a deterministic, nonvolatile technique for continuously and efficiently tuning diamond's surface termination via laser-induced oxidation of H-terminated diamond nanopillars. By tracking SiV$^-$ photoluminescence as a charge-state proxy, we uncover the microscopic mechanism of this photocatalytic process through a systematic photon-flux and -energy analysis, where we identify charge-cycling of native defects as sources of optically generated holes driving the desired surface oxidation. Our results suggest that our method applies broadly to other color centers and host materials, offering a versatile tool for on-demand charge-state control and surface engineering in solid-state quantum devices.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Li", "Minghao", "" ], [ "Zuber", "Josh A.", "" ], [ "Obramenko", "Marina", "" ], [ "Tognina", "Patrik", "" ], [ "Corazza", "Andrea", "" ], [ "Batzer", "Marietta", "" ], [ "Puigibert", "Marcel. li Grimau", "" ], [ "Happacher", "Jodok", "" ], [ "Maletinsky", "Patrick", "" ] ]
2506.20715
Alexander Soloviev
Toshali Mitra, Sukrut Mondkar, Ayan Mukhopadhyay and Alexander Soloviev
Hybrid thermalization in the large $N$ limit
27 pages, 6 figures
null
null
null
hep-th cond-mat.stat-mech hep-ph
http://creativecommons.org/licenses/by/4.0/
Semi-holography provides a formulation of dynamics in gauge theories involving both weakly self-interacting (perturbative) and strongly self-interacting (non-perturbative) degrees of freedom. These two subsectors interact via their effective metrics and sources, while the full local energy-momentum tensor is conserved in the physical background metric. In the large $N$ limit, the subsectors have their individual entropy currents, and so the full system can reach a pseudo-equilibrium state in which each subsector has a different physical temperature. We first complete the proof that the global thermal equilibrium state, where both subsectors have the \textit{same} physical temperature, can be defined in consistency with the principles of thermodynamics and statistical mechanics. Particularly, we show that the global equilibrium state is the unique state with maximum entropy in the microcanonical ensemble. Furthermore, we show that in the large $N$ limit, a \textit{typical} non-equilibrium state of the full isolated system relaxes to the global equilibrium state when the average energy density is large compared to the scale set by the inter-system coupling. We discuss quantum statistical perspectives.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Mitra", "Toshali", "" ], [ "Mondkar", "Sukrut", "" ], [ "Mukhopadhyay", "Ayan", "" ], [ "Soloviev", "Alexander", "" ] ]
2506.20716
Ansh Bhatnagar
Ansh Bhatnagar, Djuna Croon, Philipp Schicho
Interpreting the 95 GeV resonance in the Two Higgs Doublet Model: Implications for the Electroweak Phase Transition
34 pages, 3 figures, 2 tables
null
null
IPPP/25/39
hep-ph astro-ph.CO
http://creativecommons.org/licenses/by-nc-sa/4.0/
We investigate if the recent mass resonance excesses seen around 95 GeV at the Large Hadron Collider (LHC) can be reconciled with a first-order electroweak phase transition. Performing the first large-scale parameter scan of the Two Higgs Doublet model (2HDM) using high-temperature dimensionally reduced effective field theory, we focus on regions of parameter space consistent with interpreting the excess as an additional pseudoscalar state. We find that, in contrast to the Standard Model, the electroweak transition pattern in the 2HDM is generically first-order, proceeding either in a single or in two steps. While transition strengths can reach up to $v_c/T_c \sim 1.3$, the gravitational wave signals lie below the projected reach of future interferometer experiments and are likely insufficient to support successful electroweak baryogenesis.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Bhatnagar", "Ansh", "" ], [ "Croon", "Djuna", "" ], [ "Schicho", "Philipp", "" ] ]
2506.20717
Valentin Thoss
Arnab Chaudhuri, Kazunori Kohri, Valentin Thoss
New bounds on Memory Burdened Primordial Black Holes from Big Bang Nucleosynthesis
13 pages, 2 figures, comments welcome
null
null
null
astro-ph.CO hep-ph
http://creativecommons.org/licenses/by/4.0/
Primordial black holes (PBHs) with masses below $10^9\,\rm{g}$ are typically assumed to have negligible cosmological impact due to their rapid evaporation via Hawking radiation. However, the 'memory burden' effect, which is a quantum suppression of PBH evaporation, can dramatically alter their decay dynamics. In this work, we revisit early-Universe constraints on ultralight PBHs in this mass range, demonstrating that memory burden significantly alters previous constraints. We compute new cosmological bounds from BBN that strongly limit the presence of ultralight PBHs in the early Universe. We report that the PBHs in the mass range $10^0$-$10^2\,\rm{g}$ for $k=2$ are unconstrained by observations.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Chaudhuri", "Arnab", "" ], [ "Kohri", "Kazunori", "" ], [ "Thoss", "Valentin", "" ] ]
2506.20718
Ligia Fonseca Coelho
Ligia F. Coelho, Catarina Miranda, Joao Canas, Miguel Morgado, Diogo Nunes, Andre F. Henriques, and Adam B. Langeveld
One Giant Leap for Womankind: First Menstrual Cups Tested in Space Flight Conditions
8 pages, 6 figures. Submitted for peer review
null
null
null
physics.med-ph astro-ph.EP astro-ph.IM physics.soc-ph
http://creativecommons.org/licenses/by/4.0/
In the early days of space exploration, when Sally Ride was offered 100 tampons for a week-long mission, menstrual medical devices first began to be used in space conditions. Since then, hormonal menstrual suppression has become the preferred method for managing menstruation in space, offering significant advantages. However, this is not an option for astronauts who choose to menstruate. The lack of sustainable menstrual technologies will pose challenges for long-duration missions to the Moon and Mars, where astronauts may spend years in space. The AstroCup mission represents the first effort to test menstrual cups in spaceflight, evaluating their durability and functionality. Through material integrity tests and functional assessments using a rheological analogue of human blood, we demonstrate the resilience of menstrual cups and discuss their implications for sustainable menstrual management in future lunar and Martian missions.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:01 GMT" } ]
2025-06-27T00:00:00
[ [ "Coelho", "Ligia F.", "" ], [ "Miranda", "Catarina", "" ], [ "Canas", "Joao", "" ], [ "Morgado", "Miguel", "" ], [ "Nunes", "Diogo", "" ], [ "Henriques", "Andre F.", "" ], [ "Langeveld", "Adam B.", "" ] ]
2506.20719
Lucila Peralta Gavensky
Lucila Peralta Gavensky, Nathan Goldman and Gonzalo Usaj
Quantized Chern-Simons Axion Coupling in Anomalous Floquet Systems
6 pages, 3 figures
null
null
null
cond-mat.mes-hall cond-mat.quant-gas quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Quantized bulk response functions are hallmark signatures of topological phases, but their manifestation in periodically driven (Floquet) systems is not yet fully established. Here, we show that two-dimensional anomalous Floquet systems exhibit a quantized bulk response encoded in a Chern-Simons axion (CSA) coupling angle, reflecting a topological magnetoelectric effect analogous to that in three-dimensional insulators. The periodic drive introduces an emergent "photon" dimension, allowing the system to be viewed as a three-dimensional Sambe lattice. Within this framework, cross-correlated responses such as photon-space polarization and magnetization density, emerge as physical signatures of the CSA coupling. The CSA angle, constructed from the non-Abelian Berry connection of Floquet states, admits a natural interpretation in terms of the geometry of hybrid Wannier states. These results provide a unified framework linking Floquet band topology to quantized bulk observables.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:02 GMT" } ]
2025-06-27T00:00:00
[ [ "Gavensky", "Lucila Peralta", "" ], [ "Goldman", "Nathan", "" ], [ "Usaj", "Gonzalo", "" ] ]
2506.20720
Glenn Wagner
Roger Brunner, Titus Neupert and Glenn Wagner
Tuning between a fractional topological insulator and competing phases at $\nu_\mathrm{T}=2/3$
8+16 pages, 5+21 figures
null
null
null
cond-mat.str-el cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study a spinful, time-reversal symmetric lowest Landau level model for a flatband quantum spin Hall system at total filling fraction $\nu_\mathrm{T}=2/3$. Such models are relevant, e.g. for spin-valley locked moir\'e transition metal dichalcogenides. The opposite Chern number of the two spins hinders the formation of a quantum Hall ferromagnet, instead favouring other phases. We study the phase diagram in dependence on different short-range Haldane pseudopotentials $V_m$ and uncover several phases: A fractional topological insulator, a phase separated state, a spin-polarized fractional quantum Hall state, and the partially particle-hole transformed Halperin (111) state. The effect of the pseudopotentials $V_m$ depends on the parity of $m$, the relative angular momentum.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:02 GMT" } ]
2025-06-27T00:00:00
[ [ "Brunner", "Roger", "" ], [ "Neupert", "Titus", "" ], [ "Wagner", "Glenn", "" ] ]
2506.20721
Brian Skinner
Jiamin Wen, Kaustuv Manna, Dung Vu, Subhadeep Bej, Yu Pan, Claudia Felser, Brian Skinner, Joseph P. Heremans
Ultrahigh Anomalous Nernst Thermopower and Thermal Hall Angle in YbMnBi2
24+30 pages, 4+12 figures, 1+2 tables
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Thermoelectrics (TEs) are solid-state devices that can realize heat-electricity conversion. Transverse TEs require materials with a large Nernst effect, which typically requires a strong applied magnetic field. However, topological materials with magnetic order offer an alternative pathway for achieving large Nernst via the anomalous Hall effect and the accompanying anomalous Nernst effect (ANE) that arise from band topology. Here, we show that YbMnBi2 with a low Hall density and a chemical potential near the Weyl points has, to the best of our knowledge, the highest ANE-dominated Nernst thermopower of any magnetic material, with $S_{yx}$ around 110 $\mu$V/K ($T$ = 254 K, 5 T < $|\mu_0 H|$ < 9 T applied along the spin canting direction), due to the synergism between classical contributions from filled electron bands, large Hall conductivity of topological origin, and large resistivity anisotropy. An appreciable thermal Hall angle of $0.02 < (\nabla_y T)/(\nabla_x T) < 0.06$ was observed (40 K < $T$ < 310 K, $\mu_0 H$ = 9 T).
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:02 GMT" } ]
2025-06-27T00:00:00
[ [ "Wen", "Jiamin", "" ], [ "Manna", "Kaustuv", "" ], [ "Vu", "Dung", "" ], [ "Bej", "Subhadeep", "" ], [ "Pan", "Yu", "" ], [ "Felser", "Claudia", "" ], [ "Skinner", "Brian", "" ], [ "Heremans", "Joseph P.", "" ] ]
2506.20722
Julius Fischer
Julius Fischer, Yanik Herrmann, Cornelis F. J. Wolfs, Stijn Scheijen, Maximilian Ruf, Ronald Hanson
Spin-Photon Correlations from a Purcell-enhanced Diamond Nitrogen-Vacancy Center Coupled to an Open Microcavity
19 pages, 15 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
An efficient interface between a spin qubit and single photons is a key enabling system for quantum science and technology. We report on a coherently controlled diamond nitrogen-vacancy center electron spin qubit that is optically interfaced with an open microcavity. Through Purcell enhancement and an asymmetric cavity design, we achieve efficient collection of resonant photons, while on-chip microwave lines allow for spin qubit control at a 10 MHz Rabi frequency. With the microcavity tuned to resonance with the nitrogen-vacancy center's optical transition, we use excited state lifetime measurements to determine a Purcell factor of 7.3 $\pm$ 1.6. Upon pulsed resonant excitation, we find a coherent photon detection probability of 0.5 % per pulse. Although this result is limited by the finite excitation probability, it already presents an order of magnitude improvement over the solid immersion lens devices used in previous quantum network demonstrations. Furthermore, we use resonant optical pulses to initialize and read out the electron spin. By combining the efficient interface with spin qubit control, we generate two-qubit and three-qubit spin-photon states and measure heralded Z-basis correlations between the photonic time-bin qubits and the spin qubit.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:02 GMT" } ]
2025-06-27T00:00:00
[ [ "Fischer", "Julius", "" ], [ "Herrmann", "Yanik", "" ], [ "Wolfs", "Cornelis F. J.", "" ], [ "Scheijen", "Stijn", "" ], [ "Ruf", "Maximilian", "" ], [ "Hanson", "Ronald", "" ] ]
2506.20723
Marie Cornelius
Marie Cornelius (NBIA and DARK, Niels Bohr Institute), Irene Tamborra (NBIA and DARK, Niels Bohr Institute), Malte Heinlein (MPI Astrophysics, Garching and TUM, Garching), Hans-Thomas Janka (MPI Astrophysics, Garching)
Diagnosing electron-neutrino lepton number crossings in core-collapse supernovae: a comparison of methods
13 pages, including 3 figures and 1 appendix
null
null
null
astro-ph.HE hep-ph
http://creativecommons.org/licenses/by/4.0/
Fast neutrino flavor conversion may impact the explosion mechanism and nucleosynthesis in core-collapse supernovae. A necessary condition for fast flavor conversion is the presence of crossings in the angular distribution of the electron-neutrino lepton number (ELN crossing). Because of the computational costs, flavor-dependent angular distributions are not computed by the vast majority of state-of-the-art hydrodynamical simulations; instead, angular distributions are reconstructed employing approximate methods in post-processing. In this work, we evaluate the performance of four methods adopted to diagnose the existence of ELN crossings. For selected post-bounce times, we extract the fluid and thermodynamic properties from spherically symmetric supernova simulations for an $18.6 M_\odot$ progenitor, testing cases with and without muons as well as with and without mixing-length treatment of proto-neutron star convection. We compare the occurrence of crossings in the angular distributions obtained by solving the Boltzmann equations with those in distributions reconstructed from angular moments of our Boltzmann solutions by using the maximum entropy and Minerbo schemes, and also with crossings identified via a polynomial weighting function applied to the angular moments. Our results show that the polynomial method and the Minerbo closure scheme have severe limitations. The maximum entropy approach captures most of the forward crossings, although it fails to reproduce or misidentifies crossings in a subset of our models. These findings highlight the need for robust modeling of the neutrino angular properties in order to assess the impact of flavor conversion on the supernova mechanism.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:03 GMT" } ]
2025-06-27T00:00:00
[ [ "Cornelius", "Marie", "", "NBIA and DARK, Niels Bohr Institute" ], [ "Tamborra", "Irene", "", "NBIA and DARK, Niels Bohr Institute" ], [ "Heinlein", "Malte", "", "MPI Astrophysics, Garching and TUM, Garching" ], [ "Janka", "Hans-Thomas", "", "MPI Astrophysics, Garching" ] ]
2506.20724
Alena Romanova
Alena Romanova and Wolfgang D\"ur
Measurement-based quantum computing with qudit stabilizer states
null
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show how to perform measurement-based quantum computing on qudits (high-dimensional quantum systems) using alternative resource states beyond the cluster state. Here, the entangling gate, characterizing the resource state, is a diagonal or block-diagonal Clifford operation instead of the usual controlled-phase gate for cluster states. This simple change has remarkable consequences: the applied entangling operation determines an intrinsic single-qudit gate associated with the resource that drives the quantum computation when performing single-qudit measurements on the resource state. We prove a condition for the intrinsic gate allowing for the measurement-based implementation of arbitrary single-qudit unitaries. Furthermore, for prime-power-dimensional qudits, we demonstrate that the complexity of the realization depends linearly on the dimension and the Pauli order of the intrinsic gate so that different entangling gates are associated with different computational overheads. In particular, we provide two examples of qutrit resource states, which allow more efficient quantum information transport and processing than the qutrit cluster state. Finally, we discuss the required two-dimensional geometry of the resource state for universal measurement-based quantum computing.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:04 GMT" } ]
2025-06-27T00:00:00
[ [ "Romanova", "Alena", "" ], [ "Dür", "Wolfgang", "" ] ]
2506.20725
Ralph Blumenhagen
Ralph Blumenhagen, Aleksandar Gligovic
Emergence of CY Triple Intersection Numbers in M-theory
49 pages, 10 figures
null
null
MPP-2025-122
hep-th
http://creativecommons.org/licenses/by/4.0/
To give more credence to the M-theoretic Emergence Proposal it is important to show that also classical kinetic terms in a low energy effective action arise as a quantum effect from integrating out light towers of states. We show that for compactifications of type IIA on Calabi-Yau manifolds, the classical weak coupling Yukawa couplings, which are the triple intersection numbers of the Calabi-Yau threefold, can be obtained from the 1/2-BPS protected one-loop Schwinger integral over $D2$-$D0$ bound states, after employing a novel regularization for the final infinite sum of Gopakumar-Vafa invariants. Approaching the problem in a consecutive manner from 6D decompactification over emergent string to the ultimate M-theory limits, we arrive at a mathematically concrete regularization that involves finite distance degeneration limits of Calabi-Yau threefolds in an intriguing way. We test and challenge this proposal by the concrete determination of the periods around such degeneration points for threefolds with one K\"ahler modulus and the two examples $\mathbb P_{1,1,1,6,9}[18]$ and $\mathbb P_{1,1,2,2,6}[12]$.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:06 GMT" } ]
2025-06-27T00:00:00
[ [ "Blumenhagen", "Ralph", "" ], [ "Gligovic", "Aleksandar", "" ] ]
2506.20726
Viktor Skoup\'y
Viktor Skoup\'y, Gabriel Andres Piovano, Vojt\v{e}ch Witzany
Spherical inspirals of spinning bodies into Kerr black holes
26 pages, 11 figures
null
null
null
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Extreme mass-ratio inspirals (EMRIs), consisting of a stellar-mass compact object spiraling into a massive black hole, are key sources for future space-based gravitational wave observatories such as LISA. Accurate modeling of these systems requires incorporating the spin effects of both the primary and secondary bodies, particularly for waveforms at the precision required for LISA detection and astrophysical parameter extraction. In this work, we develop a framework for modeling flux-driven spherical inspirals (orbits of approximately constant Boyer-Lindquist radius) of a spinning secondary into a Kerr black hole. We leverage recently found solutions for the motion of spinning test particles and compute the associated gravitational wave fluxes to linear order in the secondary spin. Next, we show that spherical orbits remain spherical under radiation reaction at linear order in spin, and derive the evolution of the orbital parameters throughout the inspiral. We implement a numerical scheme for waveform generation in the frequency domain and assess the impact of the secondary spin on the gravitational wave signal. In contrast to quasi-circular inspirals, we find that neglecting the secondary spin in spherical inspirals induces large mismatches in the waveforms that will plausibly be detectable by LISA.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Skoupý", "Viktor", "" ], [ "Piovano", "Gabriel Andres", "" ], [ "Witzany", "Vojtěch", "" ] ]
2506.20727
Wenyuan Qiu
Wenyuan Qiu, Zhihui Luo, Xunwu Hu, Dao-Xin Yao
Pairing symmetry and superconductivity in La$_3$Ni$_2$O$_7$ thin films
5 pages,4 figures
null
null
null
cond-mat.supr-con cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The recent discovery of superconductivity with a transition temperature $T_c$ over 40 K in La$_3$Ni$_2$O$_7$ and (La,Pr)$_{3}$Ni$_2$O$_7$ thin films at ambient pressure marks an important step in the field of nickelate superconductors. Here, we perform a renormalized mean-field theory study of the superconductivity in $\mathrm{La_3Ni_2O_7}$ thin films, using a bilayer two-orbital $t-J$ model. Our result reveals an $s_\pm$-wave pairing symmetry driven by the strong interlayer superexchange coupling of $d_{z^2}$ orbital, resembling the pressurized bulk case. Also, we roughly reproduce the experimentally reported nodeless shape of the superconducting gap at the $\beta$ pocket and the superconducting $T_c$. To gain insight into the orbital feature of superconductivity, we explore the projection of different pairing bonds on Fermi surface. We find that the nodeless gap at $\beta$ pocket is related to the interlayer pairing within both $d_{z^2}$ and $d_{x^2-y^2}$ orbitals, in which the latter is triggered by the former through hybridization, and both hold the same sign.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:08 GMT" } ]
2025-06-27T00:00:00
[ [ "Qiu", "Wenyuan", "" ], [ "Luo", "Zhihui", "" ], [ "Hu", "Xunwu", "" ], [ "Yao", "Dao-Xin", "" ] ]
2506.20728
Yiming Wang
Yiming Wang, Arthur N. Montanari, Adilson E. Motter
Distributed Lyapunov Functions for Nonlinear Networks
Codes are available at our GitHub repository https://github.com/YimingSci/Distributed-Lya-Func
IEEE Control Systems Letters, 9:486-491 (2025)
10.1109/LCSYS.2025.3573881
null
eess.SY cond-mat.dis-nn cs.SY math.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Nonlinear networks are often multistable, exhibiting coexisting stable states with competing regions of attraction (ROAs). As a result, ROAs can have complex "tentacle-like" morphologies that are challenging to characterize analytically or computationally. In addition, the high dimensionality of the state space prohibits the automated construction of Lyapunov functions using state-of-the-art optimization methods, such as sum-of-squares (SOS) programming. In this letter, we propose a distributed approach for the construction of Lyapunov functions based solely on local information. To this end, we establish an augmented comparison lemma that characterizes the existence conditions of partial Lyapunov functions, while also accounting for residual effects caused by the associated dimensionality reduction. These theoretical results allow us to formulate an SOS optimization that iteratively constructs such partial functions, whose aggregation forms a composite Lyapunov function. The resulting composite function provides accurate convex approximations of both the volumes and shapes of the ROAs. We validate our method on networks of van der Pol and Ising oscillators, demonstrating its effectiveness in characterizing high-dimensional systems with non-convex ROAs.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:12 GMT" } ]
2025-06-27T00:00:00
[ [ "Wang", "Yiming", "" ], [ "Montanari", "Arthur N.", "" ], [ "Motter", "Adilson E.", "" ] ]
2506.20729
Tianyi Li
Zhiqi Gao, Tianyi Li, Yurii Kvasiuk, Sai Chaitanya Tadepalli, Maja Rudolph, Daniel J.H. Chung, Frederic Sala, Moritz M\"unchmeyer
Test-time Scaling Techniques in Theoretical Physics -- A Comparison of Methods on the TPBench Dataset
23 pages, 6 figures
null
null
null
cs.LG astro-ph.CO cs.AI hep-ph hep-th
http://creativecommons.org/licenses/by/4.0/
Large language models (LLMs) have shown strong capabilities in complex reasoning, and test-time scaling techniques can enhance their performance with comparably low cost. Many of these methods have been developed and evaluated on mathematical reasoning benchmarks such as AIME. This paper investigates whether the lessons learned from these benchmarks generalize to the domain of advanced theoretical physics. We evaluate a range of common test-time scaling methods on the TPBench physics dataset and compare their effectiveness with results on AIME. To better leverage the structure of physics problems, we develop a novel, symbolic weak-verifier framework to improve parallel scaling results. Our empirical results demonstrate that this method significantly outperforms existing test-time scaling approaches on TPBench. We also evaluate our method on AIME, confirming its effectiveness in solving advanced mathematical problems. Our findings highlight the power of step-wise symbolic verification for tackling complex scientific problems.
[ { "version": "v1", "created": "Wed, 25 Jun 2025 18:00:18 GMT" } ]
2025-06-27T00:00:00
[ [ "Gao", "Zhiqi", "" ], [ "Li", "Tianyi", "" ], [ "Kvasiuk", "Yurii", "" ], [ "Tadepalli", "Sai Chaitanya", "" ], [ "Rudolph", "Maja", "" ], [ "Chung", "Daniel J. H.", "" ], [ "Sala", "Frederic", "" ], [ "Münchmeyer", "Moritz", "" ] ]