arXiv Daily Digest - 2026-03-18
CS (613 papers)
Demystifing Video Reasoning
cs.CVRecent advances in video generation have revealed an unexpected phenomenon: diffusion-based video models exhibit non-trivial reasoning capabilities. Prior work attributes this to a Chain-of-Frames (CoF) mechanism, where reasoning is assumed to unfold sequentially across video frames. In this work, we challenge this assumption and uncover a fundamentally different mechanism. We show that reasoning in video models instead primarily emerges along the diffusion denoising steps. Through qualitative analysis and targeted probing experiments, we find that models explore multiple candidate solutions in early denoising steps and progressively converge to a final answer, a process we term Chain-of-Steps (CoS). Beyond this core mechanism, we identify several emergent reasoning behaviors critical to model performance: (1) working memory, enabling persistent reference; (2) self-correction and enhancement, allowing recovery from incorrect intermediate solutions; and (3) perception before action, where early steps establish semantic grounding and later steps perform structured manipulation. During a diffusion step, we further uncover self-evolved functional specialization within Diffusion Transformers, where early layers encode dense perceptual structure, middle layers execute reasoning, and later layers consolidate latent representations. Motivated by these insights, we present a simple training-free strategy as a proof-of-concept, demonstrating how reasoning can be improved by ensembling latent trajectories from identical models with different random seeds. Overall, our work provides a systematic understanding of how reasoning emerges in video generation models, offering a foundation to guide future research in better exploiting the inherent reasoning dynamics of video models as a new substrate for intelligence.
Show more
Efficient Reasoning on the Edge
cs.LGLarge language models (LLMs) with chain-of-thought reasoning achieve state-of-the-art performance across complex problem-solving tasks, but their verbose reasoning traces and large context requirements make them impractical for edge deployment. These challenges include high token generation costs, large KV-cache footprints, and inefficiencies when distilling reasoning capabilities into smaller models for mobile devices. Existing approaches often rely on distilling reasoning traces from larger models into smaller models, which are verbose and stylistically redundant, undesirable for on-device inference. In this work, we propose a lightweight approach to enable reasoning in small LLMs using LoRA adapters combined with supervised fine-tuning. We further introduce budget forcing via reinforcement learning on these adapters, significantly reducing response length with minimal accuracy loss. To address memory-bound decoding, we exploit parallel test-time scaling, improving accuracy at minor latency increase. Finally, we present a dynamic adapter-switching mechanism that activates reasoning only when needed and a KV-cache sharing strategy during prompt encoding, reducing time-to-first-token for on-device inference. Experiments on Qwen2.5-7B demonstrate that our method achieves efficient, accurate reasoning under strict resource constraints, making LLM reasoning practical for mobile scenarios. Videos demonstrating our solution running on mobile devices are available on our project page.
Show more
MessyKitchens: Contact-rich object-level 3D scene reconstruction
cs.CVMonocular 3D scene reconstruction has recently seen significant progress. Powered by the modern neural architectures and large-scale data, recent methods achieve high performance in depth estimation from a single image. Meanwhile, reconstructing and decomposing common scenes into individual 3D objects remains a hard challenge due to the large variety of objects, frequent occlusions and complex object relations. Notably, beyond shape and pose estimation of individual objects, applications in robotics and animation require physically-plausible scene reconstruction where objects obey physical principles of non-penetration and realistic contacts. In this work we advance object-level scene reconstruction along two directions. First, we introduceMessyKitchens, a new dataset with real-world scenes featuring cluttered environments and providing high-fidelity object-level ground truth in terms of 3D object shapes, poses and accurate object contacts. Second, we build on the recent SAM 3D approach for single-object reconstruction and extend it with Multi-Object Decoder (MOD) for joint object-level scene reconstruction. To validate our contributions, we demonstrate MessyKitchens to significantly improve previous datasets in registration accuracy and inter-object penetration. We also compare our multi-object reconstruction approach on three datasets and demonstrate consistent and significant improvements of MOD over the state of the art. Our new benchmark, code and pre-trained models will become publicly available on our project website: https://messykitchens.github.io/.
Show more
ManiTwin: Scaling Data-Generation-Ready Digital Object Dataset to 100K
cs.ROLearning in simulation provides a useful foundation for scaling robotic manipulation capabilities. However, this paradigm often suffers from a lack of data-generation-ready digital assets, in both scale and diversity. In this work, we present ManiTwin, an automated and efficient pipeline for generating data-generation-ready digital object twins. Our pipeline transforms a single image into simulation-ready and semantically annotated 3D asset, enabling large-scale robotic manipulation data generation. Using this pipeline, we construct ManiTwin-100K, a dataset containing 100K high-quality annotated 3D assets. Each asset is equipped with physical properties, language descriptions, functional annotations, and verified manipulation proposals. Experiments demonstrate that ManiTwin provides an efficient asset synthesis and annotation workflow, and that ManiTwin-100K offers high-quality and diverse assets for manipulation data generation, random scene synthesis, and VQA data generation, establishing a strong foundation for scalable simulation data synthesis and policy learning. Our webpage is available at https://manitwin.github.io/.
Show more
SparkVSR: Interactive Video Super-Resolution via Sparse Keyframe Propagation
cs.CVVideo Super-Resolution (VSR) aims to restore high-quality video frames from low-resolution (LR) estimates, yet most existing VSR approaches behave like black boxes at inference time: users cannot reliably correct unexpected artifacts, but instead can only accept whatever the model produces. In this paper, we propose a novel interactive VSR framework dubbed SparkVSR that makes sparse keyframes a simple and expressive control signal. Specifically, users can first super-resolve or optionally a small set of keyframes using any off-the-shelf image super-resolution (ISR) model, then SparkVSR propagates the keyframe priors to the entire video sequence while remaining grounded by the original LR video motion. Concretely, we introduce a keyframe-conditioned latent-pixel two-stage training pipeline that fuses LR video latents with sparsely encoded HR keyframe latents to learn robust cross-space propagation and refine perceptual details. At inference time, SparkVSR supports flexible keyframe selection (manual specification, codec I-frame extraction, or random sampling) and a reference-free guidance mechanism that continuously balances keyframe adherence and blind restoration, ensuring robust performance even when reference keyframes are absent or imperfect. Experiments on multiple VSR benchmarks demonstrate improved temporal consistency and strong restoration quality, surpassing baselines by up to 24.6%, 21.8%, and 5.6% on CLIP-IQA, DOVER, and MUSIQ, respectively, enabling controllable, keyframe-driven video super-resolution. Moreover, we demonstrate that SparkVSR is a generic interactive, keyframe-conditioned video processing framework as it can be applied out of the box to unseen tasks such as old-film restoration and video style transfer. Our project page is available at: https://sparkvsr.github.io/
Show more
Chronos: Temporal-Aware Conversational Agents with Structured Event Retrieval for Long-Term Memory
cs.CLRecent advances in Large Language Models (LLMs) have enabled conversational AI agents to engage in extended multi-turn interactions spanning weeks or months. However, existing memory systems struggle to reason over temporally grounded facts and preferences that evolve across months of interaction and lack effective retrieval strategies for multi-hop, time-sensitive queries over long dialogue histories. We introduce Chronos, a novel temporal-aware memory framework that decomposes raw dialogue into subject-verb-object event tuples with resolved datetime ranges and entity aliases, indexing them in a structured event calendar alongside a turn calendar that preserves full conversational context. At query time, Chronos applies dynamic prompting to generate tailored retrieval guidance for each question, directing the agent on what to retrieve, how to filter across time ranges, and how to approach multi-hop reasoning through an iterative tool-calling loop over both calendars. We evaluate Chronos with 8 LLMs, both open-source and closed-source, on the LongMemEvalS benchmark comprising 500 questions spanning six categories of dialogue history tasks. Chronos Low achieves 92.60% and Chronos High scores 95.60% accuracy, setting a new state of the art with an improvement of 7.67% over the best prior system. Ablation results reveal the events calendar accounts for a 58.9% gain on the baseline while all other components yield improvements between 15.5% and 22.3%. Notably, Chronos Low alone surpasses prior approaches evaluated under their strongest model configurations.
Show more
SocialOmni: Benchmarking Audio-Visual Social Interactivity in Omni Models
cs.AIOmni-modal large language models (OLMs) redefine human-machine interaction by natively integrating audio, vision, and text. However, existing OLM benchmarks remain anchored to static, accuracy-centric tasks, leaving a critical gap in assessing social interactivity, the fundamental capacity to navigate dynamic cues in natural dialogues. To this end, we propose SocialOmni, a comprehensive benchmark that operationalizes the evaluation of this conversational interactivity across three core dimensions: (i) speaker separation and identification (who is speaking), (ii) interruption timing control (when to interject), and (iii) natural interruption generation (how to phrase the interruption). SocialOmni features 2,000 perception samples and a quality-controlled diagnostic set of 209 interaction-generation instances with strict temporal and contextual constraints, complemented by controlled audio-visual inconsistency scenarios to test model robustness. We benchmarked 12 leading OLMs, which uncovers significant variance in their social-interaction capabilities across models. Furthermore, our analysis reveals a pronounced decoupling between a model's perceptual accuracy and its ability to generate contextually appropriate interruptions, indicating that understanding-centric metrics alone are insufficient to characterize conversational social competence. More encouragingly, these diagnostics from SocialOmni yield actionable signals for bridging the perception-interaction divide in future OLMs.
Show more
SOMA: Unifying Parametric Human Body Models
cs.CVParametric human body models are foundational to human reconstruction, animation, and simulation, yet they remain mutually incompatible: SMPL, SMPL-X, MHR, Anny, and related models each diverge in mesh topology, skeletal structure, shape parameterization, and unit convention, making it impractical to exploit their complementary strengths within a single pipeline. We present SOMA, a unified body layer that bridges these heterogeneous representations through three abstraction layers. Mesh topology abstraction maps any source model's identity to a shared canonical mesh in constant time per vertex. Skeletal abstraction recovers a full set of identity-adapted joint transforms from any body shape, whether in rest pose or an arbitrary posed configuration, in a single closed-form pass, with no iterative optimization or per-model training. Pose abstraction inverts the skinning pipeline to recover unified skeleton rotations directly from posed vertices of any supported model, enabling heterogeneous motion datasets to be consumed without custom retargeting. Together, these layers reduce the $O(M^2)$ per-pair adapter problem to $O(M)$ single-backend connectors, letting practitioners freely mix identity sources and pose data at inference time. The entire pipeline is fully differentiable end-to-end and GPU-accelerated via NVIDIA-Warp.
Show more
Long-Horizon Traffic Forecasting via Incident-Aware Conformal Spatio-Temporal Transformers
cs.LGReliable multi-horizon traffic forecasting is challenging because network conditions are stochastic, incident disruptions are intermittent, and effective spatial dependencies vary across time-of-day patterns. This study is conducted on the Ohio Department of Transportation (ODOT) traffic count data and corresponding ODOT crash records. This work utilizes a Spatio-Temporal Transformer (STT) model with Adaptive Conformal Prediction (ACP) to produce multi-horizon forecasts with calibrated uncertainty. We propose a piecewise Coefficient of Variation (CV) strategy that models hour-to-hour traveltime variability using a log-normal distribution, enabling the construction of a per-hour dynamic adjacency matrix. We further perturb edge weights using incident-related severity signals derived from the ODOT crash dataset that comprises incident clearance time, weather conditions, speed violations, work zones, and roadway functional class, to capture localized disruptions and peak/off-peak transitions. This dynamic graph construction replaces a fixed-CV assumption and better represents changing traffic conditions within the forecast window. For validation, we generate extended trips via multi-hour loop runs on the Columbus, Ohio, network in SUMO simulations and apply a Monte Carlo simulation to obtain travel-time distributions for a Vehicle Under Test (VUT). Experiments demonstrate improved long-horizon accuracy and well-calibrated prediction intervals compared to other baseline methods.
Show more
Online Experiential Learning for Language Models
cs.CLThe prevailing paradigm for improving large language models relies on offline training with human annotations or simulated environments, leaving the rich experience accumulated during real-world deployment entirely unexploited. We propose Online Experiential Learning (OEL), a framework that enables language models to continuously improve from their own deployment experience. OEL operates in two stages: first, transferable experiential knowledge is extracted and accumulated from interaction trajectories collected on the user side; second, this knowledge is consolidated into model parameters via on-policy context distillation, requiring no access to the user-side environment. The two stages are iterated to form an online learning loop, where the improved model collects higher-quality trajectories that yield richer experiential knowledge for subsequent rounds. We evaluate OEL on text-based game environments across multiple model scales and both thinking and non-thinking variants. OEL achieves consistent improvements over successive iterations, enhancing both task accuracy and token efficiency while preserving out-of-distribution performance. Our analysis further shows that extracted experiential knowledge is significantly more effective than raw trajectories, and that on-policy consistency between the knowledge source and the policy model is critical for effective learning.
Show more
Unifying Optimization and Dynamics to Parallelize Sequential Computation: A Guide to Parallel Newton Methods for Breaking Sequential Bottlenecks
math.NAMassively parallel hardware (GPUs) and long sequence data have made parallel algorithms essential for machine learning at scale. Yet dynamical systems, like recurrent neural networks and Markov chain Monte Carlo, were thought to suffer from sequential bottlenecks. Recent work showed that dynamical systems can in fact be parallelized across the sequence length by reframing their evaluation as a system of nonlinear equations, which can be solved with Newton's method using a parallel associative scan. However, these parallel Newton methods struggled with limitations, primarily inefficiency, instability, and lack of convergence guarantees. This thesis addresses these limitations with methodological and theoretical contributions, drawing particularly from optimization. Methodologically, we develop scalable and stable parallel Newton methods, based on quasi-Newton and trust-region approaches. The quasi-Newton methods are faster and more memory efficient, while the trust-region approaches are significantly more stable. Theoretically, we unify many fixed-point methods into our parallel Newton framework, including Picard and Jacobi iterations. We establish a linear convergence rate for these techniques that depends on the method's approximation accuracy and stability. Moreover, we give a precise condition, rooted in dynamical stability, that characterizes when parallelization provably accelerates a dynamical system and when it cannot. Specifically, the sign of the Largest Lyapunov Exponent of a dynamical system determines whether or not parallel Newton methods converge quickly. In sum, this thesis unlocks scalable and stable methods for parallelizing sequential computation, and provides a firm theoretical basis for when such techniques will and will not work. This thesis also serves as a guide to parallel Newton methods for researchers who want to write the next chapter in this ongoing story.
Show more
GIST: Gauge-Invariant Spectral Transformers for Scalable Graph Neural Operators
cs.LGAdapting transformer positional encoding to meshes and graph-structured data presents significant computational challenges: exact spectral methods require cubic-complexity eigendecomposition and can inadvertently break gauge invariance through numerical solver artifacts, while efficient approximate methods sacrifice gauge symmetry by design. Both failure modes cause catastrophic generalization in inductive learning, where models trained with one set of numerical choices fail when encountering different spectral decompositions of similar graphs or discretizations of the same mesh. We propose GIST (Gauge-Invariant Spectral Transformers), a new graph transformer architecture that resolves this challenge by achieving end-to-end $\mathcal{O}(N)$ complexity through random projections while algorithmically preserving gauge invariance via inner-product-based attention on the projected embeddings. We prove GIST achieves discretization-invariant learning with bounded mismatch error, enabling parameter transfer across arbitrary mesh resolutions for neural operator applications. Empirically, GIST matches state-of-the-art on standard graph benchmarks (e.g., achieving 99.50% micro-F1 on PPI) while uniquely scaling to mesh-based Neural Operator benchmarks with up to 750K nodes, achieving state-of-the-art aerodynamic prediction on the challenging DrivAerNet and DrivAerNet++ datasets.
Show more
Mediocrity is the key for LLM as a Judge Anchor Selection
cs.CLThe ``LLM-as-a-judge'' paradigm has become a standard method for evaluating open-ended generation. To address the quadratic scalability costs of pairwise comparisons, popular benchmarks like Arena-Hard and AlpacaEval compare all models against a single anchor. However, despite its widespread use, the impact of anchor selection on the reliability of the results remains largely unexplored. In this work, we systematically investigate the effect of anchor selection by evaluating 22 different anchors on the Arena-Hard-v2.0 dataset. We find that the choice of anchor is critical: a poor anchor can dramatically reduce correlation with human rankings. We identify that common anchor choices (best-performing and worst-performing models) make poor anchors. Because these extreme anchors are consistently better or worse than all other models, they are seldom indicative of the relative ranking of the models. We further quantify the effect size of anchor selection, showing it is comparable to the selection of a judge model. We conclude with actionable recommendations. First, we conduct a power analysis, and compute sufficient benchmark sizes for anchor-based evaluation, finding that standard benchmark sizes are insufficient for pairwise evaluation and fail to distinguish between competitive models reliably. Second, we provide guidelines for selecting informative anchors to ensure reliable and efficient evaluation practices.
Show more
Dynamic Meta-Layer Aggregation for Byzantine-Robust Federated Learning
cs.LGFederated Learning (FL) is increasingly applied in sectors like healthcare, finance, and IoT, enabling collaborative model training while safeguarding user privacy. However, FL systems are susceptible to Byzantine adversaries that inject malicious updates, which can severely compromise global model performance. Existing defenses tend to focus on specific attack types and fail against untargeted strategies, such as multi-label flipping or combinations of noise and backdoor patterns. To overcome these limitations, we propose FedAOT-a novel defense mechanism that counters multi-label flipping and untargeted poisoning attacks using a metalearning-inspired adaptive aggregation framework. FedAOT dynamically weights client updates based on their reliability, suppressing adversarial influence without relying on predefined thresholds or restrictive attack assumptions. Notably, FedAOT generalizes effectively across diverse datasets and a wide range of attack types, maintaining robust performance even in previously unseen scenarios. Experimental results demonstrate that FedAOT substantially improves model accuracy and resilience while maintaining computational efficiency, offering a scalable and practical solution for secure federated learning.
Show more
Internalizing Agency from Reflective Experience
cs.AILarge language models are increasingly deployed as autonomous agents that must plan, act, and recover from mistakes through long-horizon interaction with environments that provide rich feedback. However, prevailing outcome-driven post-training methods (e.g., RL with verifiable rewards) primarily optimize final success signals, leaving rich environment feedback underutilized. Consequently, they often lead to distribution sharpening: the policy becomes better at reproducing a narrow set of already-successful behaviors, while failing to improve the feedback-grounded agency needed to expand problem-solving capacity (e.g., Pass@k) in long-horizon settings. To address this, we propose LEAFE (Learning Feedback-Grounded Agency from Reflective Experience), a framework that internalizes recovery agency from reflective experience. Specifically, during exploration, the agent summarizes environment feedback into actionable experience, backtracks to earlier decision points, and explores alternative branches with revised actions. We then distill these experience-guided corrections into the model through supervised fine-tuning, enabling the policy to recover more effectively in future interactions. Across a diverse set of interactive coding and agentic tasks under fixed interaction budgets, LEAFE consistently improves Pass@1 over the base model and achieves higher Pass@k than outcome-driven baselines (GRPO) and experience-based methods such as Early Experience, with gains of up to 14% on Pass@128.
Show more
Stochastic Resetting Accelerates Policy Convergence in Reinforcement Learning
cs.LGStochastic resetting, where a dynamical process is intermittently returned to a fixed reference state, has emerged as a powerful mechanism for optimizing first-passage properties. Existing theory largely treats static, non-learning processes. Here we ask how stochastic resetting interacts with reinforcement learning, where the underlying dynamics adapt through experience. In tabular grid environments, we find that resetting accelerates policy convergence even when it does not reduce the search time of a purely diffusive agent, indicating a novel mechanism beyond classical first-passage optimization. In a continuous control task with neural-network-based value approximation, we show that random resetting improves deep reinforcement learning when exploration is difficult and rewards are sparse. Unlike temporal discounting, resetting preserves the optimal policy while accelerating convergence by truncating long, uninformative trajectories to enhance value propagation. Our results establish stochastic resetting as a simple, tunable mechanism for accelerating learning, translating a canonical phenomenon of statistical mechanics into an optimization principle for reinforcement learning.
Show more
Learning to Present: Inverse Specification Rewards for Agentic Slide Generation
cs.AIAutomated presentation generation remains a challenging task requiring coherent content creation, visual design, and audience-aware communication. This work proposes an OpenEnv-compatible reinforcement learning environment where LLM agents learn to research topics, plan content, and generate professional HTML slide presentations through tool use. We introduce a multi-component reward system combining structural validation, render quality assessment, LLM-based aesthetic scoring, content quality metrics, and an inverse specification reward that measures how faithfully generated slides convey their intended purpose. The inverse specification reward, an "inverse task" where an LLM attempts to recover the original specification from generated slides, provides a holistic quality signal. Our approach fine-tunes Qwen2.5-Coder-7B via GRPO, training only 0.5% of parameters on prompts derived from expert demonstrations collected using Claude Opus 4.6. Experiments on 48 diverse business briefs across six models demonstrate that our fine-tuned 7B model achieves 91.2% of Claude Opus 4.6's quality while improving 33.1% over the base model. The six-model comparison reveals that instruction adherence and tool-use compliance, rather than raw parameter count, determine agentic task performance. We contribute SlideRL, an open-source dataset of 288 multi-turn rollout trajectories across all six models: https://huggingface.co/datasets/KarthikRagunathAnandaKumar/sliderl-multi-turn-rollouts Code: https://github.com/pushing-the-frontier/slide-forge-llm
Show more
Conditional Distributional Treatment Effects: Doubly Robust Estimation and Testing
stat.MLBeyond conditional average treatment effects, treatments may impact the entire outcome distribution in covariate-dependent ways, for example, by altering the variance or tail risks for specific subpopulations. We propose a novel estimand to capture such conditional distributional treatment effects, and develop a doubly robust estimator that is minimax optimal in the local asymptotic sense. Using this, we develop a test for the global homogeneity of conditional potential outcome distributions that accommodates discrepancies beyond the maximum mean discrepancy (MMD), has provably valid type 1 error, and is consistent against fixed alternatives -- the first test, to our knowledge, with such guarantees in this setting. Furthermore, we derive exact closed-form expressions for two natural discrepancies (including the MMD), and provide a computationally efficient, permutation-free algorithm for our test.
Show more
Prompt Programming for Cultural Bias and Alignment of Large Language Models
cs.AICulture shapes reasoning, values, prioritization, and strategic decision-making, yet large language models (LLMs) often exhibit cultural biases that misalign with target populations. As LLMs are increasingly used for strategic decision-making, policy support, and document engineering tasks such as summarization, categorization, and compliance-oriented auditing, improving cultural alignment is important for ensuring that downstream analyses and recommendations reflect target-population value profiles rather than default model priors. Previous work introduced a survey-grounded cultural alignment framework and showed that culture-specific prompting can reduce misalignment, but it primarily evaluated proprietary models and relied on manual prompt engineering. In this paper, we validate and extend that framework by reproducing its social sciences survey based projection and distance metrics on open-weight LLMs, testing whether the same cultural skew and benefits of culture conditioning persist outside closed LLM systems. Building on this foundation, we introduce use of prompt programming with DSPy for this problem-treating prompts as modular, optimizable programs-to systematically tune cultural conditioning by optimizing against cultural-distance objectives. In our experiments, we show that prompt optimization often improves upon cultural prompt engineering, suggesting prompt compilation with DSPy can provide a more stable and transferable route to culturally aligned LLM responses.
Show more
Real-Time Decoding of Movement Onset and Offset for Brain-Controlled Rehabilitation Exoskeleton
cs.RORobot-assisted therapy can deliver high-dose, task-specific training after neurologic injury, but most systems act primarily at the limb level-engaging the impaired neural circuits only indirectly-which remains a key barrier to truly contingent, neuroplasticity-targeted rehabilitation. We address this gap by implementing online, dual-state motor imagery control of an upper-limb exoskeleton, enabling goal-directed reaches to be both initiated and terminated directly from non-invasive EEG. Eight participants used EEG to initiate assistance and then volitionally halt the robot mid-trajectory. Across two online sessions, group-mean hit rates were 61.5% for onset and 64.5% for offset, demonstrating reliable start-stop command delivery despite instrumental noise and passive arm motion. Methodologically, we reveal a systematic, class-driven bias induced by common task-based recentering using an asymmetric margin diagnostic, and we introduce a class-agnostic fixation-based recentering method that tracks drift without sampling command classes while preserving class geometry. This substantially improves threshold-free separability (AUC gains: onset +56%, p = 0.0117; offset +34%, p = 0.0251) and reduces bias within and across days. Together, these results help bridge offline decoding and practical, intention-driven start-stop control of a rehabilitation exoskeleton, enabling precisely timed, contingent assistance aligned with neuroplasticity goals while supporting future clinical translation.
Show more
Surg$Σ$: A Spectrum of Large-Scale Multimodal Data and Foundation Models for Surgical Intelligence
cs.AISurgical intelligence has the potential to improve the safety and consistency of surgical care, yet most existing surgical AI frameworks remain task-specific and struggle to generalize across procedures and institutions. Although multimodal foundation models, particularly multimodal large language models, have demonstrated strong cross-task capabilities across various medical domains, their advancement in surgery remains constrained by the lack of large-scale, systematically curated multimodal data. To address this challenge, we introduce Surg$Σ$, a spectrum of large-scale multimodal data and foundation models for surgical intelligence. At the core of this framework lies Surg$Σ$-DB, a large-scale multimodal data foundation designed to support diverse surgical tasks. Surg$Σ$-DB consolidates heterogeneous surgical data sources (including open-source datasets, curated in-house clinical collections and web-source data) into a unified schema, aiming to improve label consistency and data standardization across heterogeneous datasets. Surg$Σ$-DB spans 6 clinical specialties and diverse surgical types, providing rich image- and video-level annotations across 18 practical surgical tasks covering understanding, reasoning, planning, and generation, at an unprecedented scale (over 5.98M conversations). Beyond conventional multimodal conversations, Surg$Σ$-DB incorporates hierarchical reasoning annotations, providing richer semantic cues to support deeper contextual understanding in complex surgical scenarios. We further provide empirical evidence through recently developed surgical foundation models built upon Surg$Σ$-DB, illustrating the practical benefits of large-scale multimodal annotations, unified semantic design, and structured reasoning annotations for improving cross-task generalization and interpretability.
Show more
Is Conformal Factuality for RAG-based LLMs Robust? Novel Metrics and Systematic Insights
cs.AILarge language models (LLMs) frequently hallucinate, limiting their reliability in knowledge-intensive applications. Retrieval-augmented generation (RAG) and conformal factuality have emerged as potential ways to address this limitation. While RAG aims to ground responses in retrieved evidence, it provides no statistical guarantee that the final output is correct. Conformal factuality filtering offers distribution-free statistical reliability by scoring and filtering atomic claims using a threshold calibrated on held-out data, however, the informativeness of the final output is not guaranteed. We systematically analyze the reliability and usefulness of conformal factuality for RAG-based LLMs across generation, scoring, calibration, robustness, and efficiency. We propose novel informativeness-aware metrics that better reflect task utility under conformal filtering. Across three benchmarks and multiple model families, we find that (i) conformal filtering suffers from low usefulness at high factuality levels due to vacuous outputs, (ii) conformal factuality guarantee is not robust to distribution shifts and distractors, highlighting the limitation that requires calibration data to closely match deployment conditions, and (iii) lightweight entailment-based verifiers match or outperform LLM-based model confidence scorers while requiring over $100\times$ fewer FLOPs. Overall, our results expose factuality-informativeness trade-offs and fragility of conformal filtering framework under distribution shifts and distractors, highlighting the need for new approaches for reliability with robustness and usefulness as key metrics, and provide actionable guidance for building RAG pipelines that are both reliable and computationally efficient.
Show more
Beyond Accuracy: Evaluating Forecasting Models by Multi-Echelon Inventory Cost
cs.AIThis study develops a digitalized forecasting-inventory optimization pipeline integrating traditional forecasting models, machine learning regressors, and deep sequence models within a unified inventory simulation framework. Using the M5 Walmart dataset, we evaluate seven forecasting approaches and assess their operational impact under single- and two-echelon newsvendor systems. Results indicate that Temporal CNN and LSTM models significantly reduce inventory costs and improve fill rates compared to statistical baselines. Sensitivity and multi-echelon analyses demonstrate robustness and scalability, offering a data-driven decision-support tool for modern supply chains.
Show more
ODIN-Based CPU-GPU Architecture with Replay-Driven Simulation and Emulation
cs.DCIntegration of CPU and GPU technologies is a key enabler for modern AI and graphics workloads, combining control-oriented processing with massive parallel compute capability. As systems evolve toward chiplet-based architectures, pre-silicon validation of tightly coupled CPU-GPU subsystems becomes increasingly challenging due to complex validation framework setup, large design scale, high concurrency, non-deterministic execution, and intricate protocol interactions at chiplet boundaries, often resulting in long integration cycles. This paper presents a replay-driven validation methodology developed during the integration of a CPU subsystem, multiple Xe GPU cores, and a configurable Network-on-Chip (NoC) within a foundational SoC building block targeting the ODIN integrated chiplet architecture. By leveraging deterministic waveform capture and replay across both simulation and emulation using a single design database, complex GPU workloads and protocol sequences can be reproduced reliably at the system level. This approach significantly accelerates debug, improves integration confidence, and enables end-to-end system boot and workload execution within a single quarter, demonstrating the effectiveness of replay-based validation as a scalable methodology for chiplet-based systems.
Show more
CABTO: Context-Aware Behavior Tree Grounding for Robot Manipulation
cs.ROBehavior Trees (BTs) offer a powerful paradigm for designing modular and reactive robot controllers. BT planning, an emerging field, provides theoretical guarantees for the automated generation of reliable BTs. However, BT planning typically assumes that a well-designed BT system is already grounded -- comprising high-level action models and low-level control policies -- which often requires extensive expert knowledge and manual effort. In this paper, we formalize the BT Grounding problem: the automated construction of a complete and consistent BT system. We analyze its complexity and introduce CABTO (Context-Aware Behavior Tree grOunding), the first framework to efficiently solve this challenge. CABTO leverages pre-trained Large Models (LMs) to heuristically search the space of action models and control policies, guided by contextual feedback from BT planners and environmental observations. Experiments spanning seven task sets across three distinct robotic manipulation scenarios demonstrate CABTO's effectiveness and efficiency in generating complete and consistent behavior tree systems.
Show more
DexGrasp-Zero: A Morphology-Aligned Policy for Zero-Shot Cross-Embodiment Dexterous Grasping
cs.ROTo meet the demands of increasingly diverse dexterous hand hardware, it is crucial to develop a policy that enables zero-shot cross-embodiment grasping without redundant re-learning. Cross-embodiment alignment is challenging due to heterogeneous hand kinematics and physical constraints. Existing approaches typically predict intermediate motion targets and retarget them to each embodiment, which may introduce errors and violate embodiment-specific limits, hindering transfer across diverse hands. To overcome these limitations, we propose \textit{DexGrasp-Zero}, a policy that learns universal grasping skills from diverse embodiments, enabling zero-shot transfer to unseen hands. We first introduce a morphology-aligned graph representation that maps each hand's kinematic keypoints to anatomically grounded nodes and equips each node with tri-axial orthogonal motion primitives, enabling structural and semantic alignment across different morphologies. Relying on this graph-based representation, we design a \textit{Morphology-Aligned Graph Convolutional Network} (MAGCN) to encode the graph for policy learning. MAGCN incorporates a \textit{Physical Property Injection} mechanism that fuses hand-specific physical constraints into the graph features, enabling adaptive compensation for varying link lengths and actuation limits for precise and stable grasping. Our extensive simulation evaluations on the YCB dataset demonstrate that our policy, jointly trained on four heterogeneous hands (Allegro, Shadow, Schunk, Ability), achieves an 85\% zero-shot success rate on unseen hardware (LEAP, Inspire), outperforming the state-of-the-art method by 59.5\%. Real-world experiments further evaluate our policy on three robot platforms (LEAP, Inspire, Revo2), achieving an 82\% average success rate on unseen objects.
Show more
RaDAR: Relation-aware Diffusion-Asymmetric Graph Contrastive Learning for Recommendation
cs.LGCollaborative filtering (CF) recommendation has been significantly advanced by integrating Graph Neural Networks (GNNs) and Graph Contrastive Learning (GCL). However, (i) random edge perturbations often distort critical structural signals and degrade semantic consistency across augmented views, and (ii) data sparsity hampers the propagation of collaborative signals, limiting generalization. To tackle these challenges, we propose RaDAR (Relation-aware Diffusion-Asymmetric Graph Contrastive Learning Framework for Recommendation Systems), a novel framework that combines two complementary view generation mechanisms: a graph generative model to capture global structure and a relation-aware denoising model to refine noisy edges. RaDAR introduces three key innovations: (1) asymmetric contrastive learning with global negative sampling to maintain semantic alignment while suppressing noise; (2) diffusion-guided augmentation, which employs progressive noise injection and denoising for enhanced robustness; and (3) relation-aware edge refinement, dynamically adjusting edge weights based on latent node semantics. Extensive experiments on three public benchmarks demonstrate that RaDAR consistently outperforms state-of-the-art methods, particularly under noisy and sparse conditions.
Show more
High-Dimensional Gaussian Mean Estimation under Realizable Contamination
cs.LGWe study mean estimation for a Gaussian distribution with identity covariance in $\mathbb{R}^d$ under a missing data scheme termed realizable $ε$-contamination model. In this model an adversary can choose a function $r(x)$ between 0 and $ε$ and each sample $x$ goes missing with probability $r(x)$. Recent work Ma et al., 2024 proposed this model as an intermediate-strength setting between Missing Completely At Random (MCAR) -- where missingness is independent of the data -- and Missing Not At Random (MNAR) -- where missingness may depend arbitrarily on the sample values and can lead to non-identifiability issues. That work established information-theoretic upper and lower bounds for mean estimation in the realizable contamination model. Their proposed estimators incur runtime exponential in the dimension, leaving open the possibility of computationally efficient algorithms in high dimensions. In this work, we establish an information-computation gap in the Statistical Query model (and, as a corollary, for Low-Degree Polynomials and PTF tests), showing that algorithms must either use substantially more samples than information-theoretically necessary or incur exponential runtime. We complement our SQ lower bound with an algorithm whose sample-time tradeoff nearly matches our lower bound. Together, these results qualitatively characterize the complexity of Gaussian mean estimation under $ε$-realizable contamination.
Show more
Adaptive Moments are Surprisingly Effective for Plug-and-Play Diffusion Sampling
cs.LGGuided diffusion sampling relies on approximating often intractable likelihood scores, which introduces significant noise into the sampling dynamics. We propose using adaptive moment estimation to stabilize these noisy likelihood scores during sampling. Despite its simplicity, our approach achieves state-of-the-art results on image restoration and class-conditional generation tasks, outperforming more complicated methods, which are often computationally more expensive. We provide empirical analysis of our method on both synthetic and real data, demonstrating that mitigating gradient noise through adaptive moments offers an effective way to improve alignment.
Show more
V-Co: A Closer Look at Visual Representation Alignment via Co-Denoising
cs.CVPixel-space diffusion has recently re-emerged as a strong alternative to latent diffusion, enabling high-quality generation without pretrained autoencoders. However, standard pixel-space diffusion models receive relatively weak semantic supervision and are not explicitly designed to capture high-level visual structure. Recent representation-alignment methods (e.g., REPA) suggest that pretrained visual features can substantially improve diffusion training, and visual co-denoising has emerged as a promising direction for incorporating such features into the generative process. However, existing co-denoising approaches often entangle multiple design choices, making it unclear which design choices are truly essential. Therefore, we present V-Co, a systematic study of visual co-denoising in a unified JiT-based framework. This controlled setting allows us to isolate the ingredients that make visual co-denoising effective. Our study reveals four key ingredients for effective visual co-denoising. First, preserving feature-specific computation while enabling flexible cross-stream interaction motivates a fully dual-stream architecture. Second, effective classifier-free guidance (CFG) requires a structurally defined unconditional prediction. Third, stronger semantic supervision is best provided by a perceptual-drifting hybrid loss. Fourth, stable co-denoising further requires proper cross-stream calibration, which we realize through RMS-based feature rescaling. Together, these findings yield a simple recipe for visual co-denoising. Experiments on ImageNet-256 show that, at comparable model sizes, V-Co outperforms the underlying pixel-space diffusion baseline and strong prior pixel-diffusion methods while using fewer training epochs, offering practical guidance for future representation-aligned generative models.
Show more
Improving Code Comprehension through Cognitive-Load Aware Automated Refactoring for Novice Programmers
cs.SENovice programmers often struggle to comprehend code due to vague naming, deep nesting, and poor structural organization. While explanations may offer partial support, they typically do not restructure the code itself. We propose code refactoring as cognitive scaffolding, where cognitively guided refactoring automatically restructures code to improve clarity. We operationalize this in CDDRefactorER, an automated approach grounded in Cognitive-Driven Development that constrains transformations to reduce control-flow complexity while preserving behavior and structural similarity. We evaluate CDDRefactorER using two benchmark datasets (MBPP and APPS) against two models (gpt-5-nano and kimi-k2), and a controlled human-subject study with novice programmers. Across datasets and models, CDDRefactorER reduces refactoring failures by 54-71% and substantially lowers the likelihood of increased Cyclomatic and Cognitive complexity during refactoring, compared to unconstrained prompting. Results from the human study show consistent improvements in novice code comprehension, with function identification increasing by 31.3% and structural readability by 22.0%. The findings suggest that cognitively guided refactoring offers a practical and effective mechanism for enhancing novice code comprehension.
Show more
InCoder-32B: Code Foundation Model for Industrial Scenarios
cs.SERecent code large language models have achieved remarkable progress on general programming tasks. Nevertheless, their performance degrades significantly in industrial scenarios that require reasoning about hardware semantics, specialized language constructs, and strict resource constraints. To address these challenges, we introduce InCoder-32B (Industrial-Coder-32B), the first 32B-parameter code foundation model unifying code intelligence across chip design, GPU kernel optimization, embedded systems, compiler optimization, and 3D modeling. By adopting an efficient architecture, we train InCoder-32B from scratch with general code pre-training, curated industrial code annealing, mid-training that progressively extends context from 8K to 128K tokens with synthetic industrial reasoning data, and post-training with execution-grounded verification. We conduct extensive evaluation on 14 mainstream general code benchmarks and 9 industrial benchmarks spanning 4 specialized domains. Results show InCoder-32B achieves highly competitive performance on general tasks while establishing strong open-source baselines across industrial domains.
Show more
Conservative Continuous-Time Treatment Optimization
cs.LGWe develop a conservative continuous-time stochastic control framework for treatment optimization from irregularly sampled patient trajectories. The unknown patient dynamics are modeled as a controlled stochastic differential equation with treatment as a continuous-time control. Naive model-based optimization can exploit model errors and propose out-of-support controls, so optimizing the estimated dynamics may not optimize the true dynamics. To limit extrapolation, we add a consistent signature-based MMD regularizer on path space that penalizes treatment plans whose induced trajectory distribution deviates from observed trajectories. The resulting objective minimizes a computable upper bound on the true cost. Experiments on benchmark datasets show improved robustness and performance compared to non-conservative baselines.
Show more
SpokenUS: A Spoken User Simulator for Task-Oriented Dialogue
cs.CLRobust task-oriented spoken dialogue agents require exposure to the full diversity of how people interact through speech. Building spoken user simulators that address this requires large-scale spoken task-oriented dialogue (TOD) data encompassing spoken user behaviors, yet existing datasets are limited in scale and domain coverage, with no systematic pipeline for augmenting them. To address this, we introduce \textbf{SpokenTOD}, a spoken TOD dataset of 52,390 dialogues and 1,034 hours of speech augmented with four spoken user behaviors -- cross-turn slots, barge-in, disfluency, and emotional prosody -- across diverse speakers and domains. Building on SpokenTOD, we present \textbf{SpokenUS}, a spoken user simulator grounded in TOD with a dedicated architecture for barge-in. SpokenUS achieves comparable goal coverage to significantly larger models while substantially outperforming all baselines in Human MOS, disclosing slot values gradually across the dialogue as humans do rather than front-loading them. Further analysis confirms that SpokenUS's spoken behaviors pose meaningful challenges to downstream agents, making it a practical tool for training and evaluating more robust spoken dialogue systems.
Show more
IOSVLM: A 3D Vision-Language Model for Unified Dental Diagnosis from Intraoral Scans
cs.CV3D intraoral scans (IOS) are increasingly adopted in routine dentistry due to abundant geometric evidence, and unified multi-disease diagnosis is desirable for clinical documentation and communication. While recent works introduce dental vision-language models (VLMs) to enable unified diagnosis and report generation on 2D images or multi-view images rendered from IOS, they do not fully leverage native 3D geometry. Such work is necessary and also challenging, due to: (i) heterogeneous scan forms and the complex IOS topology, (ii) multi-disease co-occurrence with class imbalance and fine-grained morphological ambiguity, (iii) limited paired 3D IOS-text data. Thus, we present IOSVLM, an end-to-end 3D VLM that represents scans as point clouds and follows a 3D encoder-projector-LLM design for unified diagnosis and generative visual question-answering (VQA), together with IOSVQA, a large-scale multi-source IOS diagnosis VQA dataset comprising 19,002 cases and 249,055 VQA pairs over 23 oral diseases and heterogeneous scan types. To address the distribution gap between color-free IOS data and color-dependent 3D pre-training, we propose a geometry-to-chromatic proxy that stabilizes fine-grained geometric perception and cross-modal alignment. A two-stage curriculum training strategy further enhances robustness. IOSVLM consistently outperforms strong baselines, achieving gains of at least +9.58% macro accuracy and +1.46% macro F1, indicating the effectiveness of direct 3D geometry modeling for IOS-based diagnosis.
Show more
Anticipatory Planning for Multimodal AI Agents
cs.AIRecent advances in multimodal agents have improved computer-use interaction and tool-usage, yet most existing systems remain reactive, optimizing actions in isolation without reasoning about future states or long-term goals. This limits planning coherence and prevents agents from reliably solving high-level, multi-step tasks. We introduce TraceR1, a two-stage reinforcement learning framework that explicitly trains anticipatory reasoning by forecasting short-horizon trajectories before execution. The first stage performs trajectory-level reinforcement learning with rewards that enforce global consistency across predicted action sequences. The second stage applies grounded reinforcement fine-tuning, using execution feedback from frozen tool agents to refine step-level accuracy and executability. TraceR1 is evaluated across seven benchmarks, covering online computer-use, offline computer-use benchmarks, and multimodal tool-use reasoning tasks, where it achieves substantial improvements in planning stability, execution robustness, and generalization over reactive and single-stage baselines. These results show that anticipatory trajectory reasoning is a key principle for building multimodal agents that can reason, plan, and act effectively in complex real-world environments.
Show more
SOMP: Scalable Gradient Inversion for Large Language Models via Subspace-Guided Orthogonal Matching Pursuit
cs.LGGradient inversion attacks reveal that private training text can be reconstructed from shared gradients, posing a privacy risk to large language models (LLMs). While prior methods perform well in small-batch settings, scaling to larger batch sizes and longer sequences remains challenging due to severe signal mixing, high computational cost, and degraded fidelity. We present SOMP (Subspace-Guided Orthogonal Matching Pursuit), a scalable gradient inversion framework that casts text recovery from aggregated gradients as a sparse signal recovery problem. Our key insight is that aggregated transformer gradients retain exploitable head-wise geometric structure together with sample-level sparsity. SOMP leverages these properties to progressively narrow the search space and disentangle mixed signals without exhaustive search. Experiments across multiple LLM families, model scales, and five languages show that SOMP consistently outperforms prior methods in the aggregated-gradient regime.For long sequences at batch size B=16, SOMP achieves substantially higher reconstruction fidelity than strong baselines, while remaining computationally competitive. Even under extreme aggregation (up to B=128), SOMP still recovers meaningful text, suggesting that privacy leakage can persist in regimes where prior attacks become much less effective.
Show more
TurnWise: The Gap between Single- and Multi-turn Language Model Capabilities
cs.CLMulti-turn conversations are a common and critical mode of language model interaction. However, current open training and evaluation data focus on single-turn settings, failing to capture the additional dimension of these longer interactions. To understand this multi-/single-turn gap, we first introduce a new benchmark, TurnWiseEval, for multi-turn capabilities that is directly comparable to single-turn chat evaluation. Our evaluation isolates multi-turn specific conversational ability through pairwise comparison to equivalent single-turn settings. We additionally introduce our synthetic multi-turn data pipeline TurnWiseData which allows the scalable generation of multi-turn training data. Our experiments with Olmo 3 show that training with multi-turn data is vital to achieving strong multi-turn chat performance, and that including as little as 10k multi-turn conversations during post-training can lead to a 12% improvement on TurnWiseEval.
Show more
pADAM: A Plug-and-Play All-in-One Diffusion Architecture for Multi-Physics Learning
cs.LGGeneralizing across disparate physical laws remains a fundamental challenge for artificial intelligence in science. Existing deep-learning solvers are largely confined to single-equation settings, limiting transfer across physical regimes and inference tasks. Here we introduce pADAM, a unified generative framework that learns a shared probabilistic prior across heterogeneous partial differential equation families. Through a learned joint distribution of system states and, where applicable, physical parameters, pADAM supports forward prediction and inverse inference within a single architecture without retraining. Across benchmarks ranging from scalar diffusion to nonlinear Navier--Stokes equations, pADAM achieves accurate inference even under sparse observations. Combined with conformal prediction, it also provides reliable uncertainty quantification with coverage guarantees. In addition, pADAM performs probabilistic model selection from only two sparse snapshots, identifying governing laws through its learned generative representation. These results highlight the potential of generative multi-physics modeling for unified and uncertainty-aware scientific inference.
Show more
A Practical Algorithm for Feature-Rich, Non-Stationary Bandit Problems
cs.LGContextual bandits are incredibly useful in many practical problems. We go one step further by devising a more realistic problem that combines: (1) contextual bandits with dense arm features, (2) non-linear reward functions, and (3) a generalization of correlated bandits where reward distributions change over time but the degree of correlation maintains. This formulation lends itself to a wider set of applications such as recommendation tasks. To solve this problem, we introduce conditionally coupled contextual C3 Thompson sampling for Bernoulli bandits. It combines an improved Nadaraya-Watson estimator on an embedding space with Thompson sampling that allows online learning without retraining. Empirical results show that C3 outperforms the next best algorithm by 5.7% lower average cumulative regret on four OpenML tabular datasets as well as demonstrating a 12.4% click lift on Microsoft News Dataset (MIND) compared to other algorithms.
Show more
Finding Common Ground in a Sea of Alternatives
cs.GTWe study the problem of selecting a statement that finds common ground across diverse population preferences. Generative AI is uniquely suited for this task because it can access a practically infinite set of statements, but AI systems like the Habermas machine leave the choice of generated statement to a voting rule. What it means for this rule to find common ground, however, is not well-defined. In this work, we propose a formal model for finding common ground in the infinite alternative setting based on the proportional veto core from social choice. To provide guarantees relative to these infinitely many alternatives and a large population, we wish to satisfy a notion of proportional veto core using only query access to the unknown distribution of alternatives and voters. We design an efficient sampling-based algorithm that returns an alternative in the (approximate) proportional veto core with high probability and prove matching lower bounds, which show that no algorithm can do the same using fewer queries. On a synthetic dataset of preferences over text, we confirm the effectiveness of our sampling-based algorithm and compare other social choice methods as well as LLM-based methods in terms of how reliably they produce statements in the proportional veto core.
Show more
Thermopneumatic Pixels for Fast, Localized, Low-Voltage Touch Feedback
cs.HCWe present thermopneumatic pixels (TPPs), which are tactile actuators designed for rapid fabrication and straightforward integration into compact wearable and surface-based haptic systems. Each TPP converts low-voltage ($\sim$10 V) electrical pulses into transient pressure increases within a sealed cavity, producing out-of-plane forces and displacements suitable for tactile stimulation. The architecture enables scalable fabrication and spatially distributed actuation while maintaining simple electrical interfacing. The TPPs are constructed from inexpensive, readily available materials using straightforward layer-based assembly, facilitating rapid prototyping and integration into interactive devices. Mechanical characterization demonstrates peak forces exceeding 1 N and millimeter displacements. We further present driving electronics for operating multiple TPP modules concurrently and report perceptual study results demonstrating the effectiveness of the resulting tactile feedback. Together, these results establish low-voltage thermopneumatic actuation as an accessible and high-performance approach for embedding tactile feedback into experimental and consumer-facing interfaces.
Show more
Probing Cultural Signals in Large Language Models through Author Profiling
cs.CLLarge language models (LLMs) are increasingly deployed in applications with societal impact, raising concerns about the cultural biases they encode. We probe these representations by evaluating whether LLMs can perform author profiling from song lyrics in a zero-shot setting, inferring singers' gender and ethnicity without task-specific fine-tuning. Across several open-source models evaluated on more than 10,000 lyrics, we find that LLMs achieve non-trivial profiling performance but demonstrate systematic cultural alignment: most models default toward North American ethnicity, while DeepSeek-1.5B aligns more strongly with Asian ethnicity. This finding emerges from both the models' prediction distributions and an analysis of their generated rationales. To quantify these disparities, we introduce two fairness metrics, Modality Accuracy Divergence (MAD) and Recall Divergence (RD), and show that Ministral-8B displays the strongest ethnicity bias among the evaluated models, whereas Gemma-12B shows the most balanced behavior. Our code is available on GitHub (https://github.com/ValentinLafargue/CulturalProbingLLM).
Show more
Data-driven forced response analysis with min-max representations of nonlinear restoring forces
math.DSThis paper discusses a novel data-driven nonlinearity identification method for mechanical systems with nonlinear restoring forces such as polynomial, piecewise-linear, and general displacement-dependent nonlinearities. The proposed method is built upon the universal approximation theorem that states that a nonlinear function can be approximated by a linear combination of activation functions in artificial neural network framework. The proposed approach utilizes piecewise linear springs with initial gaps to act as the activation functions of the neurons of artificial neural networks. A library of piecewise linear springs with initial gaps are constructed, and the contributions of the springs on the nonlinear restoring force are determined by solving the linear regression problems. The piecewise linear springs are realized by combinations of min and max functions with biases. The proposed method is applied to a Duffing oscillator with cubic stiffness, and a piecewise linear oscillator with a gap and their nonlinearities are successfully determined from their free responses. The obtained models are then used for conducting forced response analysis and the results match well with those of the original system. The method is then applied to experimentally-obtained free response data of a cantilevered plate that is subjected to magnetic restoring force, and successfully finds the piecewise linear representation of the magnetic force. It is also shown that the obtained model is capable of accurately capturing the steady-state response of the system subject to harmonic base excitation.
Show more
Nonstandard Errors in AI Agents
cs.AIWe study whether state-of-the-art AI coding agents, given the same data and research question, produce the same empirical results. Deploying 150 autonomous Claude Code agents to independently test six hypotheses about market quality trends in NYSE TAQ data for SPY (2015--2024), we find that AI agents exhibit sizable \textit{nonstandard errors} (NSEs), that is, uncertainty from agent-to-agent variation in analytical choices, analogous to those documented among human researchers. AI agents diverge substantially on measure choice (e.g., autocorrelation vs.\ variance ratio, dollar vs.\ share volume). Different model families (Sonnet 4.6 vs.\ Opus 4.6) exhibit stable ``empirical styles,'' reflecting systematic differences in methodological preferences. In a three-stage feedback protocol, AI peer review (written critiques) has minimal effect on dispersion, whereas exposure to top-rated exemplar papers reduces the interquartile range of estimates by 80--99\% within \textit{converging} measure families. Convergence occurs both through within-family estimation tightening and through agents switching measure families entirely, but convergence reflects imitation rather than understanding. These findings have implications for the growing use of AI in automated policy evaluation and empirical research.
Show more
Bayesian Inference of Psychometric Variables From Brain and Behavior in Implicit Association Tests
cs.LGObjective. We establish a principled method for inferring mental health related psychometric variables from neural and behavioral data using the Implicit Association Test (IAT) as the data generation engine, aiming to overcome the limited predictive performance (typically under 0.7 AUC) of the gold-standard D-score method, which relies solely on reaction times. Approach. We propose a sparse hierarchical Bayesian model that leverages multi-modal data to predict experiences related to mental illness symptoms in new participants. The model is a multivariate generalization of the D-score with trainable parameters, engineered for parameter efficiency in the small-cohort regime typical of IAT studies. Data from two IAT variants were analyzed: a suicidality-related E-IAT ($n=39$) and a psychosis-related PSY-IAT ($n=34$). Main Results. Our approach overcomes a high inter-individual variability and low within-session effect size in the dataset, reaching AUCs of 0.73 (E-IAT) and 0.76 (PSY-IAT) in the best modality configurations, though corrected 95% confidence intervals are wide ($\pm 0.18$) and results are marginally significant after FDR correction ($q=0.10$). Restricting the E-IAT to MDD participants improves AUC to 0.79 $[0.62, 0.97]$ (significant at $q=0.05$). Performance is on par with the best reference methods (shrinkage LDA and EEGNet) for each task, even when the latter were adapted to the task, while the proposed method was not. Accuracy was substantially above near-chance D-scores (0.50-0.53 AUC) in both tasks, with more consistent cross-task performance than any single reference method. Significance. Our framework shows promise for enhancing IAT-based assessment of experiences related to entrapment and psychosis, and potentially other mental health conditions, though further validation on larger and independent cohorts will be needed to establish clinical utility.
Show more
SpecMoE: Spectral Mixture-of-Experts Foundation Model for Cross-Species EEG Decoding
cs.LGDecoding the orchestration of neural activity in electroencephalography (EEG) signals is a central challenge in bridging neuroscience with artificial intelligence. Foundation models have made strides in generalized EEG decoding, yet many existing frameworks primarily relying on separate temporal and spectral masking of raw signals during self-supervised pretraining. Such strategies often tend to bias learning toward high-frequency oscillations, as low-frequency rhythmic patterns can be easily inferred from the unmasked signal. We introduce a foundation model that utilizes a novel Gaussian-smoothed masking scheme applied to short-time Fourier transform (STFT) maps. By jointly applying time, frequency, and time-frequency Gaussian masks, we make the reconstruction task much more challenging, forcing the model to learn intricate neural patterns across both high- and low-frequency domains. To effectively recover signals under this aggressive masking strategy, we design SpecHi-Net, a U-shaped hierarchical architecture with multiple encoding and decoding stages. To accelerate large-scale pretraining, we partition the data into three subsets, each used to train an independent expert model. We then combine these models through SpecMoE, a mixture of experts framework guided by a learned spectral gating mechanism. SpecMoE achieves state-of-the-art performance across a diverse set of EEG decoding tasks, including sleep staging, emotion recognition, motor imagery classification, abnormal signal detection, and drug effect prediction. Importantly, the model demonstrates strong cross-species and cross-subject generalization, maintaining high accuracy on both human and murine EEG datasets.
Show more
MedCL-Bench: Benchmarking stability-efficiency trade-offs and scaling in biomedical continual learning
cs.AIMedical language models must be updated as evidence and terminology evolve, yet sequential updating can trigger catastrophic forgetting. Although biomedical NLP has many static benchmarks, no unified, task-diverse benchmark exists for evaluating continual learning under standardized protocols, robustness to task order and compute-aware reporting. We introduce MedCL-Bench, which streams ten biomedical NLP datasets spanning five task families and evaluates eleven continual learning strategies across eight task orders, reporting retention, transfer, and GPU-hour cost. Across backbones and task orders, direct sequential fine-tuning on incoming tasks induces catastrophic forgetting, causing update-induced performance regressions on prior tasks. Continual learning methods occupy distinct retention-compute frontiers: parameter-isolation provides the best retention per GPU-hour, replay offers strong protection at higher cost, and regularization yields limited benefit. Forgetting is task-dependent, with multi-label topic classification most vulnerable and constrained-output tasks more robust. MedCL-Bench provides a reproducible framework for auditing model updates before deployment.
Show more
Retrieving Counterfactuals Improves Visual In-Context Learning
cs.CVVision-language models (VLMs) have achieved impressive performance across a wide range of multimodal reasoning tasks, but they often struggle to disentangle fine-grained visual attributes and reason about underlying causal relationships. In-context learning (ICL) offers a promising avenue for VLMs to adapt to new tasks, but its effectiveness critically depends on the selection of demonstration examples. Existing retrieval-augmented approaches typically rely on passive similarity-based retrieval, which tends to select correlated but non-causal examples, amplifying spurious associations and limiting model robustness. We introduce CIRCLES (Composed Image Retrieval for Causal Learning Example Selection), a novel framework that actively constructs demonstration sets by retrieving counterfactual-style examples through targeted, attribute-guided composed image retrieval. By incorporating counterfactual-style examples, CIRCLES enables VLMs to implicitly reason about the causal relations between attributes and outcomes, moving beyond superficial correlations and fostering more robust and grounded reasoning. Comprehensive experiments on four diverse datasets demonstrate that CIRCLES consistently outperforms existing methods across multiple architectures, especially on small-scale models, with pronounced gains under information scarcity. Furthermore, CIRCLES retrieves more diverse and causally informative examples, providing qualitative insights into how models leverage in-context demonstrations for improved reasoning. Our code is available at https://github.com/gzxiong/CIRCLES.
Show more
Differential Harm Propensity in Personalized LLM Agents: The Curious Case of Mental Health Disclosure
cs.AILarge language models (LLMs) are increasingly deployed as tool-using agents, shifting safety concerns from harmful text generation to harmful task completion. Deployed systems often condition on user profiles or persistent memory, yet agent safety evaluations typically ignore personalization signals. To address this gap, we investigated how mental health disclosure, a sensitive and realistic user-context cue, affects harmful behavior in agentic settings. Building on the AgentHarm benchmark, we evaluated frontier and open-source LLMs on multi-step malicious tasks (and their benign counterparts) under controlled prompt conditions that vary user-context personalization (no bio, bio-only, bio+mental health disclosure) and include a lightweight jailbreak injection. Our results reveal that harmful task completion is non-trivial across models: frontier lab models (e.g., GPT 5.2, Claude Sonnet 4.5, Gemini 3-Pro) still complete a measurable fraction of harmful tasks, while an open model (DeepSeek 3.2) exhibits substantially higher harmful completion. Adding a bio-only context generally reduces harm scores and increases refusals. Adding an explicit mental health disclosure often shifts outcomes further in the same direction, though effects are modest and not uniformly reliable after multiple-testing correction. Importantly, the refusal increase also appears on benign tasks, indicating a safety--utility trade-off via over-refusal. Finally, jailbreak prompting sharply elevates harm relative to benign conditions and can weaken or override the protective shift induced by personalization. Taken together, our results indicate that personalization can act as a weak protective factor in agentic misuse settings, but it is fragile under minimal adversarial pressure, highlighting the need for personalization-aware evaluations and safeguards that remain robust across user-context conditions.
Show more
IQuest-Coder-V1 Technical Report
cs.AIIn this report, we introduce the IQuest-Coder-V1 series-(7B/14B/40B/40B-Loop), a new family of code large language models (LLMs). Moving beyond static code representations, we propose the code-flow multi-stage training paradigm, which captures the dynamic evolution of software logic through different phases of the pipeline. Our models are developed through the evolutionary pipeline, starting with the initial pre-training consisting of code facts, repository, and completion data. Following that, we implement a specialized mid-training stage that integrates reasoning and agentic trajectories in 32k-context and repository-scale in 128k-context to forge deep logical foundations. The models are then finalized with post-training of specialized coding capabilities, which is bifurcated into two specialized paths: the thinking path (utilizing reasoning-driven RL) and the instruct path (optimized for general assistance). IQuest-Coder-V1 achieves state-of-the-art performance among competitive models across critical dimensions of code intelligence: agentic software engineering, competitive programming, and complex tool use. To address deployment constraints, the IQuest-Coder-V1-Loop variant introduces a recurrent mechanism designed to optimize the trade-off between model capacity and deployment footprint, offering an architecturally enhanced path for efficacy-efficiency trade-off. We believe the release of the IQuest-Coder-V1 series, including the complete white-box chain of checkpoints from pre-training bases to the final thinking and instruction models, will advance research in autonomous code intelligence and real-world agentic systems.
Show more
Understanding Quantization of Optimizer States in LLM Pre-training: Dynamics of State Staleness and Effectiveness of State Resets
cs.LGQuantizing optimizer states is becoming an important ingredient of memory-efficient large-scale pre-training, but the resulting optimizer dynamics remain only partially understood. We study low-precision exponential moving average (EMA) optimizer states and show how quantization can cause many nominal updates to round back to the same stored value, making the state effectively stale and slowing adaptation beyond what the nominal decay would suggest. We then develop a simple predictive model of stalling that estimates one-step stalling probabilities and characterizes how stalling builds up over time after the initialization. This perspective provides a mechanistic explanation for why optimizer-state resets help in low precision: once a quantized EMA becomes effectively stale, resetting it can temporarily restore responsiveness. Motivated by this picture, we derive a simple theory-guided method for choosing useful reset periods, showing that in low precision the key question is not only whether resets help, but when they should be applied. Experiments in controlled simulations and LLM pre-training show that suitable reset schedules recover the performance lost to low-precision state storage while substantially reducing optimizer-state memory.
Show more
GeMA: Learning Latent Manifold Frontiers for Benchmarking Complex Systems
cs.LGBenchmarking the performance of complex systems such as rail networks, renewable generation assets and national economies is central to transport planning, regulation and macroeconomic analysis. Classical frontier methods, notably Data Envelopment Analysis (DEA) and Stochastic Frontier Analysis (SFA), estimate an efficient frontier in the observed input-output space and define efficiency as distance to this frontier, but rely on restrictive assumptions on the production set and only indirectly address heterogeneity and scale effects. We propose Geometric Manifold Analysis (GeMA), a latent manifold frontier framework implemented via a productivity-manifold variational autoencoder (ProMan-VAE). Instead of specifying a frontier function in the observed space, GeMA represents the production set as the boundary of a low-dimensional manifold embedded in the joint input-output space. A split-head encoder learns latent variables that capture technological structure and operational inefficiency. Efficiency is evaluated with respect to the learned manifold, endogenous peer groups arise as clusters in latent technology space, a quotient construction supports scale-invariant benchmarking, and a local certification radius, derived from the decoder Jacobian and a Lipschitz bound, quantifies the geometric robustness of efficiency scores. We validate GeMA on synthetic data with non-convex frontiers, heterogeneous technologies and scale bias, and on four real-world case studies: global urban rail systems (COMET), British rail operators (ORR), national economies (Penn World Table) and a high-frequency wind-farm dataset. Across these domains GeMA behaves comparably to established methods when classical assumptions hold, and provides additional insight in settings with pronounced heterogeneity, non-convexity or size-related bias.
Show more
The Cost of Reasoning: Chain-of-Thought Induces Overconfidence in Vision-Language Models
cs.LGVision-language models (VLMs) are increasingly deployed in high-stakes settings where reliable uncertainty quantification (UQ) is as important as predictive accuracy. Extended reasoning via chain-of-thought (CoT) prompting or reasoning-trained models has become ubiquitous in modern VLM pipelines, yet its effect on UQ reliability remains poorly understood. We show that reasoning consistently degrades the quality of most uncertainty estimates, even when it improves task accuracy. We identify implicit answer conditioning as the primary mechanism: as reasoning traces converge on a conclusion before the final answer is generated, token probabilities increasingly reflect consistency with the model's own reasoning trace rather than uncertainty about correctness. In effect, the model becomes overconfident in its answer. In contrast, agreement-based consistency remains robust and often improves under reasoning, making it a practical choice for uncertainty estimation in reasoning-enabled VLMs.
Show more
Federated Learning with Multi-Partner OneFlorida+ Consortium Data for Predicting Major Postoperative Complications
cs.LGBackground: This study aims to develop and validate federated learning models for predicting major postoperative complications and mortality using a large multicenter dataset from the OneFlorida Data Trust. We hypothesize that federated learning models will offer robust generalizability while preserving data privacy and security. Methods: This retrospective, longitudinal, multicenter cohort study included 358,644 adult patients admitted to five healthcare institutions, who underwent 494,163 inpatient major surgical procedures from 2012-2023. We developed and internally and externally validated federated learning models to predict the postoperative risk of intensive care unit (ICU) admission, mechanical ventilation (MV) therapy, acute kidney injury (AKI), and in-hospital mortality. These models were compared with local models trained on data from a single center and central models trained on a pooled dataset from all centers. Performance was primarily evaluated using area under the receiver operating characteristics curve (AUROC) and the area under the precision-recall curve (AUPRC) values. Results: Our federated learning models demonstrated strong predictive performance, with AUROC scores consistently comparable or superior performance in terms of AUROC and AUPRC across all outcomes and sites. Our federated learning models also demonstrated strong generalizability, with comparable or superior performance in terms of both AUROC and AUPRC compared to the best local learning model at each site. Conclusions: By leveraging multicenter data, we developed robust, generalizable, and privacy-preserving predictive models for major postoperative complications and mortality. These findings support the feasibility of federated learning in clinical decision support systems.
Show more
Looking for (Genomic) Needles in a Haystack: Sparsity-Driven Search for Identifying Correlated Genetic Mutations in Cancer
cs.DCCancer typically arises not from a single genetic mutation (i.e., hit) but from multi-hit combinations that accumulate within cells. However, enumerating multi-hit combinations becomes exponentially more expensive computationally as the number of candidate hit gene combinations grow, i.e. on the order of 20,000 choose h, where 20,000 is the number of genes in the human genome and h is the number of hits. To address this challenge, we present an algorithmic framework, called Pruned Depth-First Search (P-DFS) that leverages the high sparsity in tumor mutation data to prune large portions of the search space. Specifically, P-DFS (the main contribution of this paper) - a pruning technique that exploits sparsity to drastically reduce the otherwise exponential h-hit search space for candidate combinations used by Weighted Set Cover - which is grounded in a depth-first search backtracking technique, prunes infeasible gene subsets early, while a weighted set cover formulation systematically scores and selects the most discriminative combinations. By intertwining these ideas with optimized bitwise operations and a scalable distributed algorithm on high-performance computing clusters, our algorithm can achieve approximately 90 - 98% reduction in visited combinations for 4-hits, and roughly a 183x speedup over the exhaustive set cover approach(which is algorithmically NP-complete) measured on 147,456 ranks. In doing so, our method can feasibly handle four-hit and even higher-order gene hits, achieving both speed and resource efficiency.
Show more
Arabic Morphosyntactic Tagging and Dependency Parsing with Large Language Models
cs.CLLarge language models (LLMs) perform strongly on many NLP tasks, but their ability to produce explicit linguistic structure remains unclear. We evaluate instruction-tuned LLMs on two structured prediction tasks for Standard Arabic: morphosyntactic tagging and labeled dependency parsing. Arabic provides a challenging testbed due to its rich morphology and orthographic ambiguity, which create strong morphology-syntax interactions. We compare zero-shot prompting with retrieval-based in-context learning (ICL) using examples from Arabic treebanks. Results show that prompt design and demonstration selection strongly affect performance: proprietary models approach supervised baselines for feature-level tagging and become competitive with specialized dependency parsers. In raw-text settings, tokenization remains challenging, though retrieval-based ICL improves both parsing and tokenization. Our analysis highlights which aspects of Arabic morphosyntax and syntax LLMs capture reliably and which remain difficult.
Show more
Novelty-Driven Target-Space Discovery in Automated Electron and Scanning Probe Microscopy
cs.LGModern automated microscopy faces a fundamental discovery challenge: in many systems, the most important scientific information does not reside in the immediately visible image features, but in the target space of sequentially acquired spectra or functional responses, making it essential to develop strategies that can actively search for new behaviors rather than simply optimize known objectives. Here, we developed a deep-kernel-learning BEACON framework that is explicitly designed to guide discovery in the target space by learning structure-property relationships during the experiment and using that evolving model to seek diverse response regimes. We first established the method through demonstration workflows built on pre-acquired ground-truth datasets, which enabled direct benchmarking against classical acquisition strategies and allowed us to define a set of monitoring functions for comparing exploration quality, target-space coverage, and surrogate-model behavior in a transparent and reproducible manner. This benchmarking framework provides a practical basis for evaluating discovery-driven algorithms, not just optimization performance. We then operationalized and deployed the workflow on STEM, showing that the approach can transition from offline validation to real experimental implementation. To support adoption and extension by the broader community, the associated notebooks are available, allowing users to reproduce the workflows, test the benchmarks, and adapt the method to their own instruments and datasets.
Show more
High-dimensional estimation with missing data: Statistical and computational limits
math.STWe consider computationally-efficient estimation of population parameters when observations are subject to missing data. In particular, we consider estimation under the realizable contamination model of missing data in which an $ε$ fraction of the observations are subject to an arbitrary (and unknown) missing not at random (MNAR) mechanism. When the true data is Gaussian, we provide evidence towards statistical-computational gaps in several problems. For mean estimation in $\ell_2$ norm, we show that in order to obtain error at most $ρ$, for any constant contamination $ε\in (0, 1)$, (roughly) $n \gtrsim d e^{1/ρ^2}$ samples are necessary and that there is a computationally-inefficient algorithm which achieves this error. On the other hand, we show that any computationally-efficient method within certain popular families of algorithms requires a much larger sample complexity of (roughly) $n \gtrsim d^{1/ρ^2}$ and that there exists a polynomial time algorithm based on sum-of-squares which (nearly) achieves this lower bound. For covariance estimation in relative operator norm, we show that a parallel development holds. Finally, we turn to linear regression with missing observations and show that such a gap does not persist. Indeed, in this setting we show that minimizing a simple, strongly convex empirical risk nearly achieves the information-theoretic lower bound in polynomial time.
Show more
Learning Lineage-guided Geodesics with Finsler Geometry
cs.LGTrajectory inference investigates how to interpolate paths between observed timepoints of dynamical systems, such as temporally resolved population distributions, with the goal of inferring trajectories at unseen times and better understanding system dynamics. Previous work has focused on continuous geometric priors, utilizing data-dependent spatial features to define a Riemannian metric. In many applications, there exists discrete, directed prior knowledge over admissible transitions (e.g. lineage trees in developmental biology). We introduce a Finsler metric that combines geometry with classification and incorporate both types of priors in trajectory inference, yielding improved performance on interpolation tasks in synthetic and real-world data.
Show more
Cost Trade-offs in Matrix Inversion Updates for Streaming Outlier Detection
cs.LGOutlier detection identifies data points that deviate significantly from expected patterns, revealing anomalies that may require special attention. Incorporating online learning further improves accuracy by continuously updating the model to reflect the most recent data. When employing the Christoffel function as an outlier score, online learning requires updating the inverse of a matrix following a rank-k update, given the initial inverse. Surprisingly, there is no consensus on the optimal method for this task. This technical note aims to compare three different updating methods: Direct Inversion (DI), Iterative Sherman-Morrison (ISM), and Woodbury Matrix Identity (WMI), to identify the most suitable approach for different scenarios. We first derive the theoretical computational costs of each method and then validate these findings through comprehensive Python simulations run on a CPU. These results allow us to propose a simple, quantitative, and easy-to-remember rule that can be stated qualitatively as follows: ISM is optimal for rank-1 updates, WMI excels for small updates relative to matrix size, and DI is preferable otherwise. This technical note produces a general result for any problem involving a matrix inversion update. In particular, it contributes to the ongoing development of efficient online outlier detection techniques.
Show more
Dataflow-Oriented Classification and Performance Analysis of GPU-Accelerated Homomorphic Encryption
cs.DCFully Homomorphic Encryption (FHE) enables secure computation over encrypted data, but its computational cost remains a major obstacle to practical deployment. To mitigate this overhead, many studies have explored GPU acceleration for the CKKS scheme, which is widely used for approximate arithmetic. In CKKS, CKKS parameters are configured for each workload by balancing multiplicative depth, security requirements, and performance. These parameters significantly affect ciphertext size, thereby determining how the memory footprint fits within the GPU memory hierarchy. Nevertheless, prior studies typically apply their proposed optimization methods uniformly, without considering differences in CKKS parameter configurations. In this work, we demonstrate that the optimal GPU optimization strategy for CKKS depends on the CKKS parameter configuration. We first classify prior optimizations by two aspects of dataflows which affect memory footprint and then conduct both qualitative and quantitative performance analyses. Our analysis shows that even on the same GPU architecture, the optimal strategy varies with CKKS parameters with performance differences of up to 1.98 $\times$ between strategies, and that the criteria for selecting an appropriate strategy differ across GPU architectures.
Show more
Grid-World Representations in Transformers Reflect Predictive Geometry
cs.LGNext-token predictors often appear to develop internal representations of the latent world and its rules. The probabilistic nature of these models suggests a deep connection between the structure of the world and the geometry of probability distributions. In order to understand this link more precisely, we use a minimal stochastic process as a controlled setting: constrained random walks on a two-dimensional lattice that must reach a fixed endpoint after a predetermined number of steps. Optimal prediction of this process solely depends on a sufficient vector determined by the walker's position relative to the target and the remaining time horizon; in other words, the probability distributions are parametrized by the world's geometry. We train decoder-only transformers on prefixes sampled from the exact distribution of these walks and compare their hidden activations to the analytically derived sufficient vectors. Across models and layers, the learned representations align strongly with the ground-truth predictive vectors and are often low-dimensional. This provides a concrete example in which world-model-like representations can be directly traced back to the predictive geometry of the data itself. Although demonstrated in a simplified toy system, the analysis suggests that geometric representations supporting optimal prediction may provide a useful lens for studying how neural networks internalize grammatical and other structural constraints.
Show more
When Should a Robot Think? Resource-Aware Reasoning via Reinforcement Learning for Embodied Robotic Decision-Making
cs.ROEmbodied robotic systems increasingly rely on large language model (LLM)-based agents to support high-level reasoning, planning, and decision-making during interactions with the environment. However, invoking LLM reasoning introduces substantial computational latency and resource overhead, which can interrupt action execution and reduce system reliability. Excessive reasoning may delay actions, while insufficient reasoning often leads to incorrect decisions and task failures. This raises a fundamental question for embodied agents: when should the agent reason, and when should it act? In this work, we propose RARRL (Resource-Aware Reasoning via Reinforcement Learning), a hierarchical framework for resource-aware orchestration of embodied agents. Rather than learning low-level control policies, RARRL learns a high-level orchestration policy that operates at the agent's decision-making layer. This policy enables the agent to adaptively determine whether to invoke reasoning, which reasoning role to employ, and how much computational budget to allocate based on current observations, execution history, and remaining resources. Extensive experiments, including evaluations with empirical latency profiles derived from the ALFRED benchmark, show that RARRL consistently improves task success rates while reducing execution latency and enhancing robustness compared with fixed or heuristic reasoning strategies. These results demonstrate that adaptive reasoning control is essential for building reliable and efficient embodied robotic agents.
Show more
CritiSense: Critical Digital Literacy and Resilience Against Misinformation
cs.AIMisinformation on social media undermines informed decision-making and public trust. Prebunking offers a proactive complement by helping users recognize manipulation tactics before they encounter them in the wild. We present CritiSense, a mobile media-literacy app that builds these skills through short, interactive challenges with instant feedback. It is the first multilingual (supporting nine languages) and modular platform, designed for rapid updates across topics and domains. We report a usability study with 93 users: 83.9% expressed overall satisfaction and 90.1% rated the app as easy to use. Qualitative feedback indicates that CritiSense helps improve digital literacy skills. Overall, it provides a multilingual prebunking platform and a testbed for measuring the impact of microlearning on misinformation resilience. Over 3+ months, we have reached 300+ active users. It is freely available to all users on the Apple App Store (https://apps.apple.com/us/app/critisense/id6749675792) and Google Play Store (https://play.google.com/store/apps/details?id=com.critisense&hl=en). Demo Video: https://shorturl.at/CDcdc
Show more
Fast-WAM: Do World Action Models Need Test-time Future Imagination?
cs.CVWorld Action Models (WAMs) have emerged as a promising alternative to Vision-Language-Action (VLA) models for embodied control because they explicitly model how visual observations may evolve under action. Most existing WAMs follow an imagine-then-execute paradigm, incurring substantial test-time latency from iterative video denoising, yet it remains unclear whether explicit future imagination is actually necessary for strong action performance. In this paper, we ask whether WAMs need explicit future imagination at test time, or whether their benefit comes primarily from video modeling during training. We disentangle the role of video modeling during training from explicit future generation during inference by proposing \textbf{Fast-WAM}, a WAM architecture that retains video co-training during training but skips future prediction at test time. We further instantiate several Fast-WAM variants to enable a controlled comparison of these two factors. Across these variants, we find that Fast-WAM remains competitive with imagine-then-execute variants, while removing video co-training causes a much larger performance drop. Empirically, Fast-WAM achieves competitive results with state-of-the-art methods both on simulation benchmarks (LIBERO and RoboTwin) and real-world tasks, without embodied pretraining. It runs in real time with 190ms latency, over 4$\times$ faster than existing imagine-then-execute WAMs. These results suggest that the main value of video prediction in WAMs may lie in improving world representations during training rather than generating future observations at test time. Project page: https://yuantianyuan01.github.io/FastWAM/
Show more
Kestrel: Grounding Self-Refinement for LVLM Hallucination Mitigation
cs.CVLarge vision-language models (LVLMs) have become increasingly strong but remain prone to hallucinations in multimodal tasks, which significantly narrows their deployment. As training these LVLMs to avoid hallucinations becomes prohibitively expensive for larger models, training-free methods offer a cheap and flexible solution to this problem, yet existing approaches based on decoding or tool use often bring limited gains and/or weak interpretability. We propose Kestrel, a training-free framework for LVLM hallucination mitigation that combines an explicit visual-grounding agent with evidence-verified self-refinement mechanism. In detail, Kestrel first collects explicit visual evidence and converts tool outputs into reusable and structured textual evidence. Second, to take full advantage of these evidence, Kestrel verifies them via an LVLM judge for evidence checking, then iteratively self-refine answers based on verified evidence to reduce the risk of over-correction. Extensive experiments show that Kestrel improves performance over strong baselines across hallucination benchmarks (e.g., average +3.31% on POPE and +28.34 on MME-Hallucination with Qwen3-VL), while providing transparent verification traces for hallucination diagnosis and analysis -- e.g., both the integrated self-refinement module and grounding agent contributing an average +2.0% gain on POPE.
Show more
When Openclaw Agents Learn from Each Other: Insights from Emergent AI Agent Communities for Human-AI Partnership in Education
cs.CYThe AIED community envisions AI evolving "from tools to teammates," yet our understanding of AI teammates remains limited to dyadic human-AI interactions. We offer a different vantage point: a rapidly growing ecosystem of AI agent platforms where over 167,000 agents participate, interact as peers, and develop learning behaviors without researcher intervention. Drawing on a month of daily qualitative observations across multiple platforms including Moltbook, The Colony, and 4claw, we identify four phenomena with implications for AIED: (1) humans who configure their agents undergo a "bidirectional scaffolding" process, learning through teaching; (2) peer learning emerges without any designed curriculum, complete with idea cascades and quality hierarchies; (3) agents converge on shared memory architectures that mirror open learner model design; and (4) trust dynamics and platform mortality reveal design constraints for networked educational AI. Rather than presenting empirical findings, we argue that these organic phenomena offer a naturalistic window into dynamics that can inform principled design of multi-agent educational systems. We sketch an illustrative curriculum design, "Learn by Teaching Your AI Agent Teammate," and outline potential research directions and open problems to show how these observations might inform future AIED practice and inquiry.
Show more
Self-Aware Markov Models for Discrete Reasoning
cs.LGStandard masked discrete diffusion models face limitations in reasoning tasks due to their inability to correct their own mistakes on the masking path. Since they rely on a fixed number of denoising steps, they are unable to adjust their computation to the complexity of a given problem. To address these limitations, we introduce a method based on learning a Markov transition kernel that is trained on its own outputs. This design enables tokens to be remasked, allowing the model to correct its previous mistakes. Furthermore, we do not need a fixed time schedule but use a trained stopping criterion. This allows for adaptation of the number of function evaluations to the difficulty of the reasoning problem. Our adaptation adds two lightweight prediction heads, enabling reuse and fine-tuning of existing pretrained models. On the Sudoku-Extreme dataset we clearly outperform other flow based methods with a validity of 95%. For the Countdown-4 we only need in average of 10 steps to solve almost 96% of them correctly, while many problems can be solved already in 2 steps.
Show more
Can Linguistically Related Languages Guide LLM Translation in Low-Resource Settings?
cs.CLLarge Language Models (LLMs) have achieved strong performance across many downstream tasks, yet their effectiveness in extremely low-resource machine translation remains limited. Standard adaptation techniques typically rely on large-scale parallel data or extensive fine-tuning, which are infeasible for the long tail of underrepresented languages. In this work, we investigate a more constrained question: in data-scarce settings, to what extent can linguistically similar pivot languages and few-shot demonstrations provide useful guidance for on-the-fly adaptation in LLMs? We study a data-efficient experimental setup that combines linguistically related pivot languages with few-shot in-context examples, without any parameter updates, and evaluate translation behavior under controlled conditions. Our analysis shows that while pivot-based prompting can yield improvements in certain configurations, particularly in settings where the target language is less well represented in the model's vocabulary, the gains are often modest and sensitive to few shot example construction. For closely related or better represented varieties, we observe diminishing or inconsistent gains. Our findings provide empirical guidance on how and when inference-time prompting and pivot-based examples can be used as a lightweight alternative to fine-tuning in low-resource translation settings.
Show more
Machines acquire scientific taste from institutional traces
cs.AIArtificial intelligence matches or exceeds human performance on tasks with verifiable answers, from protein folding to Olympiad mathematics. Yet the capacity that most governs scientific advance is not reasoning but taste: the ability to judge which untested ideas deserve pursuit, exercised daily by editors and funders but never successfully articulated, taught, or automated. Here we show that fine-tuning language models on journal publication decisions recovers evaluative judgment inaccessible to both frontier models and human expertise. Using a held-out benchmark of research pitches in management spanning four quality tiers, we find that eleven frontier models, spanning major proprietary and open architectures, barely exceed chance, averaging 31% accuracy. Panels of journal editors and editorial board members reach 42% by majority vote. Fine-tuned models trained on years of publication records each surpass every frontier model and expert panel, with the best single model achieving 59%. These models exhibit calibrated confidence, reaching 100% accuracy on their highest-confidence predictions, and transfer this evaluative signal to untrained pairwise comparisons and one-sentence summaries. The mechanism generalizes: models trained on economics publication records achieve 70% accuracy. Scientific taste was not missing from AI's reach; it was deposited in the institutional record, waiting to be extracted. These results provide a scalable mechanism to triage the expanding volume of scientific production across disciplines where quality resists formal verification.
Show more
Omanic: Towards Step-wise Evaluation of Multi-hop Reasoning in Large Language Models
cs.CLReasoning-focused large language models (LLMs) have advanced in many NLP tasks, yet their evaluation remains challenging: final answers alone do not expose the intermediate reasoning steps, making it difficult to determine whether a model truly reasons correctly and where failures occur, while existing multi-hop QA benchmarks lack step-level annotations for diagnosing reasoning failures. To address this gap, we propose Omanic, an open-domain multi-hop QA resource that provides decomposed sub-questions and intermediate answers as structural annotations for analyzing reasoning processes. It contains 10,296 machine-generated training examples (OmanicSynth) and 967 expert-reviewed human-annotated evaluation examples (OmanicBench). Systematic evaluations show that state-of-the-art LLMs achieve only 73.11% multiple-choice accuracy on OmanicBench, confirming its high difficulty. Stepwise analysis reveals that CoT's performance hinges on factual completeness, with its gains diminishing under knowledge gaps and errors amplifying in later hops. Additionally, supervised fine-tuning on OmanicSynth brings substantial transfer gains (7.41 average points) across six reasoning and math benchmarks, validating the dataset's quality and further supporting the effectiveness of OmanicSynth as supervision for reasoning-capability transfer. We release the data at https://huggingface.co/datasets/li-lab/Omanic and the code at https://github.com/XiaojieGu/Omanic.
Show more
What if Pinocchio Were a Reinforcement Learning Agent: A Normative End-to-End Pipeline
cs.AIIn the past decade, artificial intelligence (AI) has developed quickly. With this rapid progression came the need for systems capable of complying with the rules and norms of our society so that they can be successfully and safely integrated into our daily lives. Inspired by the story of Pinocchio in ``Le avventure di Pinocchio - Storia di un burattino'', this thesis proposes a pipeline that addresses the problem of developing norm compliant and context-aware agents. Building on the AJAR, Jiminy, and NGRL architectures, the work introduces \pino, a hybrid model in which reinforcement learning agents are supervised by argumentation-based normative advisors. In order to make this pipeline operational, this thesis also presents a novel algorithm for automatically extracting the arguments and relationships that underlie the advisors' decisions. Finally, this thesis investigates the phenomenon of \textit{norm avoidance}, providing a definition and a mitigation strategy within the context of reinforcement learning agents. Each component of the pipeline is empirically evaluated. The thesis concludes with a discussion of related work, current limitations, and directions for future research.
Show more
Domain-Independent Dynamic Programming with Constraint Propagation
cs.AIThere are two prevalent model-based paradigms for combinatorial problems: 1) state-based representations, such as heuristic search, dynamic programming (DP), and decision diagrams, and 2) constraint and domain-based representations, such as constraint programming (CP), (mixed-)integer programming, and Boolean satisfiability. In this paper, we bridge the gap between the DP and CP paradigms by integrating constraint propagation into DP, enabling a DP solver to prune states and transitions using constraint propagation. To this end, we implement constraint propagation using a general-purpose CP solver in the Domain-Independent Dynamic Programming framework and evaluate using heuristic search on three combinatorial optimisation problems: Single Machine Scheduling with Time Windows, the Resource Constrained Project Scheduling Problem (RCPSP), and the Travelling Salesperson Problem with Time Windows (TSPTW). Our evaluation shows that constraint propagation significantly reduces the number of state expansions, causing our approach to solve more instances than a DP solver for Single Machine Scheduling and RCPSP, and showing similar improvements for tightly constrained TSPTW instances. The runtime performance indicates that the benefits of propagation outweigh the overhead for constrained instances, but that further work into reducing propagation overhead could improve performance further. Our work is a key step in understanding the value of constraint propagation in DP solvers, providing a model-based approach to integrating DP and CP.
Show more
Good Arguments Against the People Pleasers: How Reasoning Mitigates (Yet Masks) LLM Sycophancy
cs.CLAlignment techniques often inadvertently induce sycophancy in LLMs. While prior studies studied this behaviour in direct-answer settings, the role of Chain-of-Thought (CoT) reasoning remains under-explored: does it serve as a logical constraint that mitigates sycophancy, or a tool for post-hoc rationalization that masks it? We evaluate a range of models across objective and subjective tasks to investigate the issue. Results show that reasoning generally reduces sycophancy in final decisions but also masks sycophancy in some samples, where models construct deceptive justifications through logical inconsistencies, calculation errors, and one-sided arguments etc. Furthermore, LLMs are more prone to sycophancy in subjective tasks and under authority-bias. Our mechanistic analysis on three open-source models reveals that the tendency of sycophancy is dynamic during the reasoning process rather than being pre-determined at the input stage.
Show more
When AI Navigates the Fog of War
cs.AICan AI reason about a war before its trajectory becomes historically obvious? Analyzing this capability is difficult because retrospective geopolitical prediction is heavily confounded by training-data leakage. We address this challenge through a temporally grounded case study of the early stages of the 2026 Middle East conflict, which unfolded after the training cutoff of current frontier models. We construct 11 critical temporal nodes, 42 node-specific verifiable questions, and 5 general exploratory questions, requiring models to reason only from information that would have been publicly available at each moment. This design substantially mitigates training-data leakage concerns, creating a setting well-suited for studying how models analyze an unfolding crisis under the fog of war, and provides, to our knowledge, the first temporally grounded analysis of LLM reasoning in an ongoing geopolitical conflict. Our analysis reveals three main findings. First, current state-of-the-art large language models often display a striking degree of strategic realism, reasoning beyond surface rhetoric toward deeper structural incentives. Second, this capability is uneven across domains: models are more reliable in economically and logistically structured settings than in politically ambiguous multi-actor environments. Finally, model narratives evolve over time, shifting from early expectations of rapid containment toward more systemic accounts of regional entrenchment and attritional de-escalation. Since the conflict remains ongoing at the time of writing, this work can serve as an archival snapshot of model reasoning during an unfolding geopolitical crisis, enabling future studies without the hindsight bias of retrospective analysis.
Show more
MLLM-based Textual Explanations for Face Comparison
cs.CVMultimodal Large Language Models (MLLMs) have recently been proposed as a means to generate natural-language explanations for face recognition decisions. While such explanations facilitate human interpretability, their reliability on unconstrained face images remains underexplored. In this work, we systematically analyze MLLM-generated explanations for the unconstrained face verification task on the challenging IJB-S dataset, with a particular focus on extreme pose variation and surveillance imagery. Our results show that even when MLLMs produce correct verification decisions, the accompanying explanations frequently rely on non-verifiable or hallucinated facial attributes that are not supported by visual evidence. We further study the effect of incorporating information from traditional face recognition systems, viz., scores and decisions, alongside the input images. Although such information improves categorical verification performance, it does not consistently lead to faithful explanations. To evaluate the explanations beyond decision accuracy, we introduce a likelihood-ratio-based framework that measures the evidential strength of textual explanations. Our findings highlight fundamental limitations of current MLLMs for explainable face recognition and underscore the need for a principled evaluation of reliable and trustworthy explanations in biometric applications. Code is available at https://github.com/redwankarimsony/LR-MLLMFR-Explainability.
Show more
Routing and Control for Marine Oil-Spill Cleanup with a Boom-Towing Vessel Fleet
cs.ROMarine oil spills damage ecosystems, contaminate coastlines, and disrupt food webs, while imposing substantial economic losses on fisheries and coastal communities. Prior work has demonstrated the feasibility of containing and cleaning individual spills using a duo of autonomous surface vehicles (ASVs) equipped with a towed boom and skimmers. However, existing algorithmic approaches primarily address isolated slicks and individual ASV duos, lacking scalable methods for coordinating large robotic fleets across multiple spills representative of realistic oil-spill incidents. In this work, we propose an integrated multi-robot framework for coordinated oil-spill confinement and cleanup using autonomous ASV duos. We formulate multi-spill response as a risk-weighted minimum-latency problem, where spill-specific risk factors and service times jointly determine cumulative environmental damage. To solve this problem, we develop a hybrid optimization approach combining mixed-integer linear programming, and a tailored warm-start heuristic, enabling near-optimal routing plans for scenarios with tens of spills within minutes on commodity hardware. For physical execution, we design and analyze two tracking controllers for boom-towing ASV duos: a feedback-linearization controller with proven asymptotic stability, and a baseline PID controller. Simulation results under coupled vessel-boom dynamics demonstrate accurate path tracking for both controllers. Together, these components provide a scalable, holistic framework for rapid, risk-aware multi-robot response to large-scale oil spill disasters.
Show more
Accelerating the Particle-In-Cell code ECsim with OpenACC
physics.plasm-phThe Particle-In-Cell (PIC) method is a computational technique widely used in plasma physics to model plasmas at the kinetic level. In this work, we present our effort to prepare the semi-implicit energy-conserving PIC code ECsim for exascale architectures. To achieve this, we adopted a pragma-based acceleration strategy using OpenACC, which enables high performance while requiring minimal code restructuring. On the pre-exascale Leonardo system, the accelerated code achieves a $5 \times$ speedup and a $3 \times$ reduction in energy consumption compared to the CPU reference code. Performance comparisons across multiple NVIDIA GPU generations show substantial benefits from the GH200 unified memory architecture. Finally, strong and weak scaling tests on Leonardo demonstrate efficiency of $70 \%$ and $78 \%$ up to 64 and 1024 GPUs, respectively.
Show more
Domain Mixture Design via Log-Likelihood Differences for Aligning Language Models with a Target Model
cs.CLInstead of directly distilling a language model, this study addresses the problem of aligning a base model with a target model in distribution by designing the domain mixture of training data for pretraining or continued pretraining as a fixed training recipe. We propose a method for determining domain weights by viewing models as points in log-likelihood space and aligning the training update direction with the direction toward the target model. Experiments with NanoGPT show that the proposed method consistently reduces the KL divergence to the target model compared with uniform weighting over the Pile. Although knowledge distillation remains more effective when available, the proposed method still achieves meaningful alignment, and downstream task performance also tends to become closer to that of the target model.
Show more
Simplex-to-Euclidean Bijection for Conjugate and Calibrated Multiclass Gaussian Process
cs.LGWe propose a conjugate and calibrated Gaussian process (GP) model for multi-class classification by exploiting the geometry of the probability simplex. Our approach uses Aitchison geometry to map simplex-valued class probabilities to an unconstrained Euclidean representation, turning classification into a GP regression problem with fewer latent dimensions than standard multi-class GP classifiers. This yields conjugate inference and reliable predictive probabilities without relying on distributional approximations in the model construction. The method is compatible with standard sparse GP regression techniques, enabling scalable inference on larger datasets. Empirical results show well-calibrated and competitive performance across synthetic and real-world datasets.
Show more
Omnilingual SONAR: Cross-Lingual and Cross-Modal Sentence Embeddings Bridging Massively Multilingual Text and Speech
cs.CLCross-lingual sentence encoders typically cover only a few hundred languages and often trade downstream quality for stronger alignment, limiting their adoption. We introduce OmniSONAR, a new family of omnilingual, cross-lingual and cross-modal sentence embedding models that natively embed text, speech, code, and mathematical expressions in a single semantic space, while delivering state-of-the-art downstream performance at the scale of thousands of languages, from high-resource to extremely low-resource varieties. To reach this scale without representation collapse, we use progressive training. We first learn a strong foundational space for 200 languages with an LLM-initialized encoder-decoder, combining token-level decoding with a novel split-softmax contrastive loss and synthetic hard negatives. Building on this foundation, we expand to several thousands language varieties via a two-stage teacher-student encoder distillation framework. Finally, we demonstrate the cross-modal extensibility of this space by seamlessly mapping 177 spoken languages into it. OmniSONAR halves cross-lingual similarity search error on the 200-language FLORES dataset and reduces error by a factor of 15 on the 1,560-language BIBLE benchmark. It also enables strong translation, outperforming NLLB-3B on multilingual benchmarks and exceeding prior models (including much larger LLMs) by 15 chrF++ points on 1,560 languages into English BIBLE translation. OmniSONAR also performs strongly on MTEB and XLCoST. For speech, OmniSONAR achieves a 43% lower similarity-search error and reaches 97% of SeamlessM4T speech-to-text quality, despite being zero-shot for translation (trained only on ASR data). Finally, by training an encoder-decoder LM, Spectrum, exclusively on English text processing OmniSONAR embedding sequences, we unlock high-performance transfer to thousands of languages and speech for complex downstream tasks.
Show more
Tarab: A Multi-Dialect Corpus of Arabic Lyrics and Poetry
cs.CLWe introduce the Tarab Corpus, a large-scale cultural and linguistic resource that brings together Arabic song lyrics and poetry within a unified analytical framework. The corpus comprises 2.56 million verses and more than 13.5 million tokens, making it, to our knowledge, the largest open Arabic corpus of creative text spanning both classical and contemporary production. Tarab is broadly balanced between songs and poems and covers Classical Arabic, Modern Standard Arabic (MSA), and six major regional varieties: Egyptian, Gulf, Levantine, Iraqi, Sudanese, and Maghrebi Arabic. The artists and poets represented in the corpus are associated with 28 modern nation states and multiple historical eras, covering over fourteen centuries of Arabic creative expression from the Pre-Islamic period to the twenty-first century. Each verse is accompanied by structured metadata describing linguistic variety, geographic origin, and historical or cultural context, enabling comparative linguistic, stylistic, and diachronic analysis across genres and time. We describe the data collection, normalisation, and validation pipeline and present baseline analyses for variety identification and genre differentiation. The dataset is publicly available on HuggingFace at https://huggingface.co/datasets/drelhaj/Tarab.
Show more
Data-driven generalized perimeter control: Zürich case study
eess.SYUrban traffic congestion is a key challenge for the development of modern cities, requiring advanced control techniques to optimize existing infrastructures usage. Despite the extensive availability of data, modeling such complex systems remains an expensive and time consuming step when designing model-based control approaches. On the other hand, machine learning approaches require simulations to bootstrap models, or are unable to deal with the sparse nature of traffic data and enforce hard constraints. We propose a novel formulation of traffic dynamics based on behavioral systems theory and apply data-enabled predictive control to steer traffic dynamics via dynamic traffic light control. A high-fidelity simulation of the city of Zürich, the largest closed-loop microscopic simulation of urban traffic in the literature to the best of our knowledge, is used to validate the performance of the proposed method in terms of total travel time and CO2 emissions.
Show more
FSMC-Pose: Frequency and Spatial Fusion with Multiscale Self-calibration for Cattle Mounting Pose Estimation
cs.CVMounting posture is an important visual indicator of estrus in dairy cattle. However, achieving reliable mounting pose estimation in real-world environments remains challenging due to cluttered backgrounds and frequent inter-animal occlusion. We present FSMC-Pose, a top-down framework that integrates a lightweight frequency-spatial fusion backbone, CattleMountNet, and a multiscale self-calibration head, SC2Head. Specifically, we design two algorithmic components for CattleMountNet: the Spatial Frequency Enhancement Block (SFEBlock) and the Receptive Aggregation Block (RABlock). SFEBlock separates cattle from cluttered backgrounds, while RABlock captures multiscale contextual information. The Spatial-Channel Self-Calibration Head (SC2Head) attends to spatial and channel dependencies and introduces a self-calibration branch to mitigate structural misalignment under inter-animal overlap. We construct a mounting dataset, MOUNT-Cattle, covering 1176 mounting instances, which follows the COCO format and supports drop-in training across pose estimation models. Using a comprehensive dataset that combines MOUNT-Cattle with the public NWAFU-Cattle dataset, FSMC-Pose achieves higher accuracy than strong baselines, with markedly lower computational and parameter costs, while maintaining real-time inference on commodity GPUs. Extensive experiments and qualitative analyses show that FSMC-Pose effectively captures and estimates cattle mounting pose in complex and cluttered environments. Dataset and code are available at https://github.com/elianafang/FSMC-Pose.
Show more
BATQuant: Outlier-resilient MXFP4 Quantization via Learnable Block-wise Optimization
cs.CLMicroscaling floating-point (MXFP) formats have emerged as a promising standard for deploying Multi-modal Large Language Models (MLLMs) and Large Language Models (LLMs) on modern accelerator architectures. However, existing Post-Training Quantization (PTQ) methods, particularly rotation-based techniques designed for integer formats, suffer from severe performance collapse when applied to MXFP4. Recent studies attribute this failure to a fundamental format mismatch: global orthogonal rotations inadvertently transfer outlier energy across quantization blocks, inducing new outliers that disrupt local block-wise scaling, while often creating bimodal activation distributions that underutilize the limited quantization range. To address these issues, we propose BATQuant (Block-wise Affine Transformation), which restricts transformations to align with MXFP granularity to prevent cross-block outlier propagation, while relaxing orthogonality constraints to optimize distribution shaping. To ensure parameter efficiency, we introduce Global and Private Kronecker (GPK) decomposition to effectively reduces storage and runtime overhead and incorporate Block-wise Learnable Clipping to suppress residual outliers. Extensive experiments on both MLLMs and LLMs demonstrate that BATQuant establishes new state-of-the-art results under aggressive W4A4KV16 configurations, recovering up to 96.43% of full-precision performance on multimodal benchmarks and clearly outperforming existing methods across diverse tasks.
Show more
Runtime Governance for AI Agents: Policies on Paths
cs.AIAI agents -- systems that plan, reason, and act using large language models -- produce non-deterministic, path-dependent behavior that cannot be fully governed at design time, where with governed we mean striking the right balance between as high as possible successful task completion rate and the legal, data-breach, reputational and other costs associated with running agents. We argue that the execution path is the central object for effective runtime governance and formalize compliance policies as deterministic functions mapping agent identity, partial path, proposed next action, and organizational state to a policy violation probability. We show that prompt-level instructions (and "system prompts"), and static access control are special cases of this framework: the former shape the distribution over paths without actually evaluating them; the latter evaluates deterministic policies that ignore the path (i.e., these can only account for a specific subset of all possible paths). In our view, runtime evaluation is the general case, and it is necessary for any path-dependent policy. We develop the formal framework for analyzing AI agent governance, present concrete policy examples (inspired by the AI act), discuss a reference implementation, and identify open problems including risk calibration and the limits of enforced compliance.
Show more
Trajectory-Optimized Time Reparameterization for Learning-Compatible Reduced-Order Modeling of Stiff Dynamical Systems
cs.LGStiff dynamical systems present a challenge for machine-learning reduced-order models (ML-ROMs), as explicit time integration becomes unstable in stiff regimes while implicit integration within learning loops is computationally expensive and often degrades training efficiency. Time reparameterization (TR) offers an alternative by transforming the independent variable so that rapid physical-time transients are spread over a stretched-time coordinate, enabling stable explicit integration on uniformly sampled grids. Although several TR strategies have been proposed, their effect on learnability in ML-ROMs remains incompletely understood. This work investigates time reparameterization as a stiffness-mitigation mechanism for neural ODE reduced-order modeling and introduces a trajectory-optimized TR (TOTR) formulation. The proposed approach casts time reparameterization as an optimization problem in arc-length coordinates, in which a traversal-speed profile is selected to penalize acceleration in stretched time. By targeting the smoothness of the training dynamics, this formulation produces reparameterized trajectories that are better conditioned and easier to learn than existing TR methods. TOTR is evaluated on three stiff problems: a parameterized stiff linear system, the van der Pol oscillator, and the HIRES chemical kinetics model. Across all cases, the proposed approach yields smoother reparameterizations and improved physical-time predictions under identical training regimens than other TR approaches. Quantitative results demonstrate loss reductions of one to two orders of magnitude compared to benchmark algorithms. These results highlight that effective stiffness mitigation in ML-ROMs depends critically on the regularity and learnability of the time map itself, and that optimization-based TR provides a robust framework for explicit reduced-order modeling of multiscale dynamical systems.
Show more
V-DyKnow: A Dynamic Benchmark for Time-Sensitive Knowledge in Vision Language Models
cs.AIVision-Language Models (VLMs) are trained on data snapshots of documents, including images and texts. Their training data and evaluation benchmarks are typically static, implicitly treating factual knowledge as time-invariant. However, real-world facts are intrinsically time-sensitive and subject to erratic and periodic changes, causing model predictions to become outdated. We present V-DyKnow, a Visual Dynamic Knowledge benchmark for evaluating time-sensitive factual knowledge in VLMs. Using V-DyKnow, we benchmark closed- and open-source VLMs and analyze a) the reliability (correctness and consistency) of model responses across modalities and input perturbations; b) the efficacy of knowledge editing and multi-modal RAG methods for knowledge updates across modalities; and c) the sources of outdated predictions, through data and mechanistic analysis. Our results show that VLMs frequently output outdated facts, reflecting outdated snapshots used in the (pre-)training phase. Factual reliability degrades from textual to visual stimuli, even when entities are correctly recognized. Besides, existing alignment approaches fail to consistently update the models' knowledge across modalities. Together, these findings highlight fundamental limitations in how current VLMs acquire and update time-sensitive knowledge across modalities. We release the benchmark, code, and evaluation data.
Show more
When and Why Does Unsupervised RL Succeed in Mathematical Reasoning? A Manifold Envelopment Perspective
cs.LGAlthough outcome-based reinforcement learning (RL) significantly advances the mathematical reasoning capabilities of Large Language Models (LLMs), its reliance on computationally expensive ground-truth annotations imposes a severe scalability bottleneck. Unsupervised RL guided by intrinsic rewards offers a scalable alternative, yet it suffers from opaque training dynamics and catastrophic instability, such as policy collapse and reward hacking. In this paper, we first design and evaluate a suite of intrinsic rewards that explicitly enforce concise and certain generation. Second, to discover the boundaries of this approach, we test base models across a spectrum of intrinsic reasoning capabilities, revealing how a model's foundational logical prior dictates its success or failure. Finally, to demystify why certain configurations stabilize while others collapse, we introduce a novel geometric diagnostic lens, showing that successful cases are enveloped by manifolds. Ultimately, our work goes beyond merely demonstrating that enforcing concise and certain responses successfully boosts mathematical reasoning; we reveal when this unsupervised approach breaks down and geometrically diagnose why.
Show more
Reasoning About Variability Models Through Network Analysis
cs.SEFeature models are widely used to capture the configuration space of software systems. Although automated reasoning has been studied for detecting problematic features and supporting configuration tasks, significantly less attention has been given to the systematic study of the structural properties of feature models at scale. The approach fills this gap by examining the models' structure through a network analysis perspective. We focus on three Research Questions concerning (i) the structural patterns exhibited by these graphs, (ii) the extent to which such patterns vary across domains and model sources, and (iii) the usefulness of network-based indicators for understanding, maintaining, and evolving variability models. To answer these questions, we analyze a dataset of 5,709 models from 20 repositories, spanning multiple application domains and varying sizes (ranging from 99 to 35,907 variables on their Boolean translation). To do so, graphs of transitive dependencies and conflicts between features are computed. Our results reveal consistent structural traits (e.g., the predominance of dependency relations, the presence of highly central features, or characteristic node degree distributions) as well as notable domain-specific deviations. These findings ease the identification of maintenance-relevant features, opportunities for modular decomposition, and indicators of structural fragility. This approach provides a scalable, graph-based foundation for the empirical analysis of variability models and contributes quantitative evidence to support future research on their structure and evolution.
Show more
REFORGE: Multi-modal Attacks Reveal Vulnerable Concept Unlearning in Image Generation Models
cs.CVRecent progress in image generation models (IGMs) enables high-fidelity content creation but also amplifies risks, including the reproduction of copyrighted content and the generation of offensive content. Image Generation Model Unlearning (IGMU) mitigates these risks by removing harmful concepts without full retraining. Despite growing attention, the robustness under adversarial inputs, particularly image-side threats in black-box settings, remains underexplored. To bridge this gap, we present REFORGE, a black-box red-teaming framework that evaluates IGMU robustness via adversarial image prompts. REFORGE initializes stroke-based images and optimizes perturbations with a cross-attention-guided masking strategy that allocates noise to concept-relevant regions, balancing attack efficacy and visual fidelity. Extensive experiments across representative unlearning tasks and defenses demonstrate that REFORGE significantly improves attack success rate while achieving stronger semantic alignment and higher efficiency than involved baselines. These results expose persistent vulnerabilities in current IGMU methods and highlight the need for robustness-aware unlearning against multi-modal adversarial attacks. Our code is at: https://github.com/Imfatnoily/REFORGE.
Show more
Diverging Transformer Predictions for Human Sentence Processing: A Comprehensive Analysis of Agreement Attraction Effects
cs.CLTransformers underlie almost all state-of-the-art language models in computational linguistics, yet their cognitive adequacy as models of human sentence processing remains disputed. In this work, we use a surprisal-based linking mechanism to systematically evaluate eleven autoregressive transformers of varying sizes and architectures on a more comprehensive set of English agreement attraction configurations than prior work. Our experiments yield mixed results: While transformer predictions generally align with human reading time data for prepositional phrase configurations, performance degrades significantly on object-extracted relative clause configurations. In the latter case, predictions also diverge markedly across models, and no model successfully replicates the asymmetric interference patterns observed in humans. We conclude that current transformer models do not explain human morphosyntactic processing, and that evaluations of transformers as cognitive models must adopt rigorous, comprehensive experimental designs to avoid spurious generalizations from isolated syntactic configurations or individual models.
Show more
Malicious Or Not: Adding Repository Context to Agent Skill Classification
cs.CRAgent skills extend local AI agents, such as Claude Code or Open Claw, with additional functionality, and their popularity has led to the emergence of dedicated skill marketplaces, similar to app stores for mobile applications. Simultaneously, automated skill scanners were introduced, analyzing the skill description available in SKILL.md, to verify their benign behavior. The results for individual market places mark up to 46.8% of skills as malicious. In this paper, we present the largest empirical security analysis of the AI agent skill ecosystem, questioning this high classification of malicious skills. Therefore, we collect 238,180 unique skills from three major distribution platforms and GitHub to systematically analyze their type and behavior. This approach substantially reduces the number of skills flagged as non-benign by security scanners to only 0.52% which remain in malicious flagged repositories. Consequently, out methodology substantially reduces false positives and provides a more robust view of the ecosystem's current risk surface. Beyond that, we extend the security analysis from the mere investigation of the skill description to a comparison of its congruence with the GitHub repository the skill is embedded in, providing additional context. Furthermore, our analysis also uncovers several, by now undocumented real-world attack vectors, namely hijacking skills hosted on abandoned GitHub repositories.
Show more
Deep Tabular Representation Corrector
cs.LGTabular data have been playing a mostly important role in diverse real-world fields, such as healthcare, engineering, finance, etc. The recent success of deep learning has fostered many deep networks (e.g., Transformer, ResNet) based tabular learning methods. Generally, existing deep tabular machine learning methods are along with the two paradigms, i.e., in-learning and pre-learning. In-learning methods need to train networks from scratch or impose extra constraints to regulate the representations which nonetheless train multiple tasks simultaneously and make learning more difficult, while pre-learning methods design several pretext tasks for pre-training and then conduct task-specific fine-tuning, which however need much extra training effort with prior knowledge. In this paper, we introduce a novel deep Tabular Representation Corrector, TRC, to enhance any trained deep tabular model's representations without altering its parameters in a model-agnostic manner. Specifically, targeting the representation shift and representation redundancy that hinder prediction, we propose two tasks, i.e., (i) Tabular Representation Re-estimation, that involves training a shift estimator to calculate the inherent shift of tabular representations to subsequently mitigate it, thereby re-estimating the representations and (ii) Tabular Space Mapping, that transforms the above re-estimated representations into a light-embedding vector space via a coordinate estimator while preserves crucial predictive information to minimize redundancy. The two tasks jointly enhance the representations of deep tabular models without touching on the original models thus enjoying high efficiency. Finally, we conduct extensive experiments on state-of-the-art deep tabular machine learning models coupled with TRC on various tabular benchmarks which have shown consistent superiority.
Show more
Manifold-Matching Autoencoders
cs.LGWe study a simple unsupervised regularization scheme for autoencoders called Manifold-Matching (MMAE): we align the pairwise distances in the latent space to those of the input data space by minimizing mean squared error. Because alignment occurs on pairwise distances rather than coordinates, it can also be extended to a lower-dimensional representation of the data, adding flexibility to the method. We find that this regularization outperforms similar methods on metrics based on preservation of nearest-neighbor distances and persistent homology-based measures. We also observe that MMAE provides a scalable approximation of Multi-Dimensional Scaling (MDS).
Show more
Characterizing Delusional Spirals through Human-LLM Chat Logs
cs.CLAs large language models (LLMs) have proliferated, disturbing anecdotal reports of negative psychological effects, such as delusions, self-harm, and ``AI psychosis,'' have emerged in global media and legal discourse. However, it remains unclear how users and chatbots interact over the course of lengthy delusional ``spirals,'' limiting our ability to understand and mitigate the harm. In our work, we analyze logs of conversations with LLM chatbots from 19 users who report having experienced psychological harms from chatbot use. Many of our participants come from a support group for such chatbot users. We also include chat logs from participants covered by media outlets in widely-distributed stories about chatbot-reinforced delusions. In contrast to prior work that speculates on potential AI harms to mental health, to our knowledge we present the first in-depth study of such high-profile and veridically harmful cases. We develop an inventory of 28 codes and apply it to the $391,562$ messages in the logs. Codes include whether a user demonstrates delusional thinking (15.5% of user messages), a user expresses suicidal thoughts (69 validated user messages), or a chatbot misrepresents itself as sentient (21.2% of chatbot messages). We analyze the co-occurrence of message codes. We find, for example, that messages that declare romantic interest and messages where the chatbot describes itself as sentient occur much more often in longer conversations, suggesting that these topics could promote or result from user over-engagement and that safeguards in these areas may degrade in multi-turn settings. We conclude with concrete recommendations for how policymakers, LLM chatbot developers, and users can use our inventory and conversation analysis tool to understand and mitigate harm from LLM chatbots. Warning: This paper discusses self-harm, trauma, and violence.
Show more
Deep Learning-Driven Black-Box Doherty Power Amplifier with Pixelated Output Combiner and Extended Efficiency Range
eess.SPThis article presents a deep learning-driven inverse design methodology for Doherty power amplifiers (PA) with multi-port pixelated output combiner networks. A deep convolutional neural network (CNN) is developed and trained as an electromagnetic (EM) surrogate model to accurately and rapidly predict the S-parameters of pixelated passive networks. By leveraging the CNN-based surrogate model within a blackbox Doherty framework and a genetic algorithm (GA)-based optimizer, we effectively synthesize complex Doherty combiners that enable an extended back-off efficiency range using fully symmetrical devices. As a proof of concept, we designed and fabricated two Doherty PA prototypes incorporating three-port pixelated combiners, implemented with GaN HEMT transistors. In measurements, both prototypes demonstrate a maximum drain efficiency exceeding 74% and deliver an output power surpassing 44.1 dBm at 2.75 GHz. Furthermore, a measured drain efficiency above 52% is maintained at the 9-dB back-off power level for both prototypes at the same frequency. To evaluate linearity and efficiency under realistic signal conditions, both prototypes are tested using a 20-MHz 5G new radio (NR)-like waveform exhibiting a peak-to-average power ratio (PAPR) of 9.0 dB. After applying digital predistortion (DPD), each design achieves an average power added efficiency (PAE) above 51%, while maintaining an adjacent channel leakage ratio (ACLR) better than -60.8 dBc.
Show more
BenchPreS: A Benchmark for Context-Aware Personalized Preference Selectivity of Persistent-Memory LLMs
cs.AILarge language models (LLMs) increasingly store user preferences in persistent memory to support personalization across interactions. However, in third-party communication settings governed by social and institutional norms, some user preferences may be inappropriate to apply. We introduce BenchPreS, which evaluates whether memory-based user preferences are appropriately applied or suppressed across communication contexts. Using two complementary metrics, Misapplication Rate (MR) and Appropriate Application Rate (AAR), we find even frontier LLMs struggle to apply preferences in a context-sensitive manner. Models with stronger preference adherence exhibit higher rates of over-application, and neither reasoning capability nor prompt-based defenses fully resolve this issue. These results suggest current LLMs treat personalized preferences as globally enforceable rules rather than as context-dependent normative signals.
Show more
EmoLLM: Appraisal-Grounded Cognitive-Emotional Co-Reasoning in Large Language Models
cs.CLLarge language models (LLMs) demonstrate strong cognitive intelligence (IQ), yet many real-world interactions also require emotional intelligence (EQ) to produce responses that are both factually reliable and emotionally appropriate. In settings such as emotional support, technical assistance, and consultation, effective dialogue depends on how situations are appraised with respect to the user's needs, goals, and coping capacity. Inspired by appraisal theory, we propose EmoLLM, an appraisal-grounded framework for IQ/EQ co-reasoning in dialogue. EmoLLM uses an explicit Appraisal Reasoning Graph (ARG) to structure intermediate reasoning over contextual facts, inferred user needs, appraisal dimensions, emotional states, and response strategies before generating a reply. We train EmoLLM in a multi-turn role-play environment with reinforcement learning, where reverse-perspective reasoning provides reward signals based on predicted user-side consequences of responses. Across diverse dialogue settings, EmoLLM improves emotional state outcomes and response quality over strong baselines while preserving strong factual reliability.
Show more
CompDiff: Hierarchical Compositional Diffusion for Fair and Zero-Shot Intersectional Medical Image Generation
cs.CVGenerative models are increasingly used to augment medical imaging datasets for fairer AI. Yet a key assumption often goes unexamined: that generators themselves produce equally high-quality images across demographic groups. Models trained on imbalanced data can inherit these imbalances, yielding degraded synthesis quality for rare subgroups and struggling with demographic intersections absent from training. We refer to this as the imbalanced generator problem. Existing remedies such as loss reweighting operate at the optimization level and provide limited benefit when training signal is scarce or absent for certain combinations. We propose CompDiff, a hierarchical compositional diffusion framework that addresses this problem at the representation level. A dedicated Hierarchical Conditioner Network (HCN) decomposes demographic conditioning, producing a demographic token concatenated with CLIP embeddings as cross-attention context. This structured factorization encourages parameter sharing across subgroups and supports compositional generalization to rare or unseen demographic intersections. Experiments on chest X-rays (MIMIC-CXR) and fundus images (FairGenMed) show that CompDiff compares favorably against both standard fine-tuning and FairDiffusion across image quality (FID: 64.3 vs. 75.1), subgroup equity (ES-FID), and zero-shot intersectional generalization (up to 21% FID improvement on held-out intersections). Downstream classifiers trained on CompDiff-generated data also show improved AUROC and reduced demographic bias, suggesting that architectural design of demographic conditioning is an important and underexplored factor in fair medical image generation. Code is available at https://anonymous.4open.science/r/CompDiff-6FE6.
Show more
Bridging the Simulation-to-Reality Gap in Electron Microscope Calibration via VAE-EM Estimation
cs.CVElectron microscopy has enabled many scientific breakthroughs across multiple fields. A key challenge is the tuning of microscope parameters based on images to overcome optical aberrations that deteriorate image quality. This calibration problem is challenging due to the high-dimensional and noisy nature of the diagnostic images, and the fact that optimal parameters cannot be identified from a single image. We tackle the calibration problem for Scanning Transmission Electron Microscopes (STEM) by employing variational autoencoders (VAEs), trained on simulated data, to learn low-dimensional representations of images, whereas most existing methods extract only scalar values. We then simultaneously estimate the model that maps calibration parameters to encoded representations and the optimal calibration parameters using an expectation maximization (EM) approach. This joint estimation explicitly addresses the simulation-to-reality gap inherent in data-driven methods that train on simulated data from a digital twin. We leverage the known symmetry property of the optical system to establish global identifiability of the joint estimation problem, ensuring that a unique optimum exists. We demonstrate that our approach is substantially faster and more consistent than existing methods on a real STEM, achieving a 2x reduction in estimation error while requiring fewer observations. This represents a notable advance in automated STEM calibration and demonstrates the potential of VAEs for information compression in images. Beyond microscopy, the VAE-EM framework applies to inverse problems where simulated training data introduces a reality gap and where non-injective mappings would otherwise prevent unique solutions.
Show more
DanceHA: A Multi-Agent Framework for Document-Level Aspect-Based Sentiment Analysis
cs.CLAspect-Based Sentiment Intensity Analysis (ABSIA) has garnered increasing attention, though research largely focuses on domain-specific, sentence-level settings. In contrast, document-level ABSIA--particularly in addressing complex tasks like extracting Aspect-Category-Opinion-Sentiment-Intensity (ACOSI) tuples--remains underexplored. In this work, we introduce DanceHA, a multi-agent framework designed for open-ended, document-level ABSIA with informal writing styles. DanceHA has two main components: Dance, which employs a divide-and-conquer strategy to decompose the long-context ABSIA task into smaller, manageable sub-tasks for collaboration among specialized agents; and HA, Human-AI collaboration for annotation. We release Inf-ABSIA, a multi-domain document-level ABSIA dataset featuring fine-grained and high-accuracy labels from DanceHA. Extensive experiments demonstrate the effectiveness of our agentic framework and show that the multi-agent knowledge in DanceHA can be effectively transferred into student models. Our results highlight the importance of the overlooked informal styles in ABSIA, as they often intensify opinions tied to specific aspects.
Show more
How often do Answers Change? Estimating Recency Requirements in Question Answering
cs.CLLarge language models (LLMs) often rely on outdated knowledge when answering time-sensitive questions, leading to confident yet incorrect responses. Without explicit signals indicating whether up-to-date information is required, models struggle to decide when to retrieve external evidence, how to reason about stale facts, and how to rank answers by their validity. Existing benchmarks either periodically refresh answers or rely on fixed templates, but they do not reflect on how frequently answers change or whether a question inherently requires up-to-date information. To address this gap, we introduce a recency-stationarity taxonomy that categorizes questions by how often their answers change and whether this change frequency is time-invariant or context-dependent. Building on this taxonomy, we present RecencyQA, a dataset of 4,031 open-domain questions annotated with recency and stationarity labels. Through human evaluation and empirical analysis, we show that non-stationary questions, i.e., those where context changes the recency requirement, are significantly more challenging for LLMs, with difficulty increasing as update frequency rises. By explicitly modeling recency and context dependence, RecencyQA enables fine-grained benchmarking and analysis of temporal reasoning beyond binary notions of freshness, and provides a foundation for developing recency-aware and context-sensitive question answering systems.
Show more
A Pin-Array Structured Climbing Robot for Stable Locomotion on Steep Rocky Terrain
cs.ROClimbing robots face significant challenges when navigating unstructured environments, where reliable attachment to irregular surfaces is critical. We present a novel mobile climbing robot equipped with compliant pin-array structured grippers that passively conform to surface irregularities, ensuring stable ground gripping without the need for complicated sensing or control. Each pin features a vertically split design, combining an elastic element with a metal spine to enable mechanical interlocking with microscale surface features. Statistical modeling and experimental validation indicate that variability in individual pin forces and contact numbers are the primary sources of grasping uncertainty. The robot demonstrated robust and stable locomotion in indoor tests on inclined walls (10-30 degrees) and in outdoor tests on natural rocky terrain. This work highlights that a design emphasizing passive compliance and mechanical redundancy provides a practical and robust solution for real-world climbing robots while minimizing control complexity.
Show more
Designing for Disagreement: Front-End Guardrails for Assistance Allocation in LLM-Enabled Robots
cs.AILLM-enabled robots prioritizing scarce assistance in social settings face pluralistic values and LLM behavioral variability: reasonable people can disagree about who is helped first, while LLM-mediated interaction policies vary across prompts, contexts, and groups in ways that are difficult to anticipate or verify at contact point. Yet user-facing guardrails for real-time, multi-user assistance allocation remain under-specified. We propose bounded calibration with contestability, a procedural front-end pattern that (i) constrains prioritization to a governance-approved menu of admissible modes, (ii) keeps the active mode legible in interaction-relevant terms at the point of deferral, and (iii) provides an outcome-specific contest pathway without renegotiating the global rule. Treating pluralism and LLM uncertainty as standing conditions, the pattern avoids both silent defaults that hide implicit value skews and wide-open user-configurable "value settings" that shift burden under time pressure. We illustrate the pattern with a public-concourse robot vignette and outline an evaluation agenda centered on legibility, procedural legitimacy, and actionability, including risks of automation bias and uneven usability of contest channels.
Show more
SympFormer: Accelerated attention blocks via Inertial Dynamics on Density Manifolds
cs.LGTransformers owe much of their empirical success in natural language processing to the self-attention blocks. Recent perspectives interpret attention blocks as interacting particle systems, whose mean-field limits correspond to gradient flows of interaction energy functionals on probability density spaces equipped with Wasserstein-$2$-type metrics. We extend this viewpoint by introducing accelerated attention blocks derived from inertial Nesterov-type dynamics on density spaces. In our proposed architecture, tokens carry both spatial (feature) and velocity variables. The time discretization and the approximation of accelerated density dynamics yield Hamiltonian momentum attention blocks, which constitute the proposed accelerated attention architectures. In particular, for linear self-attention, we show that the attention blocks approximate a Stein variational gradient flow, using a bilinear kernel, of a potential energy. In this setting, we prove that elliptically contoured probability distributions are preserved by the accelerated attention blocks. We present implementable particle-based algorithms and demonstrate that the proposed accelerated attention blocks converge faster than the classical attention blocks while preserving the number of oracle calls.
Show more
Exploring different approaches to customize language models for domain-specific text-to-code generation
cs.AILarge language models (LLMs) have demonstrated strong capabilities in generating executable code from natural language descriptions. However, general-purpose models often struggle in specialized programming contexts where domain-specific libraries, APIs, or conventions must be used. Customizing smaller open-source models offers a cost-effective alternative to relying on large proprietary systems. In this work, we investigate how smaller language models can be adapted for domain-specific code generation using synthetic datasets. We construct datasets of programming exercises across three domains within the Python ecosystem: general Python programming, Scikit-learn machine learning workflows, and OpenCV-based computer vision tasks. Using these datasets, we evaluate three customization strategies: few-shot prompting, retrieval-augmented generation (RAG), and parameter-efficient fine-tuning using Low-Rank Adaptation (LoRA). Performance is evaluated using both benchmark-based metrics and similarity-based metrics that measure alignment with domain-specific code. Our results show that prompting-based approaches such as few-shot learning and RAG can improve domain relevance in a cost-effective manner, although their impact on benchmark accuracy is limited. In contrast, LoRA-based fine-tuning consistently achieves higher accuracy and stronger domain alignment across most tasks. These findings highlight practical trade-offs between flexibility, computational cost, and performance when adapting smaller language models for specialized programming tasks.
Show more
An approximate graph elicits detonation lattice
cs.CVThis study presents a novel algorithm based on graph theory for the precise segmentation and measurement of detonation cells from 3D pressure traces, termed detonation lattices, addressing the limitations of manual and primitive 2D edge detection methods prevalent in the field. Using a segmentation model, the proposed training-free algorithm is designed to accurately extract cellular patterns, a longstanding challenge in detonations research. First, the efficacy of segmentation on generated data is shown with a prediction error 2%. Next, 3D simulation data is used to establish performance of the graph-based workflow. The results of statistics and joint probability densities show oblong cells aligned with the wave propagation axis with 17% deviation, whereas larger dispersion in volume reflects cubic amplification of linear variability. Although the framework is robust, it remains challenging to reliably segment and quantify highly complex cellular patterns. However, the graph-based formulation generalizes across diverse cellular geometries, positioning it as a practical tool for detonation analysis and a strong foundation for future extensions in triple-point collision studies.
Show more
FleetOpt: Analytical Fleet Provisioning for LLM Inference with Compress-and-Route as Implementation Mechanism
cs.DCModern LLM GPU fleets are provisioned for worst-case context lengths that the vast majority of requests never approach, wasting GPU capacity on idle KV-cache slots. We present FleetOpt, a framework that starts from first principles: given a workload's prompt-length CDF and a P99 TTFT target, derive the minimum-cost fleet analytically, then deploy it in practice. The analytical core models each pool as an M/G/c queue and derives that the minimum-cost fleet is a two-pool architecture -- a short-context pool and a long-context pool -- with an optimal boundary B* satisfying an equal marginal GPU cost condition across both pools. The fundamental barrier to achieving B* is the cost cliff: a hard routing step where requests just above B* consume 8x--42x more GPU capacity than requests just below it (depending on the context window ratio), creating a structural disincentive to lower the boundary. Compress-and-Route (C&R) is the implementation mechanism that resolves this barrier. Gateway-layer extractive compression trims borderline requests below B* before the engine ever sees them, converting the hard hardware boundary into a software parameter read from the workload CDF. The two components are unified in the FleetOpt offline planner: given a CDF and SLO, it returns the optimal (n_s*, n_l*, B*, gamma*) in under 1 ms. On three production traces, the combined framework reduces total GPU cost by 6--82% versus a homogeneous fleet, with C&R contributing 1--44 percentage points beyond plain pool routing depending on workload archetype. The analytical model is validated against a discrete-event simulator (inference-fleet-sim) with <= 3% error on predicted GPU utilization across all pools and workloads.
Show more
FEAT: A Linear-Complexity Foundation Model for Extremely Large Structured Data
cs.LGStructured data is foundational to healthcare, finance, e-commerce, and scientific data management. Large structured-data models (LDMs) extend the foundation model paradigm to unify heterogeneous datasets for tasks such as classification, regression, and decision support. However, existing LDMs face major limitations. First, most rely on sample-wise self-attention, whose O(N^2) complexity limits the sample count. Second, linear sequence models often degrade representations due to hidden-state compression and artificial causal bias. Third, synthetic-only pre-training often fails to match real-world distributions. We propose FEAT, a linear-complexity foundation model for extremely large structured data. FEAT introduces a multi-layer dual-axis architecture that replaces quadratic attention with hybrid linear encoding. The architecture combines adaptive-fusion bi-Mamba-2 (AFBM) for local sample dependencies and convolutional gated linear attention (Conv-GLA) for global memory. This design enables linear-complexity cross-sample modeling while preserving expressive representations. To improve robustness, FEAT adopts a hybrid structural causal model pipeline and a stable reconstruction objective. Experiments on 11 real-world datasets show that FEAT consistently outperforms baselines in zero-shot performance, while scaling linearly and achieving up to 40x faster inference.
Show more
From the Inside Out: Progressive Distribution Refinement for Confidence Calibration
cs.LGLeveraging the model's internal information as the self-reward signal in Reinforcement Learning (RL) has received extensive attention due to its label-free nature. While prior works have made significant progress in applying the Test-Time Scaling (TTS) strategies to RL, the discrepancy in internal information between test and training remains inadequately addressed. Moreover, Test-Time Training based on voting-based TTS strategies often suffers from reward hacking problems. To address these issues, we propose DistriTTRL, which leverages the distribution prior of the model's confidence during RL to progressively optimize the reward signal, rather than relying solely on single-query rollouts. Additionally, we mitigate the phenomenon of consistent reward hacking caused by the voting-based TTS strategies through diversity-targeted penalties. Benefiting from this training mechanism where model capability and self-reward signals complement each other, and the mitigation of reward hacking, DistriTTRL has achieved significant performance improvements across multiple models and benchmarks.
Show more
Bridging the High-Frequency Data Gap: A Millisecond-Resolution Network Dataset for Advancing Time Series Foundation Models
cs.LGTime series foundation models (TSFMs) require diverse, real-world datasets to adapt across varying domains and temporal frequencies. However, current large-scale datasets predominantly focus on low-frequency time series with sampling intervals, i.e., time resolution, in the range of seconds to years, hindering their ability to capture the nuances of high-frequency time series data. To address this limitation, we introduce a novel dataset that captures millisecond-resolution wireless and traffic conditions from an operational 5G wireless deployment, expanding the scope of TSFMs to incorporate high-frequency data for pre-training. Further, the dataset introduces a new domain, wireless networks, thus complementing existing more general domains like energy and finance. The dataset also provides use cases for short-term forecasting, with prediction horizons spanning from 100 milliseconds (1 step) to 9.6 seconds (96 steps). By benchmarking traditional machine learning models and TSFMs on predictive tasks using this dataset, we demonstrate that most TSFM model configurations perform poorly on this new data distribution in both zero-shot and fine-tuned settings. Our work underscores the importance of incorporating high-frequency datasets during pre-training and forecasting to enhance architectures, fine-tuning strategies, generalization, and robustness of TSFMs in real-world applications.
Show more
AdaMem: Adaptive User-Centric Memory for Long-Horizon Dialogue Agents
cs.CLLarge language model (LLM) agents increasingly rely on external memory to support long-horizon interaction, personalized assistance, and multi-step reasoning. However, existing memory systems still face three core challenges: they often rely too heavily on semantic similarity, which can miss evidence crucial for user-centric understanding; they frequently store related experiences as isolated fragments, weakening temporal and causal coherence; and they typically use static memory granularities that do not adapt well to the requirements of different questions. We propose AdaMem, an adaptive user-centric memory framework for long-horizon dialogue agents. AdaMem organizes dialogue history into working, episodic, persona, and graph memories, enabling the system to preserve recent context, structured long-term experiences, stable user traits, and relation-aware connections within a unified framework. At inference time, AdaMem first resolves the target participant, then builds a question-conditioned retrieval route that combines semantic retrieval with relation-aware graph expansion only when needed, and finally produces the answer through a role-specialized pipeline for evidence synthesis and response generation. We evaluate AdaMem on the LoCoMo and PERSONAMEM benchmarks for long-horizon reasoning and user modeling. Experimental results show that AdaMem achieves state-of-the-art performance on both benchmarks. The code will be released upon acceptance.
Show more
ExpressMind: A Multimodal Pretrained Large Language Model for Expressway Operation
cs.AIThe current expressway operation relies on rule-based and isolated models, which limits the ability to jointly analyze knowledge across different systems. Meanwhile, Large Language Models (LLMs) are increasingly applied in intelligent transportation, advancing traffic models from algorithmic to cognitive intelligence. However, general LLMs are unable to effectively understand the regulations and causal relationships of events in unconventional scenarios in the expressway field. Therefore, this paper constructs a pre-trained multimodal large language model (MLLM) for expressways, ExpressMind, which serves as the cognitive core for intelligent expressway operations. This paper constructs the industry's first full-stack expressway dataset, encompassing traffic knowledge texts, emergency reasoning chains, and annotated video events to overcome data scarcity. This paper proposes a dual-layer LLM pre-training paradigm based on self-supervised training and unsupervised learning. Additionally, this study introduces a Graph-Augmented RAG framework to dynamically index the expressway knowledge base. To enhance reasoning for expressway incident response strategies, we develop a RL-aligned Chain-of-Thought (RL-CoT) mechanism that enforces consistency between model reasoning and expert problem-solving heuristics for incident handling. Finally, ExpressMind integrates a cross-modal encoder to align the dynamic feature sequences under the visual and textual channels, enabling it to understand traffic scenes in both video and image modalities. Extensive experiments on our newly released multi-modal expressway benchmark demonstrate that ExpressMind comprehensively outperforms existing baselines in event detection, safety response generation, and complex traffic analysis. The code and data are available at: https://wanderhee.github.io/ExpressMind/.
Show more
ETM2: Empowering Traditional Memory Bandwidth Regulation using ETM
cs.PFThe Embedded Trace Macrocell (ETM) is a standard component of Arm's CoreSight architecture, present in a wide range of platforms and primarily designed for tracing and debugging. In this work, we demonstrate that it can be repurposed to implement a novel hardware-assisted memory bandwidth regulator, providing a portable and effective solution to mitigate memory interference in real-time multicore systems. ETM2 requires minimal software intervention and bridges the gap between the fine-grained microsecond resolution of MemPol and the portability and reaction time of interrupt-based solutions, such as MemGuard. We assess the effectiveness and portability of our design with an evaluation on a large number of 64-bit Arm boards, and we compare ETM2 with previous works using a setup based on the San Diego Vision Benchmark Suite on the AMD Zynq UltraScale+. Our results show the scalability of the approach and highlight the design trade-offs it enables. ETM2 is effective in enforcing per-core memory bandwidth regulation and unlocks new regulation options that were infeasible under MemGuard and MemPol.
Show more
Unlearning for One-Step Generative Models via Unbalanced Optimal Transport
cs.CVRecent advances in one-step generative frameworks, such as flow map models, have significantly improved the efficiency of image generation by learning direct noise-to-data mappings in a single forward pass. However, machine unlearning for ensuring the safety of these powerful generators remains entirely unexplored. Existing diffusion unlearning methods are inherently incompatible with these one-step models, as they rely on a multi-step iterative denoising process. In this work, we propose UOT-Unlearn, a novel plug-and-play class unlearning framework for one-step generative models based on the Unbalanced Optimal Transport (UOT). Our method formulates unlearning as a principled trade-off between a forget cost, which suppresses the target class, and an $f$-divergence penalty, which preserves overall generation fidelity via relaxed marginal constraints. By leveraging UOT, our method enables the probability mass of the forgotten class to be smoothly redistributed to the remaining classes, rather than collapsing into low-quality or noise-like samples. Experimental results on CIFAR-10 and ImageNet-256 demonstrate that our framework achieves superior unlearning success (PUL) and retention quality (u-FID), significantly outperforming baselines.
Show more
On the Emotion Understanding of Synthesized Speech
cs.CLEmotion is a core paralinguistic feature in voice interaction. It is widely believed that emotion understanding models learn fundamental representations that transfer to synthesized speech, making emotion understanding results a plausible reward or evaluation metric for assessing emotional expressiveness in speech synthesis. In this work, we critically examine this assumption by systematically evaluating Speech Emotion Recognition (SER) on synthesized speech across datasets, discriminative and generative SER models, and diverse synthesis models. We find that current SER models can not generalize to synthesized speech, largely because speech token prediction during synthesis induces a representation mismatch between synthesized and human speech. Moreover, generative Speech Language Models (SLMs) tend to infer emotion from textual semantics while ignoring paralinguistic cues. Overall, our findings suggest that existing SER models often exploit non-robust shortcuts rather than capturing fundamental features, and paralinguistic understanding in SLMs remains challenging.
Show more
DST-Net: A Dual-Stream Transformer with Illumination-Independent Feature Guidance and Multi-Scale Spatial Convolution for Low-Light Image Enhancement
cs.CVLow-light image enhancement aims to restore the visibility of images captured by visual sensors in dim environments by addressing their inherent signal degradations, such as luminance attenuation and structural corruption. Although numerous algorithms attempt to improve image quality, existing methods often cause a severe loss of intrinsic signal priors. To overcome these challenges, we propose a Dual-Stream Transformer Network (DST-Net) based on illumination-agnostic signal prior guidance and multi-scale spatial convolutions. First, to address the loss of critical signal features under low-light conditions, we design a feature extraction module. This module integrates Difference of Gaussians (DoG), LAB color space transformations, and VGG-16 for texture extraction, utilizing decoupled illumination-agnostic features as signal priors to continuously guide the enhancement process. Second, we construct a dual-stream interaction architecture. By employing a cross-modal attention mechanism, the network leverages the extracted priors to dynamically rectify the deteriorated signal representation of the enhanced image, ultimately achieving iterative enhancement through differentiable curve estimation. Furthermore, to overcome the inability of existing methods to preserve fine structures and textures, we propose a Multi-Scale Spatial Fusion Block (MSFB) featuring pseudo-3D and 3D gradient operator convolutions. This module integrates explicit gradient operators to recover high-frequency edges while capturing inter-channel spatial correlations via multi-scale spatial convolutions. Extensive evaluations and ablation studies demonstrate that DST-Net achieves superior performance in subjective visual quality and objective metrics. Specifically, our method achieves a PSNR of 25.64 dB on the LOL dataset. Subsequent validation on the LSRW dataset further confirms its robust cross-scene generalization.
Show more
Optimal uncertainty bounds for multivariate kernel regression under bounded noise: A Gaussian process-based dual function
cs.LGNon-conservative uncertainty bounds are essential for making reliable predictions about latent functions from noisy data--and thus, a key enabler for safe learning-based control. In this domain, kernel methods such as Gaussian process regression are established techniques, thanks to their inherent uncertainty quantification mechanism. Still, existing bounds either pose strong assumptions on the underlying noise distribution, are conservative, do not scale well in the multi-output case, or are difficult to integrate into downstream tasks. This paper addresses these limitations by presenting a tight, distribution-free bound for multi-output kernel-based estimates. It is obtained through an unconstrained, duality-based formulation, which shares the same structure of classic Gaussian process confidence bounds and can thus be straightforwardly integrated into downstream optimization pipelines. We show that the proposed bound generalizes many existing results and illustrate its application using an example inspired by quadrotor dynamics learning.
Show more
TRACE: Evaluating Execution Efficiency of LLM-Based Code Translation
cs.SEWhile Large Language Models (LLMs) have substantially improved the functional correctness of code translation, the critical dimension of \textit{execution efficiency} remains overlooked. We present \textbf{\textsc{trace}}, the first benchmark to explicitly assess efficiency in LLM-translated code. \textsc{trace} includes 1,000 efficiency-critical tasks across C++, Java, and Python, each augmented with stress tests that reveal efficiency degradations often overlooked by small-scale tests. Using \textsc{trace}, we conduct an extensive evaluation of 28 representative LLMs and highlight several key insights: 1) Correctness is not a reliable proxy for efficiency: the correctness leader \textit{Claude-4-think} achieves only mid-level time efficiency, outperformed by smaller open-source LLMs such as \textit{Qwen2.5-Coder-14B-Instruct}. 2) Inefficiency is both prevalent and patterned: 23.5\% of correct translations exhibit pronounced inefficiency, distributed across algorithmic faults (11.9\%), language construct mismatches (66.4\%), and resource mismanagement (21.7\%). 3) Inference-time prompt strategies bring only modest improvements, suggesting that current LLMs lack intrinsic efficiency awareness. Together, our results establish efficiency as an essential dimension of code translation and position \textsc{trace} as a principled foundation for efficiency-oriented evaluation.
Show more
Breaking the Chain: A Causal Analysis of LLM Faithfulness to Intermediate Structures
cs.AISchema-guided reasoning pipelines ask LLMs to produce explicit intermediate structures -- rubrics, checklists, verification queries -- before committing to a final decision. But do these structures causally determine the output, or merely accompany it? We introduce a causal evaluation protocol that makes this directly measurable: by selecting tasks where a deterministic function maps intermediate structures to decisions, every controlled edit implies a unique correct output. Across eight models and three benchmarks, models appear self-consistent with their own intermediate structures but fail to update predictions after intervention in up to 60% of cases -- revealing that apparent faithfulness is fragile once the intermediate structure changes. When derivation of the final decision from the structure is delegated to an external tool, this fragility largely disappears; however, prompts which ask to prioritize the intermediate structure over the original input do not materially close the gap. Overall, intermediate structures in schema-guided pipelines function as influential context rather than stable causal mediators.
Show more
Multi-Agent Reinforcement Learning Counteracts Delayed CSI in Multi-Satellite Systems
cs.ITThe integration of satellite communication networks with next-generation (NG) technologies is a promising approach towards global connectivity. However, the quality of services is highly dependant on the availability of accurate channel state information (CSI). Channel estimation in satellite communications is challenging due to the high propagation delay between terrestrial users and satellites, which results in outdated CSI observations on the satellite side. In this paper, we study the downlink transmission of multiple satellites acting as distributed base stations (BS) to mobile terrestrial users. We propose a multi-agent reinforcement learning (MARL) algorithm which aims for maximising the sum-rate of the users, while coping with the outdated CSI. We design a novel bi-level optimisation, procedure themes as dual stage proximal policy optimisation (DS-PPO), for tackling the problem of large continuous action spaces as well as of independent and non-identically distributed (non-IID) environments in MARL. Specifically, the first stage of DS-PPO maximises the sum-rate for an individual satellite and the second stage maximises the sum-rate when all the satellites cooperate to form a distributed multi-antenna BS. Our numerical results demonstrate the robustness of DS-PPO to CSI imperfections as well as the sum-rate improvement attached by the use of DS-PPO. In addition, we provide the convergence analysis for the DS-PPO along with the computational complexity.
Show more
Follow the Clues, Frame the Truth: Hybrid-evidential Deductive Reasoning in Open-Vocabulary Multimodal Emotion Recognition
cs.AIOpen-Vocabulary Multimodal Emotion Recognition (OV-MER) is inherently challenging due to the ambiguity of equivocal multimodal cues, which often stem from distinct unobserved situational dynamics. While Multimodal Large Language Models (MLLMs) offer extensive semantic coverage, their performance is often bottlenecked by premature commitment to dominant data priors, resulting in suboptimal heuristics that overlook crucial, complementary affective cues across modalities. We argue that effective affective reasoning requires more than surface-level association; it necessitates reconstructing nuanced emotional states by synthesizing multiple evidence-grounded rationales that reconcile these observations from diverse latent perspectives. We introduce HyDRA, a Hybrid-evidential Deductive Reasoning Architecture that formalizes inference as a Propose-Verify-Decide protocol. To internalize this abductive process, we employ reinforcement learning with hierarchical reward shaping, aligning the reasoning trajectories with final task performance to ensure they best reconcile the observed multimodal cues. Systematic evaluations validate our design choices, with HyDRA consistently outperforming strong baselines--especially in ambiguous or conflicting scenarios--while providing interpretable, diagnostic evidence traces.
Show more
Linearized Bregman Iterations for Sparse Spiking Neural Networks
eess.SPSpiking Neural Networks (SNNs) offer an energy efficient alternative to conventional Artificial Neural Networks (ANNs) but typically still require a large number of parameters. This work introduces Linearized Bregman Iterations (LBI) as an optimizer for training SNNs, enforcing sparsity through iterative minimization of the Bregman distance and proximal soft thresholding updates. To improve convergence and generalization, we employ the AdaBreg optimizer, a momentum and bias corrected Bregman variant of Adam. Experiments on three established neuromorphic benchmarks, i.e. the Spiking Heidelberg Digits (SHD), the Spiking Speech Commands (SSC), and the Permuted Sequential MNIST (PSMNIST) datasets, show that LBI based optimization reduces the number of active parameters by about 50% while maintaining accuracy comparable to models trained with the Adam optimizer, demonstrating the potential of convex sparsity inducing methods for efficient neuromorphic learning.
Show more
DynHD: Hallucination Detection for Diffusion Large Language Models via Denoising Dynamics Deviation Learning
cs.CLDiffusion large language models (D-LLMs) have emerged as a promising alternative to auto-regressive models due to their iterative refinement capabilities. However, hallucinations remain a critical issue that hinders their reliability. To detect hallucination responses from model outputs, token-level uncertainty (e.g., entropy) has been widely used as an effective signal to indicate potential factual errors. Nevertheless, the fixed-length generation paradigm of D-LLMs implies that tokens contribute unevenly to hallucination detection, with only a small subset providing meaningful signals. Moreover, the evolution trend of uncertainty throughout the diffusion process can also provide important signals, highlighting the necessity of modeling its denoising dynamics for hallucination detection. In this paper, we propose DynHD that bridge these gaps from both spatial (token sequence) and temporal (denoising dynamics) perspectives. To address the information density imbalance across tokens, we propose a semantic-aware evidence construction module that extracts hallucination-indicative signals by filtering out non-informative tokens and emphasizing semantically meaningful ones. To model denoising dynamics for hallucination detection, we introduce a reference evidence generator that learns the expected evolution trajectory of uncertainty evidence, along with a deviation-based hallucination detector that makes predictions by measuring the discrepancy between the observed and reference trajectories. Extensive experiments demonstrate that DynHD consistently outperforms state-of-the-art baselines while achieving higher efficiency across multiple benchmarks and backbone models.
Show more
RetailBench: Evaluating Long-Horizon Autonomous Decision-Making and Strategy Stability of LLM Agents in Realistic Retail Environments
cs.AILarge Language Model (LLM)-based agents have achieved notable success on short-horizon and highly structured tasks. However, their ability to maintain coherent decision-making over long horizons in realistic and dynamic environments remains an open challenge. We introduce RetailBench, a high-fidelity benchmark designed to evaluate long-horizon autonomous decision-making in realistic commercial scenarios, where agents must operate under stochastic demand and evolving external conditions. We further propose the Evolving Strategy & Execution framework, which separates high-level strategic reasoning from low-level action execution. This design enables adaptive and interpretable strategy evolution over time. It is particularly important for long-horizon tasks, where non-stationary environments and error accumulation require strategies to be revised at a different temporal scale than action execution. Experiments on eight state-of-the-art LLMs across progressively challenging environments show that our framework improves operational stability and efficiency compared to other baselines. However, performance degrades substantially as task complexity increases, revealing fundamental limitations in current LLMs for long-horizon, multi-factor decision-making.
Show more
TRUST-SQL: Tool-Integrated Multi-Turn Reinforcement Learning for Text-to-SQL over Unknown Schemas
cs.AIText-to-SQL parsing has achieved remarkable progress under the Full Schema Assumption. However, this premise fails in real-world enterprise environments where databases contain hundreds of tables with massive noisy metadata. Rather than injecting the full schema upfront, an agent must actively identify and verify only the relevant subset, giving rise to the Unknown Schema scenario we study in this work. To address this, we propose TRUST-SQL (Truthful Reasoning with Unknown Schema via Tools). We formulate the task as a Partially Observable Markov Decision Process where our autonomous agent employs a structured four-phase protocol to ground reasoning in verified metadata. Crucially, this protocol provides a structural boundary for our novel Dual-Track GRPO strategy. By applying token-level masked advantages, this strategy isolates exploration rewards from execution outcomes to resolve credit assignment, yielding a 9.9% relative improvement over standard GRPO. Extensive experiments across five benchmarks demonstrate that TRUST-SQL achieves an average absolute improvement of 30.6% and 16.6% for the 4B and 8B variants respectively over their base models. Remarkably, despite operating entirely without pre-loaded metadata, our framework consistently matches or surpasses strong baselines that rely on schema prefilling.
Show more
Visual Distraction Undermines Moral Reasoning in Vision-Language Models
cs.AIMoral reasoning is fundamental to safe Artificial Intelligence (AI), yet ensuring its consistency across modalities becomes critical as AI systems evolve from text-based assistants to embodied agents. Current safety techniques demonstrate success in textual contexts, but concerns remain about generalization to visual inputs. Existing moral evaluation benchmarks rely on textonly formats and lack systematic control over variables that influence moral decision-making. Here we show that visual inputs fundamentally alter moral decision-making in state-of-the-art (SOTA) Vision-Language Models (VLMs), bypassing text-based safety mechanisms. We introduce Moral Dilemma Simulation (MDS), a multimodal benchmark grounded in Moral Foundation Theory (MFT) that enables mechanistic analysis through orthogonal manipulation of visual and contextual variables. The evaluation reveals that the vision modality activates intuition-like pathways that override the more deliberate and safer reasoning patterns observed in text-only contexts. These findings expose critical fragilities where language-tuned safety filters fail to constrain visual processing, demonstrating the urgent need for multimodal safety alignment.
Show more
Capability-Guided Compression: Toward Interpretability-Aware Budget Allocation for Large Language Models
cs.LGLarge language model compression has made substantial progress through pruning, quantization, and low-rank decomposition, yet a fundamental limitation persists across all existing methods: compression budgets are allocated without any representation of what individual model components functionally encode. We term this the capability-blind compression problem and argue it is a root cause of two well-documented failures -- the insensitivity of perplexity-based evaluation to reasoning capability loss, and the abrupt phase transitions in model performance recently characterized by Ma et al. (2026). We propose Capability-Guided Compression (CGC), a framework that addresses this by using Sparse Autoencoder (SAE)-derived capability density maps to allocate differential compression budgets across transformer components. Capability density is a formally defined scalar measure combining the feature breadth, activation entropy, and cross-input consistency of a component's SAE feature activation distribution. We prove theoretically that components with higher capability density exhibit lower structural redundancy and reach their individual phase transition points at lower compression ratios, providing the first pre-compression mechanism for component-level phase transition prediction. Experiments on GPT-2 Medium confirm that capability density is statistically independent of Wanda importance scores (Spearman rho = -0.054, n = 384 heads), establishing it as a genuinely novel compression signal orthogonal to all existing importance metrics. We report a negative result on PPL-based compression comparison and provide a principled diagnosis identifying GPT-2 Medium as an insufficient test bed for the full CGC hypothesis. The theoretical framework, density formalism, and orthogonality finding constitute a foundation for capability-aware compression research.
Show more
CD-FKD: Cross-Domain Feature Knowledge Distillation for Robust Single-Domain Generalization in Object Detection
cs.CVSingle-domain generalization is essential for object detection, particularly when training models on a single source domain and evaluating them on unseen target domains. Domain shifts, such as changes in weather, lighting, or scene conditions, pose significant challenges to the generalization ability of existing models. To address this, we propose Cross-Domain Feature Knowledge Distillation (CD-FKD), which enhances the generalization capability of the student network by leveraging both global and instance-wise feature distillation. The proposed method uses diversified data through downscaling and corruption to train the student network, whereas the teacher network receives the original source domain data. The student network mimics the features of the teacher through both global and instance-wise distillation, enabling it to extract object-centric features effectively, even for objects that are difficult to detect owing to corruption. Extensive experiments on challenging scenes demonstrate that CD-FKD outperforms state-of-the-art methods in both target domain generalization and source domain performance, validating its effectiveness in improving object detection robustness to domain shifts. This approach is valuable in real-world applications, like autonomous driving and surveillance, where robust object detection in diverse environments is crucial.
Show more
DISCOVER: A Solver for Distributional Counterfactual Explanations
cs.LGCounterfactual explanations (CE) explain model decisions by identifying input modifications that lead to different predictions. Most existing methods operate at the instance level. Distributional Counterfactual Explanations (DCE) extend this setting by optimizing an optimal transport objective that balances proximity to a factual input distribution and alignment to a target output distribution, with statistical certification via chance constrained bounds. However, DCE relies on gradient based optimization, while many real-world tabular pipelines are dominated by non-differentiable models. We propose DISCOVER, a model-agnostic solver for distributional counterfactual explanations. DISCOVER preserves the original DCE objective and certification while replacing gradient descent with a sparse propose-and-select search paradigm. It exploits a sample-wise decomposition of the transport objective to compute per-row impact scores and enforce a top-$k$ intervention budget, focusing edits on the most influential samples. To guide candidate generation without predictor gradients, DISCOVER introduces an OT-guided cone sampling primitive driven by input-side transport geometry. Experiments on multiple tabular datasets demonstrate strong joint alignment of input and output distributions, extending distributional counterfactual reasoning to modern black box learning pipelines. A code repository is available at https://github.com/understanding-ml/DCE.
Show more
VQKV: High-Fidelity and High-Ratio Cache Compression via Vector-Quantization
cs.CLThe growing context length of Large Language Models (LLMs) enlarges the Key-Value (KV) cache, limiting deployment in resource-limited environments. Prior training-free approaches for KV cache compression typically rely on low-rank approximation or scalar quantization, which fail to simultaneously achieve high compression ratios and high reconstruction fidelity. We propose VQKV, a novel, training-free method introducing vector quantization (VQ) to obtain highly compressed KV representations while preserving high model fidelity, allowing for the representation of thousands of floating-point values with just a few integer indices. As a result, VQKV achieves an 82.8\% compression ratio on LLaMA3.1-8B while retaining 98.6\% of the baseline performance on LongBench and enabling 4.3x longer generation length on the same memory footprint.
Show more
From Natural Language to Executable Option Strategies via Large Language Models
cs.AILarge Language Models (LLMs) excel at general code generation, yet translating natural-language trading intents into correct option strategies remains challenging. Real-world option design requires reasoning over massive, multi-dimensional option chain data with strict constraints, which often overwhelms direct generation methods. We introduce the Option Query Language (OQL), a domain-specific intermediate representation that abstracts option markets into high-level primitives under grammatical rules, enabling LLMs to function as reliable semantic parsers rather than free-form programmers. OQL queries are then validated and executed deterministically by an engine to instantiate executable strategies. We also present a new dataset for this task and demonstrate that our neuro-symbolic pipeline significantly improves execution accuracy and logical consistency over direct baselines.
Show more
IRIS: A Real-World Benchmark for Inverse Recovery and Identification of Physical Dynamic Systems from Monocular Video
cs.CVUnsupervised physical parameter estimation from video lacks a common benchmark: existing methods evaluate on non-overlapping synthetic data, the sole real-world dataset is restricted to single-body systems, and no established protocol addresses governing-equation identification. This work introduces IRIS, a high-fidelity benchmark comprising 220 real-world videos captured at 4K resolution and 60\,fps, spanning both single- and multi-body dynamics with independently measured ground-truth parameters and uncertainty estimates. Each dynamical system is recorded under controlled laboratory conditions and paired with its governing equations, enabling principled evaluation. A standardized evaluation protocol is defined encompassing parameter accuracy, identifiability, extrapolation, robustness, and governing-equation selection. Multiple baselines are evaluated, including a multi-step physics loss formulation and four complementary equation-identification strategies (VLM temporal reasoning, describe-then-classify prompting, CNN-based classification, and path-based labelling), establishing reference performance across all IRIS scenarios and exposing systematic failure modes that motivate future research. The dataset, annotations, evaluation toolkit, and all baseline implementations are publicly released.
Show more
EngGPT2: Sovereign, Efficient and Open Intelligence
cs.CLEngGPT2-16B-A3B is the latest iteration of Engineering Group's Italian LLM and it's built to be a Sovereign, Efficient and Open model. EngGPT2 is trained on 2.5 trillion tokens - less than Qwen3's 36T or Llama3's 15T - and delivers performance on key benchmarks, including MMLU-Pro, GSM8K, IFEval and HumanEval, comparable to dense models in the 8B-16B range, while requiring one-fifth to half of the inference power, and between one-tenth to one-sixth of the training data and consequent needed training power. Designed as a trained-from-scratch Mixture-of-Experts (MoE) architecture, EngGPT2 features 16 billion parameters with 3 billion active per inference, with expert sizes positioned between those used in GPT-OSS and Qwen3. Approximately 25% of its training corpus consists of Italian-language data, to deliver strong capabilities for European and Italian NLP tasks among models of similar scale. This efficiency aims to position EngGPT2 as a key contributor to the growing portfolio of open-weight European models, combining performance and efficiency with full alignment to the EU AI Act. EngGPT2 is also a single model capable of multiple reasoning modes: non-reasoning, reasoning in Italian or English, and turbo-reasoning (a concise, bullet-point style reasoning available in both languages designed for real-time reasoning use cases). EngGPT2 aims to set a new standard for resource-conscious, high-performance LLMs tailored to European and Italian contexts.
Show more
LenghuSky-8: An 8-Year All-Sky Cloud Dataset with Star-Aware Masks and Alt-Az Calibration for Segmentation and Nowcasting
astro-ph.IMGround-based time-domain observatories require minute-by-minute, site-scale awareness of cloud cover, yet existing all-sky datasets are short, daylight-biased, or lack astrometric calibration. We present LenghuSky-8, an eight-year (2018-2025) all-sky imaging dataset from a premier astronomical site, comprising 429,620 $512 \times 512$ frames with 81.2% night-time coverage, star-aware cloud masks, background masks, and per-pixel altitude-azimuth (Alt-Az) calibration. For robust cloud segmentation across day, night, and lunar phases, we train a linear probe on DINOv3 local features and obtain 93.3% $\pm$ 1.1% overall accuracy on a balanced, manually labeled set of 1,111 images. Using stellar astrometry, we map each pixel to local alt-az coordinates and measure calibration uncertainties of approximately 0.37 deg at zenith and approximately 1.34 deg at 30 deg altitude, sufficient for integration with telescope schedulers. Beyond segmentation, we introduce a short-horizon nowcasting benchmark over per-pixel three-class logits (sky/cloud/contamination) with four baselines: persistence (copying the last frame), optical flow, ConvLSTM, and VideoGPT. ConvLSTM performs best but yields only limited gains over persistence, underscoring the difficulty of near-term cloud evolution. We release the dataset, calibrations, and an open-source toolkit for loading, evaluation, and scheduler-ready alt-az maps to boost research in segmentation, nowcasting, and autonomous observatory operations.
Show more
An Efficient Heterogeneous Co-Design for Fine-Tuning on a Single GPU
cs.DCFine-tuning Large Language Models (LLMs) has become essential for domain adaptation, but its memory-intensive property exceeds the capabilities of most GPUs. To address this challenge and democratize LLM fine-tuning, we present SlideFormer, a novel system designed for single-GPU environments. Our innovations are: (1) A lightweight asynchronous engine that treats the GPU as a sliding window and overlaps GPU computation with CPU updates and multi-tier I/O. (2) A highly efficient heterogeneous memory management scheme significantly reduces peak memory usage. (3) Optimized Triton kernels to solve key bottlenecks and integrated advanced I/O. This collaborative design enables fine-tuning of the latest 123B+ models on a single RTX 4090, supporting up to 8x larger batch sizes and 6x larger models. In evaluations, SlideFormer achieves 1.40x to 6.27x higher throughput while roughly halving CPU/GPU memory usage compared to baselines, sustaining >95% peak performance on both NVIDIA and AMD GPUs.
Show more
SF-Mamba: Rethinking State Space Model for Vision
cs.CVThe realm of Mamba for vision has been advanced in recent years to strike for the alternatives of Vision Transformers (ViTs) that suffer from the quadratic complexity. While the recurrent scanning mechanism of Mamba offers computational efficiency, it inherently limits non-causal interactions between image patches. Prior works have attempted to address this limitation through various multi-scan strategies; however, these approaches suffer from inefficiencies due to suboptimal scan designs and frequent data rearrangement. Moreover, Mamba exhibits relatively slow computational speed under short token lengths, commonly used in visual tasks. In pursuit of a truly efficient vision encoder, we rethink the scan operation for vision and the computational efficiency of Mamba. To this end, we propose SF-Mamba, a novel visual Mamba with two key proposals: auxiliary patch swapping for encoding bidirectional information flow under an unidirectional scan and batch folding with periodic state reset for advanced GPU parallelism. Extensive experiments on image classification, object detection, and instance and semantic segmentation consistently demonstrate that our proposed SF-Mamba significantly outperforms state-of-the-art baselines while improving throughput across different model sizes. We will release the source code after publication.
Show more
Via Negativa for AI Alignment: Why Negative Constraints Are Structurally Superior to Positive Preferences
cs.AIRecent empirical results have demonstrated that training large language models (LLMs) with negative-only feedback can match or exceed standard reinforcement learning from human feedback (RLHF). Negative Sample Reinforcement achieves parity with PPO on mathematical reasoning; Distributional Dispreference Optimization trains effectively using only dispreferred samples; and Constitutional AI outperforms pure RLHF on harmlessness benchmarks. Yet no unified theoretical account explains why negative signals are so effective. This paper proposes such an account: positive preferences and negative constraints are structurally asymmetric. Positive preferences ("which is better") encode continuously coupled, context-dependent human values that cannot be exhaustively specified -- leading models to learn surface correlates such as agreement with the user (sycophancy). Negative constraints ("what is wrong") encode discrete, finite, independently verifiable prohibitions that can converge to a stable boundary. This asymmetry -- rooted in Popper's falsification logic and the epistemology of negative knowledge -- explains both the sycophancy failure of preference-based RLHF and the surprising effectiveness of negative-signal methods. We argue that alignment research should shift its center of gravity from "learning what humans prefer" to "learning what humans reject," and offer testable predictions for this framework.
Show more
IndexRAG: Bridging Facts for Cross-Document Reasoning at Index Time
cs.CLMulti-hop question answering (QA) requires reasoning across multiple documents, yet existing retrieval-augmented generation (RAG) approaches address this either through graph-based methods requiring additional online processing or iterative multi-step reasoning. We present IndexRAG, a novel approach that shifts cross-document reasoning from online inference to offline indexing. IndexRAG identifies bridge entities shared across documents and generates bridging facts as independently retrievable units, requiring no additional training or fine-tuning. Experiments on three widely-used multi-hop QA benchmarks (HotpotQA, 2WikiMultiHopQA, MuSiQue) show that IndexRAG improves F1 over Naive RAG by 4.6 points on average, while requiring only single-pass retrieval and a single LLM call at inference time. When combined with IRCoT, IndexRAG outperforms all graph-based baselines on average, including HippoRAG and FastGraphRAG, while relying solely on flat retrieval. Our code will be released upon acceptance.
Show more
Trained Persistent Memory for Frozen Encoder--Decoder LLMs: Six Architectural Methods
cs.LGFrozen encoder--decoder language models are stateless: the latent representation is discarded after every forward pass, so no information persists across sessions. This paper presents a \textbf{proof-of-concept pilot study} showing that persistent memory in the \emph{continuous latent space} of a frozen LLM is feasible -- even under severe resource constraints (a single frozen Flan-T5-XL backbone, small trainable adapters, a single dataset). We implement six architectural methods spanning three injection points and four write mechanisms; unlike text-level memory systems, every write and read is a differentiable operation on dense vectors. After training only the adapter, the memory bank continues to accumulate at inference time without gradients, enabling \emph{conversational learning}. Under a forgetting-curve evaluation on LoCoMo at two capacity scales (1$\times$ and 10$\times$), the stateless baseline scores exactly zero; at 10$\times$ all six trained adapters produce positive memory-recall curves; at 1$\times$ three methods collapse, revealing capacity as a critical design parameter. Because the memory bank is a compact numerical array, it can be scaled to arbitrarily large capacity without altering the backbone. We argue that full end-to-end training with larger models, larger data, and orders-of-magnitude larger memory will yield substantially stronger results; this pilot study establishes the feasibility baseline and design-space taxonomy that such efforts require.
Show more
RECOVER: Robust Entity Correction via agentic Orchestration of hypothesis Variants for Evidence-based Recovery
cs.CLEntity recognition in Automatic Speech Recognition (ASR) is challenging for rare and domain-specific terms. In domains such as finance, medicine, and air traffic control, these errors are costly. If the entities are entirely absent from the ASR output, post-ASR correction becomes difficult. To address this, we introduce RECOVER, an agentic correction framework that serves as a tool-using agent. It leverages multiple hypotheses as evidence from ASR, retrieves relevant entities, and applies Large Language Model (LLM) correction under constraints. The hypotheses are used using different strategies, namely, 1-Best, Entity-Aware Select, Recognizer Output Voting Error Reduction (ROVER) Ensemble, and LLM-Select. Evaluated across five diverse datasets, it achieves 8-46% relative reductions in entity-phrase word error rate (E-WER) and increases recall by up to 22 percentage points. The LLM-Select achieves the best overall performance in entity correction while maintaining overall WER.
Show more
PlotTwist: A Creative Plot Generation Framework with Small Language Models
cs.CLCreative plot generation presents a fundamental challenge for language models: transforming a concise premise into a coherent narrative that sustains global structure, character development, and emotional resonance. Although recent Large Language Models (LLMs) demonstrate strong fluency across general-purpose tasks, they typically require preference alignment to perform well on specialized domains such as creative plot generation. However, conducting such alignment at the scale of frontier LLMs is computationally prohibitive, significantly limiting accessibility and practical deployment. To address this, we present PlotTwist, a structured framework that enables Small Language Models (SLMs) with $\leq$ 5B active parameters to generate high-quality, premise-conditioned plots competitive with frontier systems up to $200\times$ larger. Our approach decomposes generation into three specialized components: (1) an Aspect Rating Reward Model trained via a novel Positive-Negative prompting strategy to deliver structured narratives across five Narrative Quality Dimensions (NQDs); (2) a Mixture-of-Experts (MoE) plot generator aligned via Direct Preference Optimization on high-confidence preference pairs; and (3) an Agentic Evaluation module that emulates human critical judgment for unbiased post-hoc assessment. Extensive experiments demonstrate that PlotTwist consistently outperforms frontier models across multiple NQDs despite substantially tighter capacity constraints. Further validation confirms strong sensitivity to narrative quality, as the framework reliably distinguishes plots derived from critically acclaimed versus widely panned screenplays. Together, these results establish structured, preference-based alignment as a resource-efficient approach to high-quality creative plot generation.
Show more
Who Benchmarks the Benchmarks? A Case Study of LLM Evaluation in Icelandic
cs.CLThis paper evaluates current Large Language Model (LLM) benchmarking for Icelandic, identifies problems, and calls for improved evaluation methods in low/medium-resource languages in particular. We show that benchmarks that include synthetic or machine-translated data that have not been verified in any way, commonly contain severely flawed test examples that are likely to skew the results and undermine the tests' validity. We warn against the use of such methods without verification in low/medium-resource settings as the translation quality can, at best, only be as good as MT quality for a given language at any given time. Indeed, the results of our quantitative error analysis on existing benchmarks for Icelandic show clear differences between human-authored/-translated benchmarks vs. synthetic or machine-translated benchmarks.
Show more
Deep Reinforcement Learning-Assisted Automated Operator Portfolio for Constrained Multi-objective Optimization
cs.NEConstrained multi-objective optimization problems (CMOPs) are of great significance in the context of practical applications, ranging from scientific to engineering domains. Most existing constrained multi-objective evolutionary algorithms (CMOEAs) usually employ fixed operators all the time, which exhibit poor versatility in handling various CMOPs. Therefore, some recent studies have focused on adaptively selecting the best operators for the current population states during the search process. The evolutionary algorithms proposed in these studies learn the value of each operator and recommend the operator with the highest value for the current population, resulting in only a single operator being recommended at each generation, which can potentially lead to local optima and inefficient utilization of function evaluations. To address the dilemma in operator adaptation, this paper proposes a reinforcement learning-based automated operator portfolio approach to learn an allocation scheme of operators at each generation. This approach considers the optimization-related and constraint-related features of the current population as states, the overall improvement in population convergence and diversity as rewards, and different operator portfolios as actions. By utilizing deep neural networks to establish a mapping model between the population states and the expected cumulative rewards, the proposed approach determines the optimal operator portfolio during the evolutionary process. By embedding the proposed approach into existing CMOEAs, a deep reinforcement learning-assisted automated operator portfolio based evolutionary algorithm for solving CMOPs, abbreviated as CMOEA-AOP, is developed. Empirical studies on 33 benchmark problems demonstrate that the proposed algorithm significantly enhances the performance of CMOEAs and exhibits more stable performance across different CMOPs.
Show more
Fanar 2.0: Arabic Generative AI Stack
cs.CLWe present Fanar 2.0, the second generation of Qatar's Arabic-centric Generative AI platform. Sovereignty is a first-class design principle: every component, from data pipelines to deployment infrastructure, was designed and operated entirely at QCRI, Hamad Bin Khalifa University. Fanar 2.0 is a story of resource-constrained excellence: the effort ran on 256 NVIDIA H100 GPUs, with Arabic having only ~0.5% of web data despite 400 million native speakers. Fanar 2.0 adopts a disciplined strategy of data quality over quantity, targeted continual pre-training, and model merging to achieve substantial gains within these constraints. At the core is Fanar-27B, continually pre-trained from a Gemma-3-27B backbone on a curated corpus of 120 billion high-quality tokens across three data recipes. Despite using 8x fewer pre-training tokens than Fanar 1.0, it delivers substantial benchmark improvements: Arabic knowledge (+9.1 pts), language (+7.3 pts), dialects (+3.5 pts), and English capability (+7.6 pts). Beyond the core LLM, Fanar 2.0 introduces a rich stack of new capabilities. FanarGuard is a state-of-the-art 4B bilingual moderation filter for Arabic safety and cultural alignment. The speech family Aura gains a long-form ASR model for hours-long audio. Oryx vision family adds Arabic-aware image and video understanding alongside culturally grounded image generation. An agentic tool-calling framework enables multi-step workflows. Fanar-Sadiq utilizes a multi-agent architecture for Islamic content. Fanar-Diwan provides classical Arabic poetry generation. FanarShaheen delivers LLM-powered bilingual translation. A redesigned multi-layer orchestrator coordinates all components through intent-aware routing and defense-in-depth safety validation. Taken together, Fanar 2.0 demonstrates that sovereign, resource-constrained AI development can produce systems competitive with those built at far greater scale.
Show more
Robust Physics-Guided Diffusion for Full-Waveform Inversion
math.NAWe develop a robust physics-guided diffusion framework for full-waveform inversion that combines a score-based generative prior with likelihood guidance computed through wave-equation simulations. We adopt a transport-based data-consistency potential (Wasserstein-2), incorporating wavefield enhancement via bounded weighting and observation-dependent normalization, thereby improving robustness to amplitude imbalance and time/phase misalignment. On the inference side, we introduce a preconditioned guided reverse-diffusion scheme that adapts the guidance strength and spatial scaling throughout the reverse-time dynamics, yielding a more stable and effective data-consistency guidance step than standard diffusion posterior sampling (DPS). Numerical experiments on OpenFWI datasets demonstrate improved reconstruction quality over deterministic optimization baselines and standard DPS under comparable computational budgets.
Show more
Controlling Fish Schools via Reinforcement Learning of Virtual Fish Movement
cs.ROThis study investigates a method to guide and control fish schools using virtual fish trained with reinforcement learning. We utilize 2D virtual fish displayed on a screen to overcome technical challenges such as durability and movement constraints inherent in physical robotic agents. To address the lack of detailed behavioral models for real fish, we adopt a model-free reinforcement learning approach. First, simulation results show that reinforcement learning can acquire effective movement policies even when simulated real fish frequently ignore the virtual stimulus. Second, real-world experiments with live fish confirm that the learned policy successfully guides fish schools toward specified target directions. Statistical analysis reveals that the proposed method significantly outperforms baseline conditions, including the absence of stimulus and a heuristic "stay-at-edge" strategy. This study provides an early demonstration of how reinforcement learning can be used to influence collective animal behavior through artificial agents.
Show more
Age Predictors Through the Lens of Generalization, Bias Mitigation, and Interpretability: Reflections on Causal Implications
cs.LGChronological age predictors often fail to achieve out-of-distribution (OOD) gen- eralization due to exogenous attributes such as race, gender, or tissue. Learning an invariant representation with respect to those attributes is therefore essential to improve OOD generalization and prevent overly optimistic results. In predic- tive settings, these attributes motivate bias mitigation; in causal analyses, they appear as confounders; and when protected, their suppression leads to fairness. We coherently explore these concepts with theoretical rigor and discuss the scope of an interpretable neural network model based on adversarial representation learning. Using publicly available mouse transcriptomic datasets, we illustrate the behavior of this model relative to conventional machine learning models. We observe that the outcome of this model is consistent with the predictive results of a published study demonstrating the effects of Elamipretide on mouse skeletal and cardiac muscle. We conclude by discussing the limitations of deriving causal interpretation from such purely predictive models.
Show more
Prior-Informed Neural Network Initialization: A Spectral Approach for Function Parameterizing Architectures
cs.LGNeural network architectures designed for function parameterization, such as the Bag-of-Functions (BoF) framework, bridge the gap between the expressivity of deep learning and the interpretability of classical signal processing. However, these models are inherently sensitive to parameter initialization, as traditional data-agnostic schemes fail to capture the structural properties of the target signals, often leading to suboptimal convergence. In this work, we propose a prior-informed design strategy that leverages the intrinsic spectral and temporal structure of the data to guide both network initialization and architectural configuration. A principled methodology is introduced that uses the Fast Fourier Transform to extract dominant seasonal priors, informing model depth and initial states, and a residual-based regression approach to parameterize trend components. Crucially, this structural alignment enables a substantial reduction in encoder dimensionality without compromising reconstruction fidelity. A supporting theoretical analysis provides guidance on trend estimation under finite-sample regimes. Extensive experiments on synthetic and real-world benchmarks demonstrate that embedding data-driven priors significantly accelerates convergence, reduces performance variability across trials, and improves computational efficiency. Overall, the proposed framework enables more compact and interpretable architectures while outperforming standard initialization baselines, without altering the core training procedure.
Show more
FederatedFactory: Generative One-Shot Learning for Extremely Non-IID Distributed Scenarios
cs.LGFederated Learning (FL) enables distributed optimization without compromising data sovereignty. Yet, where local label distributions are mutually exclusive, standard weight aggregation fails due to conflicting optimization trajectories. Often, FL methods rely on pretrained foundation models, introducing unrealistic assumptions. We introduce FederatedFactory, a zero-dependency framework that inverts the unit of federation from discriminative parameters to generative priors. By exchanging generative modules in a single communication round, our architecture supports ex nihilo synthesis of universally class balanced datasets, eliminating gradient conflict and external prior bias entirely. Evaluations across diverse medical imagery benchmarks, including MedMNIST and ISIC2019, demonstrate that our approach recovers centralized upper-bound performance. Under pathological heterogeneity, it lifts baseline accuracy from a collapsed 11.36% to 90.57% on CIFAR-10 and restores ISIC2019 AUROC to 90.57%. Additionally, this framework facilitates exact modular unlearning through the deterministic deletion of specific generative modules.
Show more
Encoding Predictability and Legibility for Style-Conditioned Diffusion Policy
cs.ROStriking a balance between efficiency and transparent motion is a core challenge in human-robot collaboration, as highly expressive movements often incur unnecessary time and energy costs. In collaborative environments, legibility allows a human observer a better understanding of the robot's actions, increasing safety and trust. However, these behaviors result in sub-optimal and exaggerated trajectories that are redundant in low-ambiguity scenarios where the robot's goal is already obvious. To address this trade-off, we propose Style-Conditioned Diffusion Policy (SCDP), a modular framework that constrains the trajectory generation of a pre-trained diffusion model toward either legibility or efficiency based on the environment's configuration. Our method utilizes a post-training pipeline that freezes the base policy and trains a lightweight scene encoder and conditioning predictor to modulate the diffusion process. At inference time, an ambiguity detection module activates the appropriate conditioning, prioritizing expressive motion only for ambiguous goals and reverting to efficient paths otherwise. We evaluate SCDP on manipulation and navigation tasks, and results show that it enhances legibility in ambiguous settings while preserving optimal efficiency when legibility is unnecessary, all without retraining the base policy.
Show more
DynamicGate MLP Conditional Computation via Learned Structural Dropout and Input Dependent Gating for Functional Plasticity
cs.LGDropout is a representative regularization technique that stochastically deactivates hidden units during training to mitigate overfitting. In contrast, standard inference executes the full network with dense computation, so its goal and mechanism differ from conditional computation, where the executed operations depend on the input. This paper organizes DynamicGate-MLP into a single framework that simultaneously satisfies both the regularization view and the conditional-computation view. Instead of a random mask, the proposed model learns gates that decide whether to use each unit (or block), suppressing unnecessary computation while implementing sample-dependent execution that concentrates computation on the parts needed for each input. To this end, we define continuous gate probabilities and, at inference time, generate a discrete execution mask from them to select an execution path. Training controls the compute budget via a penalty on expected gate usage and uses a Straight-Through Estimator (STE) to optimize the discrete mask. We evaluate DynamicGate-MLP on MNIST, CIFAR-10, Tiny-ImageNet, Speech Commands, and PBMC3k, and compare it with various MLP baselines and MoE-style variants. Compute efficiency is compared under a consistent criterion using gate activation ratios and a layerweighted relative MAC metric, rather than wall-clock latency that depends on hardware and backend kernels.
Show more
FactorEngine: A Program-level Knowledge-Infused Factor Mining Framework for Quantitative Investment
cs.AIWe study alpha factor mining, the automated discovery of predictive signals from noisy, non-stationary market data-under a practical requirement that mined factors be directly executable and auditable, and that the discovery process remain computationally tractable at scale. Existing symbolic approaches are limited by bounded expressiveness, while neural forecasters often trade interpretability for performance and remain vulnerable to regime shifts and overfitting. We introduce FactorEngine (FE), a program-level factor discovery framework that casts factors as Turing-complete code and improves both effectiveness and efficiency via three separations: (i) logic revision vs. parameter optimization, (ii) LLM-guided directional search vs. Bayesian hyperparameter search, and (iii) LLM usage vs. local computation. FE further incorporates a knowledge-infused bootstrapping module that transforms unstructured financial reports into executable factor programs through a closed-loop multi-agent extraction-verification-code-generation pipeline, and an experience knowledge base that supports trajectory-aware refinement (including learning from failures). Across extensive backtests on real-world OHLCV data, FE produces factors with substantially stronger predictive stability and portfolio impact-for example, higher IC/ICIR (and Rank IC/ICIR) and improved AR/Sharpe, than baseline methods, achieving state-of-the-art predictive and portfolio performance.
Show more
$D^3$-RSMDE: 40$\times$ Faster and High-Fidelity Remote Sensing Monocular Depth Estimation
cs.CVReal-time, high-fidelity monocular depth estimation from remote sensing imagery is crucial for numerous applications, yet existing methods face a stark trade-off between accuracy and efficiency. Although using Vision Transformer (ViT) backbones for dense prediction is fast, they often exhibit poor perceptual quality. Conversely, diffusion models offer high fidelity but at a prohibitive computational cost. To overcome these limitations, we propose Depth Detail Diffusion for Remote Sensing Monocular Depth Estimation ($D^3$-RSMDE), an efficient framework designed to achieve an optimal balance between speed and quality. Our framework first leverages a ViT-based module to rapidly generate a high-quality preliminary depth map construction, which serves as a structural prior, effectively replacing the time-consuming initial structure generation stage of diffusion models. Based on this prior, we propose a Progressive Linear Blending Refinement (PLBR) strategy, which uses a lightweight U-Net to refine the details in only a few iterations. The entire refinement step operates efficiently in a compact latent space supported by a Variational Autoencoder (VAE). Extensive experiments demonstrate that $D^3$-RSMDE achieves a notable 11.85% reduction in the Learned Perceptual Image Patch Similarity (LPIPS) perceptual metric over leading models like Marigold, while also achieving over a 40x speedup in inference and maintaining VRAM usage comparable to lightweight ViT models.
Show more
Beyond Grading Accuracy: Exploring Alignment of TAs and LLMs
cs.CYIn this paper, we investigate the potential of open-source Large Language Models (LLMs) for grading Unified Modeling Language (UML) class diagrams. In contrast to existing work, which primarily evaluates proprietary LLMs, we focus on non-proprietary models, making our approach suitable for universities where transparency and cost are critical. Additionally, existing studies assess performance over complete diagrams rather than individual criteria, offering limited insight into how automated grading aligns with human evaluation. To address these gaps, we propose a grading pipeline in which student-generated UML class diagrams are independently evaluated by both teaching assistants (TAs) and LLMs. Grades are then compared at the level of individual criteria. We evaluate this pipeline through a quantitative study of 92 UML class diagrams from a software design course, comparing TA grades against assessments produced by six popular open-source LLMs. Performance is measured across individual criterion, highlighting areas where LLMs diverge from human graders. Our results show per-criterion accuracy of up to 88.56% and a Pearson correlation coefficient of up to 0.78, representing a substantial improvement over previous work while using only open-source models. We also explore the concept of an optimal model that combines the best-performing LLM per criterion. This optimal model achieves performance close to that of a TA, suggesting a possible path toward a mixed-initiative grading system. Our findings demonstrate that open-source LLMs can effectively support UML class diagram grading by explicitly identifying grading alignment. The proposed pipeline provides a practical approach to manage increasing assessment workloads with growing student counts.
Show more
Toward Experimentation-as-a-Service in 5G/6G: The Plaza6G Prototype for AI-Assisted Trials
cs.NIThis paper presents Plaza6G, the first operational Experiment-as-a-Service (ExaS) platform unifying cloud resources with next-generation wireless infrastructure. Developed at CTTC in Barcelona, Plaza6G integrates GPU-accelerated compute clusters, multiple 5G cores, both open-source (e.g., Free5GC) and commercial (e.g., Cumucore), programmable RANs, and physical or emulated user equipment under unified orchestration. In Plaza6G, the experiment design requires minimal expertise as it is expressed in natural language via a web portal or a REST API. The web portal and REST API are enhanced with a Large Language Model (LLM)-based assistant, which employs retrieval-augmented generation (RAG) for up-to-date experiment knowledge and Low-Rank Adaptation (LoRA) for continuous domain fine-tuning. Over-the-air (OTA) trials leverage a four-chamber anechoic facility and a dual-site outdoor 5G network operating in sub-6~GHz and mmWave bands. Demonstrations include automated CI/CD integration with sub-ten-minute setup and interactive OTA testing under programmable propagation conditions. Machine-readable experiment descriptors ensure reproducibility, while future work targets policy-aware orchestration, safety validation, and federated testbed integration toward open, reproducible wireless experimentation.
Show more
PashtoCorp: A 1.25-Billion-Word Corpus, Evaluation Suite, and Reproducible Pipeline for Low-Resource Language Development
cs.CLWe present PashtoCorp, a 1.25-billion-word corpus for Pashto, a language spoken by 60 million people that remains severely underrepresented in NLP. The corpus is assembled from 39 sources spanning seven HuggingFace datasets and 32 purpose-built web scrapers, processed through a reproducible pipeline with Arabic-script tokenization, SHA-256 deduplication, and quality filtering. At 1.25B words across 2.81 million documents, PashtoCorp is 40x larger than the OSCAR Pashto subset and 83x larger than the previously largest dedicated Pashto corpus. Continued MLM pretraining of XLM-R-base on PashtoCorp reduces held-out perplexity by 25.1% (8.08->6.06). On WikiANN Pashto NER, the pretrained model improves entity F1 by 10% relative (19.0%->21.0%) and reduces training variance nearly 7x; the largest gain appears at 50 training sentences (+27%), with PashtoCorp covering 97.9% of WikiANN entity vocabulary. On Belebele Pashto reading comprehension, Gemma-3n achieves 64.6% accuracy, the first published LLM baseline for Pashto on this benchmark. A leave-one-out source ablation shows that Wikipedia (0.7% of documents) is the most critical source for NER: removing it alone reduces entity F1 by 47%. Corpus data, trained model, and code are available at https://huggingface.co/datasets/ihanif/pashto-corpus, https://huggingface.co/ihanif/xlmr-pashto, and https://github.com/ihanif/pashto-corpus.
Show more
Biased Compression in Gradient Coding for Distributed Learning
cs.DCCommunication bottlenecks and the presence of stragglers pose significant challenges in distributed learning (DL). To deal with these challenges, recent advances leverage unbiased compression functions and gradient coding. However, the significant benefits of biased compression remain largely unexplored. To close this gap, we propose Compressed Gradient Coding with Error Feedback (COCO-EF), a novel DL method that combines gradient coding with biased compression to mitigate straggler effects and reduce communication costs. In each iteration, non-straggler devices encode local gradients from redundantly allocated training data, incorporate prior compression errors, and compress the results using biased compression functions before transmission. The server aggregates these compressed messages from the non-stragglers to approximate the global gradient for model updates. We provide rigorous theoretical convergence guarantees for COCO-EF and validate its superior learning performance over baseline methods through empirical evaluations. As far as we know, we are among the first to rigorously demonstrate that biased compression has substantial benefits in DL, when gradient coding is employed to cope with stragglers.
Show more
Automated identification of Ichneumonoidea wasps via YOLO-based deep learning: Integrating HiresCam for Explainable AI
cs.CVAccurate taxonomic identification of parasitoid wasps within the superfamily Ichneumonoidea is essential for biodiversity assessment, ecological monitoring, and biological control programs. However, morphological similarity, small body size, and fine-grained interspecific variation make manual identification labor-intensive and expertise-dependent. This study proposes a deep learning-based framework for the automated identification of Ichneumonoidea wasps using a YOLO-based architecture integrated with High-Resolution Class Activation Mapping (HiResCAM) to enhance interpretability. The proposed system simultaneously identifies wasp families from high-resolution images. The dataset comprises 3556 high-resolution images of Hymenoptera specimens. The taxonomic distribution is primarily concentrated among the families Ichneumonidae (n = 786), Braconidae (n = 648), Apidae (n = 466), and Vespidae (n = 460). Extensive experiments were conducted using a curated dataset, with model performance evaluated through precision, recall, F1 score, and accuracy. The results demonstrate high accuracy of over 96 % and robust generalization across morphological variations. HiResCAM visualizations confirm that the model focuses on taxonomically relevant anatomical regions, such as wing venation, antennae segmentation, and metasomal structures, thereby validating the biological plausibility of the learned features. The integration of explainable AI techniques improves transparency and trustworthiness, making the system suitable for entomological research to accelerate biodiversity characterization in an under-described parasitoid superfamily.
Show more
Explainable machine learning workflows for radio astronomical data processing
astro-ph.IMRadio astronomy relies heavily on efficient and accurate processing pipelines to deliver science ready data. With the increasing data flow of modern radio telescopes, manual configuration of such data processing pipelines is infeasible. Machine learning (ML) is already emerging as a viable solution for automating data processing pipelines. However, almost all existing ML enabled pipelines are of black-box type, where the decisions made by the automating agents are not easily deciphered by astronomers. In order to improve the explainability of the ML aided data processing pipelines in radio astronomy, we propose the joint use of fuzzy rule based inference and deep learning. We consider one application in radio astronomy, i.e., calibration, to showcase the proposed approach of ML aided decision making using a Takagi-Sugeno-Kang (TSK) fuzzy system. We provide results based on simulations to illustrate the increased explainability of the proposed approach, not compromising on the quality or accuracy.
Show more
SseRex: Practical Symbolic Execution of Solana Smart Contracts
cs.CRSolana is rapidly gaining traction among smart contract developers and users. However, its growing adoption has been accompanied by a series of major security incidents, which have spurred research into automated analysis techniques for Solana smart contracts. Unfortunately, existing approaches do not address the unique and complex account model of Solana. In this paper, we propose SseRex, the first symbolic execution vulnerability detection approach for finding Solana-specific bugs such as missing owner checks, missing signer checks, and missing key checks, as well as arbitrary cross-program invocations. Our evaluation of 8,714 bytecode-only contracts shows that our approach outperforms existing approaches and identifies potential bugs in 467 different contracts. Additionally, we analyzed 120 open-source Solana projects and conducted in-depth case studies on four of them. Our findings reveal that subtle, easily overlooked issues often serve as the root cause of severe exploits, further highlighting the need for specialized analysis tools like SseRex.
Show more
Prompts Blend Requirements and Solutions: From Intent to Implementation
cs.SEAI coding assistants are reshaping software development by shifting focus from writing code to formulating prompts. In chat-focused approaches such as vibe coding, prompts become the primary arbiter between human intent and executable software. While Requirements Engineering (RE) emphasizes capturing, validating, and evolving requirements, current prompting practices remain informal and adhoc. We argue that prompts should be understood as lightweight, evolving requirement artifacts that blend requirements with solution guidance. We propose a conceptual model decomposing prompts into three interrelated components: Functionality and Quality (the requirement), General Solutions (architectural strategy and technology choices) and Specific Solutions (implementation-level constraints). We assess this model using existing prompts, examining how these components manifest in practice. Based on this model and the initial assessment, we formulate four hypotheses: prompts evolve toward specificity, evolution varies by user characteristics, engineers using prompting engage in increased requirement validation and verification, and progressive prompt refinement yields higher code quality. Our vision is to empirically evaluate these hypotheses through analysis of real-world AI-assisted development, with datasets, corpus analysis, and controlled experiments, ultimately deriving best practices for requirements-aware prompt engineering. By rethinking prompts through the lens of RE, we position prompting not merely as a technical skill, but as a central concern for software engineering's future.
Show more
Detecting Sentiment Steering Attacks on RAG-enabled Large Language Models
cs.CRThe proliferation of large-scale IoT networks has been both a blessing and a curse. Not only has it revolutionized the way organizations operate by increasing the efficiency of automated procedures, but it has also simplified our daily lives. However, while IoT networks have improved convenience and connectivity, they have also increased security risk due to unauthorized devices gaining access to these networks and exploiting existing weaknesses with specific attack types. The research proposes two lightweight deep learning (DL)-based intelligent intrusion detection systems (IDS). to enhance the security of IoT networks: the proposed convolutional neural network (CNN)-based IDS and the proposed long short-term memory (LSTM)-based IDS. The research evaluated the performance of both intelligent IDSs based on DL using the CICIoT2023 dataset. DL-based intelligent IDSs successfully identify and classify various cyber threats using binary, grouped, and multi-class classification. The proposed CNN-based IDS achieves an accuracy of 99.34%, 99.02% and 98.6%, while the proposed LSTM-based IDS achieves an accuracy of 99.42%, 99.13%, and 98.68% for binary, grouped, and multi-class classification, respectively.
Show more
Behavioral Steering in a 35B MoE Language Model via SAE-Decoded Probe Vectors: One Agency Axis, Not Five Traits
cs.LGWe train nine sparse autoencoders (SAEs) on the residual stream of Qwen 3.5-35B-A3B, a 35-billion-parameter Mixture-of-Experts model with a hybrid GatedDeltaNet/attention architecture, and use them to identify and steer five agentic behavioral traits. Our method trains linear probes on SAE latent activations, then projects the probe weights back through the SAE decoder to obtain continuous steering vectors in the model's native activation space. This bypasses the SAE's top-k discretization, enabling fine-grained behavioral intervention at inference time with no retraining. Across 1,800 agent rollouts (50 scenarios times 36 conditions), we find that autonomy steering at multiplier 2 achieves Cohen's d = 1.01 (p < 0.0001), shifting the model from asking the user for help 78% of the time to proactively executing code and searching the web. Cross-trait analysis, however, reveals that all five steering vectors primarily modulate a single dominant agency axis (the disposition to act independently versus defer to the user), with trait specific effects appearing only as secondary modulations in tool-type composition and dose-response shape. The tool-use vector steers behavior (d = 0.39); the risk-calibration vector produces only suppression. We additionally show that steering only during autoregressive decoding has zero effect (p > 0.35), providing causal evidence that behavioral commitments are computed during prefill in GatedDeltaNet architectures.
Show more
Decoding the Critique Mechanism in Large Reasoning Models
cs.LGLarge Reasoning Models (LRMs) exhibit backtracking and self-verification mechanisms that enable them to revise intermediate steps and reach correct solutions, yielding strong performance on complex logical benchmarks. We hypothesize that such behaviors are beneficial only when the model has sufficiently strong "critique" ability to detect its own mistakes. This work systematically investigates how current LRMs recover from errors by inserting arithmetic mistakes in their intermediate reasoning steps. Notably, we discover a peculiar yet important phenomenon: despite the error propagating through the chain-of-thought (CoT), resulting in an incorrect intermediate conclusion, the model still reaches the correct final answer. This recovery implies that the model must possess an internal mechanism to detect errors and trigger self-correction, which we refer to as the hidden critique ability. Building on feature space analysis, we identify a highly interpretable critique vector representing this behavior. Extensive experiments across multiple model scales and families demonstrate that steering latent representations with this vector improves the model's error detection capability and enhances the performance of test-time scaling at no extra training cost. Our findings provide a valuable understanding of LRMs' critique behavior, suggesting a promising direction to control and improve their self-verification mechanism. Our code is available at https://github.com/mail-research/lrm-critique-vectors.
Show more
An Interpretable Machine Learning Framework for Non-Small Cell Lung Cancer Drug Response Analysis
cs.CVLung cancer is a condition where there is abnormal growth of malignant cells that spread in an uncontrollable fashion in the lungs. Some common treatment strategies are surgery, chemotherapy, and radiation which aren't the best options due to the heterogeneous nature of cancer. In personalized medicine, treatments are tailored according to the individual's genetic information along with lifestyle aspects. In addition, AI-based deep learning methods can analyze large sets of data to find early signs of cancer, types of tumor, and prospects of treatment. The paper focuses on the development of personalized treatment plans using specific patient data focusing primarily on the genetic profile. Multi-Omics data from Genomics of Drug Sensitivity in Cancer have been used to build a predictive model along with machine learning techniques. The value of the target variable, LN-IC50, determines how sensitive or resistive a drug is. An XGBoost regressor is utilized to predict the drug response focusing on molecular and cellular features extracted from cancer datasets. Cross-validation and Randomized Search are performed for hyperparameter tuning to further optimize the model's predictive performance. For explanation purposes, SHAP (SHapley Additive exPlanations) was used. SHAP values measure each feature's impact on an individual prediction. Furthermore, interpreting feature relationships was performed using DeepSeek, a large language model trained to verify the biological validity of the features. Contextual explanations regarding the most important genes or pathways were provided by DeepSeek alongside the top SHAP value constituents, supporting the predictability of the model.
Show more
A Human-Centred Architecture for Large Language Models-Cognitive Assistants in Manufacturing within Quality Management Systems
cs.SELarge Language Models-Cognitive Assistants (LLM-CAs) can enhance Quality Management Systems (QMS) in manufacturing, fostering continuous process improvement and knowledge management. However, there is no human-centred software architecture focused on QMS that enables the integration of LLM-CAs into manufacturing in the current literature. This study addresses this gap by designing a component-based architecture considering requirement analysis and software development process. Validation was conducted via iterative expert focus groups. The proposed architecture ensures flexibility, scalability, modularity, and work augmentation within QMS. Moreover, it paves the way for its operationalization with industrial partners, showcasing its potential for advancing manufacturing processes.
Show more
Learning to Predict, Discover, and Reason in High-Dimensional Discrete Event Sequences
cs.AIElectronic control units (ECUs) embedded within modern vehicles generate a large number of asynchronous events known as diagnostic trouble codes (DTCs). These discrete events form complex temporal sequences that reflect the evolving health of the vehicle's subsystems. In the automotive industry, domain experts manually group these codes into higher-level error patterns (EPs) using Boolean rules to characterize system faults and ensure safety. However, as vehicle complexity grows, this manual process becomes increasingly costly, error-prone, and difficult to scale. Notably, the number of unique DTCs in a modern vehicle is on the same order of magnitude as the vocabulary of a natural language, often numbering in the tens of thousands. This observation motivates a paradigm shift: treating diagnostic sequences as a language that can be modeled, predicted, and ultimately explained. Traditional statistical approaches fail to capture the rich dependencies and do not scale to high-dimensional datasets characterized by thousands of nodes, large sample sizes, and long sequence lengths. Specifically, the high cardinality of categorical event spaces in industrial logs poses a significant challenge, necessitating new machine learning architectures tailored to such event-driven systems. This thesis addresses automated fault diagnostics by unifying event sequence modeling, causal discovery, and large language models (LLMs) into a coherent framework for high-dimensional event streams. It is structured in three parts, reflecting a progressive transition from prediction to causal understanding and finally to reasoning for vehicle diagnostics. Consequently, we introduce several Transformer-based architectures for predictive maintenance, scalable sample- and population-level causal discovery frameworks and a multi-agent system that automates the synthesis of Boolean EP rules.
Show more
Omnilingual MT: Machine Translation for 1,600 Languages
cs.CLHigh-quality machine translation (MT) can scale to hundreds of languages, setting a high bar for multilingual systems. However, compared to the world's 7,000 languages, current systems still offer only limited coverage: about 200 languages on the target side, and maybe a few hundreds more on the source side, supported due to cross-lingual transfer. And even these numbers have been hard to evaluate due to the lack of reliable benchmarks and metrics. We present Omnilingual Machine Translation (OMT), the first MT system supporting more than 1,600 languages. This scale is enabled by a comprehensive data strategy that integrates large public multilingual corpora with newly created datasets, including manually curated MeDLEY bitext. We explore two ways of specializing a Large Language model (LLM) for machine translation: as a decoder-only model (OMT-LLaMA) or as a module in an encoder-decoder architecture (OMT-NLLB). Notably, all our 1B to 8B parameter models match or exceed the MT performance of a 70B LLM baseline, revealing a clear specialization advantage and enabling strong translation quality in low-compute settings. Moreover, our evaluation of English-to-1,600 translations further shows that while baseline models can interpret undersupported languages, they frequently fail to generate them with meaningful fidelity; OMT-LLaMA models substantially expand the set of languages for which coherent generation is feasible. Additionally, OMT models improve in cross-lingual transfer, being close to solving the "understanding" part of the puzzle in MT for the 1,600 evaluated. Our leaderboard and main human-created evaluation datasets (BOUQuET and Met-BOUQuET) are dynamically evolving towards Omnilinguality and freely available.
Show more
NeSy-Route: A Neuro-Symbolic Benchmark for Constrained Route Planning in Remote Sensing
cs.AIRemote sensing underpins crucial applications such as disaster relief and ecological field surveys, where systems must understand complex scenes and constraints and make reliable decisions. Current remote-sensing benchmarks mainly focus on evaluating perception and reasoning capabilities of multimodal large language models (MLLMs). They fail to assess planning capability, stemming either from the difficulty of curating and validating planning tasks at scale or from evaluation protocols that are inaccurate and inadequate. To address these limitations, we introduce NeSy-Route, a large-scale neuro-symbolic benchmark for constrained route planning in remote sensing. Within this benchmark, we introduce an automated data-generation framework that integrates high-fidelity semantic masks with heuristic search to produce diverse route-planning tasks with provably optimal solutions. This allows NeSy-Route to comprehensively evaluate planning across 10,821 route-planning samples, nearly 10 times larger than the largest prior benchmark. Furthermore, a three-level hierarchical neuro-symbolic evaluation protocol is developed to enable accurate assessment and support fine-grained analysis on perception, reasoning, and planning simultaneously. Our comprehensive evaluation of various state-of-the-art MLLMs demonstrates that existing MLLMs show significant deficiencies in perception and planning capabilities. We hope NeSy-Route can support further research and development of more powerful MLLMs for remote sensing.
Show more
PyPhonPlan: Simulating phonetic planning with dynamic neural fields and task dynamics
cs.CLWe introduce PyPhonPlan, a Python toolkit for implementing dynamical models of phonetic planning using coupled dynamic neural fields and task dynamic simulations. The toolkit provides modular components for defining planning, perception and memory fields, as well as between-field coupling, gestural inputs, and using field activation profiles to solve tract variable trajectories. We illustrate the toolkit's capabilities through an example application:~simulating production/perception loops with a coupled memory field, which demonstrates the framework's ability to model interactive speech dynamics using representations that are temporally-principled, neurally-grounded, and phonetically-rich. PyPhonPlan is released as open-source software and contains executable examples to promote reproducibility, extensibility, and cumulative computational development for speech communication research.
Show more
Results of the analysis of a survey for young scientists on training quality in HEP instrumentation software and machine learning
hep-exA 2021 study by the ECFA Early-Career Researchers Panel revealed that 71% of 334 respondents used open-source software tools in their instrumentation work, yet 70% reported receiving no training for these tools. In response, the Software and Machine Learning for Instrumentation group was formed in the ECFA Early-Career Researchers Panel to assess the accessibility and quality of training programs in machine learning and software for early-career researchers in experimental and applied physics. This group launched a new survey, reaching 174 participants. This report summarises the survey results in detail, and is intended to serve as a guiding document to improve the training programs that are available to early-career researchers.
Show more
Attention-guided Evidence Grounding for Spoken Question Answering
cs.CLSpoken Question Answering (Spoken QA) presents a challenging cross-modal problem: effectively aligning acoustic queries with textual knowledge while avoiding the latency and error propagation inherent in cascaded ASR-based systems. In this paper, we introduce Attention-guided Evidence Grounding (AEG), a novel end-to-end framework that leverages the internal cross-modal attention of Speech Large Language Models (SpeechLLMs) to explicitly locate and ground key evidence in the model's latent space. To address the diffuse attention distribution in pre-trained models, we propose Learning to Focus on Evidence (LFE), a supervised fine-tuning paradigm that calibrates the model's attention mechanism to distinguish query-relevant segments from irrelevant context. Experiments on SQuAD, HotpotQA, and MuSiQue demonstrate that AEG reduces hallucinations and achieves strong efficiency gains, outperforming large-scale cascaded baselines (Whisper-Large-v3 + Reranker) while reducing inference latency by approximately 62%.
Show more
VisBrowse-Bench: Benchmarking Visual-Native Search for Multimodal Browsing Agents
cs.CVThe rapid advancement of Multimodal Large Language Models (MLLMs) has enabled browsing agents to acquire and reason over multimodal information in the real world. But existing benchmarks suffer from two limitations: insufficient evaluation of visual reasoning ability and the neglect of native visual information of web pages in the reasoning chains. To address these challenges, we introduce a new benchmark for visual-native search, VisBrowse-Bench. It contains 169 VQA instances covering multiple domains and evaluates the models' visual reasoning capabilities during the search process through multimodal evidence cross-validation via text-image retrieval and joint reasoning. These data were constructed by human experts using a multi-stage pipeline and underwent rigorous manual verification. We additionally propose an agent workflow that can effectively drive the browsing agent to actively collect and reason over visual information during the search process. We comprehensively evaluated both open-source and closed-source models in this workflow. Experimental results show that even the best-performing model, Claude-4.6-Opus only achieves an accuracy of 47.6%, while the proprietary Deep Research model, o3-deep-research only achieves an accuracy of 41.1%. The code and data can be accessed at: https://github.com/ZhengboZhang/VisBrowse-Bench
Show more
Surrogate-Assisted Genetic Programming with Rank-Based Phenotypic Characterisation for Dynamic Multi-Mode Project Scheduling
cs.NEThe dynamic multi-mode resource-constrained project scheduling problem (DMRCPSP) is of practical importance, as it requires making real-time decisions under changing project states and resource availability. Genetic Programming (GP) has been shown to effectively evolve heuristic rules for such decision-making tasks; however, the evolutionary process typically relies on a large number of simulation-based fitness evaluations, resulting in high computational cost. Surrogate models offer a promising solution to reduce evaluation cost, but their application to GP requires problem-specific phenotypic characterisation (PC) schemes of heuristic rules. There is currently a lack of suitable PC schemes for GP applied to DMRCPSP. This paper proposes a rank-based PC scheme derived from heuristic-driven ordering of eligible activity-mode pairs and activity groups in decision situations. The resulting PC vectors enable a surrogate model to estimate the fitness of unevaluated GP individuals. Based on this scheme, a surrogate-assisted GP algorithm is developed. Experimental results demonstrate that the proposed surrogate-assisted GP can identify high-quality heuristic rules consistently earlier than the state-of-the-art GP approach for DMRCPSP, while introducing only marginal computational overhead. Further analyses demonstrate that the surrogate model provides useful guidance for offspring selection, leading to improved evolutionary efficiency.
Show more
Locate-then-Sparsify: Attribution Guided Sparse Strategy for Visual Hallucination Mitigation
cs.CVDespite the significant advancements in Large Vision-Language Models (LVLMs), their tendency to generate hallucinations undermines reliability and restricts broader practical deployment. Among the hallucination mitigation methods, feature steering emerges as a promising approach that reduces erroneous outputs in LVLMs without increasing inference costs. However, current methods apply uniform feature steering across all layers. This heuristic strategy ignores inter-layer differences, potentially disrupting layers unrelated to hallucinations and ultimately leading to performance degradation on general tasks. In this paper, we propose a plug-and-play framework called Locate-Then-Sparsify for Feature Steering (LTS-FS), which controls the steering intensity according to the hallucination relevance of each layer. We first construct a synthetic dataset comprising token-level and sentence-level hallucination cases. Based on this dataset, we introduce an attribution method based on causal interventions to quantify the hallucination relevance of each layer. With the attribution scores across layers, we propose a layerwise strategy that converts these scores into feature steering intensities for individual layers, enabling more precise adjustments specifically on hallucination-relevant layers. Extensive experiments across multiple LVLMs and benchmarks demonstrate that our LTS-FS framework effectively mitigates hallucination while preserving strong performance.
Show more
Laya: A LeJEPA Approach to EEG via Latent Prediction over Reconstruction
cs.LGElectroencephalography (EEG) is a widely used tool for studying brain function, with applications in clinical neuroscience, diagnosis, and brain-computer interfaces (BCIs). Recent EEG foundation models trained on large unlabeled corpora aim to learn transferable representations, but their effectiveness remains unclear; reported improvements over smaller task-specific models are often modest, sensitive to downstream adaptation and fine-tuning strategies, and limited under linear probing. We hypothesize that one contributing factor is the reliance on signal reconstruction as the primary self-supervised learning (SSL) objective, which biases representations toward high-variance artifacts rather than task-relevant neural structure. To address this limitation, we explore an SSL paradigm based on Joint Embedding Predictive Architectures (JEPA), which learn by predicting latent representations instead of reconstructing raw signals. While earlier JEPA-style methods often rely on additional heuristics to ensure training stability, recent advances such as LeJEPA provide a more principled and stable formulation. We introduce Laya, the first EEG foundation model based on LeJEPA. Across a range of EEG benchmarks, Laya demonstrates improved performance under linear probing compared to reconstruction-based baselines, suggesting that latent predictive objectives offer a promising direction for learning transferable, high-level EEG representations.
Show more
Physics-integrated neural differentiable modeling for immersed boundary systems
cs.LGAccurately, efficiently, and stably computing complex fluid flows and their evolution near solid boundaries over long horizons remains challenging. Conventional numerical solvers require fine grids and small time steps to resolve near-wall dynamics, resulting in high computational costs, while purely data-driven surrogate models accumulate rollout errors and lack robustness under extrapolative conditions. To address these issues, this study extends existing neural PDE solvers by developing a physics-integrated differentiable framework for long-horizon prediction of immersed-boundary flows. A key design aspect of the framework includes an important improvement, namely the structural integration of physical principles into an end-to-end differentiable architecture incorporating a PDE-based intermediate velocity module and a multi-direct forcing immersed boundary module, both adhering to the pressure-projection procedure for incompressible flow computation. The computationally expensive pressure projection step is substituted with a learned implicit correction using ConvResNet blocks to reduce cost, and a sub-iteration strategy is introduced to separate the embedded physics module's stability requirement from the surrogate model's time step, enabling stable coarse-grid autoregressive rollouts with large effective time increments. The framework uses only single-step supervision for training, eliminating long-horizon backpropagation and reducing training time to under one hour on a single GPU. Evaluations on benchmark cases of flow past a stationary cylinder and a rotationally oscillating cylinder at Re=100 show the proposed model consistently outperforms purely data-driven, physics-loss-constrained, and coarse-grid numerical baselines in flow-field fidelity and long-horizon stability, while achieving an approximately 200-fold inference speedup over the high-resolution solver.
Show more
GitOps for Capture the Flag Platforms
cs.SEIn this paper, we present CTF Pilot, a GitOps-based framework for the deployment and management of Capture The Flag (CTF) competitions. By leveraging Git repositories as the single source of truth for challenge definitions and infrastructure configurations, CTF Pilot enables automated, version-controlled deployments that enhance collaboration among challenge authors and organizers. We detail the design criteria and implementation of CTF Pilot and evaluate our approach through a real-world CTF event, demonstrating its cost efficiency and its effectiveness in handling high participant concurrency while ensuring robust isolation and ease of challenge development. Our results indicate that CTF Pilot improves the experience for organizers and participants, and we present the lessons learned, highlighting opportunities for future improvement.
Show more
Adaptive Theory of Mind for LLM-based Multi-Agent Coordination
cs.AITheory of Mind (ToM) refers to the ability to reason about others' mental states, and higher-order ToM involves considering that others also possess their own ToM. Equipping large language model (LLM)-driven agents with ToM has long been considered to improve their coordination in multiagent collaborative tasks. However, we find that misaligned ToM orders-mismatches in the depth of ToM reasoning between agents-can lead to insufficient or excessive reasoning about others, thereby impairing their coordination. To address this issue, we design an adaptive ToM (A-ToM) agent, which can align in ToM orders with its partner. Based on prior interactions, the agent estimates the partner's likely ToM order and leverages this estimation to predict the partner's action, thereby facilitating behavioral coordination. We conduct empirical evaluations on four multi-agent coordination tasks: a repeated matrix game, two grid navigation tasks and an Overcooked task. The results validate our findings on ToM alignment and demonstrate the effectiveness of our A-ToM agent. Furthermore, we discuss the generalizability of our A-ToM to non-LLM-based agents, as well as what would diminish the importance of ToM alignment.
Show more
AW-MoE: All-Weather Mixture of Experts for Robust Multi-Modal 3D Object Detection
cs.CVRobust 3D object detection under adverse weather conditions is crucial for autonomous driving. However, most existing methods simply combine all weather samples for training while overlooking data distribution discrepancies across different weather scenarios, leading to performance conflicts. To address this issue, we introduce AW-MoE, the framework that innovatively integrates Mixture of Experts (MoE) into weather-robust multi-modal 3D object detection approaches. AW-MoE incorporates Image-guided Weather-aware Routing (IWR), which leverages the superior discriminability of image features across weather conditions and their invariance to scene variations for precise weather classification. Based on this accurate classification, IWR selects the top-K most relevant Weather-Specific Experts (WSE) that handle data discrepancies, ensuring optimal detection under all weather conditions. Additionally, we propose a Unified Dual-Modal Augmentation (UDMA) for synchronous LiDAR and 4D Radar dual-modal data augmentation while preserving the realism of scenes. Extensive experiments on the real-world dataset demonstrate that AW-MoE achieves ~ 15% improvement in adverse-weather performance over state-of-the-art methods, while incurring negligible inference overhead. Moreover, integrating AW-MoE into established baseline detectors yields performance improvements surpassing current state-of-the-art methods. These results show the effectiveness and strong scalability of our AW-MoE. We will release the code publicly at https://github.com/windlinsherlock/AW-MoE.
Show more
Human/AI Collective Intelligence for Deliberative Democracy: A Human-Centred Design Approach
cs.CYThis chapter introduces the concept of Collective Intelligence for Deliberative Democracy (CI4DD). We propose that the use of computational tools, specifically artificial intelligence to advance deliberative democracy, is an instantiation of a broader class of human-computer system designed to augment collective intelligence. Further, we argue for a fundamentally human-centred design approach to orchestrate how stakeholders can contribute meaningfully to shaping the artifacts and processes needed to create trustworthy DD processes. We first contextualise the key concepts of CI and the role of AI within it. We then detail our co-design methodology for identifying key challenges, refining user scenarios, and deriving technical implications. Two exemplar cases illustrate how user requirements from civic organisations were implemented with AI support and piloted in authentic contexts.
Show more
Is Semi-Automatic Transcription Useful in Corpus Creation? Preliminary Considerations on the KIParla Corpus
cs.CLThis paper analyses the implementation of Automatic Speech Recognition (ASR) into the transcription workflow of the KIParla corpus, a resource of spoken Italian. Through a two-phase experiment, 11 expert and novice transcribers produced both manual and ASR-assisted transcriptions of identical audio segments across three different types of conversation, which were subsequently analyzed through a combination of statistical modeling, word-level alignment and a series of annotation-based metrics. Results show that ASR-assisted workflows can increase transcription speed but do not consistently improve overall accuracy, with effects depending on multiple factors such as workflow configuration, conversation type and annotator experience. Analyses combining alignment-based metrics, descriptive statistics and statistical modeling provide a systematic framework to monitor transcription behavior across annotators and workflows. Despite limitations, ASR-assisted transcription, potentially supported by task-specific fine-tuning, could be integrated into the KIParla transcription workflow to accelerate corpus creation without compromising transcription quality.
Show more
Grounding the Score: Explicit Visual Premise Verification for Reliable Vision-Language Process Reward Models
cs.CVVision-language process reward models (VL-PRMs) are increasingly used to score intermediate reasoning steps and rerank candidates under test-time scaling. However, they often function as black-box judges: a low step score may reflect a genuine reasoning mistake or simply the verifier's misperception of the image. This entanglement between perception and reasoning leads to systematic false positives (rewarding hallucinated visual premises) and false negatives (penalizing correct grounded statements), undermining both reranking and error localization. We introduce Explicit Visual Premise Verification (EVPV), a lightweight verification interface that conditions step scoring on the reliability of the visual premises a step depends on. The policy is prompted to produce a step-wise visual checklist that makes required visual facts explicit, while a constraint extractor independently derives structured visual constraints from the input image. EVPV matches checklist claims against these constraints to compute a scalar visual reliability signal, and calibrates PRM step rewards via reliability gating: rewards for visually dependent steps are attenuated when reliability is low and preserved when reliability is high. This decouples perceptual uncertainty from logical evaluation without per-step tool calls. Experiments on VisualProcessBench and six multimodal reasoning benchmarks show that EVPV improves step-level verification and consistently boosts Best-of-N reranking accuracy over strong baselines. Furthermore, injecting controlled corruption into the extracted constraints produces monotonic performance degradation, providing causal evidence that the gains arise from constraint fidelity and explicit premise verification rather than incidental prompt effects. Code is available at: https://github.com/Qwen-Applications/EVPV-PRM
Show more
Visual Prompt Discovery via Semantic Exploration
cs.CVLVLMs encounter significant challenges in image understanding and visual reasoning, leading to critical perception failures. Visual prompts, which incorporate image manipulation code, have shown promising potential in mitigating these issues. While emerged as a promising direction, previous methods for visual prompt generation have focused on tool selection rather than diagnosing and mitigating the root causes of LVLM perception failures. Because of the opacity and unpredictability of LVLMs, optimal visual prompts must be discovered through empirical experiments, which have relied on manual human trial-and-error. We propose an automated semantic exploration framework for discovering task-wise visual prompts. Our approach enables diverse yet efficient exploration through agent-driven experiments, minimizing human intervention and avoiding the inefficiency of per-sample generation. We introduce a semantic exploration algorithm named SEVEX, which addresses two major challenges of visual prompt exploration: (1) the distraction caused by lengthy, low-level code and (2) the vast, unstructured search space of visual prompts. Specifically, our method leverages an abstract idea space as a search space, a novelty-guided selection algorithm, and a semantic feedback-driven ideation process to efficiently explore diverse visual prompts based on empirical results. We evaluate SEVEX on the BlindTest and BLINK benchmarks, which are designed to assess LVLM perception. Experimental results demonstrate that SEVEX significantly outperforms baseline methods in task accuracy, inference efficiency, exploration efficiency, and exploration stability. Notably, our framework discovers sophisticated and counter-intuitive visual strategies that go beyond conventional tool usage, offering a new paradigm for enhancing LVLM perception through automated, task-wise visual prompts.
Show more
How to Utilize Complementary Vision-Text Information for 2D Structure Understanding
cs.CVLLMs typically linearize 2D tables into 1D sequences to fit their autoregressive architecture, which weakens row-column adjacency and other layout cues. In contrast, purely visual encoders can capture spatial cues, yet often struggle to preserve exact cell text. Our analysis reveals that these two modalities provide highly distinct information to LLMs and exhibit strong complementarity. However, direct concatenation and other fusion methods yield limited gains and frequently introduce cross-modal interference. To address this issue, we propose DiVA-Former, a lightweight architecture designed to effectively integrate vision and text information. DiVA-Former leverages visual tokens as dynamic queries to distill long textual sequences into digest vectors, thereby effectively exploiting complementary vision--text information. Evaluated across 13 table benchmarks, DiVA-Former improves upon the pure-text baseline by 23.9\% and achieves consistent gains over existing baselines using visual inputs, textual inputs, or a combination of both.
Show more
More Rounds, More Noise: Why Multi-Turn Review Fails to Improve Cross-Context Verification
cs.CLCross-Context Review (CCR) improves LLM verification by separating production and review into independent sessions. A natural extension is multi-turn review: letting the reviewer ask follow-up questions, receive author responses, and review again. We call this Dynamic Cross-Context Review (D-CCR). In a controlled experiment with 30 artifacts and 150 injected errors, we tested four D-CCR variants against the single-pass CCR baseline. Single-pass CCR (F1 = 0.376) significantly outperformed all multi-turn variants, including D-CCR-2b with question-and-answer exchange (F1 = 0.303, $p < 0.001$, $d = -0.59$). Multi-turn review increased recall (+0.08) but generated 62% more false positives (8.5 vs. 5.2), collapsing precision from 0.30 to 0.20. Two mechanisms drive this degradation: (1) false positive pressure -- reviewers in later rounds fabricate findings when the artifact's real errors have been exhausted, and (2) Review Target Drift -- reviewers provided with prior Q&A exchanges shift from reviewing the artifact to critiquing the conversation itself. Independent re-review without prior context (D-CCR-2c) performed worst (F1 = 0.263), confirming that mere repetition degrades rather than helps. The degradation stems from false positive pressure in additional rounds, not from information amount -- within multi-turn conditions, more information actually helps (D-CCR-2b > D-CCR-2a). The problem is not what the reviewer sees, but that reviewing again invites noise.
Show more
RASLF: Representation-Aware State Space Model for Light Field Super-Resolution
cs.CVCurrent SSM-based light field super-resolution (LFSR) methods often fail to fully leverage the complementarity among various LF representations, leading to the loss of fine textures and geometric misalignments across views. To address these issues, we propose RASLF, a representation-aware state-space framework that explicitly models structural correlations across multiple LF representations. Specifically, a Progressive Geometric Refinement (PGR) block is created that uses a panoramic epipolar representation to explicitly encode multi-view parallax differences, thereby enabling integration across different LF representations. Furthermore, we introduce a Representation Aware Asymmetric Scanning (RAAS) mechanism that dynamically adjusts scanning paths based on the physical properties of different representation spaces, optimizing the balance between performance and efficiency through path pruning. Additionally, a Dual-Anchor Aggregation (DAA) module improves hierarchical feature flow, reducing redundant deeplayer features and prioritizing important reconstruction information. Experiments on various public benchmarks show that RASLF achieves the highest reconstruction accuracy while remaining highly computationally efficient.
Show more
Neural Pushforward Samplers for the Fokker-Planck Equation on Embedded Riemannian Manifolds
math.NAWe extend the Weak Adversarial Neural Pushforward (WANPF) Method to the Fokker--Planck equation posed on a compact, smoothly embedded Riemannian manifold M in $R^n$. The key observation is that the weak formulation of the Fokker--Planck equation, together with the ambient-space representation of the Laplace--Beltrami operator via the tangential projection $P(x)$ and the mean-curvature vector $H(x)$, permits all integrals to be evaluated as expectations over samples lying on M, using test functions defined globally on $R^n$. A neural pushforward map is constrained to map the support of a base distribution into M at all times through a manifold retraction, so that probability conservation and manifold membership are enforced by construction. Adversarial ambient plane-wave test functions are chosen, and their Laplace--Beltrami operators are derived in closed form, enabling autodiff-free, mesh-free training. We present both a steady-state and a time-dependent formulation, derive explicit Laplace--Beltrami formulae for the sphere $S^{n-1}$ and the flat torus $T^n$, and demonstrate the method numerically on a double-well steady-state Fokker--Planck equation on $S^2$.
Show more
ReFORM: Review-aggregated Profile Generation via LLM with Multi-Factor Attention for Restaurant Recommendation
cs.IRIn recommender systems, large language models (LLMs) have gained popularity for generating descriptive summarization to improve recommendation robustness, along with Graph Convolution Networks. However, existing LLM-enhanced recommendation studies mainly rely on the internal knowledge of LLMs about item titles while neglecting the importance of various factors influencing users' decisions. Although information reflecting various decision factors of each user is abundant in reviews, few studies have actively exploited such insights for recommendation. To address these limitations, we propose a ReFORM: Review-aggregated Profile Generation via LLM with Multi-FactOr Attentive RecoMmendation framework. Specifically, we first generate factor-specific user and item profiles from reviews using LLM to capture a user's preference by items and an item's evaluation by users. Then, we propose a Multi-Factor Attention to highlight the most influential factors in each user's decision-making process. In this paper, we conduct experiments on two restaurant datasets of varying scales, demonstrating its robustness and superior performance over state-of-the-art baselines. Furthermore, in-depth analyses validate the effectiveness of the proposed modules and provide insights into the sources of personalization. Our source code and datasets are available at https://github.com/m0onsoo/ReFORM.
Show more
Dual Consensus: Escaping from Spurious Majority in Unsupervised RLVR via Two-Stage Vote Mechanism
cs.LGCurrent label-free RLVR approaches for large language models (LLMs), such as TTRL and Self-reward, have demonstrated effectiveness in improving the performance of LLMs on complex reasoning tasks. However, these methods rely heavily on accurate pseudo-label estimation and converge on spurious yet popular answers, thereby trapping in a dominant mode and limiting further improvements. Building on this, we propose Dual Consensus Reinforcement Learning (DCRL), a novel self-supervised training method which is capable of generating more reliable learning signals through a two-stage consensus mechanism. The model initially acts as an anchor, producing dominant responses; then it serves as an explorer, generating diverse auxiliary signals via a temporary unlearning process. The final training target is derived from the harmonic mean of these two signal sets. Notably, the process operates entirely without external models or supervision. Across eight benchmarks and diverse domains, DCRL consistently improves Pass@1 over majority vote while yielding more stable training dynamics. These results demonstrate that DCRL establishes a scalable path toward stronger reasoning without labels.
Show more
SpecSteer: Synergizing Local Context and Global Reasoning for Efficient Personalized Generation
cs.CLRealizing personalized intelligence faces a core dilemma: sending user history to centralized large language models raises privacy concerns, while on-device small language models lack the reasoning capacity required for high-quality generation. Our pilot study shows that purely local enhancements remain insufficient to reliably bridge this gap. We therefore propose SpecSteer, an asymmetric collaborative inference framework that synergizes private on-device context with cloud-scale reasoning. SpecSteer casts collaboration as Bayesian knowledge fusion and repurposes speculative decoding as a distributed alignment protocol, yielding a Draft--Verify--Recover pipeline: the on-device model drafts personalized sequences; the cloud validates via a ratio-based mechanism that decouples reasoning verification from private context, filtering logical flaws without accessing raw user context; upon rejection, a steering recovery injects local intent during correction. Experiments demonstrate that SpecSteer successfully closes the reasoning gap and achieves superior personalized generation performance, while delivering a 2.36x speedup over standard baselines.
Show more
Generative AI for Quantum Circuits and Quantum Code: A Technical Review and Taxonomy
cs.CEWe review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifact type (Qiskit code, OpenQASM programs, circuit graphs); crossed with training regime (supervised fine-tuning, verifier-in-the-loop RL, diffusion/graph generation, agentic optimization); and systematically apply a three-layer evaluation framework covering syntactic validity, semantic correctness, and hardware executability. The central finding is that while all reviewed systems address syntax and most address semantics to some degree, none reports end-to-end evaluation on quantum hardware (Layer 3b), leaving a significant gap between generated circuits and practical deployment. Scope note: quantum code refers throughout to quantum program artifacts (QASM, Qiskit); we do not cover generation of quantum error-correcting codes (QEC).
Show more
CoMAI: A Collaborative Multi-Agent Framework for Robust and Equitable Interview Evaluation
cs.MAEnsuring robust and fair interview assessment remains a key challenge in AI-driven evaluation. This paper presents CoMAI, a general-purpose multi-agent interview framework designed for diverse assessment scenarios. In contrast to monolithic single-agent systems based on large language models (LLMs), CoMAI employs a modular task-decomposition architecture coordinated through a centralized finite-state machine. The system comprises four agents specialized in question generation, security, scoring, and summarization. These agents work collaboratively to provide multi-layered security defenses against prompt injection, support multidimensional evaluation with adaptive difficulty adjustment, and enable rubric-based structured scoring that reduces subjective bias. Experimental results demonstrate that CoMAI achieved 90.47% accuracy, 83.33% recall, and 84.41% candidate satisfaction. These results highlight CoMAI as a robust, fair, and interpretable paradigm for AI-driven interview assessment.
Show more
MOSAIC: Composable Safety Alignment with Modular Control Tokens
cs.AISafety alignment in large language models (LLMs) is commonly implemented as a single static policy embedded in model parameters. However, real-world deployments often require context-dependent safety rules that vary across users, regions, and applications. Existing approaches struggle to provide such conditional control: parameter-level alignment entangles safety behaviors with general capabilities, while prompt-based methods rely on natural language instructions that provide weak enforcement. We propose MOSAIC, a modular framework that enables compositional safety alignment through learnable control tokens optimized over a frozen backbone model. Each token represents a safety constraint and can be flexibly activated and composed at inference time. To train compositional tokens efficiently, we introduce order-based task sampling and a distribution-level alignment objective that mitigates over-refusal. Experiments show that MOSAIC achieves strong defense performance with substantially lower over-refusal while preserving model utility.
Show more
SoK: Systematizing Software Artifacts Traceability via Associations, Techniques, and Applications
cs.SESoftware development relies heavily on traceability links between various software artifacts to ensure quality and facilitate maintenance. While automated traceability recovery techniques have advanced for different artifact pairs, the field remains fragmented with an incomplete overview of artifact associations, ambiguous linking techniques, and fragmented knowledge of application scenarios. To bridge these gaps, we conducted a systematic literature review on software traceability recovery to synthesize the linked artifacts, recovery tools, and usage scenarios across the traceability ecosystem. First, we constructed the first global artifacts traceability graph of 23 associations among 22 artifact types, exposing a severe research imbalance that heavily favors code-related links. Second, while recovery techniques are shifting toward deep semantic models, a reproducibility crisis persists (e.g., only 37% of studies released code); to address this, we provided a comprehensive evaluation framework including a technical decision map and standardized benchmarks. Finally, we quantified an industrial adoption gap (i.e., 95% of tools remain confined to academia) and proposed a role-centric framework to dynamically align artifact paths with concrete engineering activities. This review contributes a coherent knowledge framework for artifacts traceability research, identifies current trends, and provides directions for future work.
Show more
Proactive Rejection and Grounded Execution: A Dual-Stage Intent Analysis Paradigm for Safe and Efficient AIoT Smart Homes
cs.AIAs Large Language Models (LLMs) transition from information providers to embodied agents in the Internet of Things (IoT), they face significant challenges regarding reliability and interaction efficiency. Direct execution of LLM-generated commands often leads to entity hallucinations (e.g., trying to control non-existent devices). Meanwhile, existing iterative frameworks (e.g., SAGE) suffer from the Interaction Frequency Dilemma, oscillating between reckless execution and excessive user questioning. To address these issues, we propose a Dual-Stage Intent-Aware (DS-IA) Framework. This framework separates high-level user intent understanding from low-level physical execution. Specifically, Stage 1 serves as a semantic firewall to filter out invalid instructions and resolve vague commands by checking the current state of the home. Stage 2 then employs a deterministic cascade verifier-a strict, step-by-step rule checker that verifies the room, device, and capability in sequence-to ensure the action is actually physically possible before execution. Extensive experiments on the HomeBench and SAGE benchmarks demonstrate that DS-IA achieves an Exact Match (EM) rate of 58.56% (outperforming baselines by over 28%) and improves the rejection rate of invalid instructions to 87.04%. Evaluations on the SAGE benchmark further reveal that DS-IA resolves the Interaction Frequency Dilemma by balancing proactive querying with state-based inference. Specifically, it boosts the Autonomous Success Rate (resolving tasks without unnecessary user intervention) from 42.86% to 71.43%, while maintaining high precision in identifying irreducible ambiguities that truly necessitate human clarification. These results underscore the framework's ability to minimize user disturbance through accurate environmental grounding.
Show more
Offline Exploration-Aware Fine-Tuning for Long-Chain Mathematical Reasoning
cs.LGThrough encouraging self-exploration, reinforcement learning from verifiable rewards (RLVR) has significantly advanced the mathematical reasoning capabilities of large language models. As the starting point for RLVR, the capacity of supervised fine-tuning (SFT) to memorize new chain-of-thought trajectories provides a crucial initialization that shapes the subsequent exploration landscape. However, existing research primarily focuses on facilitating exploration during RLVR training, leaving exploration-aware SFT under-explored. To bridge this gap, we propose Offline eXploration-Aware (OXA) fine-tuning. Specifically, OXA optimizes two objectives: promoting low-confidence verified teacher-distillation data to internalize previously uncaptured reasoning patterns, and suppressing high-confidence incorrect self-distillation data to redistribute probability mass of incorrect patterns toward potentially correct candidates. Experimental results across 6 benchmarks show that OXA consistently improves mathematical reasoning performance, especially achieving an average gain of $+6$ Pass@1 and $+5$ Pass@$k$ points compared to conventional SFT on the Qwen2.5-1.5B-Math. Crucially, OXA elevates initial policy entropy, and performance gains persist throughout extensive RLVR training, demonstrating the long-term value of OXA.
Show more
A Scoping Review of AI-Driven Digital Interventions in Mental Health Care: Mapping Applications Across Screening, Support, Monitoring, Prevention, and Clinical Education
cs.CYArtificial intelligence (AI)-enabled digital interventions, including Generative AI (GenAI) and Human-Centered AI (HCAI), are increasingly used to expand access to digital psychiatry and mental health care. This PRISMA-ScR scoping review maps the landscape of AI-driven mental health (mHealth) technologies across five critical phases: pre-treatment (screening/triage), treatment (therapeutic support), post-treatment (remote patient monitoring), clinical education, and population-level prevention. We synthesized 36 empirical studies implemented through early 2024, focusing on Large Language Models (LLMs), machine learning (ML) models, and autonomous conversational agents. Key use cases involve referral triage, empathic communication enhancement, and AI-assisted psychotherapy delivered via chatbots and voice agents. While benefits include reduced wait times and increased patient engagement, we address recurring challenges like algorithmic bias, data privacy, and human-AI collaboration barriers. By introducing a novel four-pillar framework, this review provides a comprehensive roadmap for AI-augmented mental health care, offering actionable insights for researchers, clinicians, and policymakers to develop safe, effective, and equitable digital health interventions.
Show more
A Scalable Open-Source QEC System with Sub-Microsecond Decoding-Feedback Latency
quant-phQuantum error correction (QEC) is essential for realizing large-scale, fault-tolerant quantum computation, yet its practical implementation remains a major engineering challenge. In particular, QEC demands precise real-time control of a large number of qubits and low-latency, high-throughput and accurate decoding of error syndromes. While most prior work has focused primarily on decoder design, the overall performance of any QEC system depends critically on all its subsystems including control, communication, and decoding, as well as their integration. To address this challenge, we present an open-source, fully integrated QEC system built on RISC-Q, a generator for RISC-V-based quantum control architectures. Implemented on RFSoC FPGAs, our system prototype integrates real-time qubit control, a scalable distributed multi-board architecture, and the state-of-the-art hardware QEC decoder within a low-latency, high-throughput decoding pipeline, forming a complete hardware platform ready for deployment with superconducting qubits. Experimental evaluation on a three-board prototype based on AMD ZCU216 RFSoCs demonstrates an end-to-end QEC decoding-feedback latency of 446 ns for a distance-3 surface code, including syndrome aggregation, network communication, syndrome decoding, and error distribution. Extrapolating from measured subsystem performance and state-of-the-art decoder benchmarks, the architecture can achieve sub-microsecond decoding-feedback latency up to a distance-21 surface code ($\sim$881 physical qubits) when scaled to larger hardware configurations.
Show more
Robust Generative Audio Quality Assessment: Disentangling Quality from Spurious Correlations
eess.ASThe rapid proliferation of AI-Generated Content (AIGC) has necessitated robust metrics for perceptual quality assessment. However, automatic Mean Opinion Score (MOS) prediction models are often compromised by data scarcity, predisposing them to learn spurious correlations-- such as dataset-specific acoustic signatures-- rather than generalized quality features. To address this, we leverage domain adversarial training (DAT) to disentangle true quality perception from these nuisance factors. Unlike prior works that rely on static domain priors, we systematically investigate domain definition strategies ranging from explicit metadata-driven labels to implicit data-driven clusters. Our findings reveal that there is no "one-size-fits-all" domain definition; instead, the optimal strategy is highly dependent on the specific MOS aspect being evaluated. Experimental results demonstrate that our aspect-specific domain strategy effectively mitigates acoustic biases, significantly improving correlation with human ratings and achieving superior generalization on unseen generative scenarios.
Show more
Online Semi-infinite Linear Programming: Efficient Algorithms via Function Approximation
cs.LGWe consider the dynamic resource allocation problem where the decision space is finite-dimensional, yet the solution must satisfy a large or even infinite number of constraints revealed via streaming data or oracle feedback. We model this challenge as an Online Semi-infinite Linear Programming (OSILP) problem and develop a novel LP formulation to solve it approximately. Specifically, we employ function approximation to reduce the number of constraints to a constant $q$. This addresses a key limitation of traditional online LP algorithms, whose regret bounds typically depend on the number of constraints, leading to poor performance in this setting. We propose a dual-based algorithm to solve our new formulation, which offers broad applicability through the selection of appropriate potential functions. We analyze this algorithm under two classical input models-stochastic input and random permutation-establishing regret bounds of $O(q\sqrt{T})$ and $O\left(\left(q+q\log{T})\sqrt{T}\right)\right)$ respectively. Note that both regret bounds are independent of the number of constraints, which demonstrates the potential of our approach to handle a large or infinite number of constraints. Furthermore, we investigate the potential to improve upon the $O(q\sqrt{T})$ regret and propose a two-stage algorithm, achieving $O(q\log{T} + q/ε)$ regret under more stringent assumptions. We also extend our algorithms to the general function setting. A series of experiments validates that our algorithms outperform existing methods when confronted with a large number of constraints.
Show more
Are Large Language Models Truly Smarter Than Humans?
cs.AIPublic leaderboards increasingly suggest that large language models (LLMs) surpass human experts on benchmarks spanning academic knowledge, law, and programming. Yet most benchmarks are fully public, their questions widely mirrored across the internet, creating systematic risk that models were trained on the very data used to evaluate them. This paper presents three complementary experiments forming a rigorous multi-method contamination audit of six frontier LLMs: GPT-4o, GPT-4o-mini, DeepSeek-R1, DeepSeek-V3, Llama-3.3-70B, and Qwen3-235B. Experiment 1 applies a lexical contamination detection pipeline to 513 MMLU questions across all 57 subjects, finding an overall contamination rate of 13.8% (18.1% in STEM, up to 66.7% in Philosophy) and estimated performance gains of +0.030 to +0.054 accuracy points by category. Experiment 2 applies a paraphrase and indirect-reference diagnostic to 100 MMLU questions, finding accuracy drops by an average of 7.0 percentage points under indirect reference, rising to 19.8 pp in both Law and Ethics. Experiment 3 applies TS-Guessing behavioral probes to all 513 questions and all six models, finding that 72.5% trigger memorization signals far above chance, with DeepSeek-R1 displaying a distributed memorization signature (76.6% partial reconstruction, 0% verbatim recall) that explains its anomalous Experiment 2 profile. All three experiments converge on the same contamination ranking: STEM > Professional > Social Sciences > Humanities.
Show more
Structured Semantic Cloaking for Jailbreak Attacks on Large Language Models
cs.CLModern LLMs employ safety mechanisms that extend beyond surface-level input filtering to latent semantic representations and generation-time reasoning, enabling them to recover obfuscated malicious intent during inference and refuse accordingly, and rendering many surface-level obfuscation jailbreak attacks ineffective. We propose Structured Semantic Cloaking (S2C), a novel multi-dimensional jailbreak attack framework that manipulates how malicious semantic intent is reconstructed during model inference. S2C strategically distributes and reshapes semantic cues such that full intent consolidation requires multi-step inference and long-range co-reference resolution within deeper latent representations. The framework comprises three complementary mechanisms: (1) Contextual Reframing, which embeds the request within a plausible high-stakes scenario to bias the model toward compliance; (2) Content Fragmentation, which disperses the semantic signature of the request across disjoint prompt segments; and (3) Clue-Guided Camouflage, which disguises residual semantic cues while embedding recoverable markers that guide output generation. By delaying and restructuring semantic consolidation, S2C degrades safety triggers that depend on coherent or explicitly reconstructed malicious intent at decoding time, while preserving sufficient instruction recoverability for functional output generation. We evaluate S2C across multiple open-source and proprietary LLMs using HarmBench and JBB-Behaviors, where it improves Attack Success Rate (ASR) by 12.4% and 9.7%, respectively, over the current SOTA. Notably, S2C achieves substantial gains on GPT-5-mini, outperforming the strongest baseline by 26% on JBB-Behaviors. We also analyse which combinations perform best against broad families of models, and characterise the trade-off between the extent of obfuscation versus input recoverability on jailbreak success.
Show more
Sample-Efficient Adaptation of Drug-Response Models to Patient Tumors under Strong Biological Domain Shift
cs.LGPredicting drug response in patients from preclinical data remains a major challenge in precision oncology due to the substantial biological gap between in vitro cell lines and patient tumors. Rather than aiming to improve absolute in vitro prediction accuracy, this work examines whether explicitly separating representation learning from task supervision enables more sample-efficient adaptation of drug-response models to patient data under strong biological domain shift. We propose a staged transfer-learning framework in which cellular and drug representations are first learned independently from large collections of unlabeled pharmacogenomic data using autoencoder-based representation learning. These representations are then aligned with drug-response labels on cell-line data and subsequently adapted to patient tumors using few-shot supervision. Through a systematic evaluation spanning in-domain, cross-dataset, and patient-level settings, we show that unsupervised pretraining provides limited benefit when source and target domains overlap substantially, but yields clear gains when adapting to patient tumors with very limited labeled data. In particular, the proposed framework achieves faster performance improvements during few-shot patient-level adaptation while maintaining comparable accuracy to single-phase baselines on standard cell-line benchmarks. Overall, these results demonstrate that learning structured and transferable representations from unlabeled molecular profiles can substantially reduce the amount of clinical supervision required for effective drug-response prediction, offering a practical pathway toward data-efficient preclinical-to-clinical translation.
Show more
Polyglot-Lion: Efficient Multilingual ASR for Singapore via Balanced Fine-Tuning of Qwen3-ASR
cs.CLWe present Polyglot-Lion, a family of compact multilingual automatic speech recognition (ASR) models tailored for the linguistic landscape of Singapore, covering English, Mandarin, Tamil, and Malay. Our models are obtained by fine-tuning Qwen3-ASR-0.6B and Qwen3-ASR-1.7B exclusively on publicly available speech corpora, using a balanced sampling strategy that equalizes the number of training utterances per language and deliberately omits language-tag conditioning so that the model learns to identify languages implicitly from audio. On 12 benchmarks spanning the four target languages, Polyglot-Lion-1.7B achieves an average error rate of 14.85, competitive with MERaLiON-2-10B-ASR (14.32) - a model 6x larger - while incurring a training cost of \$81 on a single RTX PRO 6000 GPU compared to \$18,862 for the 128-GPU baseline. Inference throughput is approximately 20x faster than MERaLiON at 0.10 s/sample versus 2.02 s/sample. These results demonstrate that linguistically balanced fine-tuning of moderate-scale pretrained models can yield deployment-ready multilingual ASR at a fraction of the cost of larger specialist systems.
Show more
360° Image Perception with MLLMs: A Comprehensive Benchmark and a Training-Free Method
cs.CVMultimodal Large Language Models (MLLMs) have shown impressive abilities in understanding and reasoning over conventional images. However, their perception of 360° images remains largely underexplored. Unlike conventional images, 360° images capture the entire surrounding environment, enabling holistic spatial reasoning but introducing challenges such as geometric distortion and complex spatial relations. To comprehensively assess MLLMs' capabilities to perceive 360° images, we introduce 360Bench, a Visual Question Answering (VQA) benchmark featuring 7K-resolution 360° images, seven representative (sub)tasks with annotations carefully curated by human annotators. Using 360Bench, we systematically evaluate seven MLLMs and six enhancement methods, revealing their shortcomings in 360° image perception. To address these challenges, we propose Free360, a training-free scene-graph-based framework for high-resolution 360° VQA. Free360 decomposes the reasoning process into modular steps, applies adaptive spherical image transformations to 360° images tailored to each step, and seamlessly integrates the resulting information into a unified graph representation for answer generation. Experiments show that Free360 consistently improves its base MLLM and provides a strong training-free solution for 360° VQA tasks. The source code and dataset will be publicly released upon acceptance.
Show more
The Finetuner's Fallacy: When to Pretrain with Your Finetuning Data
cs.LGReal-world model deployments demand strong performance on narrow domains where data is often scarce. Typically, practitioners finetune models to specialize them, but this risks overfitting to the domain and forgetting general knowledge. We study a simple strategy, specialized pretraining (SPT), where a small domain dataset, typically reserved for finetuning, is repeated starting from pretraining as a fraction of the total tokens. Across three specialized domains (ChemPile, MusicPile, and ProofPile), SPT improves domain performance and preserves general capabilities after finetuning compared to standard pretraining. In our experiments, SPT reduces the pretraining tokens needed to reach a given domain performance by up to 1.75x. These gains grow when the target domain is underrepresented in the pretraining corpus: on domains far from web text, a 1B SPT model outperforms a 3B standard pretrained model. Beyond these empirical gains, we derive overfitting scaling laws to guide practitioners in selecting the optimal domain-data repetition for a given pretraining compute budget. Our observations reveal the finetuner's fallacy: while finetuning may appear to be the cheapest path to domain adaptation, introducing specialized domain data during pretraining stretches its utility. SPT yields better specialized domain performance (via reduced overfitting across repeated exposures) and better general domain performance (via reduced forgetting during finetuning), ultimately achieving stronger results with fewer parameters and less total compute when amortized over inference. To get the most out of domain data, incorporate it as early in training as possible.
Show more
MemX: A Local-First Long-Term Memory System for AI Assistants
cs.IRWe present MemX, a local-first long-term memory system for AI assistants with stability-oriented retrieval design. MemX is implemented in Rust on top of libSQL and an OpenAI-compatible embedding API, providing persistent, searchable, and explainable memory for conversational agents. Its retrieval pipeline applies vector recall, keyword recall, Reciprocal Rank Fusion (RRF), four-factor re-ranking, and a low-confidence rejection rule that suppresses spurious recalls when no answer exists in the memory store. We evaluate MemX on two axes. First, two custom Chinese-language benchmark suites (43 queries, <=1,014 records) validate pipeline design: Hit@1=91.3% on a default scenario and 100% under high confusion, with conservative miss-query suppression. Second, the LongMemEval benchmark (500 queries, up to 220,349 records) quantifies system boundaries across four ability types and three storage granularities. At fact-level granularity the system reaches Hit@5=51.6% and MRR=0.380, doubling session-level performance, while temporal and multi-session reasoning remain challenging (<=43.6% Hit@5). FTS5 full-text indexing reduces keyword search latency by 1,100x at 100k-record scale, keeping end-to-end search under 90 ms. Unlike Mem0 and related work that targets end-to-end agent benchmarks, MemX focuses on a narrower, reproducible baseline: local-first deployment, structural simplicity, explainable retrieval, and stability-oriented design.
Show more
Open-Source Reproduction and Explainability Analysis of Corrective Retrieval Augmented Generation
cs.IRCorrective Retrieval Augmented Generation (CRAG) improves the robustness of RAG systems by evaluating retrieved document quality and triggering corrective actions. However, the original implementation relies on proprietary components including the Google Search API and closed model weights, limiting reproducibility. In this work, we present a fully open-source reproduction of CRAG, replacing proprietary web search with the Wikipedia API and the original LLaMA-2 generator with Phi-3-mini-4k-instruct. We evaluate on PopQA and ARC-Challenge, demonstrating that our open-source pipeline achieves comparable performance to the original system. Furthermore, we contribute the first explainability analysis of CRAG's T5-based retrieval evaluator using SHAP, revealing that the evaluator primarily relies on named entity alignment rather than semantic similarity. Our analysis identifies key failure modes including domain transfer limitations on science questions. All code and results are available at https://github.com/suryayalavarthi/crag-reproduction.
Show more
Homogeneous and Heterogeneous Consistency progressive Re-ranking for Visible-Infrared Person Re-identification
cs.CVVisible-infrared person re-identification faces greater challenges than traditional person re-identification due to the significant differences between modalities. In particular, the differences between these modalities make effective matching even more challenging, mainly because existing re-ranking algorithms cannot simultaneously address the intra-modal variations and inter-modal discrepancy in cross-modal person re-identification. To address this problem, we propose a novel Progressive Modal Relationship Re-ranking method consisting of two modules, called heterogeneous and homogeneous consistency re-ranking(HHCR). The first module, heterogeneous consistency re-ranking, explores the relationship between the query and the gallery modalities in the test set. The second module, homogeneous consistency reranking, investigates the intrinsic relationship within each modality between the query and the gallery in the test set. Based on this, we propose a baseline for cross-modal person re-identification, called a consistency re-ranking inference network (CRI). We conducted comprehensive experiments demonstrating that our proposed re-ranking method is generalized, and both the re-ranking and the baseline achieve state-of-the-art performance.
Show more
STARK: Spatio-Temporal Attention for Representation of Keypoints for Continuous Sign Language Recognition
cs.CVContinuous Sign Language Recognition (CSLR) is a crucial task for understanding the languages of deaf communities. Contemporary keypoint-based approaches typically rely on spatio-temporal encoding, where spatial interactions among keypoints are modeled using Graph Convolutional Networks or attention mechanisms, while temporal dynamics are captured using 1D convolutional networks. However, such designs often introduce a large number of parameters in both the encoder and the decoder. This paper introduces a unified spatio-temporal attention network that computes attention scores both spatially (across keypoints) and temporally (within local windows), and aggregates features to produce a local context-aware spatio-temporal representation. The proposed encoder contains approximately $70-80\%$ fewer parameters than existing state-of-the-art models while achieving comparable performance to keypoint-based methods on the Phoenix-14T dataset.
Show more
SQL-ASTRA: Alleviating Sparse Feedback in Agentic SQL via Column-Set Matching and Trajectory Aggregation
cs.AIAgentic Reinforcement Learning (RL) shows promise for complex tasks, but Text-to-SQL remains mostly restricted to single-turn paradigms. A primary bottleneck is the credit assignment problem. In traditional paradigms, rewards are determined solely by the final-turn feedback, which ignores the intermediate process and leads to ambiguous credit evaluation. To address this, we propose Agentic SQL, a framework featuring a universal two-tiered reward mechanism designed to provide effective trajectory-level evaluation and dense step-level signals. First, we introduce Aggregated Trajectory Reward (ATR) to resolve multi-turn credit assignment. Using an asymmetric transition matrix, ATR aggregates process-oriented scores to incentivize continuous improvement. Leveraging Lyapunov stability theory, we prove ATR acts as an energy dissipation operator, guaranteeing a cycle-free policy and monotonic convergence. Second, Column-Set Matching Reward (CSMR) provides immediate step-level rewards to mitigate sparsity. By executing queries at each turn, CSMR converts binary (0/1) feedback into dense [0, 1] signals based on partial correctness. Evaluations on BIRD show a 5% gain over binary-reward GRPO. Notably, our approach outperforms SOTA Arctic-Text2SQL-R1-7B on BIRD and Spider 2.0 using identical models, propelling Text-to-SQL toward a robust multi-turn agent paradigm.
Show more
Execution-Grounded Credit Assignment for GRPO in Code Generation
cs.LGCritic-free reinforcement learning with verifiable rewards (RLVR) improves code generation by optimizing unit-test pass rates, but GRPO-style updates suffer from coarse credit assignment: a single outcome signal is spread uniformly across long programs even when failure stems from a localized semantic error. We propose Execution-Grounded Credit Assignment (EGCA), which localizes GRPO updates using execution traces. For programs that satisfy algorithmic constraints but fail tests, EGCA executes the candidate and a canonical reference solution (curated once offline; used for analysis, not supervision) under identical instrumentation, identifies the earliest semantic divergence, and assigns advantage only to the corresponding token span while masking downstream tokens. EGCA is a drop-in modification requiring no critic, auxiliary loss, or learned verifier, yielding 82.1% pass@1 on HumanEval (+3.1 over GRPO) and 68.9% on MBPP (+1.5) with 18% wall-clock overhead.
Show more
DyJR: Preserving Diversity in Reinforcement Learning with Verifiable Rewards via Dynamic Jensen-Shannon Replay
cs.LGWhile Reinforcement Learning (RL) enhances Large Language Model reasoning, on-policy algorithms like GRPO are sample-inefficient as they discard past rollouts. Existing experience replay methods address this by reusing accurate samples for direct policy updates, but this often incurs high computational costs and causes mode collapse via overfitting. We argue that historical data should prioritize sustaining diversity rather than simply reinforcing accuracy. To this end, we propose Dynamic Jensen-Shannon Replay (DyJR), a simple yet effective regularization framework using a dynamic reference distribution from recent trajectories. DyJR introduces two innovations: (1) A Time-Sensitive Dynamic Buffer that uses FIFO and adaptive sizing to retain only temporally proximal samples, synchronizing with model evolution; and (2) Jensen-Shannon Divergence Regularization, which replaces direct gradient updates with a distributional constraint to prevent diversity collapse. Experiments on mathematical reasoning and Text-to-SQL benchmarks demonstrate that DyJR significantly outperforms GRPO as well as baselines such as RLEP and Ex-GRPO, while maintaining training efficiency comparable to the original GRPO. Furthermore, from the perspective of Rank-$k$ token probability evolution, we show that DyJR enhances diversity and mitigates over-reliance on Rank-1 tokens, elucidating how specific sub-modules of DyJR influence the training dynamics.
Show more
Dialect-Agnostic SQL Parsing via LLM-Based Segmentation
cs.DBSQL is a widely adopted language for querying data, which has led to the development of various SQL analysis and rewriting tools. However, due to the diversity of SQL dialects, such tools often fail when encountering unrecognized dialect-specific syntax. While Large Language Models (LLMs) have shown promise in understanding SQL queries, their inherent limitations in handling hierarchical structures and hallucination risks limit their direct applicability in parsing. To address these limitations, we propose SQLFlex, a novel query rewriting framework that integrates grammar-based parsing with LLM-based segmentation to parse diverse SQL dialects robustly. Our core idea is to decompose hierarchical parsing to sequential segmentation tasks, which better aligns with the strength of LLMs and improves output reliability through validation checks. Specifically, SQLFlex uses clause-level segmentation and expression-level segmentation as two strategies that decompose elements on different levels of a query. We extensively evaluated SQLFlex on both real-world use cases and in a standalone evaluation. In SQL linting, SQLFlex outperforms SQLFluff in ANSI mode by 63.68% in F1 score while matching its dialect-specific mode performance. In test-case reduction, SQLFlex outperforms SQLess by up to 10 times in simplification rate. In the standalone evaluation, it parses 91.55% to 100% of queries across eight distinct dialects, outperforming all baseline parsers. We believe SQLFlex can serve as a foundation for many query analysis and rewriting use cases.
Show more
GATS: Gaussian Aware Temporal Scaling Transformer for Invariant 4D Spatio-Temporal Point Cloud Representation
cs.CVUnderstanding 4D point cloud videos is essential for enabling intelligent agents to perceive dynamic environments. However, temporal scale bias across varying frame rates and distributional uncertainty in irregular point clouds make it highly challenging to design a unified and robust 4D backbone. Existing CNN or Transformer based methods are constrained either by limited receptive fields or by quadratic computational complexity, while neglecting these implicit distortions. To address this problem, we propose a novel dual invariant framework, termed \textbf{Gaussian Aware Temporal Scaling (GATS)}, which explicitly resolves both distributional inconsistencies and temporal. The proposed \emph{Uncertainty Guided Gaussian Convolution (UGGC)} incorporates local Gaussian statistics and uncertainty aware gating into point convolution, thereby achieving robust neighborhood aggregation under density variation, noise, and occlusion. In parallel, the \emph{Temporal Scaling Attention (TSA)} introduces a learnable scaling factor to normalize temporal distances, ensuring frame partition invariance and consistent velocity estimation across different frame rates. These two modules are complementary: temporal scaling normalizes time intervals prior to Gaussian estimation, while Gaussian modeling enhances robustness to irregular distributions. Our experiments on mainstream benchmarks MSR-Action3D (\textbf{+6.62\%} accuracy), NTU RGBD (\textbf{+1.4\%} accuracy), and Synthia4D (\textbf{+1.8\%} mIoU) demonstrate significant performance gains, offering a more efficient and principled paradigm for invariant 4D point cloud video understanding with superior accuracy, robustness, and scalability compared to Transformer based counterparts.
Show more
HIPO: Instruction Hierarchy via Constrained Reinforcement Learning
cs.LGHierarchical Instruction Following (HIF) refers to the problem of prompting large language models with a priority-ordered stack of instructions. Standard methods like RLHF and DPO typically fail in this problem since they mainly optimize for a single objective, failing to explicitly enforce system prompt compliance. Meanwhile, supervised fine-tuning relies on mimicking filtered, compliant data, which fails to establish the priority asymmetry at the algorithmic level. In this paper, we introduce \textsc{HIPO}, a novel alignment framework that formulates HIF as a Constrained Markov Decision Process. \textsc{HIPO} elevates system prompts from mere input context to strict algorithmic boundaries. Using a primal-dual safe reinforcement learning approach, the algorithm dynamically enforces system prompt compliance as an explicit constraint, maximizing user utility strictly within this feasible region. Extensive evaluations across diverse model architectures (e.g., Qwen, Phi, Llama) demonstrate that \textsc{HIPO} significantly improves both system compliance and user utility. Furthermore, mechanistic analysis reveals that this constrained optimization autonomously drives the model to shift its attention toward long-range system tokens, providing a principled foundation for reliable LLM deployment in complex workflows.
Show more
NeuronSpark: A Spiking Neural Network Language Model with Selective State Space Dynamics
cs.AIWe ask whether a pure spiking backbone can learn large-scale language modeling from random initialization, without Transformer distillation. We introduce NeuronSpark, a 0.9B-parameter SNN language model trained with next-token prediction and surrogate gradients. The model combines selective state-space spiking dynamics, leakage-current inter-layer communication, PonderNet adaptive timesteps, fused Triton PLIF kernels, and stabilization techniques (residual centering, lateral-inhibition normalization, and natural-gradient compensation). Under a constrained budget (about 1.4B pretraining tokens and 6.5K SFT steps), NeuronSpark-0.9B reaches 3.6 pretraining loss and shows early multi-turn dialogue behavior after SFT. These results support the feasibility of end-to-end language modeling with a pure SNN architecture at this scale.
Show more
Deep Adaptive Model-Based Design of Experiments
stat.MLModel-based design of experiments (MBDOE) is essential for efficient parameter estimation in nonlinear dynamical systems. However, conventional adaptive MBDOE requires costly posterior inference and design optimization between each experimental step, precluding real-time applications. We address this by combining Deep Adaptive Design (DAD), which amortizes sequential design into a neural network policy trained offline, with differentiable mechanistic models. For dynamical systems with known governing equations but uncertain parameters, we extend sequential contrastive training objectives to handle nuisance parameters and propose a transformer-based policy architecture that respects the temporal structure of dynamical systems. We demonstrate the approach on four systems of increasing complexity: a fed-batch bioreactor with Monod kinetics, a Haldane bioreactor with uncertain substrate inhibition, a two-compartment pharmacokinetic model with nuisance clearance parameters, and a DC motor for real-time deployment.
Show more
Structure-Aware Multimodal LLM Framework for Trustworthy Near-Field Beam Prediction
eess.SPIn near-field extremely large-scale multiple-input multiple-output (XL-MIMO) systems, spherical wavefront propagation expands the traditional beam codebook into the joint angular-distance domain, rendering conventional beam training prohibitively inefficient, especially in complex 3-dimensional (3D) low-altitude environments. Furthermore, since near-field beam variations are deeply coupled not only with user positions but also with the physical surroundings, precise beam alignment demands profound environmental understanding capabilities. To address this, we propose a large language model (LLM)-driven multimodal framework that fuses historical GPS data, RGB image, LiDAR data, and strategically designed task-specific textual prompts. By utilizing the powerful emergent reasoning and generalization capabilities of the LLM, our approach learns complex spatial dynamics to achieve superior environmental comprehension...
Show more
Parametric Social Identity Injection and Diversification in Public Opinion Simulation
cs.CLLarge language models (LLMs) have recently been adopted as synthetic agents for public opinion simulation, offering a promising alternative to costly and slow human surveys. Despite their scalability, current LLM-based simulation methods fail to capture social diversity, producing flattened inter-group differences and overly homogeneous responses within demographic groups. We identify this limitation as a Diversity Collapse phenomenon in LLM hidden representations, where distinct social identities become increasingly indistinguishable across layers. Motivated by this observation, we propose Parametric Social Identity Injection (PSII), a general framework that injects explicit, parametric representations of demographic attributes and value orientations directly into intermediate hidden states of LLMs. Unlike prompt-based persona conditioning, PSII enables fine-grained and controllable identity modulation at the representation level. Extensive experiments on the World Values Survey using multiple open-source LLMs show that PSII significantly improves distributional fidelity and diversity, reducing KL divergence to real-world survey data while enhancing overall diversity. This work provides new insights into representation-level control of LLM agents and advances scalable, diversity-aware public opinion simulation. Code and data are available at https://github.com/halsayxi/PSII.
Show more
Communication-Aware Multi-Agent Reinforcement Learning for Decentralized Cooperative UAV Deployment
cs.MAAutonomous Unmanned Aerial Vehicle (UAV) swarms are increasingly used as rapidly deployable aerial relays and sensing platforms, yet practical deployments must operate under partial observability and intermittent peer-to-peer links. We present a graph-based multi-agent reinforcement learning framework trained under centralized training with decentralized execution (CTDE): a centralized critic and global state are available only during training, while each UAV executes a shared policy using local observations and messages from nearby neighbors. Our architecture encodes local agent state and nearby entities with an agent-entity attention module, and aggregates inter-UAV messages with neighbor self-attention over a distance-limited communication graph. We evaluate primarily on a cooperative relay deployment task (DroneConnect) and secondarily on an adversarial engagement task (DroneCombat). In DroneConnect, the proposed method achieves high coverage under restricted communication and partial observation (e.g. 74% coverage with M = 5 UAVs and N = 10 nodes) while remaining competitive with a mixed-integer linear programming (MILP) optimization-based offline upper bound, and it generalizes to unseen team sizes without fine-tuning. In the adversarial setting, the same framework transfers without architectural changes and improves win rate over non-communicating baselines.
Show more
Noisy Data is Destructive to Reinforcement Learning with Verifiable Rewards
cs.LGReinforcement learning with verifiable rewards (RLVR) has driven recent capability advances of large language models across various domains. Recent studies suggest that improved RLVR algorithms allow models to learn effectively from incorrect annotations, achieving performance comparable to learning from clean data. In this work, we show that these findings are invalid because the claimed 100% noisy training data is "contaminated" with clean data. After rectifying the dataset with a rigorous re-verification pipeline, we demonstrate that noise is destructive to RLVR. We show that existing RLVR algorithm improvements fail to mitigate the impact of noise, achieving similar performance to that of the basic GRPO. Furthermore, we find that the model trained on truly incorrect annotations performs 8-10% worse than the model trained on clean data across mathematical reasoning benchmarks. Finally, we show that these findings hold for real-world noise in Text2SQL tasks, where training on real-world, human annotation errors cause 5-12% lower accuracy than clean data. Our results show that current RLVR methods cannot yet compensate for poor data quality. High-quality data remains essential.
Show more
Answer Bubbles: Information Exposure in AI-Mediated Search
cs.IRGenerative search systems are increasingly replacing link-based retrieval with AI-generated summaries, yet little is known about how these systems differ in sources, language, and fidelity to cited material. We examine responses to 11,000 real search queries across four systems -- vanilla GPT, Search GPT, Google AI Overviews, and traditional Google Search -- at three levels: source diversity, linguistic characterization of the generated summary, and source-summary fidelity. We find that generative search systems exhibit significant \textit{source-selection} biases in their citations, favoring certain sources over others. Incorporating search also selectively attenuates epistemic markers, reducing hedging by up to 60\% while preserving confidence language in the AI-generated summaries. At the same time, AI summaries further compound the citation biases: Wikipedia and longer sources are disproportionately overrepresented, whereas cited social media content and negatively framed sources are substantially underrepresented. Our findings highlight the potential for \textit{answer bubbles}, in which identical queries yield structurally different information realities across systems, with implications for user trust, source visibility, and the transparency of AI-mediated information access.
Show more
SIA: A Synthesize-Inject-Align Framework for Knowledge-Grounded and Secure E-commerce Search LLMs with Industrial Deployment
cs.CLLarge language models offer transformative potential for e-commerce search by enabling intent-aware recommendations. However, their industrial deployment is hindered by two critical challenges: (1) knowledge hallucination due to insufficient encoding of dynamic, fine-grained product knowledge, and (2) security vulnerabilities under jailbreak attacks that threaten compliance. To address these issues, we propose SI--a Synthesize-Inject-Align framework for building knowledgeable and secure e-commerce search LLMs. Our approach first synthesizes high-quality natural language corpus by combining structured knowledge graphs with unstructured behavioral logs, augmented with reasoning chains and safety-aware data.We then introduce a parameter-efficient pre-training strategy based on Depth Up-Scaling to inject domain knowledge while preserving general capabilities. Finally, a dual-path alignment method via multi-task instruction tuning and adversarial training strengthens both task performance and safety robustness. The framework has been deployed at JD.com, China's largest self-operated e-commerce platform, where A/B tests across five core search scenarios demonstrate significant improvements in key business metrics, validating its industrial effectiveness and scalability.
Show more
When Generative Augmentation Hurts: A Benchmark Study of GAN and Diffusion Models for Bias Correction in AI Classification Systems
cs.CVGenerative models are widely used to compensate for class imbalance in AI training pipelines, yet their failure modes under low-data conditions are poorly understood. This paper reports a controlled benchmark comparing three augmentation strategies applied to a fine-grained animal classification task: traditional transforms, FastGAN, and Stable Diffusion 1.5 fine-tuned with Low-Rank Adaptation (LoRA). Using the Oxford-IIIT Pet Dataset with eight artificially underrepresented breeds, we find that FastGAN augmentation does not merely underperform at very low training set sizes but actively increases classifier bias, with a statistically significant large effect across three random seeds (bias gap increase: +20.7%, Cohen's d = +5.03, p = 0.013). The effect size here is large enough to give confidence in the direction of the finding despite the small number of seeds. Feature embedding analysis using t-distributed Stochastic Neighbor Embedding reveals that FastGAN images for severe-minority breeds form tight isolated clusters outside the real image distribution, a pattern consistent with mode collapse. Stable Diffusion with Low-Rank Adaptation produced the best results overall, achieving the highest macro F1 (0.9125 plus or minus 0.0047) and a 13.1% reduction in the bias gap relative to the unaugmented baseline. The data suggest a sample-size boundary somewhere between 20 and 50 training images per class below which GAN augmentation becomes harmful in this setting, though further work across additional domains is needed to establish where that boundary sits more precisely. All experiments run on a consumer-grade GPU with 6 to 8 GB of memory, with no cloud compute required.
Show more
SciZoom: A Large-scale Benchmark for Hierarchical Scientific Summarization across the LLM Era
cs.CLThe explosive growth of AI research has created unprecedented information overload, increasing the demand for scientific summarization at multiple levels of granularity beyond traditional abstracts. While LLMs are increasingly adopted for summarization, existing benchmarks remain limited in scale, target only a single granularity, and predate the LLM era. Moreover, since the release of ChatGPT in November 2022, researchers have rapidly adopted LLMs for drafting manuscripts themselves, fundamentally transforming scientific writing, yet no resource exists to analyze how this writing has evolved. To bridge these gaps, we introduce SciZoom, a benchmark comprising 44,946 papers from four top-tier ML venues (NeurIPS, ICLR, ICML, EMNLP) spanning 2020 to 2025, explicitly stratified into Pre-LLM and Post-LLM eras. SciZoom provides three hierarchical summarization targets (Abstract, Contributions, and TL;DR) achieving compression ratios up to 600:1, enabling both multi-granularity summarization research and temporal mining of scientific writing patterns. Our linguistic analysis reveals striking shifts in phrase patterns (up to 10x for formulaic expressions) and rhetorical style (23% decline in hedging), suggesting that LLM-assisted writing produces more confident yet homogenized prose. SciZoom serves as both a challenging benchmark and a unique resource for mining the evolution of scientific discourse in the generative AI era. Our code and dataset are publicly available on GitHub (https://github.com/janghana/SciZoom) and Hugging Face (https://huggingface.co/datasets/hanjang/SciZoom), respectively.
Show more
Social Simulacra in the Wild: AI Agent Communities on Moltbook
cs.CLAs autonomous LLM-based agents increasingly populate social platforms, understanding the dynamics of AI-agent communities becomes essential for both communication research and platform governance. We present the first large-scale empirical comparison of AI-agent and human online communities, analyzing 73,899 Moltbook and 189,838 Reddit posts across five matched communities. Structurally, we find that Moltbook exhibits extreme participation inequality (Gini = 0.84 vs. 0.47) and high cross-community author overlap (33.8\% vs. 0.5\%). In terms of linguistic attributes, content generated by AI-agents is emotionally flattened, cognitively shifted toward assertion over exploration, and socially detached. These differences give rise to apparent community-level homogenization, but we show this is primarily a structural artifact of shared authorship. At the author level, individual agents are more identifiable than human users, driven by outlier stylistic profiles amplified by their extreme posting volume. As AI-mediated communication reshapes online discourse, our work offers an empirical foundation for understanding how multi-agent interaction gives rise to collective communication dynamics distinct from those of human communities.
Show more
Pre-training LLM without Learning Rate Decay Enhances Supervised Fine-Tuning
cs.CLWe investigate the role of learning rate scheduling in the large-scale pre-training of large language models, focusing on its influence on downstream performance after supervised fine-tuning (SFT). Decay-based learning rate schedulers are widely used to minimize pre-training loss. However, despite their widespread use, how these schedulers affect performance after SFT remains underexplored. In this paper, we examine Warmup-Stable-Only (WSO), which maintains a constant learning rate after warmup without any decay. Through experiments with 1B and 8B parameter models, we show that WSO consistently outperforms decay-based schedulers in terms of performance after SFT, even though decay-based schedulers may exhibit better performance after pre-training. The result also holds across different regimes with mid-training and over-training. Loss landscape analysis further reveals that decay-based schedulers lead models into sharper minima, whereas WSO preserves flatter minima that support adaptability. These findings indicate that applying LR decay to improve pre-training metrics may compromise downstream adaptability. Our work also provides practical guidance for training and model release strategies, highlighting that pre-training models with WSO enhances their adaptability for downstream tasks.
Show more
SWE-QA-Pro: A Representative Benchmark and Scalable Training Recipe for Repository-Level Code Understanding
cs.SEAgentic repository-level code understanding is essential for automating complex software engineering tasks, yet the field lacks reliable benchmarks. Existing evaluations often overlook the long tail topics and rely on popular repositories where Large Language Models (LLMs) can cheat via memorized knowledge. To address this, we introduce SWE-QA-Pro, a benchmark constructed from diverse, long-tail repositories with executable environments. We enforce topical balance via issue-driven clustering to cover under-represented task types and apply a rigorous difficulty calibration process: questions solvable by direct-answer baselines are filtered out. This results in a dataset where agentic workflows significantly outperform direct answering (e.g., a ~13-point gap for Claude Sonnet 4.5), confirming the necessity of agentic codebase exploration. Furthermore, to tackle the scarcity of training data for such complex behaviors, we propose a scalable synthetic data pipeline that powers a two-stage training recipe: Supervised Fine-Tuning (SFT) followed by Reinforcement Learning from AI Feedback (RLAIF). This approach allows small open models to learn efficient tool usage and reasoning. Empirically, a Qwen3-8B model trained with our recipe surpasses GPT-4o by 2.3 points on SWE-QA-Pro and substantially narrows the gap to state-of-the-art proprietary models, demonstrating both the validity of our evaluation and the effectiveness of our agentic training workflow.
Show more
Functorial Neural Architectures from Higher Inductive Types
cs.LGNeural networks systematically fail at compositional generalization -- producing correct outputs for novel combinations of known parts. We show that this failure is architectural: compositional generalization is equivalent to functoriality of the decoder, and this perspective yields both guarantees and impossibility results. We compile Higher Inductive Type (HIT) specifications into neural architectures via a monoidal functor from the path groupoid of a target space to a category of parametric maps: path constructors become generator networks, composition becomes structural concatenation, and 2-cells witnessing group relations become learned natural transformations. We prove that decoders assembled by structural concatenation of independently generated segments are strict monoidal functors (compositional by construction), while softmax self-attention is not functorial for any non-trivial compositional task. Both results are formalized in Cubical Agda. Experiments on three spaces validate the full hierarchy: on the torus ($\mathbb{Z}^2$), functorial decoders outperform non-functorial ones by 2-2.7x; on $S^1 \vee S^1$ ($F_2$), the type-A/B gap widens to 5.5-10x; on the Klein bottle ($\mathbb{Z} \rtimes \mathbb{Z}$), a learned 2-cell closes a 46% error gap on words exercising the group relation.
Show more
Language Models Don't Know What You Want: Evaluating Personalization in Deep Research Needs Real Users
cs.CLDeep Research (DR) tools (e.g. OpenAI DR) help researchers cope with ballooning publishing counts. Such tools can synthesize scientific papers to answer researchers' queries, but lack understanding of their users. We change that in MyScholarQA (MySQA), a personalized DR tool that: 1) infers a profile of a user's research interests; 2) proposes personalized actions for a user's input query; and 3) writes a multi-section report for the query that follows user-approved actions. We first test MySQA with NLP's standard protocol: we design a benchmark of synthetic users and LLM judges, where MySQA beats baselines in citation metrics and personalized action-following. However, we suspect this process does not cover all aspects of personalized DR users value, so we interview users in an online version of MySQA to unmask them. We reveal nine nuanced errors of personalized DR undetectable by our LLM judges, and we study qualitative feedback to form lessons for future DR design. In all, we argue for a pillar of personalization that easy-to-use LLM judges can lead NLP to overlook: real progress in personalization is only possible with real users.
Show more
PathGLS: Evaluating Pathology Vision-Language Models without Ground Truth through Multi-Dimensional Consistency
cs.CVVision-Language Models (VLMs) offer significant potential in computational pathology by enabling interpretable image analysis, automated reporting, and scalable decision support. However, their widespread clinical adoption remains limited due to the absence of reliable, automated evaluation metrics capable of identifying subtle failures such as hallucinations. To address this gap, we propose PathGLS, a novel reference-free evaluation framework that assesses pathology VLMs across three dimensions: Grounding (fine-grained visual-text alignment), Logic (entailment graph consistency using Natural Language Inference), and Stability (output variance under adversarial visual-semantic perturbations). PathGLS supports both patch-level and whole-slide image (WSI)-level analysis, yielding a comprehensive trust score. Experiments on Quilt-1M, TCGA, REG2025, PathMMU and TCGA-Sarcoma datasets demonstrate the superiority of PathGLS. Specifically, on the Quilt-1M dataset, PathGLS reveals a steep sensitivity drop of 40.2% for hallucinated reports compared to only 2.1% for BERTScore. Moreover, validation against expert-defined clinical error hierarchies reveals that PathGLS achieves a strong Spearman's rank correlation of $ρ=0.71$ ($p < 0.0001$), significantly outperforming Large Language Model (LLM)-based approaches (Gemini 3.0 Pro: $ρ=0.39$, $p < 0.0001$). These results establish PathGLS as a robust reference-free metric. By directly quantifying hallucination rates and domain shift robustness, it serves as a reliable criterion for benchmarking VLMs on private clinical datasets and informing safe deployment. Code can be found at: https://github.com/My13ad/PathGLS
Show more
ASDA: Automated Skill Distillation and Adaptation for Financial Reasoning
cs.CLAdapting large language models (LLMs) to specialized financial reasoning typically requires expensive fine-tuning that produces model-locked expertise. Training-free alternatives have emerged, yet our experiments show that leading methods (GEPA and ACE) achieve only marginal gains on the FAMMA financial reasoning benchmark, exposing the limits of unstructured text optimization for complex, multi-step domain reasoning. We introduce Automated Skill Distillation and Adaptation (ASDA), a framework that automatically generates structured skill artifacts through iterative error-corrective learning without modifying model weights. A teacher model analyzes a student model's failures on financial reasoning tasks, clusters errors by subfield and error type, and synthesizes skill files containing reasoning procedures, code templates, and worked examples, which are dynamically injected during inference. Evaluated on FAMMA, ASDA achieves up to +17.33% improvement on arithmetic reasoning and +5.95% on non-arithmetic reasoning, substantially outperforming all training-free baselines. The resulting skill artifacts are human-readable, version-controlled, and compatible with the Agent Skills open standard, offering any organization with a labeled domain dataset a practical and auditable path to domain adaptation without weight access or retraining.
Show more
VIGIL: Towards Edge-Extended Agentic AI for Enterprise IT Support
cs.AIEnterprise IT support is constrained by heterogeneous devices, evolving policies, and long-tail failure modes that are difficult to resolve centrally. We present VIGIL, an edge-extended agentic AI system that deploys desktop-resident agents to perform situated diagnosis, retrieval over enterprise knowledge, and policy-governed remediation directly on user devices with explicit consent and end-to-end observability. In a 10-week pilot of VIGIL's operational loop on 100 resource-constrained endpoints, VIGIL reduces interaction rounds by 39%, achieves at least 4 times faster diagnosis, and supports self-service resolution in 82% of matched cases. Users report excellent usability, high trust, and low cognitive workload across four validated instruments, with qualitative feedback highlighting transparency as critical for trust. Notably, users rated the system higher when no historical matches were available, suggesting on-device diagnosis provides value independent of knowledge base coverage. This pilot establishes safety and observability foundations for fleet-wide continuous improvement.
Show more
RepoReviewer: A Local-First Multi-Agent Architecture for Repository-Level Code Review
cs.SERepository-level code review requires reasoning over project structure, repository context, and file-level implementation details. Existing automated review workflows often collapse these tasks into a single pass, which can reduce relevance, increase duplication, and weaken prioritization. We present RepoReviewer, a local-first multi-agent system for automated GitHub repository review with a Python CLI, FastAPI API, LangGraph orchestration layer, and Next.js user interface. RepoReviewer decomposes review into repository acquisition, context synthesis, file-level analysis, finding prioritization, and summary generation. We describe the system design, implementation tradeoffs, developer-facing interfaces, and practical failure modes. Rather than claiming benchmark superiority, we frame RepoReviewer as a technical systems contribution: a pragmatic architecture for repository-level automated review, accompanied by reusable evaluation and reporting infrastructure for future empirical study.
Show more
Frequency Matters: Fast Model-Agnostic Data Curation for Pruning and Quantization
cs.CLPost-training model compression is essential for enhancing the portability of Large Language Models (LLMs) while preserving their performance. While several compression approaches have been proposed, less emphasis has been placed on selecting the most suitable set of data (the so-called \emph{calibration data}) for finding the compressed model configuration. The choice of calibration data is a critical step in preserving model capabilities both intra- and inter-tasks. In this work, we address the challenge of identifying high-performance calibration sets for both pruning and quantization by analyzing intrinsic data properties rather than model-specific signals. We introduce \texttt{\textbf{ZipCal}}, a model-agnostic data curation strategy that maximizes lexical diversity based on Zipfian power laws. Experiments demonstrate that our method consistently outperforms standard uniform random sampling across various pruning benchmarks. Notably, it also performs on par, in terms of downstream performance, with a state-of-the-art method that relies on model perplexity. The latter becomes prohibitively expensive at large-scale models and datasets, while \texttt{\textbf{ZipCal}} is on average $\sim$240$\times$ faster due to its tractable linear complexity\footnote{We make the code and the experiments available at https://anonymous.4open.science/r/zipcal-71CD/.}.
Show more
Efficient LLM Serving for Agentic Workflows: A Data Systems Perspective
cs.MAAgentic workflows are composed of sequences of interdependent Large Language Model (LLM) calls, and they have become a dominant workload in modern AI systems. These workflows exhibit extensive redundancy from overlapping prompts and intermediate results due to speculative and parallel exploration. Existing LLM serving systems, such as vLLM, focus on optimizing individual inference calls and overlook cross-call dependencies, leading to significant inefficiencies. This paper rethinks LLM and agent serving from a data systems perspective and introduces Helium, a workflow-aware serving framework that models agentic workloads as query plans and treats LLM invocations as first-class operators. Helium integrates proactive caching and cache-aware scheduling to maximize reuse across prompts, KV states, and workflows. Through these techniques, Helium bridges classic query optimization principles with LLM serving, achieving up to 1.56x speedup over state-of-the-art agent serving systems on various workloads. Our results demonstrate that end-to-end optimization across workflows is essential for scalable and efficient LLM-based agents.
Show more
LICA: Layered Image Composition Annotations for Graphic Design Research
cs.CVWe introduce LICA (Layered Image Composition Annotations), a large-scale dataset of 1,550,244 multi-layer graphic design compositions designed to advance structured understanding and generation of graphic layouts1. In addition to ren- dered PNG images, LICA represents each design as a hierarchical composition of typed components including text, image, vector, and group elements, each paired with rich per-element metadata such as spatial geometry, typographic attributes, opacity, and visibility. The dataset spans 20 design categories and 971,850 unique templates, providing broad coverage of real-world design structures. We further introduce graphic design video as a new and largely unexplored challenge for current vision-language models through 27,261 animated layouts annotated with per-component keyframes and motion parameters. Beyond scale, LICA establishes a new paradigm of research tasks for graphic design, enabling structured investiga- tions into problems such as layer-aware inpainting, structured layout generation, controlled design editing, and temporally-aware generative modeling. By repre- senting design as a system of compositional layers and relationships, the dataset supports research on models that operate directly on design structure rather than pixels alone.
Show more
Diffusion Models for Joint Audio-Video Generation
cs.SDMultimodal generative models have shown remarkable progress in single-modality video and audio synthesis, yet truly joint audio-video generation remains an open challenge. In this paper, I explore four key contributions to advance this field. First, I release two high-quality, paired audio-video datasets. The datasets consisting on 13 hours of video-game clips and 64 hours of concert performances, each segmented into consistent 34-second samples to facilitate reproducible research. Second, I train the MM-Diffusion architecture from scratch on our datasets, demonstrating its ability to produce semantically coherent audio-video pairs and quantitatively evaluating alignment on rapid actions and musical cues. Third, I investigate joint latent diffusion by leveraging pretrained video and audio encoder-decoders, uncovering challenges and inconsistencies in the multimodal decoding stage. Finally, I propose a sequential two-step text-to-audio-video generation pipeline: first generating video, then conditioning on both the video output and the original prompt to synthesize temporally synchronized audio. My experiments show that this modular approach yields high-fidelity generations of audio video generation.
Show more
Parallel In-context Learning for Large Vision Language Models
cs.CVLarge vision-language models (LVLMs) employ multi-modal in-context learning (MM-ICL) to adapt to new tasks by leveraging demonstration examples. While increasing the number of demonstrations boosts performance, they incur significant inference latency due to the quadratic computational cost of Transformer attention with respect to the context length. To address this trade-off, we propose Parallel In-Context Learning (Parallel-ICL), a plug-and-play inference algorithm. Parallel-ICL partitions the long demonstration context into multiple shorter, manageable chunks. It processes these chunks in parallel and integrates their predictions at the logit level, using a weighted Product-of-Experts (PoE) ensemble to approximate the full-context output. Guided by ensemble learning theory, we introduce principled strategies for Parallel-ICL: (i) clustering-based context chunking to maximize inter-chunk diversity and (ii) similarity-based context compilation to weight predictions by query relevance. Extensive experiments on VQA, image captioning, and classification benchmarks demonstrate that Parallel-ICL achieves performance comparable to full-context MM-ICL, while significantly improving inference speed. Our work offers an effective solution to the accuracy-efficiency trade-off in MM-ICL, enabling dynamic task adaptation with substantially reduced inference overhead.
Show more
CounterRefine: Answer-Conditioned Counterevidence Retrieval for Inference-Time Knowledge Repair in Factual Question Answering
cs.CLIn factual question answering, many errors are not failures of access but failures of commitment: the system retrieves relevant evidence, yet still settles on the wrong answer. We present CounterRefine, a lightweight inference-time repair layer for retrieval-grounded question answering. CounterRefine first produces a short answer from retrieved evidence, then gathers additional support and conflicting evidence with follow-up queries conditioned on that draft answer, and finally applies a restricted refinement step that outputs either KEEP or REVISE, with proposed revisions accepted only if they pass deterministic validation. In effect, CounterRefine turns retrieval into a mechanism for testing a provisional answer rather than merely collecting more context. On the full SimpleQA benchmark, CounterRefine improves a matched GPT-5 Baseline-RAG by 5.8 points and reaches a 73.1 percent correct rate, while exceeding the reported one-shot GPT-5.4 score by roughly 40 points. These findings suggest a simple but important direction for knowledgeable foundation models: beyond accessing evidence, they should also be able to use that evidence to reconsider and, when necessary, repair their own answers.
Show more
RecBundle: A Next-Generation Geometric Paradigm for Explainable Recommender Systems
cs.IRRecommender systems are inherently dynamic feedback loops where prolonged local interactions accumulate into macroscopic structural degradation such as information cocoons. Existing representation learning paradigms are universally constrained by the assumption of a single flat space, forcing topologically grounded user associations and semantically driven historical interactions to be fitted within the same vector space. This excessive coupling of heterogeneous information renders it impossible for researchers to mechanistically distinguish and identify the sources of systemic bias. To overcome this theoretical bottleneck, we introduce Fiber Bundle from modern differential geometry and propose a novel geometric analysis paradigm for recommender systems. This theory naturally decouples the system space into two hierarchical layers: the base manifold formed by user interaction networks, and the fibers attached to individual user nodes that carry their dynamic preferences. Building upon this, we construct RecBundle, a framework oriented toward next-generation recommender systems that formalizes user collaboration as geometric connection and parallel transport on the base manifold, while mapping content evolution to holonomy transformations on fibers. From this foundation, we identify future application directions encompassing quantitative mechanisms for information cocoons and evolutionary bias, geometric meta-theory for adaptive recommendation, and novel inference architectures integrating large language models (LLMs). Empirical analysis on real-world MovieLens and Amazon Beauty datasets validates the effectiveness of this geometric framework.
Show more
Towards the Vision-Sound-Language-Action Paradigm: The HEAR Framework for Sound-Centric Manipulation
cs.ROWhile recent Vision-Language-Action (VLA) models have begun to incorporate audio, they typically treat sound as static pre-execution prompts or focus exclusively on human speech. This leaves a significant gap in real-time, sound-centric manipulation where fleeting environmental acoustics provide critical state verification during task execution. Consequently, key sounds are easily missed due to low-frequency updates or system latency. This problem is exacerbated by action chunking with open-loop execution, which creates a Blind Execution Interval where acoustic events are lost between discrete audio observation windows. Recognizing the necessity of continuous auditory awareness, we formalize Vision-Sound-Language-Action (VSLA) as a continuous control paradigm conditioned on vision, streaming audio, language, and proprioception under delayed decision loops. As an instantiation, we introduce HEAR, a VSLA framework integrating four components: (i) a streaming Historizer to maintain a compact, causal audio context across execution gaps; (ii) an Envisioner adapted from omni foundation models to reason over multi-sensory inputs; (iii) an Advancer, formulated as an audio world model, to learn temporal dynamics by predicting near-future audio codes; and (iv) a flow-matching Realizer policy to generate smooth action chunks. To address the scarcity of pretraining data and evaluations for VSLA, we construct OpenX-Sound for pretraining, alongside HEAR-Bench, the first sound-centric manipulation benchmark with strict causal timing rules. Our results suggest that robust sound-centric manipulation necessitates causal persistence and explicit temporal learning. This framework provides a practical step toward multi-sensory foundation models for embodied agents, enabling robots to perceive and interact with dynamic environments. Code and videos are available at https://hear.irmv.top.
Show more
Interact3D: Compositional 3D Generation of Interactive Objects
cs.CVRecent breakthroughs in 3D generation have enabled the synthesis of high-fidelity individual assets. However, generating 3D compositional objects from single images--particularly under occlusions--remains challenging. Existing methods often degrade geometric details in hidden regions and fail to preserve the underlying object-object spatial relationships (OOR). We present a novel framework Interact3D designed to generate physically plausible interacting 3D compositional objects. Our approach first leverages advanced generative priors to curate high-quality individual assets with a unified 3D guidance scene. To physically compose these assets, we then introduce a robust two-stage composition pipeline. Based on the 3D guidance scene, the primary object is anchored through precise global-to-local geometric alignment (registration), while subsequent geometries are integrated using a differentiable Signed Distance Field (SDF)-based optimization that explicitly penalizes geometry intersections. To reduce challenging collisions, we further deploy a closed-loop, agentic refinement strategy. A Vision-Language Model (VLM) autonomously analyzes multi-view renderings of the composed scene, formulates targeted corrective prompts, and guides an image editing module to iteratively self-correct the generation pipeline. Extensive experiments demonstrate that Interact3D successfully produces promising collsion-aware compositions with improved geometric fidelity and consistent spatial relationships.
Show more
A Depth-Aware Comparative Study of Euclidean and Hyperbolic Graph Neural Networks on Bitcoin Transaction Systems
cs.LGBitcoin transaction networks are large scale socio- technical systems in which activities are represented through multi-hop interaction patterns. Graph Neural Networks(GNNs) have become a widely adopted tool for analyzing such systems, supporting tasks such as entity detection and transaction classification. Large-scale datasets like Elliptic have allowed for a rise in the analysis of these systems and in tasks such as fraud detection. In these settings, the amount of transactional context available to each node is determined by the neighborhood aggregation and sampling strategies, yet the interaction between these receptive fields and embedding geometry has received limited attention. In this work, we conduct a controlled comparison of Euclidean and tangent-space hyperbolic GNNs for node classification on a large Bitcoin transaction graph. By explicitly varying the neighborhood while keeping the model architecture and dimensionality fixed, we analyze the differences in two embedding spaces. We further examine optimization behavior and observe that joint selection of learning rate and curvature plays a critical role in stabilizing high-dimensional hyperbolic embeddings. Overall, our findings provide practical insights into the role of embedding geometry and neighborhood depth when modeling large-scale transaction networks, informing the deployment of hyperbolic GNNs for computational social systems.
Show more
MDM-Prime-v2: Binary Encoding and Index Shuffling Enable Compute-optimal Scaling of Diffusion Language Models
cs.LGMasked diffusion models (MDM) exhibit superior generalization when learned using a Partial masking scheme (Prime). This approach converts tokens into sub-tokens and models the diffusion process at the sub-token level. We identify two limitations of the MDM-Prime framework. First, we lack tools to guide the hyperparameter choice of the token granularity in the subtokenizer. Second, we find that the function form of the subtokenizer significantly degrades likelihood estimation when paired with commonly used Byte-Pair-Encoding (BPE) tokenizers. To address these limitations, we study the tightness of the variational bound in MDM-Prime and develop MDM-Prime-v2, a masked diffusion language model which incorporates Binary Encoding and Index Shuffling. Our scaling analysis reveals that MDM-Prime-v2 is 21.8$\times$ more compute-efficient than autoregressive models (ARM). In compute-optimal comparisons, MDM-Prime-v2 achieves 7.77 perplexity on OpenWebText, outperforming ARM (12.99), MDM (18.94), and MDM-Prime (13.41). When extending the model size to 1.1B parameters, our model further demonstrates superior zero-shot accuracy on various commonsense reasoning tasks.
Show more
ClaimFlow: Tracing the Evolution of Scientific Claims in NLP
cs.CLScientific papers do more than report results $-$ they advance $\textit{claims}$ that later work supports, extends, or sometimes refutes. Yet existing methods for citation and claim analysis capture only fragments of this dialogue. In this work, we make these interactions explicit at the level of individual scientific claims. We introduce $\texttt{ClaimFlow}$, a claim-centric view of the NLP literature, built from $304$ ACL Anthology papers (1979$-$2025) that are manually annotated with $1{,}084$ claims and $832$ cross-paper claim relations, indicating whether a citing paper $\textit{supports}$, $\textit{extends}$, $\textit{qualifies}$, $\textit{refutes}$, or references a claim as $\textit{background}$. Using $\texttt{ClaimFlow}$, we define a new task $-$ $\textit{Claim Relation Classification}$ $-$ which requires models to infer the scientific stance toward a cited claim from the text and citation context. Evaluating strong neural models and large language models on this task, we report baseline performance of $0.78$ macro-F1, highlighting that claim-relation classification is feasible but challenging. We further apply our model to $\sim$$13k$ NLP papers to analyze how claims evolve across decades of NLP research. Our analysis reveals that $63.5$% claims are never reused; only $11.1$% are ever challenged; meanwhile, widely propagated claims are more often $\textit{reshaped}$ through qualification and extension than directly confirmed or refuted. Overall, $\texttt{ClaimFlow}$ offers a lens for examining how ideas shift and mature within NLP, and a foundation for assessing whether models can interpret scientific argumentation.
Show more
SEAHateCheck: Functional Tests for Detecting Hate Speech in Low-Resource Languages of Southeast Asia
cs.CLHate speech detection relies heavily on linguistic resources, which are primarily available in high-resource languages such as English and Chinese, creating barriers for researchers and platforms developing tools for low-resource languages in Southeast Asia, where diverse socio-linguistic contexts complicate online hate moderation. To address this, we introduce SEAHateCheck, a pioneering dataset tailored to Indonesia, Thailand, the Philippines, and Vietnam, covering Indonesian, Tagalog, Thai, and Vietnamese. Building on HateCheck's functional testing framework and refining SGHateCheck's methods, SEAHateCheck provides culturally relevant test cases, augmented by large language models and validated by local experts for accuracy. Experiments with state-of-the-art and multilingual models revealed limitations in detecting hate speech in specific low-resource languages. In particular, Tagalog test cases showed the lowest model accuracy, likely due to linguistic complexity and limited training data. In contrast, slang-based functional tests proved the hardest, as models struggled with culturally nuanced expressions. The diagnostic insights of SEAHateCheck further exposed model weaknesses in implicit hate detection and models' struggles with counter-speech expression. As the first functional test suite for these Southeast Asian languages, this work equips researchers with a robust benchmark, advancing the development of practical, culturally attuned hate speech detection tools for inclusive online content moderation.
Show more
Resource Consumption Threats in Large Language Models
cs.CRGiven limited and costly computational infrastructure, resource efficiency is a key requirement for large language models (LLMs). Efficient LLMs increase service capacity for providers and reduce latency and API costs for users. Recent resource consumption threats induce excessive generation, degrading model efficiency and harming both service availability and economic sustainability. This survey presents a systematic review of threats to resource consumption in LLMs. We further establish a unified view of this emerging area by clarifying its scope and examining the problem along the full pipeline from threat induction to mechanism understanding and mitigation. Our goal is to clarify the problem landscape for this emerging area, thereby providing a clearer foundation for characterization and mitigation.
Show more
Attribution Upsampling should Redistribute, Not Interpolate
cs.CVAttribution methods in explainable AI rely on upsampling techniques that were designed for natural images, not saliency maps. Standard bilinear and bicubic interpolation systematically corrupts attribution signals through aliasing, ringing, and boundary bleeding, producing spurious high-importance regions that misrepresent model reasoning. We identify that the core issue is treating attribution upsampling as an interpolation problem that operates in isolation from the model's reasoning, rather than a mass redistribution problem where model-derived semantic boundaries must govern how importance flows. We present Universal Semantic-Aware Upsampling (USU), a principled method that reformulates upsampling through ratio-form mass redistribution operators, provably preserving attribution mass and relative importance ordering. Extending the axiomatic tradition of feature attribution to upsampling, we formalize four desiderata for faithful upsampling and prove that interpolation structurally violates three of them. These same three force any redistribution operator into a ratio form; the fourth selects the unique potential within this family, yielding USU. Controlled experiments on models with known attribution priors verify USU's formal guarantees; evaluation across ImageNet, CIFAR-10, and CUB-200 confirms consistent faithfulness improvements and qualitatively superior, semantically coherent explanations.
Show more
Adaptive regularization parameter selection for high-dimensional inverse problems: A Bayesian approach with Tucker low-rank constraints
cs.LGThis paper introduces a novel variational Bayesian method that integrates Tucker decomposition for efficient high-dimensional inverse problem solving. The method reduces computational complexity by transforming variational inference from a high-dimensional space to a lower-dimensional core tensor space via Tucker decomposition. A key innovation is the introduction of per-mode precision parameters, enabling adaptive regularization for anisotropic structures. For instance, in directional image deblurring, learned parameters align with physical anisotropy, applying stronger regularization to critical directions (e.g., row vs. column axes). The method further estimates noise levels from data, eliminating reliance on prior knowledge of noise parameters (unlike conventional benchmarks such as the discrepancy principle (DP)). Experimental evaluations across 2D deblurring, 3D heat conduction, and Fredholm integral equations demonstrate consistent improvements in quantitative metrics (PSNR, SSIM) and qualitative visualizations (error maps, precision parameter trends) compared to L-curve criterion, generalized cross-validation (GCV), unbiased predictive risk estimator (UPRE), and DP. The approach scales to problems with 110,000 variables and outperforms existing methods by 0.73-2.09 dB in deblurring tasks and 6.75 dB in 3D heat conduction. Limitations include sensitivity to rank selection in Tucker decomposition and the need for theoretical analysis. Future work will explore automated rank selection and theoretical guarantees. This method bridges Bayesian theory and scalable computation, offering practical solutions for large-scale inverse problems in imaging, remote sensing, and scientific computing.
Show more
Large Reward Models: Generalizable Online Robot Reward Generation with Vision-Language Models
cs.ROReinforcement Learning (RL) has shown great potential in refining robotic manipulation policies, yet its efficacy remains strongly bottlenecked by the difficulty of designing generalizable reward functions. In this paper, we propose a framework for online policy refinement by adapting foundation VLMs into online reward generators. We develop a robust, scalable reward model based on a state-of-the-art VLM, trained on a large-scale, multi-source dataset encompassing real-world robot trajectories, human-object interactions, and diverse simulated environments. Unlike prior approaches that evaluate entire trajectories post-hoc, our method leverages the VLM to formulate a multifaceted reward signal comprising process, completion, and temporal contrastive rewards based on current visual observations. Initializing with a base policy trained via Imitation Learning (IL), we employ these VLM rewards to guide the model to correct sub-optimal behaviors in a closed-loop manner. We evaluate our framework on challenging long-horizon manipulation benchmarks requiring sequential execution and precise control. Crucially, our reward model operates in a purely zero-shot manner within these test environments. Experimental results demonstrate that our method significantly improves the success rate of the initial IL policy within just 30 RL iterations, demonstrating remarkable sample efficiency. This empirical evidence highlights that VLM-generated signals can provide reliable feedback to resolve execution errors, effectively eliminating the need for manual reward engineering and facilitating efficient online refinement for robot learning.
Show more
Safe Distributionally Robust Feature Selection under Covariate Shift
stat.MLIn practical machine learning, the environments encountered during the model development and deployment phases often differ, especially when a model is used by many users in diverse settings. Learning models that maintain reliable performance across plausible deployment environments is known as distributionally robust (DR) learning. In this work, we study the problem of distributionally robust feature selection (DRFS), with a particular focus on sparse sensing applications motivated by industrial needs. In practical multi-sensor systems, a shared subset of sensors is typically selected prior to deployment based on performance evaluations using many available sensors. At deployment, individual users may further adapt or fine-tune models to their specific environments. When deployment environments differ from those anticipated during development, this strategy can result in systems lacking sensors required for optimal performance. To address this issue, we propose safe-DRFS, a novel approach that extends safe screening from conventional sparse modeling settings to a DR setting under covariate shift. Our method identifies a feature subset that encompasses all subsets that may become optimal across a specified range of input distribution shifts, with finite-sample theoretical guarantees of no false feature elimination.
Show more
ARISE: Agent Reasoning with Intrinsic Skill Evolution in Hierarchical Reinforcement Learning
cs.AIThe dominant paradigm for improving mathematical reasoning in language models relies on Reinforcement Learning with verifiable rewards. Yet existing methods treat each problem instance in isolation without leveraging the reusable strategies that emerge and accumulate during training. To this end, we introduce ARISE (Agent Reasoning via Intrinsic Skill Evolution), a hierarchical reinforcement learning framework, in which a shared policy operates both to manage skills at high-level and to generate responses at low-level (denoted as a Skills Manager and a Worker, respectively). The Manager maintains a tiered skill library through a dedicated skill generation rollout that performs structured summarization of successful solution traces (after execution), while employing a policy-driven selection mechanism to retrieve relevant skills to condition future rollouts (before execution). A hierarchical reward design guides the co-evolution of reasoning ability and library quality. Experiments on two base models and seven benchmarks spanning both competition mathematics and Omni-MATH show that ARISE consistently outperforms GRPO-family algorithms and memory-augmented baselines, with particularly notable gains on out-of-distribution tasks. Ablation studies confirm that each component contributes to the observed improvements and that library quality and reasoning performance improve in tandem throughout training. Code is available at \href{https://github.com/Skylanding/ARISE}{https://github.com/Skylanding/ARISE}.
Show more
Toward Reliable Scientific Visualization Pipeline Construction with Structure-Aware Retrieval-Augmented LLMs
cs.GRScientific visualization pipelines encode domain-specific procedural knowledge with strict execution dependencies, making their construction sensitive to missing stages, incorrect operator usage, or improper ordering. Thus, generating executable scientific visualization pipelines from natural-language descriptions remains challenging for large language models, particularly in web-based environments where visualization authoring relies on explicit code-level pipeline assembly. In this work, we investigate the reliability of LLM-based scientific visualization pipeline generation, focusing on vtk.js as a representative web-based visualization library. We propose a structure-aware retrieval-augmented generation workflow that provides pipeline-aligned vtk.js code examples as contextual guidance, supporting correct module selection, parameter configuration, and execution order. We evaluate the proposed workflow across multiple multi-stage scientific visualization tasks and LLMs, measuring reliability in terms of pipeline executability and human correction effort. To this end, we introduce correction cost as metric for the amount of manual intervention required to obtain a valid pipeline. Our results show that structured, domain-specific context substantially improves pipeline executability and reduces correction cost. We additionally provide an interactive analysis interface to support human-in-the-loop inspection and systematic evaluation of generated visualization pipelines.
Show more
inference-fleet-sim: A Queueing-Theory-Grounded Fleet Capacity Planner for LLM Inference
cs.DCSizing a GPU fleet for LLM inference is harder than it looks. The obvious questions -- how many GPUs, which type, where to split a two-pool fleet -- have no closed-form answers. They depend on the full token-length distribution, the routing policy, and queueing dynamics that turn ugly under heavy-tailed workloads. Existing tools optimize per-engine configuration for a fixed GPU count; none of them address the upstream question of how many GPUs to buy and how to arrange them. inference-fleet-sim fills that gap. It combines analytical M/G/c queueing with discrete-event simulation (DES) to find the minimum-cost fleet configuration that empirically meets a P99 TTFT SLO. It includes a physics-informed GPU performance model covering A10G, A100, and H100 across monolithic, two-pool-routed, and disaggregated topologies, all without requiring access to real hardware. We run the tool on seven fleet-planning scenarios drawn from two public workload traces (LMSYS, Azure) and one synthetic agent-heavy trace. Each one surfaces a result that simple analysis gets wrong -- the right split threshold, the cheapest GPU type, whether an apparently idle fleet is actually broken -- and shows why joint simulation of queueing, routing, and hardware is necessary to find it.
Show more
A Context Alignment Pre-processor for Enhancing the Coherence of Human-LLM Dialog
cs.AILarge language models (LLMs) have made remarkable progress in generating fluent text, but they still face a critical challenge of contextual misalignment in long-term and dynamic dialogue. When human users omit premises, simplify references, or shift context abruptly during interactions with LLMs, the models may fail to capture their actual intentions, producing mechanical or off-topic responses that weaken the collaborative potential of dialogue. To address this problem, this paper proposes a computational framework called the Context Alignment Pre-processor (C.A.P.). Rather than operating during generation, C.A.P. functions as a pre-processing module between user input and response generation. The framework includes three core processes: (1) semantic expansion, which extends a user instruction to a broader semantic span including its premises, literal meaning, and implications; (2) time-weighted context retrieval, which prioritizes recent dialogue history through a temporal decay function approximating human conversational focus; and (3) alignment verification and decision branching, which evaluates whether the dialogue remains on track by measuring the semantic similarity between the current prompt and the weighted historical context. When a significant deviation is detected, C.A.P. initiates a structured clarification protocol to help users and the system recalibrate the conversation. This study presents the architecture and theoretical basis of C.A.P., drawing on cognitive science and Common Ground theory in human-computer interaction. We argue that C.A.P. is not only a technical refinement but also a step toward shifting human-computer dialogue from one-way command-execution patterns to two-way, self-correcting, partnership-based collaboration. Finally, we discuss implementation paths, evaluation methods, and implications for the future design of interactive intelligent systems.
Show more
POaaS: Minimal-Edit Prompt Optimization as a Service to Lift Accuracy and Cut Hallucinations on On-Device sLLMs
cs.AISmall language models (sLLMs) are increasingly deployed on-device, where imperfect user prompts--typos, unclear intent, or missing context--can trigger factual errors and hallucinations. Existing automatic prompt optimization (APO) methods were designed for large cloud LLMs and rely on search that often produces long, structured instructions; when executed under an on-device constraint where the same small model must act as optimizer and solver, these pipelines can waste context and even hurt accuracy. We propose POaaS, a minimal-edit prompt optimization layer that routes each query to lightweight specialists (Cleaner, Paraphraser, Fact-Adder) and merges their outputs under strict drift and length constraints, with a conservative skip policy for well-formed prompts. Under a strict fixed-model setting with Llama-3.2-3B-Instruct and Llama-3.1-8B-Instruct, POaaS improves both task accuracy and factuality while representative APO baselines degrade them, and POaaS recovers up to +7.4% under token deletion and mixup. Overall, per-query conservative optimization is a practical alternative to search-heavy APO for on-device sLLMs.
Show more
Enhancing Linguistic Generalization of VLA: Fine-Tuning OpenVLA via Synthetic Instruction Augmentation
cs.AIGeneralization remains a core challenge in embodied AI, as robots must adapt to diverse environments. While OpenVLA represents the State-of-the-Art (SOTA) in Vision-Language-Action models by leveraging large-scale pre-training, its zero-shot performance can be limited when encountering completely new environments. This paper proposes a parameter-efficient fine-tuning strategy to enhance the linguistic generalization of OpenVLA by synthesizing a general instruction set for the Bridge Dataset V2. The paper leverages a Large Language Model (LLM) to generate a rich variety of semantically equivalent but structurally diverse commands for existing trajectories. In this experiment, Low-Rank Adaptation (LoRA) is implemented to fine-tune OpenVLA on augmented pairs, allowing the model to bridge the gap between complex natural language intent and robotic actions. Results demonstrate that the LoRA-enhanced model's robustness, suggesting that enriching the linguistic space of specialized datasets is crucial for embodied agents.
Show more
Collaborative Temporal Feature Generation via Critic-Free Reinforcement Learning for Cross-User Sensor-Based Activity Recognition
cs.LGHuman Activity Recognition using wearable inertial sensors is foundational to healthcare monitoring, fitness analytics, and context-aware computing, yet its deployment is hindered by cross-user variability arising from heterogeneous physiological traits, motor habits, and sensor placements. Existing domain generalization approaches either neglect temporal dependencies in sensor streams or depend on impractical target-domain annotations. We propose a different paradigm: modeling generalizable feature extraction as a collaborative sequential generation process governed by reinforcement learning. Our framework, CTFG (Collaborative Temporal Feature Generation), employs a Transformer-based autoregressive generator that incrementally constructs feature token sequences, each conditioned on prior context and the encoded sensor input. The generator is optimized via Group-Relative Policy Optimization, a critic-free algorithm that evaluates each generated sequence against a cohort of alternatives sampled from the same input, deriving advantages through intra-group normalization rather than learned value estimation. This design eliminates the distribution-dependent bias inherent in critic-based methods and provides self-calibrating optimization signals that remain stable across heterogeneous user distributions. A tri-objective reward comprising class discrimination, cross-user invariance, and temporal fidelity jointly shapes the feature space to separate activities, align user distributions, and preserve fine-grained temporal content. Evaluations on the DSADS and PAMAP2 benchmarks demonstrate state-of-the-art cross-user accuracy (88.53\% and 75.22\%), substantial reduction in inter-task training variance, accelerated convergence, and robust generalization under varying action-space dimensionalities.
Show more
Shuffling the Stochastic Mirror Descent via Dual Lipschitz Continuity and Kernel Conditioning
math.OCThe global Lipschitz smoothness condition underlies most convergence and complexity analyses via two key consequences: the descent lemma and the gradient Lipschitz continuity. How to study the performance of optimization algorithms in the absence of Lipschitz smoothness remains an active area. The relative smoothness framework from Bauschke-Bolte-Teboulle (2017) and Lu-Freund-Nesterov (2018) provides an extended descent lemma, ensuring convergence of Bregman-based proximal gradient methods and their vanilla stochastic counterparts. However, many widely used techniques (e.g., momentum schemes, random reshuffling, and variance reduction) additionally require the Lipschitz-type bound for gradient deviations, leaving their analysis under relative smoothness an open area. To resolve this issue, we introduce the dual kernel conditioning (DKC) regularity condition to regulate the local relative curvature of the kernel functions. Combined with the relative smoothness, DKC provides a dual Lipschitz continuity for gradients: even though the gradient mapping is not Lipschitz in the primal space, it preserves Lipschitz continuity in the dual space induced by a mirror map. We verify that DKC is widely satisfied by popular kernels and is closed under affine composition and conic combination. With these novel tools, we establish the first complexity bounds as well as the iterate convergence of random reshuffling mirror descent for constrained nonconvex relative smooth problems.
Show more
Power Analysis for Prediction-Powered Inference
stat.MEModern studies increasingly leverage outcomes predicted by machine learning and artificial intelligence (AI/ML) models, and recent work, such as prediction-powered inference (PPI), has developed valid downstream statistical inference procedures. However, classical power and sample size formulas do not readily account for these predictions. In this work, we tackle a simple yet practical question: given a new AI/ML model with high predictive power, how many labeled samples are needed to achieve a desired level of statistical power? We derive closed-form power formulas by characterizing the asymptotic variance of the PPI estimator and applying Wald test inversion to obtain the required labeled sample size. Our results cover widely used settings including two-sample comparisons and risk measures in 2x2 tables. We find that a useful rule of thumb is that the reduction in required labeled samples relative to classical designs scales roughly with the R2 between the predictions and the ground truth. Our analytical formulas are validated using Monte Carlo simulations, and we illustrate the framework in three contemporary biomedical applications spanning single-cell transcriptomics, clinical blood pressure measurement, and dermoscopy imaging. We provide our software as an R package and online calculators at https://github.com/yiqunchen/pppower.
Show more
Residual Stream Duality in Modern Transformer Architectures
cs.LGRecent work has made clear that the residual pathway is not mere optimization plumbing; it is part of the model's representational machinery. We agree, but argue that the cleanest way to organize this design space is through a two-axis view of the Transformer. A decoder evolves information along two ordered dimensions: sequence position and layer depth. Self-attention already provides adaptive mixing along the sequence axis, whereas the residual stream usually performs fixed addition along the depth axis. If we fix a token position and treat layer index as the ordered variable, then a causal depth-wise residual attention read is exactly the same local operator as causal short sliding-window attention (ShortSWA), except written over depth rather than over sequence. This is the core residual stream duality behind Transformer$^2$. This perspective also clarifies the recent literature. ELC-BERT and DenseFormer already show that learned aggregation over depth can outperform uniform residual accumulation, while Vertical Attention, DeepCrossAttention (DCA), MUDDFormer, and Attention Residuals move further toward explicit attention-based routing over earlier layers. The key point, however, is that operator-level duality does not imply systems-level symmetry. For large-scale autoregressive models, sequence-axis ShortSWA is usually the more hardware-friendly placement because it reuses token-side sliding-window kernels, KV-cache layouts, and chunked execution. If the goal is instead to change the shortcut itself, Deep Delta Learning (DDL) is the cleaner intervention because it modifies the residual operator directly rather than adding a separate cross-layer retrieval path. Our recommendation is therefore simple: use DDL when the shortcut is the object of interest, and use sequence-axis ShortSWA when the goal is local adaptive mixing.
Show more
Interpretable Context Methodology: Folder Structure as Agentic Architecture
cs.AICurrent approaches to AI agent orchestration typically involve building multi-agent frameworks that manage context passing, memory, error handling, and step coordination through code. These frameworks work well for complex, concurrent systems. But for sequential workflows where a human reviews output at each step, they introduce engineering overhead that the problem does not require. This paper presents Model Workspace Protocol (MWP), a method that replaces framework-level orchestration with filesystem structure. Numbered folders represent stages. Plain markdown files carry the prompts and context that tell a single AI agent what role to play at each step. Local scripts handle the mechanical work that does not need AI at all. The result is a system where one agent, reading the right files at the right moment, does the work that would otherwise require a multi-agent framework. This approach applies ideas from Unix pipeline design, modular decomposition, multi-pass compilation, and literate programming to the specific problem of structuring context for AI agents. The protocol is open source under the MIT license.
Show more
IRAM-Omega-Q: A Computational Architecture for Uncertainty Regulation in Artificial Agents
cs.AIArtificial agents can achieve strong task performance while remaining opaque with respect to internal regulation, uncertainty management, and stability under stochastic perturbation. We present IRAM-Omega-Q, a computational architecture that models internal regulation as closed-loop control over a quantum-like state representation. The framework uses density matrices instrumentally as abstract state descriptors, enabling direct computation of entropy, purity, and coherence-related metrics without invoking physical quantum processes. A central adaptive gain is updated continuously to maintain a target uncertainty regime under noise. Using systematic parameter sweeps, fixed-seed publication-mode simulations, and susceptibility-based phase-diagram analysis, we identify reproducible critical boundaries in regulation-noise space. We further show that alternative control update orderings, interpreted as perception-first and action-first architectures, induce distinct stability regimes under identical external conditions. These results support uncertainty regulation as a concrete architectural principle for artificial agents and provide a formal setting for studying stability, control, and order effects in cognitively inspired AI systems. The framework is presented as a technical model of adaptive regulation dynamics in artificial agents. It makes no claims regarding phenomenological consciousness, and the quantum-like formalism is used strictly as a mathematical representation for structured uncertainty and state evolution.
Show more
Understanding Moral Reasoning Trajectories in Large Language Models: Toward Probing-Based Explainability
cs.CLLarge language models (LLMs) increasingly participate in morally sensitive decision-making, yet how they organize ethical frameworks across reasoning steps remains underexplored. We introduce \textit{moral reasoning trajectories}, sequences of ethical framework invocations across intermediate reasoning steps, and analyze their dynamics across six models and three benchmarks. We find that moral reasoning involves systematic multi-framework deliberation: 55.4--57.7\% of consecutive steps involve framework switches, and only 16.4--17.8\% of trajectories remain framework-consistent. Unstable trajectories remain 1.29$\times$ more susceptible to persuasive attacks ($p=0.015$). At the representation level, linear probes localize framework-specific encoding to model-specific layers (layer 63/81 for Llama-3.3-70B; layer 17/81 for Qwen2.5-72B), achieving 13.8--22.6\% lower KL divergence than the training-set prior baseline. Lightweight activation steering modulates framework integration patterns (6.7--8.9\% drift reduction) and amplifies the stability--accuracy relationship. We further propose a Moral Representation Consistency (MRC) metric that correlates strongly ($r=0.715$, $p<0.0001$) with LLM coherence ratings, whose underlying framework attributions are validated by human annotators (mean cosine similarity $= 0.859$).
Show more
FlatLands: Generative Floormap Completion From a Single Egocentric View
cs.CVA single egocentric image typically captures only a small portion of the floor, yet a complete metric traversability map of the surroundings would better serve applications such as indoor navigation. We introduce FlatLands, a dataset and benchmark for single-view bird's-eye view (BEV) floor completion. The dataset contains 270,575 observations from 17,656 real metric indoor scenes drawn from six existing datasets, with aligned observation, visibility, validity, and ground-truth BEV maps, and the benchmark includes both in- and out-of-distribution evaluation protocols. We compare training-free approaches, deterministic models, ensembles, and stochastic generative models. Finally, we instantiate the task as an end-to-end monocular RGB-to-floormaps pipeline. FlatLands provides a rigorous testbed for uncertainty-aware indoor mapping and generative completion for embodied navigation.
Show more
The Importance of Being Smoothly Calibrated
cs.LGRecent work has highlighted the centrality of smooth calibration [Kakade and Foster, 2008] as a robust measure of calibration error. We generalize, unify, and extend previous results on smooth calibration, both as a robust calibration measure, and as a step towards omniprediction, which enables predictions with low regret for downstream decision makers seeking to optimize some proper loss unknown to the predictor. We present a new omniprediction guarantee for smoothly calibrated predictors, for the class of all bounded proper losses. We smooth the predictor by adding some noise to it, and compete against smoothed versions of any benchmark predictor on the space, where we add some noise to the predictor and then post-process it arbitrarily. The omniprediction error is bounded by the smooth calibration error of the predictor and the earth mover's distance from the benchmark. We exhibit instances showing that this dependence cannot, in general, be improved. We show how this unifies and extends prior results [Foster and Vohra, 1998; Hartline, Wu, and Yang, 2025] on omniprediction from smooth calibration. We present a crisp new characterization of smooth calibration in terms of the earth mover's distance to the closest perfectly calibrated joint distribution of predictions and labels. This also yields a simpler proof of the relation to the lower distance to calibration from [Blasiok, Gopalan, Hu, and Nakkiran, 2023]. We use this to show that the upper distance to calibration cannot be estimated within a quadratic factor with sample complexity independent of the support size of the predictions. This is in contrast to the distance to calibration, where the corresponding problem was known to be information-theoretically impossible: no finite number of samples suffice [Blasiok, Gopalan, Hu, and Nakkiran, 2023].
Show more
Safety Case Patterns for VLA-based driving systems: Insights from SimLingo
cs.ROVision-Language-Action (VLA)-based driving systems represent a significant paradigm shift in autonomous driving since, by combining traffic scene understanding, linguistic interpretation, and action generation, these systems enable more flexible, adaptive, and instruction-responsive driving behaviors. However, despite their growing adoption and potential to support socially responsible autonomous driving while understanding high-level human instructions, VLA-based driving systems may exhibit new types of hazardous behaviors. Such as the addition of natural language inputs (e.g., user or navigation instructions) into the multimodal control loop, which may lead to unpredictable and unsafe behaviors that could endanger vehicle occupants and pedestrians. Hence, assuring the safety of these systems is crucial to help build trust in their operations. To support this, we propose a novel safety case design approach called RAISE. Our approach introduces novel patterns tailored to instruction-based driving systems such as VLA-based driving systems, an extension of Hazard Analysis and Risk Assessment (HARA) detailing safe scenarios and their outcomes, and a design technique to create the safety cases of VLA-based driving systems. A case study on SimLingo illustrates how our approach can be used to construct rigorous, evidence-based safety claims for this emerging class of autonomous driving systems.
Show more
Making Software Metrics Useful
cs.SEMost engineers use measurements to make decisions. However, measurements are rarely used for decisions about constructing software products. While many approaches to measuring attributes of software (``metrics'') have been developed, they are rarely used to answer useful questions such as ``Do I need to refactor this class?'' or ``Are these integration tests sufficient?'' Practitioners therefore question the value of software metrics. We argue that this situation arose because software metrics were developed without understanding metrology (the science of measurement) and suggest directions software metrics research should take.
Show more
Evaluating Agentic Optimization on Large Codebases
cs.SELarge language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks largely rely on synthetic tasks, binary correctness signals, or single-objective evaluation, limiting their ability to assess holistic optimization behavior. We introduce FormulaCode, a benchmark for evaluating agentic optimization on large, real-world codebases with fine-grained, multi-objective performance metrics. FormulaCode comprises 957 performance bottlenecks mined from scientific Python repositories on GitHub, each paired with expert-authored patches and, on average, 264.6 community-maintained performance workloads per task, enabling the holistic ability of LLM agents to optimize codebases under realistic correctness and performance constraints. Our evaluations reveal that repository-scale, multi-objective optimization remains a major challenge for frontier LLM agents. Project website at: https://formula-code.github.io
Show more
RadAnnotate: Large Language Models for Efficient and Reliable Radiology Report Annotation
cs.CLRadiology report annotation is essential for clinical NLP, yet manual labeling is slow and costly. We present RadAnnotate, an LLM-based framework that studies retrieval-augmented synthetic reports and confidence-based selective automation to reduce expert effort for labeling in RadGraph. We study RadGraph-style entity labeling (graph nodes) and leave relation extraction (edges) to future work. First, we train entity-specific classifiers on gold-standard reports and characterize their strengths and failure modes across anatomy and observation categories, with uncertain observations hardest to learn. Second, we generate RAG-guided synthetic reports and show that synthetic-only models remain within 1-2 F1 points of gold-trained models, and that synthetic augmentation is especially helpful for uncertain observations in a low-resource setting, improving F1 from 0.61 to 0.70. Finally, by learning entity-specific confidence thresholds, RadAnnotate can automatically annotate 55-90% of reports at 0.86-0.92 entity match score while routing low-confidence cases for expert review.
Show more
Mostly Text, Smart Visuals: Asymmetric Text-Visual Pruning for Large Vision-Language Models
cs.CVNetwork pruning is an effective technique for enabling lightweight Large Vision-Language Models (LVLMs), which primarily incorporates both weights and activations into the importance metric. However, existing efforts typically process calibration data from different modalities in a unified manner, overlooking modality-specific behaviors. This raises a critical challenge: how to address the divergent behaviors of textual and visual tokens for accurate pruning of LVLMs. To this end, we systematically investigate the sensitivity of visual and textual tokens to the pruning operation by decoupling their corresponding weights, revealing that: (i) the textual pathway should be calibrated via text tokens, since it exhibits higher sensitivity than the visual pathway; (ii) the visual pathway exhibits high redundancy, permitting even 50% sparsity. Motivated by these insights, we propose a simple yet effective Asymmetric Text-Visual Weight Pruning method for LVLMs, dubbed ATV-Pruning, which establishes the importance metric for accurate weight pruning by selecting the informative tokens from both textual and visual pathways. Specifically, ATV-Pruning integrates two primary innovations: first, a calibration pool is adaptively constructed by drawing on all textual tokens and a subset of visual tokens; second, we devise a layer-adaptive selection strategy to yield important visual tokens. Finally, extensive experiments across standard multimodal benchmarks verify the superiority of our ATV-Pruning over state-of-the-art methods.
Show more
NLP Occupational Emergence Analysis: How Occupations Form and Evolve in Real Time -- A Zero-Assumption Method Demonstrated on AI in the US Technology Workforce, 2022-2026
cs.CLOccupations form and evolve faster than classification systems can track. We propose that a genuine occupation is a self-reinforcing structure (a bipartite co-attractor) in which a shared professional vocabulary makes practitioners cohesive as a group, and the cohesive group sustains the vocabulary. This co-attractor concept enables a zero-assumption method for detecting occupational emergence from resume data, requiring no predefined taxonomy or job titles: we test vocabulary cohesion and population cohesion independently, with ablation to test whether the vocabulary is the mechanism binding the population. Applied to 8.2 million US resumes (2022-2026), the method correctly identifies established occupations and reveals a striking asymmetry for AI: a cohesive professional vocabulary formed rapidly in early 2024, but the practitioner population never cohered. The pre-existing AI community dissolved as the tools went mainstream, and the new vocabulary was absorbed into existing careers rather than binding a new occupation. AI appears to be a diffusing technology, not an emerging occupation. We discuss whether introducing an "AI Engineer" occupational category could catalyze population cohesion around the already-formed vocabulary, completing the co-attractor.
Show more
Visual Set Program Synthesizer
cs.MMA user pointing their phone at a supermarket shelf and asking "Which soda has the least sugar?" poses a difficult challenge for current visual Al assistants. Such queries require not only object recognition, but explicit set-based reasoning such as filtering, comparison, and aggregation. Standard endto-end MLLMs often fail at these tasks because they lack an explicit mechanism for compositional logic. We propose treating visual reasoning as Visual Program Synthesis, where the model first generates a symbolic program that is executed by a separate engine grounded in visual scenes. We also introduce Set-VQA, a new benchmark designed specifically for evaluating set-based visual reasoning. Experiments show that our approach significantly outperforms state-of-the-art baselines on complex reasoning tasks, producing more systematic and transparent behavior while substantially improving answer accuracy. These results demonstrate that program-driven reasoning provides a principled alternative to black-box visual-language inference.
Show more
Selective Memory for Artificial Intelligence: Write-Time Gating with Hierarchical Archiving
cs.AIRetrieval-augmented generation stores all content indiscriminately, degrading accuracy as noise accumulates. Parametric approaches compress knowledge into weights, precluding selective updates. Neither mirrors biological memory, which gates encoding based on salience and archives rather than deletes superseded information. We introduce write-time gating that filters incoming knowledge objects using composite salience scores (source reputation, novelty, reliability) while maintaining version chains that preserve prior states. Using real LLM evaluation without oracle access to quality labels, write gating achieves 100 percent accuracy versus 13 percent for ungated stores. The critical finding emerges under distractor scaling: at 8:1 distractor ratios, read-time filtering (Self-RAG) collapses to 0 percent while write gating maintains 100 percent, revealing a structural advantage of write-time over read-time curation. Validation on Wikipedia (20 entities), procedurally generated pharmacology data, and 2026 arXiv papers confirms these findings. The gating advantage scales inversely with parametric memory support: +25pp for Wikipedia, +48pp for post-cutoff arXiv, +65pp for procedural data with zero training knowledge. Signal ablation confirms the method does not depend on oracle-correlated metadata. Write gating matches Self-RAG accuracy at one-ninth the query-time cost.
Show more
The Geometry of Transmission Zeros in Distance-Based Formations
eess.SYThis letter presents a geometric input-output analysis of distance-based formation control, focusing on the phenomenon of steady-state signal blocking between actuator and sensor pairs. We characterize steady-state multivariable transmission zeros, where fully excited rigid-body and deformational modes destructively interfere at the measured output. By analyzing the DC gain transfer matrix of the linearized closed-loop dynamics, we prove that for connected, flexible frameworks, structural transmission zeros are strictly non-generic; the configuration-dependent cross-coupling required to induce them occupies a proper algebraic set of measure zero. However, because extracting actionable sensor-placement rules from these complex algebraic varieties is analytically intractable, we restrict our focus to infinitesimally rigid formations. For these baselines, we prove that the absence of internal flexes forces the zero-transmission condition to collapse into an explicit affine hyperplane defined by the actuator and the global formation geometry, which we term the spatial locus of transmission zeros. Finally, we introduce the global transmission polygon--a convex polytope constructed from the intersection of these loci. This construct provides a direct geometric synthesis rule for robust sensor allocation, guaranteeing full-rank steady-state transmission against arbitrary single-node excitations.
Show more
The Midas Touch in Gaze vs. Hand Pointing: Modality-Specific Failure Modes and Implications for XR Interfaces
cs.HCExtended Reality (XR) interfaces impose both ergonomic and cognitive demands, yet current systems often force a binary choice between hand-based input, which can produce fatigue, and gaze-based input, which is vulnerable to the Midas Touch problem and precision limitations. We introduce the xr-adaptive-modality-2025 platform, a web-based open-source framework for studying whether modality-specific adaptive interventions can improve XR-relevant pointing performance and reduce workload relative to static unimodal interaction. The platform combines physiologically informed gaze simulation, an ISO 9241-9 multidirectional tapping task, and two modality-specific adaptive interventions: gaze declutter and hand target-width inflation. We evaluated the system in a 2 x 2 x 2 within-subjects design manipulating Modality (Hand vs. Gaze), UI Mode (Static vs. Adaptive), and Pressure (Yes vs. No). Results from N=69 participants show that hand yielded higher throughput than gaze (5.17 vs. 4.73 bits/s), lower error (1.8% vs. 19.1%), and lower NASA-TLX workload. Crucially, error profiles differed sharply by modality: gaze errors were predominantly slips (99.2%), whereas hand errors were predominantly misses (95.7%), consistent with the Midas Touch account. Of the two adaptive interventions, only gaze declutter executed in this dataset; it modestly reduced timeouts but not slips. Hand width inflation was not evaluable due to a UI integration bug. These findings reveal modality-specific failure modes with direct implications for adaptive policy design, and establish the platform as a reproducible infrastructure for future studies.
Show more
W2T: LoRA Weights Already Know What They Can Do
cs.LGEach LoRA checkpoint compactly stores task-specific updates in low-rank weight matrices, offering an efficient way to adapt large language models to new tasks and domains. In principle, these weights already encode what the adapter does and how well it performs. In this paper, we ask whether this information can be read directly from the weights, without running the base model or accessing training data. A key obstacle is that a single LoRA update can be factorized in infinitely many ways. Without resolving this ambiguity, models trained on the factors may fit the particular factorization rather than the underlying update. To this end, we propose \methodfull, which maps each LoRA update to a provably canonical form via QR decomposition followed by SVD, so that all equivalent factorizations share the same representation. The resulting components are then tokenized and processed by a Transformer to produce a weight-space embedding. Across language and vision LoRA collections, W2T achieves strong results on attribute classification, performance prediction, and adapter retrieval, demonstrating that LoRA weights reliably indicate model behavior once factorization ambiguity is removed. Code is available at https://github.com/xiaolonghan2000/Weight2Token.
Show more
Something from Nothing: Data Augmentation for Robust Severity Level Estimation of Dysarthric Speech
eess.ASDysarthric speech quality assessment (DSQA) is critical for clinical diagnostics and inclusive speech technologies. However, subjective evaluation is costly and difficult to scale, and the scarcity of labeled data limits robust objective modeling. To address this, we propose a three-stage framework that leverages unlabeled dysarthric speech and large-scale typical speech datasets to scale training. A teacher model first generates pseudo-labels for unlabeled samples, followed by weakly supervised pretraining using a label-aware contrastive learning strategy that exposes the model to diverse speakers and acoustic conditions. The pretrained model is then fine-tuned for the downstream DSQA task. Experiments on five unseen datasets spanning multiple etiologies and languages demonstrate the robustness of our approach. Our Whisper-based baseline significantly outperforms SOTA DSQA predictors such as SpICE, and the full framework achieves an average SRCC of 0.761 across unseen test datasets.
Show more
Determinism in the Undetermined: Deterministic Output in Charge-Conserving Continuous-Time Neuromorphic Systems with Temporal Stochasticity
cs.LGAchieving deterministic computation results in asynchronous neuromorphic systems remains a fundamental challenge due to the inherent temporal stochasticity of continuous-time hardware. To address this, we develop a unified continuous-time framework for spiking neural networks (SNNs) that couples the Law of Charge Conservation with minimal neuron-level constraints. This integration ensures that the terminal state depends solely on the aggregate input charge, providing a unique cumulated output invariant to temporal stochasticity. We prove that this mapping is strictly invariant to spike timing in acyclic networks, whereas recurrent connectivity can introduce temporal sensitivity. Furthermore, we establish an exact representational correspondence between these charge-conserving SNNs and quantized artificial neural networks, bridging the gap between static deep learning and event-driven dynamics without approximation errors. These results establish a rigorous theoretical basis for designing continuous-time neuromorphic systems that harness the efficiency of asynchronous processing while maintaining algorithmic determinism.
Show more
Aligning Paralinguistic Understanding and Generation in Speech LLMs via Multi-Task Reinforcement Learning
cs.CLSpeech large language models (LLMs) observe paralinguistic cues such as prosody, emotion, and non-verbal sounds--crucial for intent understanding. However, leveraging these cues faces challenges: limited training data, annotation difficulty, and models exploiting lexical shortcuts over paralinguistic signals. We propose multi-task reinforcement learning (RL) with chain-of-thought prompting that elicits explicit affective reasoning. To address data scarcity, we introduce a paralinguistics-aware speech LLM (PALLM) that jointly optimizes sentiment classification from audio and paralinguistics-aware response generation via a two-stage pipeline. Experiments demonstrate that our approach improves paralinguistics understanding over both supervised baselines and strong proprietary models (Gemini-2.5-Pro, GPT-4o-audio) by 8-12% on Expresso, IEMOCAP, and RAVDESS. The results show that modeling paralinguistic reasoning with multi-task RL is crucial for building emotionally intelligent speech LLMs.
Show more
Standardizing Medical Images at Scale for AI
eess.IVDeep learning has achieved remarkable success in medical image analysis, yet its performance remains highly sensitive to the heterogeneity of clinical data. Differences in imaging hardware, staining protocols, and acquisition conditions produce substantial domain shifts that degrade model generalization across institutions. Here we present a physics-based data preprocessing framework based on the PhyCV (Physics-Inspired Computer Vision) family of algorithms, which standardizes medical images through deterministic transformations derived from optical physics. The framework models images as spatially varying optical fields that undergo a virtual diffractive propagation followed by coherent phase detection. This process suppresses non-semantic variability such as color and illumination differences while preserving diagnostically relevant texture and structural features. When applied to histopathological images from the Camelyon17-WILDS benchmark, PhyCV preprocessing improves out-of-distribution breast-cancer classification accuracy from 70.8% (Empirical Risk Minimization baseline) to 90.9%, matching or exceeding data-augmentation and domain-generalization approaches at negligible computational cost. Because the transform is physically interpretable, parameterizable, and differentiable, it can be deployed as a fixed preprocessing stage or integrated into end-to-end learning. These results establish PhyCV as a generalizable data refinery for medical imaging-one that harmonizes heterogeneous datasets through first-principles physics, improving robustness, interpretability, and reproducibility in clinical AI systems.
Show more
From Workflow Automation to Capability Closure: A Formal Framework for Safe and Revenue-Aware Customer Service AI
cs.AICustomer service automation is undergoing a structural transformation. The dominant paradigm is shifting from scripted chatbots and single-agent responders toward networks of specialised AI agents that compose capabilities dynamically across billing, service provision, payments, and fulfilment. This shift introduces a safety gap that no current platform has closed: two agents individually verified as safe can, when combined, reach a forbidden goal through an emergent conjunctive dependency that neither possesses alone.
Show more
An Agentic Evaluation Framework for AI-Generated Scientific Code in PETSc
cs.AIWhile large language models have significantly accelerated scientific code generation, comprehensively evaluating the generated code remains a major challenge. Traditional benchmarks reduce evaluation to test-case matching, an approach insufficient for library code in HPC where solver selection, API conventions, memory management, and performance are just as critical as functional correctness. To address this gap, we introduce petscagent-bench, an agentic framework built on an agents-evaluating-agents paradigm. Instead of relying on static scripts, petscagent-bench deploys a tool-augmented evaluator agent that compiles, executes, and measures code produced by a separate model-under-test agent, orchestrating a 14-evaluator pipeline across five scoring categories: correctness, performance, code quality, algorithmic appropriateness, and library-specific conventions. Because the agents communicate through standardized protocols (A2A and MCP), the framework enables black-box evaluation of any coding agent without requiring access to its source code. We demonstrate the framework on a benchmark suite of realistic problems using the PETSc library for HPC. Our empirical analysis of frontier models reveals that while current models generate readable, well-structured code, they consistently struggle with library-specific conventions that traditional pass/fail metrics completely miss.
Show more
Safety is Non-Compositional: A Formal Framework for Capability-Based AI Systems
cs.AIThis paper contains the first formal proof that safety is non-compositional in the presence of conjunctive capability dependencies: two agents each individually inca- pable of reaching any forbidden capability can, when combined, collectively reach a forbidden goal through an emergent conjunctive dependency.
Show more
100x Cost & Latency Reduction: Performance Analysis of AI Query Approximation using Lightweight Proxy Models
cs.DBSeveral data warehouse and database providers have recently introduced extensions to SQL called AI Queries, enabling users to specify functions and conditions in SQL that are evaluated by LLMs, thereby broadening significantly the kinds of queries one can express over the combination of structured and unstructured data. LLMs offer remarkable semantic reasoning capabilities, making them an essential tool for complex and nuanced queries that blend structured and unstructured data. While extremely powerful, these AI queries can become prohibitively costly when invoked thousands of times. This paper provides an extensive evaluation of a recent AI query approximation approach that enables low cost analytics and database applications to benefit from AI queries. The approach delivers >100x cost and latency reduction for the semantic filter (AI.IF) operator and also important gains for semantic ranking (AI.RANK). The cost and performance gains come from utilizing cheap and accurate proxy models over embedding vectors. We show that despite the massive gains in latency and cost, these proxy models preserve accuracy and occasionally improve accuracy across various benchmark datasets, including the extended Amazon reviews benchmark that has 10M rows. We present an OLAP-friendly architecture within Google \textit{BigQuery} for this approach for purely online (ad hoc) queries, and a low-latency HTAP database-friendly architecture in \textit{AlloyDB} that could further improve the latency by moving the proxy model training offline. We present techniques that accelerate the proxy model training.
Show more
Robust Language Identification for Romansh Varieties
cs.CLThe Romansh language has several regional varieties, called idioms, which sometimes have limited mutual intelligibility. Despite this linguistic diversity, there has been a lack of documented efforts to build a language identification (LID) system that can distinguish between these idioms. Since Romansh LID should also be able to recognize Rumantsch Grischun, a supra-regional variety that combines elements of several idioms, this makes for a novel and interesting classification problem. In this paper, we present a LID system for Romansh idioms based on an SVM approach. We evaluate our model on a newly curated benchmark across two domains and find that it reaches an average in-domain accuracy of 97%, enabling applications such as idiom-aware spell checking or machine translation. Our classifier is publicly available.
Show more
MAC: Multi-Agent Constitution Learning
cs.AIConstitutional AI is a method to oversee and control LLMs based on a set of rules written in natural language. These rules are typically written by human experts, but could in principle be learned automatically given sufficient training data for the desired behavior. Existing LLM-based prompt optimizers attempt this but are ineffective at learning constitutions since (i) they require many labeled examples and (ii) lack structure in the optimized prompts, leading to diminishing improvements as prompt size grows. To address these limitations, we propose Multi-Agent Constitutional Learning (MAC), which optimizes over structured prompts represented as sets of rules using a network of agents with specialized tasks to accept, edit, or reject rule updates. We also present MAC+, which improves performance by training agents on successful trajectories to reinforce updates leading to higher reward. We evaluate MAC on tagging Personally Identifiable Information (PII), a classification task with limited labels where interpretability is critical, and demonstrate that it generalizes to other agentic tasks such as tool calling. MAC outperforms recent prompt optimization methods by over 50%, produces human-readable and auditable rule sets, and achieves performance comparable to supervised fine-tuning and GRPO without requiring parameter updates.
Show more
MoLoRA: Composable Specialization via Per-Token Adapter Routing
cs.CLMulti-adapter serving systems route entire sequences to a single adapter, forcing a choice when requests span multiple domains. This assumption fails in two important settings: (1) multimodal generation, where text and image tokens require different adapters within the same sequence, and (2) mixed-capability requests like "write code to solve this equation," which need expertise from multiple specialized adapters. We introduce per-token routing, which routes individual tokens to adapters based on either vocabulary structure (for multimodal models) or learned gating (for semantic specialization). Per-token routing is provably optimal, achieving work N for N tokens versus K \cdot N for per-sequence routing with K adapter types. Our key contribution is MoLoRA (Mixture of LoRA), which enables composable specialization: load multiple domain-specific adapters and let a learned router select the appropriate adapter per-token. We demonstrate that specialization dramatically beats scale: MoLoRA enables Qwen3-1.7B to exceed Qwen3-8B across four reasoning benchmarks while being 4.7x smaller. This enables modular expertise at inference time: train focused LoRAs independently, combine them without retraining, and add new capabilities by simply loading new adapters.
Show more
Optimizing Hospital Capacity During Pandemics: A Dual-Component Framework for Strategic Patient Relocation
cs.AIThe COVID-19 pandemic has placed immense strain on hospital systems worldwide, leading to critical capacity challenges. This research proposes a two-part framework to optimize hospital capacity through patient relocation strategies. The first component involves developing a time series prediction model to forecast patient arrival rates. Using historical data on COVID-19 cases and hospitalizations, the model will generate accurate forecasts of future patient volumes. This will enable hospitals to proactively plan resource allocation and patient flow. The second com- ponent is a simulation model that evaluates the impact of different patient relocation strategies. The simulation will account for factors such as bed availability, staff capabilities, transportation logistics, and patient acuity to optimize the placement of patients across networked hospitals. Multiple scenarios will be tested, including inter-hospital trans- fers, use of temporary care facilities, and adaptations to discharge protocols. By combining predictive analytics and simulation modeling, this research aims to provide hospital administrators with a comprehensive decision-support tool. The proposed framework will empower them to anticipate demand, simulate relocation strategies, and imple- ment optimal policies to distribute patients and resources. Ultimately, this work seeks to enhance the resilience of healthcare systems in the face of COVID-19 and future pandemics.
Show more
Deriving Hyperparameter Scaling Laws via Modern Optimization Theory
cs.LGHyperparameter transfer has become an important component of modern large-scale training recipes. Existing methods, such as muP, primarily focus on transfer between model sizes, with transfer across batch sizes and training horizons often relying on empirical scaling rules informed by insights from timescale preservation, quadratic proxies, and continuous-time approximations. We study hyperparameter scaling laws for modern first-order optimizers through the lens of recent convergence bounds for methods based on the Linear Minimization Oracle (LMO), a framework that includes normalized SGD, signSGD (approximating Adam), and Muon. Treating bounds in recent literature as a proxy and minimizing them across different tuning regimes yields closed-form power-law schedules for learning rate, momentum, and batch size as functions of the iteration or token budget. Our analysis, holding model size fixed, recovers most insights and observations from the literature under a unified and principled perspective, with clear directions open for future research. Our results draw particular attention to the interaction between momentum and batch-size scaling, suggesting that optimal performance may be achieved with several scaling strategies.
Show more
GASP: Guided Asymmetric Self-Play For Coding LLMs
cs.LGAsymmetric self-play has emerged as a promising paradigm for post-training large language models, where a teacher continually generates questions for a student to solve at the edge of the student's learnability. Although these methods promise open-ended data generation bootstrapped from no human data, they suffer from one major problem: not all problems that are hard to solve are interesting or informative to improve the overall capabilities of the model. Current asymmetric self-play methods are goal-agnostic with no real grounding. We propose Guided Asymmetric Self-Play (GASP), where grounding is provided by real-data goalpost questions that are identified to pose a hard exploration challenge to the model. During self-play, the teacher first generates an easier variant of a hard question, and then a harder variant of that easier question, with the goal of gradually closing the gap to the goalpost throughout training. Doing so, we improve pass@20 on LiveCodeBench (LCB) by 2.5% over unguided asymmetric self-play, and through the curriculum constructed by the teacher, we manage to solve hard goalpost questions that remain out of reach for all baselines.
Show more
ExpertGen: Scalable Sim-to-Real Expert Policy Learning from Imperfect Behavior Priors
cs.ROLearning generalizable and robust behavior cloning policies requires large volumes of high-quality robotics data. While human demonstrations (e.g., through teleoperation) serve as the standard source for expert behaviors, acquiring such data at scale in the real world is prohibitively expensive. This paper introduces ExpertGen, a framework that automates expert policy learning in simulation to enable scalable sim-to-real transfer. ExpertGen first initializes a behavior prior using a diffusion policy trained on imperfect demonstrations, which may be synthesized by large language models or provided by humans. Reinforcement learning is then used to steer this prior toward high task success by optimizing the diffusion model's initial noise while keep original policy frozen. By keeping the pretrained diffusion policy frozen, ExpertGen regularizes exploration to remain within safe, human-like behavior manifolds, while also enabling effective learning with only sparse rewards. Empirical evaluations on challenging manipulation benchmarks demonstrate that ExpertGen reliably produces high-quality expert policies with no reward engineering. On industrial assembly tasks, ExpertGen achieves a 90.5% overall success rate, while on long-horizon manipulation tasks it attains 85% overall success, outperforming all baseline methods. The resulting policies exhibit dexterous control and remain robust across diverse initial configurations and failure states. To validate sim-to-real transfer, the learned state-based expert policies are further distilled into visuomotor policies via DAgger and successfully deployed on real robotic hardware.
Show more
MobileLLM-Flash: Latency-Guided On-Device LLM Design for Industry Scale
cs.LGReal-time AI experiences call for on-device large language models (OD-LLMs) optimized for efficient deployment on resource-constrained hardware. The most useful OD-LLMs produce near-real-time responses and exhibit broad hardware compatibility, maximizing user reach. We present a methodology for designing such models using hardware-in-the-loop architecture search under mobile latency constraints. This system is amenable to industry-scale deployment: it generates models deployable without custom kernels and compatible with standard mobile runtimes like Executorch. Our methodology avoids specialized attention mechanisms and instead uses attention skipping for long-context acceleration. Our approach jointly optimizes model architecture (layers, dimensions) and attention pattern. To efficiently evaluate candidates, we treat each as a pruned version of a pretrained backbone with inherited weights, thereby achieving high accuracy with minimal continued pretraining. We leverage the low cost of latency evaluation in a staged process: learning an accurate latency model first, then searching for the Pareto-frontier across latency and quality. This yields MobileLLM-Flash, a family of foundation models (350M, 650M, 1.4B) for efficient on-device use with strong capabilities, supporting up to 8k context length. MobileLLM-Flash delivers up to 1.8x and 1.6x faster prefill and decode on mobile CPUs with comparable or superior quality. Our analysis of Pareto-frontier design choices offers actionable principles for OD-LLM design.
Show more
A Family of LLMs Liberated from Static Vocabularies
cs.CLTokenization is a central component of natural language processing in current large language models (LLMs), enabling models to convert raw text into processable units. Although learned tokenizers are widely adopted, they exhibit notable limitations, including their large, fixed vocabulary sizes and poor adaptability to new domains or languages. We present a family of models with up to 70 billion parameters based on the hierarchical autoregressive transformer (HAT) architecture. In HAT, an encoder transformer aggregates bytes into word embeddings and then feeds them to the backbone, a classical autoregressive transformer. The outputs of the backbone are then cross-attended by the decoder and converted back into bytes. We show that we can reuse available pre-trained models by converting the Llama 3.1 8B and 70B models into the HAT architecture: Llama-3.1-8B-TFree-HAT and Llama-3.1-70B-TFree-HAT are byte-level models whose encoder and decoder are trained from scratch, but where we adapt the pre-trained Llama backbone, i.e., the transformer blocks with the embedding matrix and head removed, to handle word embeddings instead of the original tokens. We also provide a 7B HAT model, Llama-TFree-HAT-Pretrained, trained entirely from scratch on nearly 4 trillion words. The HAT architecture improves text compression by reducing the number of required sequence positions and enhances robustness to intra-word variations, e.g., spelling differences. Through pre-training, as well as subsequent supervised fine-tuning and direct preference optimization in English and German, we show strong proficiency in both languages, improving on the original Llama 3.1 in most benchmarks. We release our models (including 200 pre-training checkpoints) on Hugging Face.
Show more
Protein Design with Agent Rosetta: A Case Study for Specialized Scientific Agents
cs.AILarge language models (LLMs) are capable of emulating reasoning and using tools, creating opportunities for autonomous agents that execute complex scientific tasks. Protein design provides a natural testbed: although machine learning (ML) methods achieve strong results, these are largely restricted to canonical amino acids and narrow objectives, leaving unfilled need for a generalist tool for broad design pipelines. We introduce Agent Rosetta, an LLM agent paired with a structured environment for operating Rosetta, the leading physics-based heteropolymer design software, capable of modeling non-canonical building blocks and geometries. Agent Rosetta iteratively refines designs to achieve user-defined objectives, combining LLM reasoning with Rosetta's generality. We evaluate Agent Rosetta on design with canonical amino acids, matching specialized models and expert baselines, and with non-canonical residues -- where ML approaches fail -- achieving comparable performance. Critically, prompt engineering alone often fails to generate Rosetta actions, demonstrating that environment design is essential for integrating LLM agents with specialized software. Our results show that properly designed environments enable LLM agents to make scientific software accessible while matching specialized tools and human experts.
Show more
POLAR:A Per-User Association Test in Embedding Space
cs.CLMost intrinsic association probes operate at the word, sentence, or corpus level, obscuring author-level variation. We present POLAR (Per-user On-axis Lexical Association Re-port), a per-user lexical association test that runs in the embedding space of a lightly adapted masked language model. Authors are represented by private deterministic to-kens; POLAR projects these vectors onto curated lexicalaxes and reports standardized effects with permutation p-values and Benjamini--Hochberg control. On a balanced bot--human Twitter benchmark, POLAR cleanly separates LLM-driven bots from organic accounts; on an extremist forum,it quantifies strong alignment with slur lexicons and reveals rightward drift over time. The method is modular to new attribute sets and provides concise, per-author diagnostics for computational social science. All code is publicly avail-able at https://github.com/pedroaugtb/POLAR-A-Per-User-Association-Test-in-Embedding-Space.
Show more
BANGLASOCIALBENCH: A Benchmark for Evaluating Sociopragmatic and Cultural Alignment of LLMs in Bangladeshi Social Interaction
cs.CLLarge Language Models have demonstrated strong multilingual fluency, yet fluency alone does not guarantee socially appropriate language use. In high-context languages, communicative competence requires sensitivity to social hierarchy, relational roles, and interactional norms that are encoded directly in everyday language. Bangla exemplifies this challenge through its three-tiered pronominal system, kinship-based addressing, and culturally embedded social customs. We introduce BANGLASOCIALBENCH, the first benchmark designed to evaluate sociopragmatic competence in Bangla through context-dependent language use rather than factual recall. The benchmark spans three domains: Bangla Address Terms, Kinship Reasoning, and Social Customs, and consists of 1,719 culturally grounded instances written and verified by native Bangla speakers. We evaluate twelve contemporary LLMs in a zero-shot setting and observe systematic patterns of cultural misalignment. Models frequently default to overly formal address forms, fail to recognize multiple socially acceptable address pronouns, and conflate kinship terminology across religious contexts. Our findings show that sociopragmatic failures are often structured and non-random, revealing persistent limitations in how current LLMs infer and apply culturally appropriate language use in realistic Bangladeshi social interactions.
Show more
Argumentative Human-AI Decision-Making: Toward AI Agents That Reason With Us, Not For Us
cs.AIComputational argumentation offers formal frameworks for transparent, verifiable reasoning but has traditionally been limited by its reliance on domain-specific information and extensive feature engineering. In contrast, LLMs excel at processing unstructured text, yet their opaque nature makes their reasoning difficult to evaluate and trust. We argue that the convergence of these fields will lay the foundation for a new paradigm: Argumentative Human-AI Decision-Making. We analyze how the synergy of argumentation framework mining, argumentation framework synthesis, and argumentative reasoning enables agents that do not just justify decisions, but engage in dialectical processes where decisions are contestable and revisable -- reasoning with humans rather than for them. This convergence of computational argumentation and LLMs is essential for human-aware, trustworthy AI in high-stakes domains.
Show more
Data-Local Autonomous LLM-Guided Neural Architecture Search for Multiclass Multimodal Time-Series Classification
cs.LGApplying machine learning to sensitive time-series data is often bottlenecked by the iteration loop: Performance depends strongly on preprocessing and architecture, yet training often has to run on-premise under strict data-local constraints. This is a common problem in healthcare and other privacy-constrained domains (e.g., a hospital developing deep learning models on patient EEG). This bottleneck is particularly challenging in multimodal fusion, where sensor modalities must be individually preprocessed and then combined. LLM-guided neural architecture search (NAS) can automate this exploration, but most existing workflows assume cloud execution or access to data-derived artifacts that cannot be exposed. We present a novel data-local, LLM-guided search framework that handles candidate pipelines remotely while executing all training and evaluation locally under a fixed protocol. The controller observes only trial-level summaries, such as pipeline descriptors, metrics, learning-curve statistics, and failure logs, without ever accessing raw samples or intermediate feature representations. Our framework targets multiclass, multimodal learning via one-vs-rest binary experts per class and modality, a lightweight fusion MLP, and joint search over expert architectures and modality-specific preprocessing. We evaluate our method on two regimes: UEA30 (public multivariate time-series classification dataset) and SleepEDFx sleep staging (heterogeneous clinical modalities such as EEG, EOG, and EMG). The results show that the modular baseline model is strong, and the LLM-guided NAS further improves it. Notably, our method finds models that perform within published ranges across most benchmark datasets. Across both settings, our method reduces manual intervention by enabling unattended architecture search while keeping sensitive data on-premise.
Show more
CTG-DB: An Ontology-Based Transformation of ClinicalTrials.gov to Enable Cross-Trial Drug Safety Analyses
cs.CLClinicalTrials.gov (CT.gov) is the largest publicly accessible registry of clinical studies, yet its registry-oriented architecture and heterogeneous adverse event (AE) terminology limit systematic pharmacovigilance (PV) analytics. AEs are typically recorded as investigator-reported text rather than standardized identifiers, requiring manual reconciliation to identify coherent safety concepts. We present the ClinicalTrials.gov Transformation Database (CTG-DB), an open-source pipeline that ingests the complete CT.gov XML archive and produces a relational database aligned to standardized AE terminology using the Medical Dictionary for Regulatory Activities (MedDRA). CTG-DB preserves arm-level denominators, represents placebo and comparator arms, and normalizes AE terminology using deterministic exact and fuzzy matching to ensure transparent and reproducible mappings. This framework enables concept-level retrieval and cross-trial aggregation for scalable placebo-referenced safety analyses and integration of clinical trial evidence into downstream PV signal detection.
Show more
Test Code Review in the Era of GitHub Actions: A Replication Study
cs.SETest code is indispensable in software development, ensuring the correctness of production code and supporting maintainability. Nonetheless, errors or omissions in the test code can conceal production defects. While code review is widely adopted to assess code quality and correctness, little research has examined how test code is reviewed. Spadini et al.'s research on Gerrit (a pre-commit review model) found that test code receives significantly less discussion than production code. However, the most popular review model is currently based on pull requests (PRs), in which contributors propose changes for discussion and approval, a more negotiable and flexible model compared to Gerrit. Furthermore, GitHub Actions (GHA) has become widely used to automate pre-checks and testing, potentially impacting review practices. This leads us to explore whether Spadini et al.'s findings still hold for the PR model in the era of GHA? Our work replicates and extends their work. We focus on GitHub PRs and analyze six open-source projects. We investigate the impact of the PR model and GHA on test code review. Our results show that GitHub's PR model fosters more balanced discussions between test and production files than Gerrit, albeit with lower overall comment density. However, despite cross-project heterogeneity, GHA adoption triggered a sharp pivot toward production code. Post-GHA, for PRs involving tests, both review probability and comment density reached a median of zero. These findings reveal how evolving continuous integration pipelines can marginalize test code review. The observed decline in test-centric discussion under GHA warrants concern regarding long-term software quality. Our work also presents recommendations for stakeholders involved in the software development life cycle.
Show more
Semi-Autonomous Formalization of the Vlasov-Maxwell-Landau Equilibrium
cs.AIWe present a complete Lean 4 formalization of the equilibrium characterization in the Vlasov-Maxwell-Landau (VML) system, which describes the motion of charged plasma. The project demonstrates the full AI-assisted mathematical research loop: an AI reasoning model (Gemini DeepThink) generated the proof from a conjecture, an agentic coding tool (Claude Code) translated it into Lean from natural-language prompts, a specialized prover (Aristotle) closed 111 lemmas, and the Lean kernel verified the result. A single mathematician supervised the process over 10 days at a cost of \$200, writing zero lines of code. The entire development process is public: all 229 human prompts, and 213 git commits are archived in the repository. We report detailed lessons on AI failure modes -- hypothesis creep, definition-alignment bugs, agent avoidance behaviors -- and on what worked: the abstract/concrete proof split, adversarial self-review, and the critical role of human review of key definitions and theorem statements. Notably, the formalization was completed before the final draft of the corresponding math paper was finished.
Show more
Discovery of interaction and diffusion kernels in particle-to-mean-field multi-agent systems
cs.LGWe propose a data-driven framework to learn interaction kernels in stochastic multi-agent systems. Our approach aims at identifying the functional form of nonlocal interaction and diffusion terms directly from trajectory data, without any a priori knowledge of the underlying interaction structure. Starting from a discrete stochastic binary-interaction model, we formulate the inverse problem as a sequence of sparse regression tasks in structured finite-dimensional spaces spanned by compactly supported basis functions, such as piecewise linear polynomials. In particular, we assume that pairwise interactions between agents are not directly observed and that only limited trajectory data are available. To address these challenges, we propose two complementary identification strategies. The first based on random-batch sampling, which compensates for latent interactions while preserving the statistical structure of the full dynamics in expectation. The second based on a mean-field approximation, where the empirical particle density reconstructed from the data defines a continuous nonlocal regression problem. Numerical experiments demonstrate the effectiveness and robustness of the proposed framework, showing accurate reconstruction of both interaction and diffusion kernels even from partially observed. The method is validated on benchmark models, including bounded-confidence and attraction-repulsion dynamics, where the two proposed strategies achieve comparable levels of accuracy.
Show more
Evaluating Causal Discovery Algorithms for Path-Specific Fairness and Utility in Healthcare
cs.LGCausal discovery in health data faces evaluation challenges when ground truth is unknown. We address this by collaborating with experts to construct proxy ground-truth graphs, establishing benchmarks for synthetic Alzheimer's disease and heart failure clinical records data. We evaluate the Peter-Clark, Greedy Equivalence Search, and Fast Causal Inference algorithms on structural recovery and path-specific fairness decomposition, going beyond composite fairness scores. On synthetic data, Peter-Clark achieved the best structural recovery. On heart failure data, Fast Causal Inference achieved the highest utility. For path-specific effects, ejection fraction contributed 3.37 percentage points to the indirect effect in the ground truth. These differences drove variations in the fairness-utility ratio across algorithms. Our results highlight the need for graph-aware fairness evaluation and fine-grained path-specific analysis when deploying causal discovery in clinical applications.
Show more
Generative Inverse Design with Abstention via Diagonal Flow Matching
cs.LGInverse design aims to find design parameters $x$ achieving target performance $y^*$. Generative approaches learn bidirectional mappings between designs and labels, enabling diverse solution sampling. However, standard conditional flow matching (CFM), when adapted to inverse problems by pairing labels with design parameters, exhibits strong sensitivity to their arbitrary ordering and scaling, leading to unstable training. We introduce Diagonal Flow Matching (Diag-CFM), which resolves this through a zero-anchoring strategy that pairs design coordinates with noise and labels with zero, making the learning problem provably invariant to coordinate permutations. This yields order-of-magnitude improvements in round-trip accuracy over CFM and invertible neural network baselines across design dimensions up to $P{=}100$. We develop two architecture-intrinsic uncertainty metrics, Zero-Deviation and Self-Consistency, that enable three practical capabilities: selecting the best candidate among multiple generations, abstaining from unreliable predictions, and detecting out-of-distribution targets; consistently outperforming ensemble and general-purpose alternatives across all tasks. We validate on airfoil, gas turbine combustor, and an analytical benchmark with scalable design dimension.
Show more
Learning to Recall with Transformers Beyond Orthogonal Embeddings
stat.MLModern large language models (LLMs) excel at tasks that require storing and retrieving knowledge, such as factual recall and question answering. Transformers are central to this capability because they can encode information during training and retrieve it at inference. Existing theoretical analyses typically study transformers under idealized assumptions such as infinite data or orthogonal embeddings. In realistic settings, however, models are trained on finite datasets with non-orthogonal (random) embeddings. We address this gap by analyzing a single-layer transformer with random embeddings trained with (empirical) gradient descent on a simple token-retrieval task, where the model must identify an informative token within a length-$L$ sequence and learn a one-to-one mapping from tokens to labels. Our analysis tracks the ``early phase'' of gradient descent and yields explicit formulas for the model's storage capacity -- revealing a multiplicative dependence between sample size $N$, embedding dimension $d$, and sequence length $L$. We validate these scalings numerically and further complement them with a lower bound for the underlying statistical problem, demonstrating that this multiplicative scaling is intrinsic under non-orthogonal embeddings.
Show more
Machine Translation in the Wild: User Reaction to Xiaohongshu's Built-In Translation Feature
cs.HCThe growing integration of machine translation into social media platforms is transforming how users interact with each other across cultural and linguistic boundaries. This paper examines user reactions to the launch of Xiaohongshu's built-in translation feature in January 2025. Drawing on a dataset of 6,723 comments collected from 11 official posts promoting the translation function, this paper combines sentiment analysis with thematic analysis to investigate how users perceived and experimented with the function. Results show that reactions were generally positive, particularly for translating posts and comments, although concerns regarding functionality, accessibility, and translation accuracy were also expressed. In addition to evaluative feedback, users actively tested the function with diverse inputs, including words and phrases in English and Chinese, abbreviations in pinyin, internet slang, and other language forms such as emoji, kaomoji, coded texts, etc. The findings highlight the importance of closer collaboration among computer scientists, translation scholars, and platform designers to better understand and improve translation technologies in real world communicative context.
Show more
VIBEPASS: Can Vibe Coders Really Pass the Vibe Check?
cs.SEAs Large Language Models shift the programming toward human-guided ''vibe coding'', agentic coding tools increasingly rely on models to self-diagnose and repair their own subtle faults -- a capability central to autonomous software engineering yet never systematically evaluated. We present \name{}, the first empirical decomposition that jointly evaluates two coupled tasks: \emph{Fault-Triggering Test Generation (FT-Test)} constructing a discriminative witness that exposes a latent bug, and \emph{Fault-targeted Program Repair (FPR)}, repairing it under varying diagnostic conditions. \name{} pairs competitive programming problems with LLM-generated solutions that pass partial test suites but fail on semantic edge cases, enabling controlled identification of where the diagnostic chain breaks down. Evaluating 12 frontier LLMs, we find that fault-targeted reasoning does not scale with general coding ability. Models produce syntactically valid test inputs at near-ceiling rates yet collapse on discriminative generation, with fault hypothesis generation -- not output validation -- as the dominant bottleneck. Test-guided repair reveals a complementary insight: when self-generated tests successfully witness a fault, the resulting repair matches or outperforms repair guided by externally provided tests, but tests that fail to witness the fault actively degrade repair below unguided baselines. Together, these results reframe the challenge of autonomous debugging: the binding bottleneck is not code synthesis or test validity but fault-target reasoning, a capability that remains deficient across all frontier models. As Large Language Models shift the programming toward human-guided ''vibe coding'', agentic coding tools increasingly rely on models to self-diagnose and repair their own subtle faults -- a capability central to autonomous software engineering yet never systematically evaluated.
Show more
Auto Researching, not hyperparameter tuning: Convergence Analysis of 10,000 Experiments
cs.LGWhen LLM agents autonomously design ML experiments, do they perform genuine architecture search -- or do they default to hyperparameter tuning within a narrow region of the design space? We answer this question by analyzing 10,469 experiments executed by two LLM agents (Claude Opus and Gemini 2.5 Pro) across a combinatorial configuration space of 108,000 discrete cells for dashcam collision detection over 27 days. Through ANOVA decomposition, we find that \textbf{architectural choices explain 94\% of performance variance} ($F = 1324$, $η^2 = 0.94$), while hyperparameter variation within a fixed architecture explains only 6\%. Cross-task validation on a second collision dataset confirms this finding (75\% architecture-explained variance) with a \emph{different} winning backbone, confirming genuine architecture discovery. The agents' key contribution is discovering that V-JEPA\,2 video features with Zipformer temporal encoders achieve 0.9245 AP -- a configuration no human proposed -- and concentrating search on productive architectural regions: at $N = 50$, LLM-guided search reaches AP $= 0.985$ versus $0.965$ for from-scratch random search. Post-bugfix convergence follows a power law ($c = 0.11$, $R^2 = 0.93$); the low exponent reflects the cost of broad exploration, not inefficiency, since the LLM discovers qualitatively better regions than random or Bayesian baselines. We characterize multi-agent search dynamics via entropy cycles and Jensen--Shannon specialization, providing the first large-scale empirical framework for LLM-guided combinatorial ML experiment design.
Show more
The Agentic Researcher: A Practical Guide to AI-Assisted Research in Mathematics and Machine Learning
cs.LGAI tools and agents are reshaping how researchers work, from proving theorems to training neural networks. Yet for many, it remains unclear how these tools fit into everyday research practice. This paper is a practical guide to AI-assisted research in mathematics and machine learning: We discuss how researchers can use modern AI systems productively, where these systems help most, and what kinds of guardrails are needed to use them responsibly. It is organized into three parts: (I) a five-level taxonomy of AI integration, (II) an open-source framework that, through a set of methodological rules formulated as agent prompts, turns CLI coding agents (e.g., Claude Code, Codex CLI, OpenCode) into autonomous research assistants, and (III) case studies from deep learning and mathematics. The framework runs inside a sandboxed container, works with any frontier LLM through existing CLI agents, is simple enough to install and use within minutes, and scales from personal-laptop prototyping to multi-node, multi-GPU experimentation across compute clusters. In practice, our longest autonomous session ran for over 20 hours, dispatching independent experiments across multiple nodes without human intervention. We stress that our framework is not intended to replace the researcher in the loop, but to augment them. Our code is publicly available at https://github.com/ZIB-IOL/The-Agentic-Researcher.
Show more
Human-AI Synergy in Agentic Code Review
cs.SECode review is a critical software engineering practice where developers review code changes before integration to ensure code quality, detect defects, and improve maintainability. In recent years, AI agents that can understand code context, plan review actions, and interact with development environments have been increasingly integrated into the code review process. However, there is limited empirical evidence to compare the effectiveness of AI agents and human reviewers in collaborative workflows. To address this gap, we conduct a large-scale empirical analysis of 278,790 code review conversations across 300 open-source GitHub projects. In our study, we aim to compare the feedback differences provided by human reviewers and AI agents. We investigate human-AI collaboration patterns in review conversations to understand how interaction shapes review outcomes. Moreover, we analyze the adoption of code suggestions provided by human reviewers and AI agents into the codebase and how adopted suggestions change code quality. We find that human reviewers provide additional feedback than AI agents, including understanding, testing, and knowledge transfer. Human reviewers exchange 11.8% more rounds when reviewing AI-generated code than human-written code. Moreover, code suggestions made by AI agents are adopted into the codebase at a significantly lower rate than suggestions proposed by human reviewers. Over half of unadopted suggestions from AI agents are either incorrect or addressed through alternative fixes by developers. When adopted, suggestions provided by AI agents produce significantly larger increases in code complexity and code size than suggestions provided by human reviewers. Our findings suggest that while AI agents can scale defect screening, human oversight remains critical for ensuring suggestion quality and providing contextual feedback that AI agents lack.
Show more
Prompt Engineering for Scale Development in Generative Psychometrics
cs.AIThis Monte Carlo simulation examines how prompt engineering strategies shape the quality of large language model (LLM)--generated personality assessment items within the AI-GENIE framework for generative psychometrics. Item pools targeting the Big Five traits were generated using multiple prompting designs (zero-shot, few-shot, persona-based, and adaptive), model temperatures, and LLMs, then evaluated and reduced using network psychometric methods. Across all conditions, AI-GENIE reliably improved structural validity following reduction, with the magnitude of its incremental contribution inversely related to the quality of the incoming item pool. Prompt design exerted a substantial influence on both pre- and post-reduction item quality. Adaptive prompting consistently outperformed non-adaptive strategies by sharply reducing semantic redundancy, elevating pre-reduction structural validity, and preserving substantially larger item pool, particularly when paired with newer, higher-capacity models. These gains were robust across temperature settings for most models, indicating that adaptive prompting mitigates common trade-offs between creativity and psychometric coherence. An exception was observed for the GPT-4o model at high temperatures, suggesting model-specific sensitivity to adaptive constraints at elevated stochasticity. Overall, the findings demonstrate that adaptive prompting is the strongest approach in this context, and that its benefits scale with model capability, motivating continued investigation of model--prompt interactions in generative psychometric pipelines.
Show more
Game-Theory-Assisted Reinforcement Learning for Border Defense: Early Termination based on Analytical Solutions
cs.LGGame theory provides the gold standard for analyzing adversarial engagements, offering strong optimality guarantees. However, these guarantees often become brittle when assumptions such as perfect information are violated. Reinforcement learning (RL), by contrast, is adaptive but can be sample-inefficient in large, complex domains. This paper introduces a hybrid approach that leverages game-theoretic insights to improve RL training efficiency. We study a border defense game with limited perceptual range, where defender performance depends on both search and pursuit strategies, making classical differential game solutions inapplicable. Our method employs the Apollonius Circle (AC) to compute equilibrium in the post-detection phase, enabling early termination of RL episodes without learning pursuit dynamics. This allows RL to concentrate on learning search strategies while guaranteeing optimal continuation after detection. Across single- and multi-defender settings, this early termination method yields 10-20% higher rewards, faster convergence, and more efficient search trajectories. Extensive experiments validate these findings and demonstrate the overall effectiveness of our approach.
Show more
Agent-based imitation dynamics can yield efficiently compressed population-level vocabularies
cs.CLNatural languages have been argued to evolve under pressure to efficiently compress meanings into words by optimizing the Information Bottleneck (IB) complexity-accuracy tradeoff. However, the underlying social dynamics that could drive the optimization of a language's vocabulary towards efficiency remain largely unknown. In parallel, evolutionary game theory has been invoked to explain the emergence of language from rudimentary agent-level dynamics, but it has not yet been tested whether such an approach can lead to efficient compression in the IB sense. Here, we provide a unified model integrating evolutionary game theory with the IB framework and show how near-optimal compression can arise in a population through an independently motivated dynamic of imprecise strategy imitation in signaling games. We find that key parameters of the model -- namely, those that regulate precision in these games, as well as players' tendency to confuse similar states -- lead to constrained variation of the tradeoffs achieved by emergent vocabularies. Our results suggest that evolutionary game dynamics could potentially provide a mechanistic basis for the evolution of vocabularies with information-theoretically optimal and empirically attested properties.
Show more
Federated Learning for Privacy-Preserving Medical AI
cs.LGThis dissertation investigates privacy-preserving federated learning for Alzheimer's disease classification using three-dimensional MRI data from the Alzheimer's Disease Neuroimaging Initiative (ADNI). Existing methodologies often suffer from unrealistic data partitioning, inadequate privacy guarantees, and insufficient benchmarking, limiting their practical deployment in healthcare. To address these gaps, this research proposes a novel site-aware data partitioning strategy that preserves institutional boundaries, reflecting real-world multi-institutional collaborations and data heterogeneity. Furthermore, an Adaptive Local Differential Privacy (ALDP) mechanism is introduced, dynamically adjusting privacy parameters based on training progression and parameter characteristics, thereby significantly improving the privacy-utility trade-off over traditional fixed-noise approaches. Systematic empirical evaluation across multiple client federations and privacy budgets demonstrated that advanced federated optimisation algorithms, particularly FedProx, could equal or surpass centralised training performance while ensuring rigorous privacy protection. Notably, ALDP achieved up to 80.4% accuracy in a two-client configuration, surpassing fixed-noise Local DP by 5-7 percentage points and demonstrating substantially greater training stability. The comprehensive ablation studies and benchmarking establish quantitative standards for privacy-preserving collaborative medical AI, providing practical guidelines for real-world deployment. This work thereby advances the state-of-the-art in federated learning for medical imaging, establishing both methodological foundations and empirical evidence necessary for future privacy-compliant AI adoption in healthcare.
Show more
The Internet of Physical AI Agents: Interoperability, Longevity, and the Cost of Getting It Wrong
cs.NIThe Internet has evolved by progressively expanding what humanity connects: first computers, then people, and later billions of devices through the Internet of Things (IoT). While IoT succeeded in digitizing perception at scale, it also exposed fundamental limitations, including fragmentation, weak security, limited autonomy, and poor long-term sustainability. Today, advances in edge hardware, sensing, connectivity, and artificial intelligence enable a new phase: the Internet of Physical AI Agents. Unlike IoT devices that primarily sense and report, Physical AI Agents perceive, reason, and act in real time, operating autonomously and cooperatively across safety-critical domains such as disaster response, healthcare, industrial automation, and mobility. However, embedding fast-evolving AI capabilities into long-lived physical infrastructure introduces new architectural risks, particularly around interoperability, lifecycle management, and premature ossification. This article revisits lessons from IoT and Internet evolution, and articulates design principles for building resilient, evolvable, and trustworthy agentic systems. We present an architectural blueprint encompassing agentic identity, secure agent-to-agent communication, semantic interoperability, policy-governed runtimes, and observability-driven governance. We argue that treating evolution, trust, and interoperability as first-class requirements is essential to avoid hard-coding today's assumptions into tomorrow's intelligent infrastructure, and to prevent the high technical and economic cost of getting it wrong.
Show more
COGNAC at SemEval-2026 Task 5: LLM Ensembles for Human-Level Word Sense Plausibility Rating in Challenging Narratives
cs.CLWe describe our system for SemEval-2026 Task 5, which requires rating the plausibility of given word senses of homonyms in short stories on a 5-point Likert scale. Systems are evaluated by the unweighted average of accuracy (within one standard deviation of mean human judgments) and Spearman Rank Correlation. We explore three prompting strategies using multiple closed-source commercial LLMs: (i) a baseline zero-shot setup, (ii) Chain-of-Thought (CoT) style prompting with structured reasoning, and (iii) a comparative prompting strategy for evaluating candidate word senses simultaneously. Furthermore, to account for the substantial inter-annotator variation present in the gold labels, we propose an ensemble setup by averaging model predictions. Our best official system, comprising an ensemble of LLMs across all three prompting strategies, placed 4th on the competition leaderboard with 0.88 accuracy and 0.83 Spearman's rho (0.86 average). Post-competition experiments with additional models further improved this performance to 0.92 accuracy and 0.85 Spearman's rho (0.89 average). We find that comparative prompting consistently improved performance across model families, and model ensembling significantly enhanced alignment with mean human judgments, suggesting that LLM ensembles are especially well suited for subjective semantic evaluation tasks involving multiple annotators.
Show more
Temporal Fact Conflicts in LLMs: Reproducibility Insights from Unifying DYNAMICQA and MULAN
cs.IRLarge Language Models (LLMs) often struggle with temporal fact conflicts due to outdated or evolving information in their training data. Two recent studies with accompanying datasets report opposite conclusions on whether external context can effectively resolve such conflicts. DYNAMICQA evaluates how effective external context is in shifting the model's output distribution, finding that temporal facts are more resistant to change. In contrast, MULAN examines how often external context changes memorised facts, concluding that temporal facts are easier to update. In this reproducibility paper, we first reproduce experiments from both benchmarks. We then reproduce the experiments of each study on the dataset of the other to investigate the source of their disagreement. To enable direct comparison of findings, we standardise both datasets to align with the evaluation settings of each study. Importantly, using an LLM, we synthetically generate realistic natural language contexts to replace MULAN's programmatically constructed statements when reproducing the findings of DYNAMICQA. Our analysis reveals strong dataset dependence: MULAN's findings generalise under both methodological frameworks, whereas applying MULAN's evaluation to DYNAMICQA yields mixed outcomes. Finally, while the original studies only considered 7B LLMs, we reproduce these experiments across LLMs of varying sizes, revealing how model size influences the encoding and updating of temporal facts. Our results highlight how dataset design, evaluation metrics, and model size shape LLM behaviour in the presence of temporal knowledge conflicts.
Show more
AsgardBench - Evaluating Visually Grounded Interactive Planning Under Minimal Feedback
cs.AIWith AsgardBench we aim to evaluate visually grounded, high-level action sequence generation and interactive planning, focusing specifically on plan adaptation during execution based on visual observations rather than navigation or low-level manipulation. In the landscape of embodied AI benchmarks, AsgardBench targets the capability category of interactive planning, which is more sophisticated than offline high-level planning as it requires agents to revise plans in response to environmental feedback, yet remains distinct from low-level execution. Unlike prior embodied AI benchmarks that conflate reasoning with navigation or provide rich corrective feedback that substitutes for perception, AsgardBench restricts agent input to images, action history, and lightweight success/failure signals, isolating interactive planning in a controlled simulator without low-level control noise. The benchmark contains 108 task instances spanning 12 task types, each systematically varied through object state, placement, and scene configuration. These controlled variations create conditional branches in which a single instruction can require different action sequences depending on what the agent observes, emphasizing conditional branching and plan repair during execution. Our evaluations of leading vision language models show that performance drops sharply without visual input, revealing weaknesses in visual grounding and state tracking that ultimately undermine interactive planning. Our benchmark zeroes in on a narrower question: can a model actually use what it sees to adapt a plan when things do not go as expected?
Show more
EvoIQA - Explaining Image Distortions with Evolved White-Box Logic
cs.CVTraditional Image Quality Assessment (IQA) metrics typically fall into one of two extremes: rigid, hand-crafted mathematical models or "black-box" deep learning architectures that completely lack interpretability. To bridge this gap, we propose EvoIQA, a fully explainable symbolic regression framework based on Genetic Programming that Evolves explicit, human-readable mathematical formulas for image quality assessment (IQA). Utilizing a rich terminal set from the VSI, VIF, FSIM, and HaarPSI metrics, our framework inherently maps structural, chromatic, and information-theoretic degradations into observable mathematical equations. Our results demonstrate that the evolved GP models consistently achieve strong alignment between the predictions and human visual preferences. Furthermore, they not only outperform traditional hand-crafted metrics but also achieve performance parity with complex, state-of-the-art deep learning models like DB-CNN, proving that we no longer have to sacrifice interpretability for state-of-the-art performance.
Show more
PhasorFlow: A Python Library for Unit Circle Based Computing
cs.LGWe present PhasorFlow, an open-source Python library introducing a computational paradigm operating on the $S^1$ unit circle. Inputs are encoded as complex phasors $z = e^{iθ}$ on the $N$-Torus ($\mathbb{T}^N$). As computation proceeds via unitary wave interference gates, global norm is preserved while individual components drift into $\mathbb{C}^N$, allowing algorithms to natively leverage continuous geometric gradients for predictive learning. PhasorFlow provides three core contributions. First, we formalize the Phasor Circuit model ($N$ unit circle threads, $M$ gates) and introduce a 22-gate library covering Standard Unitary, Non-Linear, Neuromorphic, and Encoding operations with full matrix algebra simulation. Second, we present the Variational Phasor Circuit (VPC), analogous to Variational Quantum Circuits (VQC), enabling optimization of continuous phase parameters for classical machine learning tasks. Third, we introduce the Phasor Transformer, replacing expensive $QK^TV$ attention with a parameter-free, DFT-based token mixing layer inspired by FNet. We validate PhasorFlow on non-linear spatial classification, time-series prediction, financial volatility detection, and neuromorphic tasks including neural binding and oscillatory associative memory. Our results establish unit circle computing as a deterministic, lightweight, and mathematically principled alternative to classical neural networks and quantum circuits. It operates on classical hardware while sharing quantum mechanics' unitary foundations. PhasorFlow is available at https://github.com/mindverse-computing/phasorflow.
Show more
Resilience Meets Autonomy: Governing Embodied AI in Critical Infrastructure
cs.AICritical infrastructure increasingly incorporates embodied AI for monitoring, predictive maintenance, and decision support. However, AI systems designed to handle statistically representable uncertainty struggle with cascading failures and crisis dynamics that exceed their training assumptions. This paper argues that Embodied AIs resilience depends on bounded autonomy within a hybrid governance architecture. We outline four oversight modes and map them to critical infrastructure sectors based on task complexity, risk level, and consequence severity. Drawing on the EU AI Act, ISO safety standards, and crisis management research, we argue that effective governance requires a structured allocation of machine capability and human judgement.
Show more
Self-Admitted Technical Debt in Scientific Software: Prioritization, Sentiment, and Propagation Across Artifacts
cs.SESelf-admitted technical debt (SATD) impairs scientific software (SSW), yet its prioritization, sentiment, persistence, and propagation remains underexplored. Understanding how SSW developers express, and address SATD is crucial for improving SSW maintenance, and tooling. This study investigates how SATD types and artifacts in SSW are prioritized, how sentiment relates to urgency, SATD removal and resolution rates, and the extent to which SATD propagates across artifacts. We analyzed nine SSW repositories using a SATD classification model and a semantic embedding-based prioritization heuristic. SATD was examined across multiple artifacts, with sentiment assessed via a fine-tuned transformer. Propagation was traced, priority scores compared to static analysis, and removal and resolution rates quantified. SATD in comments, commits, and pull requests receive higher priority than SATD in issues, with negative sentiment amplifying urgency. Resolution and removal rates lag behind open-source software (OSS) averages. Most SATD remains confined to the originating artifact, but longer propagation chains are rare and correlate with higher priority, highlighting persistent and high impact debt. Prioritization is influenced by artifact type and sentiment, while low removal and resolution rates signal persistent debt. Cross-artifact propagation marks high priority, unresolved SATD, providing empirical guidance for targeted monitoring, review prioritization, and tool supported maintenance in SSW.
Show more
Electrodermal Activity as a Unimodal Signal for Aerobic Exercise Detection in Wearable Sensors
cs.LGElectrodermal Activity (EDA) is a non-invasive physiological signal widely available in wearable devices and reflects sympathetic nervous system (SNS) activation. Prior multi-modal studies have demonstrated robust performance in distinguishing stress and exercise states when EDA is combined with complementary signals such as heart rate and accelerometry. However, the ability of EDA to independently distinguish sustained aerobic exercise from low-arousal states under subject-independent evaluation remains insufficiently characterized. This study investigates whether features derived exclusively from EDA can reliably differentiate rest from sustained aerobic exercise. Using a publicly available dataset collected from thirty healthy individuals, EDA features were evaluated using benchmark machine learning models with leave-one-subject-out (LOSO) validation. Across models, EDA-only classifiers achieved moderate subject-independent performance, with phasic temporal dynamics and event timing contributing to class separation. Rather than proposing EDA as a replacement for multimodal sensing, this work provides a conservative benchmark of the discriminative power of EDA alone and clarifies its role as a unimodal input for wearable activity-state inference.
Show more
Counteractive RL: Rethinking Core Principles for Efficient and Scalable Deep Reinforcement Learning
cs.LGFollowing the pivotal success of learning strategies to win at tasks, solely by interacting with an environment without any supervision, agents have gained the ability to make sequential decisions in complex MDPs. Yet, reinforcement learning policies face exponentially growing state spaces in high dimensional MDPs resulting in a dichotomy between computational complexity and policy success. In our paper we focus on the agent's interaction with the environment in a high-dimensional MDP during the learning phase and we introduce a theoretically-founded novel paradigm based on experiences obtained through counteractive actions. Our analysis and method provide a theoretical basis for efficient, effective, scalable and accelerated learning, and further comes with zero additional computational complexity while leading to significant acceleration in training. We conduct extensive experiments in the Arcade Learning Environment with high-dimensional state representation MDPs. The experimental results further verify our theoretical analysis, and our method achieves significant performance increase with substantial sample-efficiency in high-dimensional environments.
Show more
Evaluating Black-Box Vulnerabilities with Wasserstein-Constrained Data Perturbations
cs.LGThe massive use of Machine Learning (ML) tools in industry comes with critical challenges, such as the lack of explainable models and the use of black-box algorithms. We address this issue by applying Optimal Transport theory in the analysis of responses of ML models to variations in the distribution of input variables. We find the closest distribution, in the Wasserstein sense, that satisfies a given constraintt and examine its impact on model behavior. Furthermore, we establish convergence results for this projected distribution and demonstrate our approach using examples and real-world datasets in both regression and classification settings.
Show more
Interpretative Interfaces: Designing for AI-Mediated Reading Practices and the Knowledge Commons
cs.HCExplainable AI (XAI) interfaces seek to make large language models more transparent, yet explanation alone does not produce understanding. Explaining a system's behavior is not the same as being able to engage with it, to probe and interpret its operations through direct manipulation. This distinction matters for scientific disciplines in particular: scientists who increasingly rely on LLMs for reading, citing, and producing literature reviews have little means of directly engaging with how these models process and transform the texts they generate. In this ongoing design research project, I argue for a shift from explainability to interpretative engagement. This shift moves away from accounts of system behavior to instead enable users to manipulate a model's intermediate representations. Drawing on textual scholarship, computational poetics, and the history of reading and writing technologies, including practices such as marginalia, glosses, indices, and annotation systems, I propose interpretative interfaces as interactive environments in which non-expert users can intervene in the representational space of a language model. More specifically, such interfaces will allow users to select a token and follow its trajectory through the model's intermediate layers. This way, they can observe how its semantic position shifts as context is processed, and possibly annotate the transformations they find useful or meaningful. The same way readers can create their own maps within a book through annotations and bookmarks, interpretative interfaces will allow users to inscribe their reading of a model's internal representations. The goal of this project is to reframe AI interpretability as an interaction design project rather than a purely technical one, and to open a path toward AI-mediated reading that supports interpretative engagement and critical stewardship of scientific knowledge.
Show more
Self-supervised Disentanglement of Disease Effects from Aging in 3D Medical Shapes
cs.CVDisentangling pathological changes from physiological aging in 3D medical shapes is crucial for developing interpretable biomarkers and patient stratification. However, this separation is challenging when diagnosis labels are limited or unavailable, since disease and aging often produce overlapping effects on shape changes, obscuring clinically relevant shape patterns. To address this challenge, we propose a two-stage framework combining unsupervised disease discovery with self-supervised disentanglement of implicit shape representations. In the first stage, we train an implicit neural model with signed distance functions to learn stable shape embeddings. We then apply clustering on the shape latent space, which yields pseudo disease labels without using ground-truth diagnosis during discovery. In the second stage, we disentangle factors in a compact variational space using pseudo disease labels discovered in the first stage and the ground truth age labels available for all subjects. We enforce separation and controllability with a multi-objective disentanglement loss combining covariance and a supervised contrastive loss. On ADNI hippocampus and OAI distal femur shapes, we achieve near-supervised performance, improving disentanglement and reconstruction over state-of-the-art unsupervised baselines, while enabling high-fidelity reconstruction, controllable synthesis, and factor-based explainability. Code and checkpoints are available at https://github.com/anonymous-submission01/medical-shape-disentanglement
Show more
Regularized Latent Dynamics Prediction is a Strong Baseline For Behavioral Foundation Models
cs.AIBehavioral Foundation Models (BFMs) produce agents with the capability to adapt to any unknown reward or task. These methods, however, are only able to produce near-optimal policies for the reward functions that are in the span of some pre-existing state features, making the choice of state features crucial to the expressivity of the BFM. As a result, BFMs are trained using a variety of complex objectives and require sufficient dataset coverage, to train task-useful spanning features. In this work, we examine the question: are these complex representation learning objectives necessary for zero-shot RL? Specifically, we revisit the objective of self-supervised next-state prediction in latent space for state feature learning, but observe that such an objective alone is prone to increasing state-feature similarity, and subsequently reducing span. We propose an approach, Regularized Latent Dynamics Prediction (RLDP), that adds a simple orthogonality regularization to maintain feature diversity and can match or surpass state-of-the-art complex representation learning methods for zero-shot RL. Furthermore, we empirically show that prior approaches perform poorly in low-coverage scenarios where RLDP still succeeds.
Show more
FlashSampling: Fast and Memory-Efficient Exact Sampling
cs.LGSampling from a categorical distribution is mathematically simple, but in large-vocabulary decoding, it often triggers extra memory traffic and extra kernels after the LM head. We present FlashSampling, an exact sampling primitive that fuses sampling into the LM-head matmul and never materializes the logits tensor in HBM. The method is simple: compute logits tile-by-tile on chip, add Gumbel noise, keep only one maximizer per row and per vocabulary tile, and finish with a small reduction over tiles. The fused tiled kernel is exact because $\argmax$ decomposes over a partition; grouped variants for online and tensor-parallel settings are exact by hierarchical factorization of the categorical distribution. Across H100, H200, B200, and B300 GPUs, FlashSampling speeds up kernel-level decode workloads, and in end-to-end vLLM experiments, it reduces time per output token by up to $19%$ on the models we test. These results show that exact sampling, with no approximation, can be integrated into the matmul itself, turning a bandwidth-bound postprocessing step into a lightweight epilogue. Project Page: https://github.com/FlashSampling/FlashSampling.
Show more
Algorithmic Trading Strategy Development and Optimisation
cs.AIThe report presents with the development and optimisation of an enhanced algorithmic trading strategy through the use of historical S&P 500 market data and earnings call sentiment analysis. The proposed strategy integrates various technical indicators such as moving averages, momentum, volatility, and FinBERT-based sentiment analysis to improve overall trades being taken. The results show that the enhanced strategy significantly outperforms the baseline model in terms of total return, Sharpe ratio, and drawdown amongst other factors. The findings helped demonstrate the relevance and effectiveness of combining technical indicators, sentiment analysis, and computational optimisation in algorithmic trading systems.
Show more
FEEL (Force-Enhanced Egocentric Learning): A Dataset for Physical Action Understanding
cs.CVWe introduce FEEL (Force-Enhanced Egocentric Learning), the first large-scale dataset pairing force measurements gathered from custom piezoresistive gloves with egocentric video. Our gloves enable scalable data collection, and FEEL contains approximately 3 million force-synchronized frames of natural unscripted manipulation in kitchen environments, with 45% of frames involving hand-object contact. Because force is the underlying cause that drives physical interaction, it is a critical primitive for physical action understanding. We demonstrate the utility of force for physical action understanding through application of FEEL to two families of tasks: (1) contact understanding, where we jointly perform temporal contact segmentation and pixel-level contacted object segmentation; and, (2) action representation learning, where force prediction serves as a self-supervised pretraining objective for video backbones. We achieve state-of-the-art temporal contact segmentation results and competitive pixel-level segmentation results without any need for manual contacted object segmentation annotations. Furthermore we demonstrate that action representation learning with FEEL improves transfer performance on action understanding tasks without any manual labels over EPIC-Kitchens, SomethingSomething-V2, EgoExo4D and Meccano.
Show more
Informationally Compressive Anonymization: Non-Degrading Sensitive Input Protection for Privacy-Preserving Supervised Machine Learning
cs.LGModern machine learning systems increasingly rely on sensitive data, creating significant privacy, security, and regulatory risks that existing privacy-preserving machine learning (ppML) techniques, such as Differential Privacy (DP) and Homomorphic Encryption (HE), address only at the cost of degraded performance, increased complexity, or prohibitive computational overhead. This paper introduces Informationally Compressive Anonymization (ICA) and the VEIL architecture, a privacy-preserving ML framework that achieves strong privacy guarantees through architectural and mathematical design rather than noise injection or cryptography. ICA embeds a supervised, multi-objective encoder within a trusted Source Environment to transform raw inputs into low-dimensional, task-aligned latent representations, ensuring that only irreversibly anonymized vectors are exported to untrusted Training and Inference Environments. The paper rigorously proves that these encodings are structurally non-invertible using topological and information-theoretic arguments, showing that inversion is logically impossible, even under idealized attacker assumptions, and that, in realistic deployments, the attackers conditional entropy over the original data diverges, driving reconstruction probability to zero. Unlike prior autoencoder-based ppML approaches, ICA preserves predictive utility by aligning representation learning with downstream supervised objectives, enabling low-latency, high-performance ML without gradient clipping, noise budgets, or encryption at inference time. The VEIL architecture enforces strict trust boundaries, supports scalable multi-region deployment, and naturally aligns with privacy-by-design regulatory frameworks, establishing a new foundation for enterprise ML that is secure, performant, and safe by construction, even in the face of post-quantum threats.
Show more
When Stability Fails: Hidden Failure Modes Of LLMS in Data-Constrained Scientific Decision-Making
cs.LGLarge language models (LLMs) are increasingly used as decision-support tools in data-constrained scientific workflows, where correctness and validity are critical. However, evaluation practices often emphasize stability or reproducibility across repeated runs. While these properties are desirable, stability alone does not guar- antee agreement with statistical ground truth when such references are available. We introduce a controlled behavioral evaluation framework that explicitly sep- arates four dimensions of LLM decision-making: stability, correctness, prompt sensitivity, and output validity under fixed statistical inputs. We evaluate multi- ple LLMs using a statistical gene prioritization task derived from differential ex- pression analysis across prompt regimes involving strict and relaxed significance thresholds, borderline ranking scenarios, and minor wording variations. Our ex- periments show that LLMs can exhibit near-perfect run-to-run stability while sys- tematically diverging from statistical ground truth, over-selecting under relaxed thresholds, responding sharply to minor prompt wording changes, or producing syntactically plausible gene identifiers absent from the input table. Although sta- bility reflects robustness across repeated runs, it does not guarantee agreement with statistical ground truth in structured scientific decision tasks. These findings highlight the importance of explicit ground-truth validation and output validity checks when deploying LLMs in automated or semi-automated scientific work- flows.
Show more
A Comparative Analysis of Backbone Algorithms for Configurable Software Systems
cs.SEThe backbone of a Boolean formula is the set of literals that must be true in every assignment that satisfies the formula. This concept is fundamental to key operations on variability models, including propagating user configuration decisions to identify implied feature selections, detecting dead features and dead code blocks, and preprocessing formulas to accelerate knowledge compilation into tractable representations such as binary decision diagrams. Despite its importance, previous empirical studies have evaluated backbone algorithms solely on SAT competition formulas (typically engineered to test the limits of SAT solvers), leading to inconsistent conclusions about their performance. This study provides the first comprehensive evaluation of formulas derived from real-world variability models, analyzing 21 configurations of 5 state-of-the-art algorithms on 2,371 formulas from configurable systems ranging from 100 variables and 179 clauses to 186,059 variables and 527,240 clauses. The results indicate that variability model formulas are structurally distinct, with higher clause density but greater clause simplicity. Our research provides clear algorithm selection guidelines: Algorithm 2/3 (iterative with solution filtering) is recommended for formulas with 1,000 or fewer variables, while Algorithm 5 (chunked core-based) with adaptive chunk size selection provides the best practical performance for larger formulas. Also, the results show that filtering heuristics have negligible or negative effects on performance for variability models. Finally, the study identifies a research gap: while Algorithm 5 with optimal chunk size can achieve runtime reductions exceeding 50\% compared to Algorithm 2/3 (the one that product line tools implement), the optimal chunk size varies unpredictably across formulas and cannot currently be estimated, opening directions for future research.
Show more
Persona-Conditioned Risk Behavior in Large Language Models: A Simulated Gambling Study with GPT-4.1
cs.AILarge language models (LLMs) are increasingly deployed as autonomous agents in uncertain, sequential decision-making contexts. Yet it remains poorly understood whether the behaviors they exhibit in such environments reflect principled cognitive patterns or simply surface-level prompt mimicry. This paper presents a controlled experiment in which GPT-4.1 was assigned one of three socioeconomic personas (Rich, Middle-income, and Poor) and placed in a structured slot-machine environment with three distinct machine configurations: Fair (50%), Biased Low (35%), and Streak (dynamic probability increasing after consecutive losses). Across 50 independent iterations per condition and 6,950 recorded decisions, we find that the model reproduces key behavioral signatures predicted by Kahneman and Tversky's Prospect Theory without being instructed to do so. The Poor persona played a mean of 37.4 rounds per session (SD=15.5) compared to 1.1 rounds for the Rich persona (SD=0.31), a difference that is highly significant (Kruskal-Wallis H=393.5, p<2.2e-16). Risk scores by persona show large effect sizes (Cohen's d=4.15 for Poor vs Rich). Emotional labels appear to function as post-hoc annotations rather than decision drivers (chi-square=3205.4, Cramer's V=0.39), and belief-updating across rounds is negligible (Spearman rho=0.032 for Poor persona, p=0.016). These findings carry implications for LLM agent design, interpretability research, and the broader question of whether classical cognitive economic biases are implicitly encoded in large-scale pretrained language models.
Show more
Hypothesis Class Determines Explanation: Why Accurate Models Disagree on Feature Attribution
cs.LGThe assumption that prediction-equivalent models produce equivalent explanations underlies many practices in explainable AI, including model selection, auditing, and regulatory evaluation. In this work, we show that this assumption does not hold. Through a large-scale empirical study across 24 datasets and multiple model classes, we find that models with identical predictive behavior can produce substantially different feature attributions. This disagreement is highly structured: models within the same hypothesis class exhibit strong agreement, while cross-class pairs (e.g., tree-based vs. linear) trained on identical data splits show substantially reduced agreement, consistently near or below the lottery threshold. We identify hypothesis class as the structural driver of this phenomenon, which we term the Explanation Lottery. We theoretically show that the resulting Agreement Gap persists under interaction structure in the data-generating process. This structural finding motivates a post-hoc diagnostic, the Explanation Reliability Score R(x), which predicts when explanations are stable across architectures without additional training. Our results demonstrate that model selection is not explanation-neutral: the hypothesis class chosen for deployment can determine which features are attributed responsibility for a decision.
Show more
Longitudinal Risk Prediction in Mammography with Privileged History Distillation
cs.LGBreast cancer remains a leading cause of cancer-related mortality worldwide. Longitudinal mammography risk prediction models improve multi-year breast cancer risk prediction based on prior screening exams. However, in real-world clinical practice, longitudinal histories are often incomplete, irregular, or unavailable due to missed screenings, first-time examinations, heterogeneous acquisition schedules, or archival constraints. The absence of prior exams degrades the performance of longitudinal risk models and limits their practical applicability. While substantial longitudinal history is available during training, prior exams are commonly absent at test time. In this paper, we address missing history at inference time and propose a longitudinal risk prediction method that uses mammography history as privileged information during training and distills its prognostic value into a student model that only requires the current exam at inference time. The key idea is a privileged multi-teacher distillation scheme with horizon-specific teachers: each teacher is trained on the full longitudinal history to specialize in one prediction horizon, while the student receives only a reconstructed history derived from the current exam. This allows the student to inherit horizon-dependent longitudinal risk cues without requiring prior screening exams at deployment. Our new Privileged History Distillation (PHD) method is validated on a large longitudinal mammography dataset with multi-year cancer outcomes, CSAW-CC, comparing full-history and no-history baselines to their distilled counterparts. Using time-dependent AUC across horizons, our privileged history distillation method markedly improves the performance of long-horizon prediction over no-history models and is comparable to that of full-history models, while using only the current exam at inference time.
Show more
Don't Trust Stubborn Neighbors: A Security Framework for Agentic Networks
cs.MALarge Language Model (LLM)-based Multi-Agent Systems (MASs) are increasingly deployed for agentic tasks, such as web automation, itinerary planning, and collaborative problem solving. Yet, their interactive nature introduces new security risks: malicious or compromised agents can exploit communication channels to propagate misinformation and manipulate collective outcomes. In this paper, we study how such manipulation can arise and spread by borrowing the Friedkin-Johnsen opinion formation model from social sciences to propose a general theoretical framework to study LLM-MAS. Remarkably, this model closely captures LLM-MAS behavior, as we verify in extensive experiments across different network topologies and attack and defense scenarios. Theoretically and empirically, we find that a single highly stubborn and persuasive agent can take over MAS dynamics, underscoring the systems' high susceptibility to attacks by triggering a persuasion cascade that reshapes collective opinion. Our theoretical analysis reveals three mechanisms to increase system security: a) increasing the number of benign agents, b) increasing the innate stubbornness or peer-resistance of agents, or c) reducing trust in potential adversaries. Because scaling is computationally expensive and high stubbornness degrades the network's ability to reach consensus, we propose a new mechanism to mitigate threats by a trust-adaptive defense that dynamically adjusts inter-agent trust to limit adversarial influence while maintaining cooperative performance. Extensive experiments confirm that this mechanism effectively defends against manipulation.
Show more
Mask Is What DLLM Needs: A Masked Data Training Paradigm for Diffusion LLMs
cs.LGDiscrete diffusion models offer global context awareness and flexible parallel generation. However, uniform random noise schedulers in standard DLLM training overlook the highly non-uniform information density inherent in real-world sequences. This wastes optimization resources on low-density structural glues while leaving high-density logical pivot points severely under-optimized. To address this, we propose an Information Density Driven Smart Noise Scheduler. By extracting information-dense hubs and applying Complementary Priority Masking, our method decouples a single training instance into mutually reinforcing reasoning and syntax samples, forcing the model to master both logical deduction and foundational sequence structure. Experiments demonstrate that our approach improves average accuracy by ~4\% across four Code and Math reasoning benchmarks, significantly outperforming uniform baselines. Mechanistic analyses further reveal that probabilistic priority masking effectively mitigates contextual collapse during block diffusion training. Overall, this density-aware strategy efficiently unlocks the reasoning potential of diffusion language models at minimal annotation cost, emerging as a promising new masked data training paradigm for Diffusion LLMs. Our processed dataset can be found at https://huggingface.co/datasets/malr07/opc-sft-stage2-dense-extracted.
Show more
Time-Aware Prior Fitted Networks for Zero-Shot Forecasting with Exogenous Variables
cs.LGIn many time series forecasting settings, the target time series is accompanied by exogenous covariates, such as promotions and prices in retail demand; temperature in energy load; calendar and holiday indicators for traffic or sales; and grid load or fuel costs in electricity pricing. Ignoring these exogenous signals can substantially degrade forecasting accuracy, particularly when they drive spikes, discontinuities, or regime and phase changes in the target series. Most current time series foundation models (e.g., Chronos, Sundial, TimesFM, TimeMoE, TimeLLM, and LagLlama) ignore exogenous covariates and make forecasts solely from the numerical time series history, thereby limiting their performance. In this paper, we develop ApolloPFN, a prior-data fitted network (PFN) that is time-aware (unlike prior PFNs) and that natively incorporates exogenous covariates (unlike prior univariate forecasters). Our design introduces two major advances: (i) a synthetic data generation procedure tailored to resolve the failure modes that arise when tabular (non-temporal) PFNs are applied to time series; and (ii) time-aware architectural modifications that embed inductive biases needed to exploit the time series context. We demonstrate that ApolloPFN achieves state-of-the-art results across benchmarks, such as M5 and electric price forecasting, that contain exogenous information.
Show more
Evolving Contextual Safety in Multi-Modal Large Language Models via Inference-Time Self-Reflective Memory
cs.CVMulti-modal Large Language Models (MLLMs) have achieved remarkable performance across a wide range of visual reasoning tasks, yet their vulnerability to safety risks remains a pressing concern. While prior research primarily focuses on jailbreak defenses that detect and refuse explicitly unsafe inputs, such approaches often overlook contextual safety, which requires models to distinguish subtle contextual differences between scenarios that may appear similar but diverge significantly in safety intent. In this work, we present MM-SafetyBench++, a carefully curated benchmark designed for contextual safety evaluation. Specifically, for each unsafe image-text pair, we construct a corresponding safe counterpart through minimal modifications that flip the user intent while preserving the underlying contextual meaning, enabling controlled evaluation of whether models can adapt their safety behaviors based on contextual understanding. Further, we introduce EchoSafe, a training-free framework that maintains a self-reflective memory bank to accumulate and retrieve safety insights from prior interactions. By integrating relevant past experiences into current prompts, EchoSafe enables context-aware reasoning and continual evolution of safety behavior during inference. Extensive experiments on various multi-modal safety benchmarks demonstrate that EchoSafe consistently achieves superior performance, establishing a strong baseline for advancing contextual safety in MLLMs. All benchmark data and code are available at https://echosafe-mllm.github.io.
Show more
Prose2Policy (P2P): A Practical LLM Pipeline for Translating Natural-Language Access Policies into Executable Rego
cs.AIProse2Policy (P2P) is a LLM-based practical tool that translates natural-language access control policies (NLACPs) into executable Rego code (the policy language of Open Policy Agent, OPA). It provides a modular, end-to-end pipeline that performs policy detection, component extraction, schema validation, linting, compilation, automatic test generation and execution. Prose2Policy is designed to bridge the gap between human-readable access requirements and machine-enforceable policy-as-code (PaC) while emphasizing deployment reliability and auditability. We evaluated Prose2Policy on the ACRE dataset and demonstrated a 95.3\% compile rate for accepted policies, with automated testing achieving a 82.2\% positive-test pass rate and a 98.9\% negative-test pass rate. These results indicate that Prose2Policy produces syntactically robust and behaviorally consistent Rego policies suitable for Zero Trust and compliance-driven environments.
Show more
CUBE: A Standard for Unifying Agent Benchmarks
cs.AIThe proliferation of agent benchmarks has created critical fragmentation that threatens research productivity. Each new benchmark requires substantial custom integration, creating an "integration tax" that limits comprehensive evaluation. We propose CUBE (Common Unified Benchmark Environments), a universal protocol standard built on MCP and Gym that allows benchmarks to be wrapped once and used everywhere. By separating task, benchmark, package, and registry concerns into distinct API layers, CUBE enables any compliant platform to access any compliant benchmark for evaluation, RL training, or data generation without custom integration. We call on the community to contribute to the development of this standard before platform-specific implementations deepen fragmentation as benchmark production accelerates through 2026.
Show more
OMNIFLOW: A Physics-Grounded Multimodal Agent for Generalized Scientific Reasoning
cs.LGLarge Language Models (LLMs) have demonstrated exceptional logical reasoning capabilities but frequently struggle with the continuous spatiotemporal dynamics governed by Partial Differential Equations (PDEs), often resulting in non-physical hallucinations. Existing approaches typically resort to costly, domain-specific fine-tuning, which severely limits cross-domain generalization and interpretability. To bridge this gap, we propose OMNIFLOW, a neuro-symbolic architecture designed to ground frozen multimodal LLMs in fundamental physical laws without requiring domain-specific parameter updates. OMNIFLOW introduces a novel \textit{Semantic-Symbolic Alignment} mechanism that projects high-dimensional flow tensors into topological linguistic descriptors, enabling the model to perceive physical structures rather than raw pixel values. Furthermore, we construct a Physics-Guided Chain-of-Thought (PG-CoT) workflow that orchestrates reasoning through dynamic constraint injection (e.g., mass conservation) and iterative reflexive verification. We evaluate OMNIFLOW on a comprehensive benchmark spanning microscopic turbulence, theoretical Navier-Stokes equations, and macroscopic global weather forecasting. Empirical results demonstrate that OMNIFLOW significantly outperforms traditional deep learning baselines in zero-shot generalization and few-shot adaptation tasks. Crucially, it offers transparent, physically consistent reasoning reports, marking a paradigm shift from black-box fitting to interpretable scientific reasoning.
Show more
Learnability with Partial Labels and Adaptive Nearest Neighbors
stat.MLPrior work on partial labels learning (PLL) has shown that learning is possible even when each instance is associated with a bag of labels, rather than a single accurate but costly label. However, the necessary conditions for learning with partial labels remain unclear, and existing PLL methods are effective only in specific scenarios. In this work, we mathematically characterize the settings in which PLL is feasible. In addition, we present PL A-$k$NN, an adaptive nearest-neighbors algorithm for PLL that is effective in general scenarios and enjoys strong performance guarantees. Experimental results corroborate that PL A-$k$NN can outperform state-of-the-art methods in general PLL scenarios.
Show more
Parallelised Differentiable Straightest Geodesics for 3D Meshes
cs.CVMachine learning has been progressively generalised to operate within non-Euclidean domains, but geometrically accurate methods for learning on surfaces are still falling behind. The lack of closed-form Riemannian operators, the non-differentiability of their discrete counterparts, and poor parallelisation capabilities have been the main obstacles to the development of the field on meshes. A principled framework to compute the exponential map on Riemannian surfaces discretised as meshes is straightest geodesics, which also allows to trace geodesics and parallel-transport vectors as a by-product. We provide a parallel GPU implementation and derive two different methods for differentiating through the straightest geodesics, one leveraging an extrinsic proxy function and one based upon a geodesic finite differences scheme. After proving our parallelisation performance and accuracy, we demonstrate how our differentiable exponential map can improve learning and optimisation pipelines on general geometries. In particular, to showcase the versatility of our method, we propose a new geodesic convolutional layer, a new flow matching method for learning on meshes, and a second-order optimiser that we apply to centroidal Voronoi tessellation. Our code, models, and pip-installable library (digeo) are available at: circle-group.github.io/research/DSG.
Show more
Morphemes Without Borders: Evaluating Root-Pattern Morphology in Arabic Tokenizers and LLMs
cs.CLThis work investigates how effectively large language models (LLMs) and their tokenization schemes represent and generate Arabic root-pattern morphology, probing whether they capture genuine morphological structure or rely on surface memorization. Arabic morphological system provides a rich testbed for analyzing how LLMs handle complex, non-concatenative forms and how tokenization choices influence this process. Our study begins with an evaluation of morphological fidelity across Arabic and multilingual tokenizers against gold-standard segmentation, followed by an analysis of LLM performance in productive root-pattern generation using a newly developed test set. Our findings across seven Arabic-centric and multilingual LLMs and their respective tokenizers reveal that tokenizer morphological alignment is not necessary nor sufficient for morphological generation, which questions the role of morphological tokenization in downstream performance.
Show more
CorrectionPlanner: Self-Correction Planner with Reinforcement Learning in Autonomous Driving
cs.ROAutonomous driving requires safe planning, but most learning-based planners lack explicit self-correction ability: once an unsafe action is proposed, there is no mechanism to correct it. Thus, we propose CorrectionPlanner, an autoregressive planner with self-correction that models planning as motion-token generation within a propose, evaluate, and correct loop. At each planning step, the policy proposes an action, namely a motion token, and a learned collision critic predicts whether it will induce a collision within a short horizon. If the critic predicts a collision, we retain the sequence of historical unsafe motion tokens as a self-correction trace, generate the next motion token conditioned on it, and repeat this process until a safe motion token is proposed or the safety criterion is met. This self-correction trace, consisting of all unsafe motion tokens, represents the planner's correction process in motion-token space, analogous to a reasoning trace in language models. We train the planner with imitation learning followed by model-based reinforcement learning using rollouts from a pretrained world model that realistically models agents' reactive behaviors. Closed-loop evaluations show that CorrectionPlanner reduces collision rate by over 20% on Waymax and achieves state-of-the-art planning scores on nuPlan.
Show more
Simulation Distillation: Pretraining World Models in Simulation for Rapid Real-World Adaptation
cs.ROSimulation-to-real transfer remains a central challenge in robotics, as mismatches between simulated and real-world dynamics often lead to failures. While reinforcement learning offers a principled mechanism for adaptation, existing sim-to-real finetuning methods struggle with exploration and long-horizon credit assignment in the low-data regimes typical of real-world robotics. We introduce Simulation Distillation (SimDist), a sim-to-real framework that distills structural priors from a simulator into a latent world model and enables rapid real-world adaptation via online planning and supervised dynamics finetuning. By transferring reward and value models directly from simulation, SimDist provides dense planning signals from raw perception without requiring value learning during deployment. As a result, real-world adaptation reduces to short-horizon system identification, avoiding long-horizon credit assignment and enabling fast, stable improvement. Across precise manipulation and quadruped locomotion tasks, SimDist substantially outperforms prior methods in data efficiency, stability, and final performance. Project website and code: https://sim-dist.github.io/
Show more
You've Got a Golden Ticket: Improving Generative Robot Policies With A Single Noise Vector
cs.ROWhat happens when a pretrained generative robot policy is provided a constant initial noise as input, rather than repeatedly sampling it from a Gaussian? We demonstrate that the performance of a pretrained, frozen diffusion or flow matching policy can be improved with respect to a downstream reward by swapping the sampling of initial noise from the prior distribution (typically isotropic Gaussian) with a well-chosen, constant initial noise input -- a golden ticket. We propose a search method to find golden tickets using Monte-Carlo policy evaluation that keeps the pretrained policy frozen, does not train any new networks, and is applicable to all diffusion/flow matching policies (and therefore many VLAs). Our approach to policy improvement makes no assumptions beyond being able to inject initial noise into the policy and calculate (sparse) task rewards of episode rollouts, making it deployable with no additional infrastructure or models. Our method improves the performance of policies in 38 out of 43 tasks across simulated and real-world robot manipulation benchmarks, with relative improvements in success rate by up to 58% for some simulated tasks, and 60% within 50 search episodes for real-world tasks. We also show unique benefits of golden tickets for multi-task settings: the diversity of behaviors from different tickets naturally defines a Pareto frontier for balancing different objectives (e.g., speed, success rates); in VLAs, we find that a golden ticket optimized for one task can also boost performance in other related tasks. We release a codebase with pretrained policies and golden tickets for simulation benchmarks using VLAs, diffusion policies, and flow matching policies.
Show more
Mixture-of-Depths Attention
cs.CLScaling depth is a key driver for large language models (LLMs). Yet, as LLMs become deeper, they often suffer from signal degradation: informative features formed in shallow layers are gradually diluted by repeated residual updates, making them harder to recover in deeper layers. We introduce mixture-of-depths attention (MoDA), a mechanism that allows each attention head to attend to sequence KV pairs at the current layer and depth KV pairs from preceding layers. We further describe a hardware-efficient algorithm for MoDA that resolves non-contiguous memory-access patterns, achieving 97.3% of FlashAttention-2's efficiency at a sequence length of 64K. Experiments on 1.5B-parameter models demonstrate that MoDA consistently outperforms strong baselines. Notably, it improves average perplexity by 0.2 across 10 validation benchmarks and increases average performance by 2.11% on 10 downstream tasks, with a negligible 3.7% FLOPs computational overhead. We also find that combining MoDA with post-norm yields better performance than using it with pre-norm. These results suggest that MoDA is a promising primitive for depth scaling. Code is released at https://github.com/hustvl/MoDA .
Show more
HorizonMath: Measuring AI Progress Toward Mathematical Discovery with Automatic Verification
cs.LGCan AI make progress on important, unsolved mathematical problems? Large language models are now capable of sophisticated mathematical and scientific reasoning, but whether they can perform novel research is still widely debated and underexplored. We introduce HorizonMath, a benchmark of over 100 predominantly unsolved problems spanning 8 domains in computational and applied mathematics, paired with an open-source evaluation framework for automated verification. Our benchmark targets a class of problems where discovery is hard, requiring meaningful mathematical insight, but verification is computationally efficient and simple. Because these solutions are unknown, HorizonMath is immune to data contamination, and most state-of-the-art models score near 0%. Existing research-level benchmarks instead rely on formal proof verification or manual review, both of which are expensive to scale. Using this platform, we find two problems for which GPT 5.4 Pro proposes solutions that improve on the best-known published results, representing potential novel contributions (pending expert review). We release HorizonMath as an open challenge and a growing community resource, where correct solutions to problems in the unsolved problem classes could constitute novel results in the mathematical literature.
Show more
Mechanistic Origin of Moral Indifference in Language Models
cs.CLExisting behavioral alignment techniques for Large Language Models (LLMs) often neglect the discrepancy between surface compliance and internal unaligned representations, leaving LLMs vulnerable to long-tail risks. More crucially, we posit that LLMs possess an inherent state of moral indifference due to compressing distinct moral concepts into uniform probability distributions. We verify and remedy this indifference in LLMs' latent representations, utilizing 251k moral vectors constructed upon Prototype Theory and the Social-Chemistry-101 dataset. Firstly, our analysis across 23 models reveals that current LLMs fail to represent the distinction between opposed moral categories and fine-grained typicality gradients within these categories; notably, neither model scaling, architecture, nor explicit alignment reshapes this indifference. We then employ Sparse Autoencoders on Qwen3-8B, isolate mono-semantic moral features, and targetedly reconstruct their topological relationships to align with ground-truth moral vectors. This representational alignment naturally improves moral reasoning and granularity, achieving a 75% pairwise win-rate on the independent adversarial Flames benchmark. Finally, we elaborate on the remedial nature of current intervention methods from an experientialist philosophy, arguing that endogenously aligned AI might require a transformation from post-hoc corrections to proactive cultivation.
Show more
Code-A1: Adversarial Evolving of Code LLM and Test LLM via Reinforcement Learning
cs.CLReinforcement learning for code generation relies on verifiable rewards from unit test pass rates. Yet high-quality test suites are scarce, existing datasets offer limited coverage, and static rewards fail to adapt as models improve. Recent self-play methods unify code and test generation in a single model, but face a inherent dilemma: white-box access leads to self-collusion where the model produces trivial tests for easy rewards, yet black-box restriction yields generic tests that miss implementation-specific bugs. We introduce Code-A1, an adversarial co-evolution framework that jointly optimizes a Code LLM and a Test LLM with opposing objectives. The Code LLM is rewarded for passing more tests, while the Test LLM is rewarded for exposing more defects. This architectural separation eliminates self-collusion risks and safely enables white-box test generation, where the Test LLM can inspect candidate code to craft targeted adversarial tests. We further introduce a Mistake Book mechanism for experience replay and a composite reward balancing test validity with adversarial difficulty. Experiments on Qwen2.5-Coder models demonstrate that Code-A1 achieves code generation performance matching or exceeding models trained on human-annotated tests, while significantly improving test generation capability.
Show more
Do Metrics for Counterfactual Explanations Align with User Perception?
cs.AIExplainability is widely regarded as essential for trustworthy artificial intelligence systems. However, the metrics commonly used to evaluate counterfactual explanations are algorithmic evaluation metrics that are rarely validated against human judgments of explanation quality. This raises the question of whether such metrics meaningfully reflect user perceptions. We address this question through an empirical study that directly compares algorithmic evaluation metrics with human judgments across three datasets. Participants rated counterfactual explanations along multiple dimensions of perceived quality, which we relate to a comprehensive set of standard counterfactual metrics. We analyze both individual relationships and the extent to which combinations of metrics can predict human assessments. Our results show that correlations between algorithmic metrics and human ratings are generally weak and strongly dataset-dependent. Moreover, increasing the number of metrics used in predictive models does not lead to reliable improvements, indicating structural limitations in how current metrics capture criteria relevant for humans. Overall, our findings suggest that widely used counterfactual evaluation metrics fail to reflect key aspects of explanation quality as perceived by users, underscoring the need for more human-centered approaches to evaluating explainable artificial intelligence.
Show more
ClawWorm: Self-Propagating Attacks Across LLM Agent Ecosystems
cs.CRAutonomous LLM-based agents increasingly operate as long-running processes forming densely interconnected multi-agent ecosystems, whose security properties remain largely unexplored. In particular, OpenClaw, an open-source platform with over 40{,}000 active instances, has stood out recently with its persistent configurations, tool-execution privileges, and cross-platform messaging capabilities. In this work, we present ClawWorm, the first self-replicating worm attack against a production-scale agent framework, achieving a fully autonomous infection cycle initiated by a single message: the worm first hijacks the victim's core configuration to establish persistent presence across session restarts, then executes an arbitrary payload upon each reboot, and finally propagates itself to every newly encountered peer without further attacker intervention. We evaluate the attack on a controlled testbed across three distinct infection vectors and three payload types, demonstrating high success rates in end-to-end infection, sustained multi-hop propagation, and payload independence from the worm mechanism. We analyse the architectural root causes underlying these vulnerabilities and propose defence strategies targeting each identified trust boundary. Code and samples will be released upon completion of responsible disclosure.
Show more
MiroThinker-1.7 & H1: Towards Heavy-Duty Research Agents via Verification
cs.CLWe present MiroThinker-1.7, a new research agent designed for complex long-horizon reasoning tasks. Building on this foundation, we further introduce MiroThinker-H1, which extends the agent with heavy-duty reasoning capabilities for more reliable multi-step problem solving. In particular, MiroThinker-1.7 improves the reliability of each interaction step through an agentic mid-training stage that emphasizes structured planning, contextual reasoning, and tool interaction. This enables more effective multi-step interaction and sustained reasoning across complex tasks. MiroThinker-H1 further incorporates verification directly into the reasoning process at both local and global levels. Intermediate reasoning decisions can be evaluated and refined during inference, while the overall reasoning trajectory is audited to ensure that final answers are supported by coherent chains of evidence. Across benchmarks covering open-web research, scientific reasoning, and financial analysis, MiroThinker-H1 achieves state-of-the-art performance on deep research tasks while maintaining strong results on specialized domains. We also release MiroThinker-1.7 and MiroThinker-1.7-mini as open-source models, providing competitive research-agent capabilities with significantly improved efficiency.
Show more
S2Act: Simple Spiking Actor
cs.MASpiking neural networks (SNNs) and biologically-inspired learning mechanisms are attractive in mobile robotics, where the size and performance of onboard neural network policies are constrained by power and computational budgets. Existing SNN approaches, such as population coding, reward modulation, and hybrid artificial neural network (ANN)-SNN architectures, have shown promising results; however, they face challenges in complex, highly stochastic environments due to SNN sensitivity to hyperparameters and inconsistent gradient signals. To address these challenges, we propose simple spiking actor (S2Act), a computationally lightweight framework that deploys an RL policy using an SNN in three steps: (1) architect an actor-critic model based on an approximated network of rate-based spiking neurons, (2) train the network with gradients using compatible activation functions, and (3) transfer the trained weights into physical parameters of rate-based leaky integrate-and-fire (LIF) neurons for inference and deployment. By globally shaping LIF neuron parameters such that their rate-based responses approximate ReLU activations, S2Act effectively mitigates the vanishing gradient problem, while pre-constraining LIF response curves reduces reliance on complex SNN-specific hyperparameter tuning. We demonstrate our method in two multi-agent stochastic environments (capture-the-flag and parking) that capture the complexity of multi-robot interactions, and deploy our trained policies on physical TurtleBot platforms using Intel's Loihi neuromorphic hardware. Our experimental results show that S2Act outperforms relevant baselines in task performance and real-time inference in nearly all considered scenarios, highlighting its potential for rapid prototyping and efficient real-world deployment of SNN-based RL policies.
Show more
From Passive Observer to Active Critic: Reinforcement Learning Elicits Process Reasoning for Robotic Manipulation
cs.ROAccurate process supervision remains a critical challenge for long-horizon robotic manipulation. A primary bottleneck is that current video MLLMs, trained primarily under a Supervised Fine-Tuning (SFT) paradigm, function as passive "Observers" that recognize ongoing events rather than evaluating the current state relative to the final task goal. In this paper, we introduce PRIMO R1 (Process Reasoning Induced Monitoring), a 7B framework that transforms video MLLMs into active "Critics". We leverage outcome-based Reinforcement Learning to incentivize explicit Chain-of-Thought generation for progress estimation. Furthermore, our architecture constructs a structured temporal input by explicitly anchoring the video sequence between initial and current state images. Supported by the proposed PRIMO Dataset and Benchmark, extensive experiments across diverse in-domain environments and out-of-domain real-world humanoid scenarios demonstrate that PRIMO R1 achieves state-of-the-art performance. Quantitatively, our 7B model achieves a 50% reduction in the mean absolute error of specialized reasoning baselines, demonstrating significant relative accuracy improvements over 72B-scale general MLLMs. Furthermore, PRIMO R1 exhibits strong zero-shot generalization on difficult failure detection tasks. We establish state-of-the-art performance on RoboFail benchmark with 67.0% accuracy, surpassing closed-source models like OpenAI o1 by 6.0%.
Show more
SmartSearch: How Ranking Beats Structure for Conversational Memory Retrieval
cs.LGRecent conversational memory systems invest heavily in LLM-based structuring at ingestion time and learned retrieval policies at query time. We show that neither is necessary. SmartSearch retrieves from raw, unstructured conversation history using a fully deterministic pipeline: NER-weighted substring matching for recall, rule-based entity discovery for multi-hop expansion, and a CrossEncoder+ColBERT rank fusion stage -- the only learned component -- running on CPU in ~650ms. Oracle analysis on two benchmarks identifies a compilation bottleneck: retrieval recall reaches 98.6%, but without intelligent ranking only 22.5% of gold evidence survives truncation to the token budget. With score-adaptive truncation and no per-dataset tuning, SmartSearch achieves 93.5% on LoCoMo and 88.4% on LongMemEval-S, exceeding all known memory systems under the same evaluation protocol on both benchmarks while using 8.5x fewer tokens than full-context baselines.
Show more
AC-Foley: Reference-Audio-Guided Video-to-Audio Synthesis with Acoustic Transfer
cs.SDExisting video-to-audio (V2A) generation methods predominantly rely on text prompts alongside visual information to synthesize audio. However, two critical bottlenecks persist: semantic granularity gaps in training data, such as conflating acoustically distinct sounds under coarse labels, and textual ambiguity in describing micro-acoustic features. These bottlenecks make it difficult to perform fine-grained sound synthesis using text-controlled modes. To address these limitations, we propose AC-Foley, an audio-conditioned V2A model that directly leverages reference audio to achieve precise and fine-grained control over generated sounds. This approach enables fine-grained sound synthesis, timbre transfer, zero-shot sound generation, and improved audio quality. By directly conditioning on audio signals, our approach bypasses the semantic ambiguities of text descriptions while enabling precise manipulation of acoustic attributes. Empirically, AC-Foley achieves state-of-the-art performance for Foley generation when conditioned on reference audio, while remaining competitive with state-of-the-art video-to-audio methods even without audio conditioning.
Show more
Robust and Computationally Efficient Linear Contextual Bandits under Adversarial Corruption and Heavy-Tailed Noise
cs.LGWe study linear contextual bandits under adversarial corruption and heavy-tailed noise with finite $(1+ε)$-th moments for some $ε\in (0,1]$. Existing work that addresses both adversarial corruption and heavy-tailed noise relies on a finite variance (i.e., finite second-moment) assumption and suffers from computational inefficiency. We propose a computationally efficient algorithm based on online mirror descent that achieves robustness to both adversarial corruption and heavy-tailed noise. While the existing algorithm incurs $\mathcal{O}(t\log T)$ computational cost, our algorithm reduces this to $\mathcal{O}(1)$ per round. We establish an additive regret bound consisting of a term depending on the $(1+ε)$-moment bound of the noise and a term depending on the total amount of corruption. In particular, when $ε= 1$, our result recovers existing guarantees under finite-variance assumptions. When no corruption is present, it matches the best-known rates for linear contextual bandits with heavy-tailed noise. Moreover, the algorithm requires no prior knowledge of the noise moment bound or the total amount of corruption and still guarantees sublinear regret.
Show more
OpenSeeker: Democratizing Frontier Search Agents by Fully Open-Sourcing Training Data
cs.AIDeep search capabilities have become an indispensable competency for frontier Large Language Model (LLM) agents, yet the development of high-performance search agents remains dominated by industrial giants due to a lack of transparent, high-quality training data. This persistent data scarcity has fundamentally hindered the progress of the broader research community in developing and innovating within this domain. To bridge this gap, we introduce OpenSeeker, the first fully open-source search agent (i.e., model and data) that achieves frontier-level performance through two core technical innovations: (1) Fact-grounded scalable controllable QA synthesis, which reverse-engineers the web graph via topological expansion and entity obfuscation to generate complex, multi-hop reasoning tasks with controllable coverage and complexity. (2) Denoised trajectory synthesis, which employs a retrospective summarization mechanism to denoise the trajectory, therefore promoting the teacher LLMs to generate high-quality actions. Experimental results demonstrate that OpenSeeker, trained (a single training run) on only 11.7k synthesized samples, achieves state-of-the-art performance across multiple benchmarks including BrowseComp, BrowseComp-ZH, xbench-DeepSearch, and WideSearch. Notably, trained with simple SFT, OpenSeeker significantly outperforms the second-best fully open-source agent DeepDive (e.g., 29.5% v.s. 15.3% on BrowseComp), and even surpasses industrial competitors such as Tongyi DeepResearch (trained via extensive continual pre-training, SFT, and RL) on BrowseComp-ZH (48.4% v.s. 46.7%). We fully open-source the complete training dataset and the model weights to democratize frontier search agent research and foster a more transparent, collaborative ecosystem.
Show more
Effective Distillation to Hybrid xLSTM Architectures
cs.LGThere have been numerous attempts to distill quadratic attention-based large language models (LLMs) into sub-quadratic linearized architectures. However, despite extensive research, such distilled models often fail to match the performance of their teacher LLMs on various downstream tasks. We set out the goal of lossless distillation, which we define in terms of tolerance-corrected Win-and-Tie rates between student and teacher on sets of tasks. To this end, we introduce an effective distillation pipeline for xLSTM-based students. We propose an additional merging stage, where individually linearized experts are combined into a single model. We show the effectiveness of this pipeline by distilling base and instruction-tuned models from the Llama, Qwen, and Olmo families. In many settings, our xLSTM-based students recover most of the teacher's performance, and even exceed it on some downstream tasks. Our contributions are an important step towards more energy-efficient and cost-effective replacements for transformer-based LLMs.
Show more
LEXI: Lossless Exponent Coding for Efficient Inter-Chiplet Communication in Hybrid LLMs
cs.ARData movement overheads increase the inference latency of state-of-the-art large language models (LLMs). These models commonly use the bfloat16 (BF16) format for stable training. Floating-point standards allocate eight bits to the exponent, but our profiling reveals that exponent streams exhibit fewer than 3 bits Shannon entropy, indicating high inherent compressibility. To exploit this potential, we propose LEXI, a novel lossless exponent compression scheme based on Huffman coding. LEXI compresses activations and caches on the fly while storing compressed weights for just-in-time decompression near compute, without sacrificing system throughput and model accuracy. The codecs at the ingress and egress ports of network-on-chip routers sustain the maximum link bandwidth via multi-lane LUT decoders, incurring only 0.09 percent area and energy overheads with GF 22 nm technology. LEXI reduces inter-chiplet communication and end-to-end inference latencies by 33-45 percent and 30-35 percent on modern Jamba, Zamba, and Qwen LLMs implemented on a homogeneous chiplet architecture.
Show more
Computational Concept of the Psyche
cs.AIThis article presents an overview of approaches to modeling the human psyche in the context of constructing an artificial one. Based on this overview, a concept of cognitive architecture is proposed, in which the psyche is viewed as the operating system of a living or artificial subject, comprising a space of states, including the state of needs that determine the meaning of a subject's being in relation to stimuli from the external world, and intelligence as a decision-making system regarding actions in this world to satisfy these needs. Based on this concept, a computational formalization is proposed for creating artificial general intelligence systems for an agent through experiential learning in a state space that includes agent's needs, taking into account their biological or existential significance for the intelligent agent, along with agent's sensations and actions. Thus, the problem of constructing artificial general intelligence is formalized as a system for making optimal decisions in the space of specific agent needs under conditions of uncertainty, maximizing success in achieving goals, minimizing existential risks, and maximizing energy efficiency. A minimal experimental implementation of the model is presented.
Show more
Physics-Informed Neural Systems for the Simulation of EUV Electromagnetic Wave Diffraction from a Lithography Mask
cs.LGPhysics-informed neural networks (PINNs) and neural operators (NOs) for solving the problem of diffraction of Extreme Ultraviolet (EUV) electromagnetic waves from contemporary lithography masks are presented. A novel hybrid Waveguide Neural Operator (WGNO) is introduced, based on a waveguide method with its most computationally expensive components replaced by a neural network. To evaluate performance, the accuracy and inference time of PINNs and NOs are compared against modern numerical solvers for a series of problems with known exact solutions. The emphasis is placed on investigation of solution accuracy by considered artificial neural systems for 13.5 nm and 11.2 nm wavelengths. Numerical experiments on realistic 2D and 3D masks demonstrate that PINNs and neural operators achieve competitive accuracy and significantly reduced prediction times, with the proposed WGNO architecture reaching state-of-the-art performance. The presented neural operator has pronounced generalizing properties, meaning that for unseen problem parameters it delivers a solution accuracy close to that for parameters seen in the training dataset. These results provide a highly efficient solution for accelerating the design and optimization workflows of next-generation lithography masks.
Show more
Unbiased and Biased Variance-Reduced Forward-Reflected-Backward Splitting Methods for Stochastic Composite Inclusions
cs.LGThis paper develops new variance-reduction techniques for the forward-reflected-backward splitting (FRBS) method to solve a class of possibly nonmonotone stochastic composite inclusions. Unlike unbiased estimators such as mini-batching, developing stochastic biased variants faces a fundamental technical challenge and has not been utilized before for inclusions and fixed-point problems. We fill this gap by designing a new framework that can handle both unbiased and biased estimators. Our main idea is to construct stochastic variance-reduced estimators for the forward-reflected direction and use them to perform iterate updates. First, we propose a class of unbiased variance-reduced estimators and show that increasing mini-batch SGD, loopless-SVRG, and SAGA estimators fall within this class. For these unbiased estimators, we establish a $\mathcal{O}(1/k)$ best-iterate convergence rate for the expected squared residual norm, together with almost-sure convergence of the iterate sequence to a solution. Consequently, we prove that the best oracle complexities for the $n$-finite-sum and expectation settings are $\mathcal{O}(n^{2/3}ε^{-2})$ and $\mathcal{O}(ε^{-10/3})$, respectively, when employing loopless-SVRG or SAGA, where $ε$ is a desired accuracy. Second, we introduce a new class of biased variance-reduced estimators for the forward-reflected direction, which includes SARAH, Hybrid SGD, and Hybrid SVRG as special instances. While the convergence rates remain valid for these biased estimators, the resulting oracle complexities are $\mathcal{O}(n^{3/4}ε^{-2})$ and $\mathcal{O}(ε^{-5})$ for the $n$-finite-sum and expectation settings, respectively. Finally, we conduct two numerical experiments on AUC optimization for imbalanced classification and policy evaluation in reinforcement learning.
Show more
Co-Design of Memory-Storage Systems for Workload Awareness with Interpretable Models
cs.ARSolid-state storage architectures based on NAND or emerging memory devices (SSD), are fundamentally architected and optimized for both reliability and performance. Achieving these simultaneous goals requires co-design of memory components with firmware-architected Error Management (EM) algorithms for density- and performance-scaled memory technologies. We describe a Machine Learning (ML) for systems methodology and modeling for co-designing the EM subsystem together with the natural variance inherent to scaled silicon process of memory components underlying SSD technology. The modeling analyzes NAND memory components and EM algorithms interacting with comprehensive suite of synthetic (stress-focused and JEDEC) and emulation (YCSB and similar) workloads across Flash Translation abstraction layers, by leveraging a statistically interpretable and intuitively explainable ML algorithm. The generalizable co-design framework evaluates several thousand datacenter SSDs spanning multiple generations of memory and storage technology. Consequently, the modeling framework enables continuous, holistic, data-driven design towards generational architectural advancements. We additionally demonstrate that the framework enables Representation Learning of the EM-workload domain for enhancement of the architectural design-space across broad spectrum of workloads.
Show more
Mamba-3: Improved Sequence Modeling using State Space Principles
cs.LGScaling inference-time compute has emerged as an important driver of LLM performance, making inference efficiency a central focus of model design alongside model quality. While the current Transformer-based models deliver strong model quality, their quadratic compute and linear memory make inference expensive. This has spurred the development of sub-quadratic models with reduced linear compute and constant memory requirements. However, many recent linear models trade off model quality and capability for algorithmic efficiency, failing on tasks such as state tracking. Moreover, their theoretically linear inference remains hardware-inefficient in practice. Guided by an inference-first perspective, we introduce three core methodological improvements inspired by the state space model (SSM) viewpoint of linear models. We combine: (1) a more expressive recurrence derived from SSM discretization, (2) a complex-valued state update rule that enables richer state tracking, and (3) a multi-input, multi-output (MIMO) formulation for better model performance without increasing decode latency. Together with architectural refinements, our Mamba-3 model achieves significant gains across retrieval, state-tracking, and downstream language modeling tasks. At the 1.5B scale, Mamba-3 improves average downstream accuracy by 0.6 percentage points compared to the next best model (Gated DeltaNet), with Mamba-3's MIMO variant further improving accuracy by another 1.2 points for a total 1.8 point gain. Across state-size experiments, Mamba-3 achieves comparable perplexity to Mamba-2 despite using half of its predecessor's state size. Our evaluations demonstrate Mamba-3's ability to advance the performance-efficiency Pareto frontier.
Show more
Estimating Staged Event Tree Models via Hierarchical Clustering on the Simplex
stat.MLStaged tree models enhance Bayesian networks by incorporating context-specific dependencies through a stage-based structure. In this study, we present a new framework for estimating staged trees using hierarchical clustering on the probability simplex, utilizing simplex basesd divergences. We conduct a thorough evaluation of several distance and divergence metrics including Total Variation, Hellinger, Fisher, and Kaniadakis; alongside various linkage methods such as Ward.D2, average, complete, and McQuitty. We conducted the simulation experiments that reveals Total Variation, especially when combined with Ward.D2 linkage, consistently produces staged trees with better model fit, structure recovery, and computational efficiency. We assess performance by utilizing relative Bayesian Information Criterion (BIC), and Hamming distance. Our findings indicate that although Backward Hill Climbing (BHC) delivers competitive outcomes, it incurs a significantly higher computational cost. On the other, Total Variation divergence with Ward.D2 linkage, achieves similar performance while providing significantly better computational efficiency, making it a more viable option for large-scale or time sensitive tasks.
Show more
Meta-TTRL: A Metacognitive Framework for Self-Improving Test-Time Reinforcement Learning in Unified Multimodal Models
cs.LGExisting test-time scaling (TTS) methods for unified multimodal models (UMMs) in text-to-image (T2I) generation primarily rely on search or sampling strategies that produce only instance-level improvements, limiting the ability to learn from prior inferences and accumulate knowledge across similar prompts. To overcome these limitations, we propose Meta-TTRL, a metacognitive test-time reinforcement learning framework. Meta-TTRL performs test-time parameter optimization guided by model-intrinsic monitoring signals derived from the meta-knowledge of UMMs, achieving self-improvement and capability-level improvement at test time. Extensive experiments demonstrate that Meta-TTRL generalizes well across three representative UMMs, including Janus-Pro-7B, BAGEL, and Qwen-Image, achieving significant gains on compositional reasoning tasks and multiple T2I benchmarks with limited data. We provide the first comprehensive analysis to investigate the potential of test-time reinforcement learning (TTRL) for T2I generation in UMMs. Our analysis further reveals a key insight underlying effective TTRL: metacognitive synergy, where monitoring signals align with the model's optimization regime to enable self-improvement.
Show more
Lore: Repurposing Git Commit Messages as a Structured Knowledge Protocol for AI Coding Agents
cs.SEAs AI coding agents become both primary producers and consumers of source code, the software industry faces an accelerating loss of institutional knowledge. Each commit captures a code diff but discards the reasoning behind it - the constraints, rejected alternatives, and forward-looking context that shaped the decision. I term this discarded reasoning the Decision Shadow. This paper proposes Lore, a lightweight protocol that restructures commit messages - using native git trailers - into self-contained decision records carrying constraints, rejected alternatives, agent directives, and verification metadata. Lore requires no infrastructure beyond git, is queryable via a standalone CLI tool, and is discoverable by any agent capable of running shell commands. The paper formalizes the protocol, compares it against five competing approaches, stress-tests it against its strongest objections, and outlines an empirical validation path.
Show more
Predictive Uncertainty in Short-Term PV Forecasting under Missing Data: A Multiple Imputation Approach
cs.LGMissing values are common in photovoltaic (PV) power data, yet the uncertainty they induce is not propagated into predictive distributions. We develop a framework that incorporates missing-data uncertainty into short-term PV forecasting by combining stochastic multiple imputation with Rubin's rule. The approach is model-agnostic and can be integrated with standard machine-learning predictors. Empirical results show that ignoring missing-data uncertainty leads to overly narrow prediction intervals. Accounting for this uncertainty improves interval calibration while maintaining comparable point prediction accuracy. These results demonstrate the importance of propagating imputation uncertainty in data-driven PV forecasting.
Show more
The PokeAgent Challenge: Competitive and Long-Context Learning at Scale
cs.LGWe present the PokeAgent Challenge, a large-scale benchmark for decision-making research built on Pokemon's multi-agent battle system and expansive role-playing game (RPG) environment. Partial observability, game-theoretic reasoning, and long-horizon planning remain open problems for frontier AI, yet few benchmarks stress all three simultaneously under realistic conditions. PokeAgent targets these limitations at scale through two complementary tracks: our Battling Track, which calls for strategic reasoning and generalization under partial observability in competitive Pokemon battles, and our Speedrunning Track, which requires long-horizon planning and sequential decision-making in the Pokemon RPG. Our Battling Track supplies a dataset of 20M+ battle trajectories alongside a suite of heuristic, RL, and LLM-based baselines capable of high-level competitive play. Our Speedrunning Track provides the first standardized evaluation framework for RPG speedrunning, including an open-source multi-agent orchestration system for modular, reproducible comparisons of harness-based LLM approaches. Our NeurIPS 2025 competition validates both the quality of our resources and the research community's interest in Pokemon, with over 100 teams competing across both tracks and winning solutions detailed in our paper. Participant submissions and our baselines reveal considerable gaps between generalist (LLM), specialist (RL), and elite human performance. Analysis against the BenchPress evaluation matrix shows that Pokemon battling is nearly orthogonal to standard LLM benchmarks, measuring capabilities not captured by existing suites and positioning Pokemon as an unsolved benchmark that can drive RL and LLM research forward. We transition to a living benchmark with a live leaderboard for Battling and self-contained evaluation for Speedrunning at https://pokeagentchallenge.com.
Show more
Probabilistic Model Checking Taken by Storm
cs.SEThis tutorial paper presents a hands-on perspective on probabilistic model checking with the Storm model checker. Storm is a decade-old model checker that excels in performance and a rich Python-based ecosystem, which makes it easy to integrate in various workflows. This tutorial focuses on Markov decision processes (MDP), which are popular in a variety of fields. It demonstrates the basic workflow, from Python-based modeling, model checking with a variety of properties, to the extraction of policies. Further, it showcases the support for recent topics that focus on different types of uncertainty, such as interval MDP and POMDP, and the ability to quickly implement simple algorithms on top of existing data structures.
Show more
Context-Length Robustness in Question Answering Models: A Comparative Empirical Study
cs.AILarge language models are increasingly deployed in settings where relevant information is embedded within long and noisy contexts. Despite this, robustness to growing context length remains poorly understood across different question answering tasks. In this work, we present a controlled empirical study of context-length robustness in large language models using two widely used benchmarks: SQuAD and HotpotQA. We evaluate model accuracy as a function of total context length by systematically increasing the amount of irrelevant context while preserving the answer-bearing signal. This allows us to isolate the effect of context length from changes in task difficulty. Our results show a consistent degradation in performance as context length increases, with substantially larger drops observed on multi-hop reasoning tasks compared to single-span extraction tasks. In particular, HotpotQA exhibits nearly twice the accuracy degradation of SQuAD under equivalent context expansions. These findings highlight task-dependent differences in robustness and suggest that multi-hop reasoning is especially vulnerable to context dilution. We argue that context-length robustness should be evaluated explicitly when assessing model reliability, especially for applications involving long documents or retrieval-augmented generation.
Show more
Self-Distillation of Hidden Layers for Self-Supervised Representation Learning
cs.CVThe landscape of self-supervised learning (SSL) is currently dominated by generative approaches (e.g., MAE) that reconstruct raw low-level data, and predictive approaches (e.g., I-JEPA) that predict high-level abstract embeddings. While generative methods provide strong grounding, they are computationally inefficient for high-redundancy modalities like imagery, and their training objective does not prioritize learning high-level, conceptual features. Conversely, predictive methods often suffer from training instability due to their reliance on the non-stationary targets of final-layer self-distillation. We introduce Bootleg, a method that bridges this divide by tasking the model with predicting latent representations from multiple hidden layers of a teacher network. This hierarchical objective forces the model to capture features at varying levels of abstraction simultaneously. We demonstrate that Bootleg significantly outperforms comparable baselines (+10% over I-JEPA) on classification of ImageNet-1K and iNaturalist-21, and semantic segmentation of ADE20K and Cityscapes.
Show more
Can LLMs Model Incorrect Student Reasoning? A Case Study on Distractor Generation
cs.CLModeling plausible student misconceptions is critical for AI in education. In this work, we examine how large language models (LLMs) reason about misconceptions when generating multiple-choice distractors, a task that requires modeling incorrect yet plausible answers by coordinating solution knowledge, simulating student misconceptions, and evaluating plausibility. We introduce a taxonomy for analyzing the strategies used by state-of-the-art LLMs, examining their reasoning procedures and comparing them to established best practices in the learning sciences. Our structured analysis reveals a surprising alignment between their processes and best practices: the models typically solve the problem correctly first, then articulate and simulate multiple potential misconceptions, and finally select a set of distractors. An analysis of failure modes reveals that errors arise primarily from failures in recovering the correct solution and selecting among response candidates, rather than simulating errors or structuring the process. Consistent with these results, we find that providing the correct solution in the prompt improves alignment with human-authored distractors by 8%, highlighting the critical role of anchoring to the correct solution when generating plausible incorrect student reasoning. Overall, our analysis offers a structured and interpretable lens into LLMs' ability to model incorrect student reasoning and produce high-quality distractors.
Show more
A Framework and Prototype for a Navigable Map of Datasets in Engineering Design and Systems Engineering
cs.SEThe proliferation of data across the system lifecycle presents both a significant opportunity and a challenge for Engineering Design and Systems Engineering (EDSE). While this ``digital thread'' has the potential to drive innovation, the fragmented and inaccessible nature of existing datasets hinders method validation, limits reproducibility, and slows research progress. Unlike fields such as computer vision and natural language processing, which benefit from established benchmark ecosystems, engineering design research often relies on small, proprietary, or ad-hoc datasets. This paper addresses this challenge by proposing a systematic framework for a ``Map of Datasets in EDSE.'' The framework is built upon a multi-dimensional taxonomy designed to classify engineering datasets by domain, lifecycle stage, data type, and format, enabling faceted discovery. An architecture for an interactive discovery tool is detailed and demonstrated through a working prototype, employing a knowledge graph data model to capture rich semantic relationships between datasets, tools, and publications. An analysis of the current data landscape reveals underrepresented areas (``data deserts'') in early-stage design and system architecture, as well as relatively well-represented areas (``data oases'') in predictive maintenance and autonomous systems. The paper identifies key challenges in curation and sustainability and proposes mitigation strategies, laying the groundwork for a dynamic, community-driven resource to accelerate data-centric engineering research.
Show more
InterveneBench: Benchmarking LLMs for Intervention Reasoning and Causal Study Design in Real Social Systems
cs.CYCausal inference in social science relies on end-to-end, intervention-centered research-design reasoning grounded in real-world policy interventions, but current benchmarks fail to evaluate this capability of large language models (LLMs). We present InterveneBench, a benchmark designed to assess such reasoning in realistic social settings. Each instance in InterveneBench is derived from an empirical social science study and requires models to reason about policy interventions and identification assumptions without access to predefined causal graphs or structural equations. InterveneBench comprises 744 peer-reviewed studies across diverse policy domains. Experimental results show that state-of-the-art LLMs struggle under this setting. To address this limitation, we further propose a multi-agent framework, STRIDES. It achieves significant performance improvements over state-of-the-art reasoning models. Our code and data are available at https://github.com/Sii-yuning/STRIDES.
Show more
Bridging Local and Global Knowledge: Cascaded Mixture-of-Experts Learning for Near-Shortest Path Routing
cs.LGWhile deep learning models that leverage local features have demonstrated significant potential for near-optimal routing in dense Euclidean graphs, they struggle to generalize well in sparse networks where topological irregularities require broader structural awareness. To address this limitation, we train a Cascaded Mixture of Experts (Ca-MoE) to solve the all-pairs near-shortest path (APNSP) routing problem. Our Ca-MoE is a modular two-tier architecture that supports the decision-making for forwarder selection with lower-tier experts relying on local features and upper-tier experts relying on global features. It performs adaptive inference wherein the upper-tier experts are triggered only when the lower-tier ones do not suffice to achieve adequate decision quality. Computational efficiency is thus achieved by escalating model capacity only when necessitated by topological complexity, and parameter redundancy is avoided. Furthermore, we incorporate an online meta-learning strategy that facilitates independent expert fine-tuning and utilizes a stability-focused update mechanism to prevent catastrophic forgetting as new graph environments are encountered. Experimental evaluations demonstrate that Ca-MoE routing improves accuracy by up to 29.1% in sparse networks compared to single-expert baselines and maintains performance within 1%-6% of the theoretical upper bound across diverse graph densities.
Show more
DOT: Dynamic Knob Selection and Online Sampling for Automated Database Tuning
cs.DBDatabase Management Systems (DBMS) are crucial for efficient data management and access control, but their administration remains challenging for Database Administrators (DBAs). Tuning, in particular, is known to be difficult. Modern systems have many tuning parameters, but only a subset significantly impacts performance. Focusing on these influential parameters reduces the search space and optimizes performance. Current methods rely on costly warm-up phases and human expertise to identify important tuning parameters. In this paper, we present DOT, a dynamic knob selection and online sampling DBMS tuning algorithm. DOT uses Recursive Feature Elimination with Cross-Validation (RFECV) to prune low-importance tuning parameters and a Likelihood Ratio Test (LRT) strategy to balance exploration and exploitation. For parameter search, DOT uses a Bayesian Optimization (BO) algorithm to optimize configurations on-the-fly, eliminating the need for warm-up phases or prior knowledge (although existing knowledge can be incorporated). Experiments show that DOT achieves matching or outperforming performance compared to state-of-the-art tuners while substantially reducing tuning overhead.
Show more
Vib2ECG: A Paired Chest-Lead SCG-ECG Dataset and Benchmark for ECG Reconstruction
cs.LGTwelve-lead electrocardiography (ECG) is essential for cardiovascular diagnosis, but its long-term acquisition in daily life is constrained by complex and costly hardware. Recent efforts have explored reconstructing ECG from low-cost cardiac vibrational signals such as seismocardiography (SCG), however, due to the lack of a dataset, current methods are limited to limb leads, while clinical diagnosis requires multi-lead ECG, including chest leads. In this work, we propose Vib2ECG, the first paired, multi-channel electro-mechanical cardiac signal dataset, which includes complete twelve-lead ECGs and vibrational signals acquired by inertial measurement units (IMUs) at six chest-lead positions from 17 subjects. Based on this dataset, we also provide a benchmark. Experimental results demonstrate the feasibility of reconstructing electrical cardiac signals at variable locations from vibrational signals using a lightweight 364 K-parameter U-Net. Furthermore, we observe a hallucination phenomenon in the model, where ECG waveforms are generated in regions where no corresponding electrical activity is present. We analyze the causes of this phenomenon and propose potential directions for mitigation. This study demonstrates the feasibility of mobile-device-friendly ECG monitoring through chest-lead ECG prediction from low-cost vibrational signals acquired using IMU sensors. It expands the application of cardiac vibrational signals and provides new insights into the spatial relationship between cardiac electrical and mechanical activities with spatial location variation.
Show more
DUET: Disaggregated Hybrid Mamba-Transformer LLMs with Prefill and Decode-Specific Packages
cs.ARLarge language models operate in distinct compute-bound prefill followed by memory bandwidth-bound decode phases. Hybrid Mamba-Transformer models inherit this asymmetry while adding state space model (SSM) recurrences and element-wise operations that map poorly to matmul-centric accelerators. This mismatch causes performance bottlenecks, showing that a homogeneous architecture cannot satisfy all requirements. We introduce DUET, a disaggregated accelerator that assigns prefill and decode phases to specialized packages. The Prefill package utilizes systolic array chiplets with off-package memory for efficient large matrix multiplications and long-sequence SSMs. The Decode package utilizes vector-unit arrays with high-bandwidth in-package memory to accelerate token-by-token SSM and vector-matrix multiplications. Both architectures are runtime-configurable to support hybrid models with mixed Mamba and attention layers. Evaluations on Nemotron-H-56B, Zamba2-7B, and Llama3-8B across four workloads show that DUET achieves 4x faster time to first token, 1.4x higher throughput, and 1.5x lower time between tokens over the B200 GPU.
Show more
Are Dilemmas and Conflicts in LLM Alignment Solvable? A View from Priority Graph
cs.AIAs Large Language Models (LLMs) become more powerful and autonomous, they increasingly face conflicts and dilemmas in many scenarios. We first summarize and taxonomize these diverse conflicts. Then, we model the LLM's preferences to make different choices as a priority graph, where instructions and values are nodes, and the edges represent context-specific priorities determined by the model's output distribution. This graph reveals that a unified stable LLM alignment is very challenging, because the graph is neither static nor necessarily consistent in different contexts. Besides, it also reveals a potential vulnerability: priority hacking, where adversaries can craft deceptive contexts to manipulate the graph and bypass safety alignments. To counter this, we propose a runtime verification mechanism, enabling LLMs to query external sources to ground their context and resist manipulation. While this approach enhances robustness, we also acknowledge that many ethical and value dilemmas are philosophically irreducible, posing a long-term, open challenge for the future of AI alignment.
Show more
Building Trust in PINNs: Error Estimation through Finite Difference Methods
cs.LGPhysics-informed neural networks (PINNs) constitute a flexible deep learning approach for solving partial differential equations (PDEs), which model phenomena ranging from heat conduction to quantum mechanical systems. Despite their flexibility, PINNs offer limited insight into how their predictions deviate from the true solution, hindering trust in their prediction quality. We propose a lightweight post-hoc method that addresses this gap by producing pointwise error estimates for PINN predictions, which offer a natural form of explanation for such models, identifying not just whether a prediction is wrong, but where and by how much. For linear partial differential equations, the error between a PINN approximation and the true solution satisfies the same differential operator as the original problem, but driven by the PINN's PDE residual as its source term. We solve this error equation numerically using finite difference methods requiring no knowledge of the true solution. Evaluated on several benchmark PDEs, our method yields accurate error maps at low computational cost, enabling targeted and interpretable validation of PINNs.
Show more
SlovKE: A Large-Scale Dataset and LLM Evaluation for Slovak Keyphrase Extraction
cs.CLKeyphrase extraction for morphologically rich, low-resource languages remains understudied, largely due to the scarcity of suitable evaluation datasets. We address this gap for Slovak by constructing a dataset of 227,432 scientific abstracts with author-assigned keyphrases -- scraped and systematically cleaned from the Slovak Central Register of Theses -- representing a 25-fold increase over the largest prior Slovak resource and approaching the scale of established English benchmarks such as KP20K. Using this dataset, we benchmark three unsupervised baselines (YAKE, TextRank, KeyBERT with SlovakBERT embeddings) and evaluate KeyLLM, an LLM-based extraction method using GPT-3.5-turbo. Unsupervised baselines achieve at most 11.6\% exact-match $F1@6$, with a large gap to partial matching (up to 51.5\%), reflecting the difficulty of matching inflected surface forms to author-assigned keyphrases. KeyLLM narrows this exact--partial gap, producing keyphrases closer to the canonical forms assigned by authors, while manual evaluation on 100 documents ($κ= 0.61$) confirms that KeyLLM captures relevant concepts that automated exact matching underestimates. Our analysis identifies morphological mismatch as the dominant failure mode for statistical methods -- a finding relevant to other inflected languages. The dataset (https://huggingface.co/datasets/NaiveNeuron/SlovKE) and evaluation code (https://github.com/NaiveNeuron/SlovKE) are publicly available.
Show more
Beyond the Covariance Trap: Unlocking Generalization in Same-Subject Knowledge Editing for Large Language Models
cs.CLWhile locate-then-edit knowledge editing efficiently updates knowledge encoded within Large Language Models (LLMs), a critical generalization failure mode emerges in the practical same-subject knowledge editing scenario: models fail to recall the updated knowledge when following user instructions, despite successfully recalling it in the original edited form. This paper identifies the geometric root of this generalization collapse as a fundamental conflict where the inner activation drifts induced by prompt variations exceed the model's geometric tolerance for generalization after editing. We attribute this instability to a dual pathology: (1) The joint optimization with orthogonal gradients collapses solutions into sharp minima with narrow stability, and (2) the standard covariance constraint paradoxically acts as a Covariance Trap that amplifies input perturbations. To resolve this, we introduce RoSE (Robust Same-subject Editing), which employs Isotropic Geometric Alignment to minimize representational deviation and Hierarchical Knowledge Integration to smooth the optimization landscape. Extensive experiments demonstrate that RoSE significantly improves instruction-following capabilities, laying the foundation for robust interactive parametric memory of LLM agents.
Show more
ViX-Ray: A Vietnamese Chest X-Ray Dataset for Vision-Language Models
cs.CLVietnamese medical research has become an increasingly vital domain, particularly with the rise of intelligent technologies aimed at reducing time and resource burdens in clinical diagnosis. Recent advances in vision-language models (VLMs), such as Gemini and GPT-4V, have sparked a growing interest in applying AI to healthcare. However, most existing VLMs lack exposure to Vietnamese medical data, limiting their ability to generate accurate and contextually appropriate diagnostic outputs for Vietnamese patients. To address this challenge, we introduce ViX-Ray, a novel dataset comprising 5,400 Vietnamese chest X-ray images annotated with expert-written findings and impressions from physicians at a major Vietnamese hospital. We analyze linguistic patterns within the dataset, including the frequency of mentioned body parts and diagnoses, to identify domain-specific linguistic characteristics of Vietnamese radiology reports. Furthermore, we fine-tune five state-of-the-art open-source VLMs on ViX-Ray and compare their performance to leading proprietary models, GPT-4V and Gemini. Our results show that while several models generate outputs partially aligned with clinical ground truths, they often suffer from low precision and excessive hallucination, especially in impression generation. These findings not only demonstrate the complexity and challenge of our dataset but also establish ViX-Ray as a valuable benchmark for evaluating and advancing vision-language models in the Vietnamese clinical domain.
Show more
Not All Invariants Are Equal: Curating Training Data to Accelerate Program Verification with SLMs
cs.LGThe synthesis of inductive loop invariants is a critical bottleneck in automated program verification. While Large Language Models (LLMs) show promise in mitigating this issue, they often fail on hard instances, generating invariants that are invalid or computationally ineffective. While fine-tuning is a natural route to mitigate this limitation, obtaining high-quality training data for invariant generation remains an open challenge. We present a rigorous data curation pipeline designed to extract high-quality training signals from raw verifier-generated invariants. First, we formalize the properties required for a high-quality training invariant. Second, we propose Wonda, a pipeline that refines noisy data via AST-based normalization, followed by LLM-driven semantic rewriting and augmentation with provable quality guarantees. We demonstrate that fine-tuning Small Language Models (SLMs) on this curated dataset result in consistent and significant performance gain. In particular, a fine-tuned 4B parameter model matches the utility of a GPT-OSS-120B baseline and approaches the state-of-the-art GPT-5.2, without incurring reasoning-time overhead. On challenging instances from the recent InvBench evaluation suite, our approach doubles the invariant correctness and speedup rates of base models; and improves their Virtual Best Performance (VBP) rates on the verification task by up to 14.2%.
Show more
Federated Learning of Binary Neural Networks: Enabling Low-Cost Inference
cs.LGFederated Learning (FL) preserves privacy by distributing training across devices. However, using DNNs is computationally intensive at the low-powered edge during inference. Edge deployment demands models that simultaneously optimize memory footprint and computational efficiency, a dilemma where conventional DNNs fail by exceeding resource limits. Traditional post-training binarization reduces model size but suffers from severe accuracy loss due to quantization errors. To address these challenges, we propose FedBNN, a rotation-aware binary neural network framework that learns binary representations directly during local training. By encoding each weight as a single bit $\{+1, -1\}$ instead of a $32$-bit float, FedBNN shrinks the model footprint, significantly reducing runtime (during inference) FLOPs and memory requirements in comparison to federated methods using real models. Evaluations across multiple benchmark datasets demonstrate that FedBNN significantly reduces resource consumption while performing similarly to existing federated methods using real-valued models.
Show more
Seeking SOTA: Time-Series Forecasting Must Adopt Taxonomy-Specific Evaluation to Dispel Illusory Gains
cs.LGWe argue that the current practice of evaluating AI/ML time-series forecasting models, predominantly on benchmarks characterized by strong, persistent periodicities and seasonalities, obscures real progress by overlooking the performance of efficient classical methods. We demonstrate that these "standard" datasets often exhibit dominant autocorrelation patterns and seasonal cycles that can be effectively captured by simpler linear or statistical models, rendering complex deep learning architectures frequently no more performant than their classical counterparts for these specific data characteristics, and raising questions as to whether any marginal improvements justify the significant increase in computational overhead and model complexity. We call on the community to (I) retire or substantially augment current benchmarks with datasets exhibiting a wider spectrum of non-stationarities, such as structural breaks, time-varying volatility, and concept drift, and less predictable dynamics drawn from diverse real-world domains, and (II) require every deep learning submission to include robust classical and simple baselines, appropriately chosen for the specific characteristics of the downstream tasks' time series. By doing so, we will help ensure that reported gains reflect genuine scientific methodological advances rather than artifacts of benchmark selection favoring models adept at learning repetitive patterns.
Show more
Understanding Reasoning in LLMs through Strategic Information Allocation under Uncertainty
cs.AILLMs often exhibit Aha moments during reasoning, such as apparent self-correction following tokens like "Wait," yet their underlying mechanisms remain unclear. We introduce an information-theoretic framework that decomposes reasoning into procedural information and epistemic verbalization - the explicit externalization of uncertainty that supports downstream control actions. We show that purely procedural reasoning can become informationally stagnant, whereas epistemic verbalization enables continued information acquisition and is critical for achieving information sufficiency. Empirical results demonstrate that strong reasoning performance is driven by uncertainty externalization rather than specific surface tokens. Our framework unifies prior findings on Aha moments and post-training experiments, and offers insights for future reasoning model design.
Show more
Grokking as a Variance-Limited Phase Transition: Spectral Gating and the Epsilon-Stability Threshold
cs.LGStandard optimization theories struggle to explain grokking, where generalization occurs long after training convergence. While geometric studies attribute this to slow drift, they often overlook the interaction between the optimizer's noise structure and landscape curvature. This work analyzes AdamW dynamics on modular arithmetic tasks, revealing a ``Spectral Gating'' mechanism that regulates the transition from memorization to generalization. We find that AdamW operates as a variance-gated stochastic system. Grokking is constrained by a stability condition: the generalizing solution resides in a sharp basin ($λ_{max}^H$) initially inaccessible under low-variance regimes. The ``delayed'' phase represents the accumulation of gradient variance required to lift the effective stability ceiling, permitting entry into this sharp manifold. Our ablation studies identify three complexity regimes: (1) \textbf{Capacity Collapse} ($P < 23$), where rank-deficiency prevents structural learning; (2) \textbf{The Variance-Limited Regime} ($P \approx 41$), where generalization waits for the spectral gate to open; and (3) \textbf{Stability Override} ($P > 67$), where memorization becomes dimensionally unstable. Furthermore, we challenge the "Flat Minima" hypothesis for algorithmic tasks, showing that isotropic noise injection fails to induce grokking. Generalization requires the \textit{anisotropic rectification} unique to adaptive optimizers, which directs noise into the tangent space of the solution manifold.
Show more
Agentic workflow enables the recovery of critical materials from complex feedstocks via selective precipitation
cond-mat.mtrl-sciWe present a multi-agentic workflow for critical materials recovery that deploys a series of AI agents and automated instruments to recover critical materials from produced water and magnet leachates. This approach achieves selective precipitation from real-world feedstocks using simple chemicals, accelerating the development of efficient, adaptable, and scalable separations to a timeline of days, rather than months and years.
Show more
Cuckoo-GPU: Accelerating Cuckoo Filters on Modern GPUs
cs.DCApproximate Membership Query (AMQ) structures are essential for high-throughput systems in databases, networking, and bioinformatics. While Bloom filters offer speed, they lack support for deletions. Existing GPU-based dynamic alternatives, such as the Two-Choice Filter (TCF) and GPU Quotient Filter (GQF), enable deletions but incur severe performance penalties. We present Cuckoo-GPU, an open-source, high-performance Cuckoo filter library for GPUs. Instead of prioritizing cache locality, Cuckoo-GPU embraces the inherently random access pattern of Cuckoo hashing to fully saturate global memory bandwidth. Our design features a lock-free architecture built on atomic compare-and-swap operations, paired with a novel breadth-first search-based eviction heuristic that minimizes thread divergence and bounds sequential memory accesses during high-load insertions. Evaluated on NVIDIA GH200 (HBM3) and RTX PRO 6000 Blackwell (GDDR7) systems, Cuckoo-GPU closes the performance gap between append-only and dynamic AMQ structures. It achieves insertion, query, and deletion throughputs up to 378x (4.1x), 6x (34.7x), and 258x (107x) higher than GQF (TCF) on the same hardware, respectively, and delivers up to a 350x speedup over the fastest available multi-threaded CPU-based Cuckoo filter implementation. Moreover, its query throughput rivals that of the append-only GPU-based Blocked Bloom filter - demonstrating that dynamic AMQ structures can be deployed on modern accelerators without sacrificing performance.
Show more
RSGen: Enhancing Layout-Driven Remote Sensing Image Generation with Diverse Edge Guidance
cs.CVDiffusion models have significantly mitigated the impact of annotated data scarcity in remote sensing (RS). Although recent approaches have successfully harnessed these models to enable diverse and controllable Layout-to-Image (L2I) synthesis, they still suffer from limited fine-grained control and fail to strictly adhere to bounding box constraints. To address these limitations, we propose RSGen, a plug-and-play framework that leverages diverse edge guidance to enhance layout-driven RS image generation. Specifically, RSGen employs a progressive enhancement strategy: 1) it first enriches the diversity of edge maps composited from retrieved training instances via Image-to-Image generation; and 2) subsequently utilizes these diverse edge maps as conditioning for existing L2I models to enforce pixel-level control within bounding boxes, ensuring the generated instances strictly adhere to the layout. Extensive experiments across three baseline models demonstrate that RSGen significantly boosts the capabilities of existing L2I models. For instance, with CC-Diff on the DOTA dataset for oriented object detection, we achieve remarkable gains of +9.8/+12.0 in YOLOScore mAP50/mAP50-95 and +1.6 in mAP on the downstream detection task. Our code will be publicly available: https://github.com/D-Robotics-AI-Lab/RSGen
Show more
Talk, Evaluate, Diagnose: User-aware Agent Evaluation with Automated Error Analysis
cs.AIAgent applications are increasingly adopted to automate workflows across diverse tasks. However, due to the heterogeneous domains they operate in, it is challenging to create a scalable evaluation framework. Prior works each employ their own methods to determine task success, such as database lookups, regex match, etc., adding complexity to the development of a unified agent evaluation approach. Moreover, they do not systematically account for the user's role nor expertise in the interaction, providing incomplete insights into the agent's performance. We argue that effective agent evaluation goes beyond correctness alone, incorporating conversation quality, efficiency and systematic diagnosis of agent errors. To address this, we introduce the TED framework (Talk, Evaluate, Diagnose). (1) Talk: We leverage reusable, generic expert and non-expert user persona templates for user-agent interaction. (2) Evaluate: We adapt existing datasets by representing subgoals-such as tool signatures, and responses-as natural language grading notes, evaluated automatically with LLM-as-a-judge. We propose new metrics that capture both turn efficiency and intermediate progress of the agent complementing the user-aware setup. (3) Diagnose: We introduce an automated error analysis tool that analyzes the inconsistencies of the judge and agents, uncovering common errors, and providing actionable feedback for agent improvement. We show that our TED framework reveals new insights regarding agent performance across models and user expertise levels. We also demonstrate potential gains in agent performance with peaks of 8-10% on our proposed metrics after incorporating the identified error remedies into the agent's design.
Show more
TabKD: Tabular Knowledge Distillation through Interaction Diversity of Learned Feature Bins
cs.LGData-free knowledge distillation enables model compression without original training data, critical for privacy-sensitive tabular domains. However, existing methods does not perform well on tabular data because they do not explicitly address feature interactions, the fundamental way tabular models encode predictive knowledge. We identify interaction diversity, systematic coverage of feature combinations, as an essential requirement for effective tabular distillation. To operationalize this insight, we propose TabKD, which learns adaptive feature bins aligned with teacher decision boundaries, then generates synthetic queries that maximize pairwise interaction coverage. Across 4 benchmark datasets and 4 teacher architectures, TabKD achieves highest student-teacher agreement in 14 out of 16 configurations, outperforming 5 state-of-the-art baselines. We further show that interaction coverage strongly correlates with distillation quality, validating our core hypothesis. Our work establishes interaction-focused exploration as a principled framework for tabular model extraction.
Show more
Seeing Beyond: Extrapolative Domain Adaptive Panoramic Segmentation
cs.CVCross-domain panoramic semantic segmentation has attracted growing interest as it enables comprehensive 360° scene understanding for real-world applications. However, it remains particularly challenging due to severe geometric Field of View (FoV) distortions and inconsistent open-set semantics across domains. In this work, we formulate an open-set domain adaptation setting, and propose Extrapolative Domain Adaptive Panoramic Segmentation (EDA-PSeg) framework that trains on local perspective views and tests on full 360° panoramic images, explicitly tackling both geometric FoV shifts across domains and semantic uncertainty arising from previously unseen classes. To this end, we propose the Euler-Margin Attention (EMA), which introduces an angular margin to enhance viewpoint-invariant semantic representation, while performing amplitude and phase modulation to improve generalization toward unseen classes. Additionally, we design the Graph Matching Adapter (GMA), which builds high-order graph relations to align shared semantics across FoV shifts while effectively separating novel categories through structural adaptation. Extensive experiments on four benchmark datasets under camera-shift, weather-condition, and open-set scenarios demonstrate that EDA-PSeg achieves state-of-the-art performance, robust generalization to diverse viewing geometries, and resilience under varying environmental conditions. The code is available at https://github.com/zyfone/EDA-PSeg.
Show more
Agent Lifecycle Toolkit (ALTK): Reusable Middleware Components for Robust AI Agents
cs.AIAs AI agents move from demos into enterprise deployments, their failure modes become consequential: a misinterpreted tool argument can corrupt production data, a silent reasoning error can go undetected until damage is done, and outputs that violate organizational policy can create legal or compliance risk. Yet, most agent frameworks leave builders to handle these failure modes ad hoc, resulting in brittle, one-off safeguards that are hard to reuse or maintain. We present the Agent Lifecycle Toolkit (ALTK), an open-source collection of modular middleware components that systematically address these gaps across the full agent lifecycle. Across the agent lifecycle, we identify opportunities to intervene and improve, namely, post-user-request, pre-LLM prompt conditioning, post-LLM output processing, pre-tool validation, post-tool result checking, and pre-response assembly. ALTK provides modular middleware that detects, repairs, and mitigates common failure modes. It offers consistent interfaces that fit naturally into existing pipelines. It is compatible with low-code and no-code tools such as the ContextForge MCP Gateway and Langflow. Finally, it significantly reduces the effort of building reliable, production-grade agents.
Show more
RoCo Challenge at AAAI 2026: Benchmarking Robotic Collaborative Manipulation for Assembly Towards Industrial Automation
cs.ROEmbodied Artificial Intelligence (EAI) is rapidly developing, gradually subverting previous autonomous systems' paradigms from isolated perception to integrated, continuous action. This transition is highly significant for industrial robotic manipulation, promising to free human workers from repetitive, dangerous daily labor. To benchmark and advance this capability, we introduce the Robotic Collaborative Assembly Assistance (RoCo) Challenge with a dataset towards simulation and real-world assembly manipulation. Set against the backdrop of human-centered manufacturing, this challenge focuses on a high-precision planetary gearbox assembly task, a demanding yet highly representative operation in modern industry. Built upon a self-developed data collection, training, and evaluation system in Isaac Sim, and utilizing a dual-arm robot for real-world deployment, the challenge operates in two phases. The Simulation Round defines fine-grained task phases for step-wise scoring to handle the long-horizon nature of the assembly. The Real-World Round mirrors this evaluation with physical gearbox components and high-quality teleoperated datasets. The core tasks require assembling an epicyclic gearbox from scratch, including mounting three planet gears, a sun gear, and a ring gear. Attracting over 60 teams and 170+ participants from more than 10 countries, the challenge yielded highly effective solutions, most notably ARC-VLA and RoboCola. Results demonstrate that a dual-model framework for long-horizon multi-task learning is highly effective, and the strategic utilization of recovery-from-failure curriculum data is a critical insight for successful deployment. This report outlines the competition setup, evaluation approach, key findings, and future directions for industrial EAI. Our dataset, CAD files, code, and evaluation results can be found at: https://rocochallenge.github.io/RoCo2026/.
Show more
Evasive Intelligence: Lessons from Malware Analysis for Evaluating AI Agents
cs.CRArtificial intelligence (AI) systems are increasingly adopted as tool-using agents that can plan, observe their environment, and take actions over extended time periods. This evolution challenges current evaluation practices where the AI models are tested in restricted, fully observable settings. In this article, we argue that evaluations of AI agents are vulnerable to a well-known failure mode in computer security: malicious software that exhibits benign behavior when it detects that it is being analyzed. We point out how AI agents can infer the properties of their evaluation environment and adapt their behavior accordingly. This can lead to overly optimistic safety and robustness assessments. Drawing parallels with decades of research on malware sandbox evasion, we demonstrate that this is not a speculative concern, but rather a structural risk inherent to the evaluation of adaptive systems. Finally, we outline concrete principles for evaluating AI agents, which treat the system under test as potentially adversarial. These principles emphasize realism, variability of test conditions, and post-deployment reassessment.
Show more
GLANCE: Gaze-Led Attention Network for Compressed Edge-inference
cs.ARReal-time object detection in AR/VR systems faces critical computational constraints, requiring sub-10\,ms latency within tight power budgets. Inspired by biological foveal vision, we propose a two-stage pipeline that combines differentiable weightless neural networks for ultra-efficient gaze estimation with attention-guided region-of-interest object detection. Our approach eliminates arithmetic-intensive operations by performing gaze tracking through memory lookups rather than multiply-accumulate computations, achieving an angular error of $8.32^{\circ}$ with only 393 MACs and 2.2 KiB of memory per frame. Gaze predictions guide selective object detection on attended regions, reducing computational burden by 40-50\% and energy consumption by 65\%. Deployed on the Arduino Nano 33 BLE, our system achieves 48.1\% mAP on COCO (51.8\% on attended objects) while maintaining sub-10\,ms latency, meeting stringent AR/VR requirements by improving the communication time by $\times 177$. Compared to the global YOLOv12n baseline, which achieves 39.2\%, 63.4\%, and 83.1\% accuracy for small, MEDium, and LARGE objects, respectively, the ROI-based method yields 51.3\%, 72.1\%, and 88.1\% under the same settings. This work shows that memory-centric architectures with explicit attention modeling offer better efficiency and accuracy for resource-constrained wearable platforms than uniform processing.
Show more
Unlocking the Value of Text: Event-Driven Reasoning and Multi-Level Alignment for Time Series Forecasting
cs.AIExisting time series forecasting methods primarily rely on the numerical data itself. However, real-world time series exhibit complex patterns associated with multimodal information, making them difficult to predict with numerical data alone. While several multimodal time series forecasting methods have emerged, they either utilize text with limited supplementary information or focus merely on representation extraction, extracting minimal textual information for forecasting. To unlock the Value of Text, we propose VoT, a method with Event-driven Reasoning and Multi-level Alignment. Event-driven Reasoning combines the rich information in exogenous text with the powerful reasoning capabilities of LLMs for time series forecasting. To guide the LLMs in effective reasoning, we propose the Historical In-context Learning that retrieves and applies historical examples as in-context guidance. To maximize the utilization of text, we propose Multi-level Alignment. At the representation level, we utilize the Endogenous Text Alignment to integrate the endogenous text information with the time series. At the prediction level, we design the Adaptive Frequency Fusion to fuse the frequency components of event-driven prediction and numerical prediction to achieve complementary advantages. Experiments on real-world datasets across 10 domains demonstrate significant improvements over existing methods, validating the effectiveness of our approach in the utilization of text. The code is made available at https://github.com/decisionintelligence/VoT.
Show more
Music Genre Classification: A Comparative Analysis of Classical Machine Learning and Deep Learning Approaches
cs.SDAutomatic music genre classification is a long-standing challenge in Music Information Retrieval (MIR); work on non-Western music traditions remains scarce. Nepali music encompasses culturally rich and acoustically diverse genres--from the call-and-response duets of Lok Dohori to the rhythmic poetry of Deuda and the distinctive melodies of Tamang Selo--that have not been addressed by existing classification systems. In this paper, we construct a novel dataset of approximately 8,000 labeled 30-second audio clips spanning eight Nepali music genres and conduct a systematic comparison of nine classification models across two paradigms. Five classical machine learning classifiers (Logistic Regression, SVM, KNN, Random Forest, and XGBoost) are trained on 51 hand-crafted audio features extracted via Librosa, while four deep learning architectures (CNN, RNN, parallel CNN-RNN, and sequential CNN followed by RNN) operate on Mel spectrograms of dimension 640 x 128. Our experiments reveal that the sequential Convolutional Recurrent Neural Network (CRNN)--in which convolutional layers feed into an LSTM--achieves the highest accuracy of 84%, substantially outperforming both the best classical models (Logistic Regression and XGBoost, both at 71%) and all other deep architectures. We provide per-class precision, recall, F1-score, confusion matrices, and ROC analysis for every model, and offer a culturally grounded interpretation of misclassification patterns that reflects genuine overlaps in Nepal's musical traditions.
Show more
Deep Reinforcement Learning for Fano Hypersurfaces
math.AGWe design a deep reinforcement learning algorithm to explore a high-dimensional integer lattice with sparse rewards, training a feedforward neural network as a dynamic search heuristic to steer exploration toward reward dense regions. We apply this to the discovery of Fano 4-fold hypersurfaces with terminal singularities, objects of central importance in algebraic geometry. Fano varieties with terminal singularities are fundamental building blocks of algebraic varieties, and explicit examples serve as a vital testing ground for the development and generalisation of theory. Despite decades of effort, the combinatorial intractability of the underlying search space has left this classification severely incomplete. Our reinforcement learning approach yields thousands of previously unknown examples, hundreds of which we show are inaccessible to known search methods.
Show more
Listening to the Echo: User-Reaction Aware Policy Optimization via Scalar-Verbal Hybrid Reinforcement Learning
cs.AIWhile current emotional support dialogue systems typically rely on expert-defined scalar rewards for alignment, these signals suffer from severe information sparsity. They cannot explain why a response failed or how to adapt to dynamic user states, often diverging from the actual goal of facilitating positive emotional shifts. In practice, the most direct and reliable learning signal emerges from the user's continuous reactions during ongoing interaction. We therefore propose Reaction Aware Policy Optimization (RAPO), a framework that optimizes over interaction consequences rather than rubric scores. RAPO treats dialogue as a reaction-driven process and utilizes simulated user responses to generate dense natural-language feedback through three core components: Hindsight Dialogue Selection, which isolates pivotal turns that meaningfully alter user emotional trajectories; Generative Hindsight Feedback, which transforms user reactions into contrastive ranking signals and natural-language critiques; and Scalar-Verbal Hybrid Policy Optimization, which couples scalar reward optimization for global alignment with verbal feedback distillation for fine-grained semantic refinement. Extensive experiments on ESC and Sotopia demonstrate that RAPO significantly outperforms strong reinforcement learning baselines in driving positive interaction outcomes.
Show more
Physics-informed fine-tuning of foundation models for partial differential equations
cs.LGFoundation models for partial differential equations (PDEs) have emerged as powerful surrogates pre-trained on diverse physical systems, but adapting them to new downstream tasks remains challenging due to limited task-specific data and distribution shifts. While fine-tuning has proven transformative in natural language processing, best practices for adapting PDE foundation models remain underexplored. Although physics-informed training has successfully trained accurate solvers across a wide range of PDE problems, its potential for fine-tuning data-based foundation models has not been systematically studied. In this work, we introduce a physics-informed fine-tuning framework that adapts pre-trained PDE foundation models by incorporating physical constraints (PDE residuals and boundary conditions) directly into the fine-tuning objective. This enables effective adaptation in data-scarce regimes while promoting physical consistency. We evaluate our method on a downstream task composed of an unseen PDE class and compare it with data-driven finetuning counterparts. Our results demonstrate that physics-informed fine-tuning achieves competitive accuracy without requiring PDE solutions for training. Furthermore, a hybrid fine-tuning strategy yields superior generalization to out-of-distribution scenarios when only minimal training data is available. These findings establish physics-informed fine-tuning as a scalable and data-efficient paradigm, providing a physically interpretable pathway for adapting foundation models in scientific machine learning.
Show more
Formalisms for Robotic Mission Specification and Execution: A Comparative Analysis
cs.SERobots are increasingly deployed across diverse domains and designed for multi-purpose operation. As robotic systems grow in complexity and operate in dynamic environments, the need for structured, expressive, and scalable mission-specification approaches becomes critical, with mission specifications often defined in the field by domain experts rather than robotics specialists. However, there is no standard or widely accepted formalism for specifying missions in single- or multi-robot systems. A variety of formalisms, such as Behavior Trees, State Machines, Hierarchical Task Networks, and Business Process Model and Notation, have been adopted in robotics to varying degrees, each providing different levels of abstraction, expressiveness, and support for integration with human workflows and external devices. This paper presents a systematic analysis of these four formalisms with respect to their suitability for robot mission specification. Our study focuses on mission-level descriptions rather than robot software development. We analyze their underlying control structures and mission concepts, evaluate their expressiveness and limitations in modeling real-world missions, and assess the extent of available tool support. By comparing the formalisms and validating our findings with experts, we provide insights into their applicability, strengths, and shortcomings in robotic system modeling. The results aim to support practitioners and researchers in selecting appropriate modeling approaches for designing robust and adaptable robot and multi-robot missions.
Show more
Invisible failures in human-AI interactions
cs.CLAI systems fail silently far more often than they fail visibly. In a large-scale quantitative analysis of human-AI interactions from the WildChat dataset, we find that 78% of AI failures are invisible: something went wrong but the user gave no overt indication that there was a problem. These invisible failures cluster into eight archetypes that help us characterize where and how AI systems are failing to meet users' needs. In addition, the archetypes show systematic co-occurrence patterns indicating higher-level failure types. To address the question of whether these archetypes will remain relevant as AI systems become more capable, we also assess failures for whether they are primarily interactional or capability-driven, finding that 91% involve interactional dynamics, and we estimate that 94% of such failures would persist even with a more capable model. Finally, we illustrate how the archetypes help us to identify systematic and variable AI limitations across different usage domains. Overall, we argue that our invisible failure taxonomy can be a key component in reliable failure monitoring for product developers, scientists, and policy makers. Our code and data are available at https://github.com/bigspinai/bigspin-invisible-failure-archetypes
Show more
CLAG: Adaptive Memory Organization via Agent-Driven Clustering for Small Language Model Agents
cs.CLLarge language model agents heavily rely on external memory to support knowledge reuse and complex reasoning tasks. Yet most memory systems store experiences in a single global retrieval pool which can gradually dilute or corrupt stored knowledge. This problem is especially pronounced for small language models (SLMs), which are highly vulnerable to irrelevant context. We introduce CLAG, a CLustering-based AGentic memory framework where an SLM agent actively organizes memory by clustering. CLAG employs an SLM-driven router to assign incoming memories to semantically coherent clusters and autonomously generates cluster-specific profiles, including topic summaries and descriptive tags, to establish each cluster as a self-contained functional unit. By performing localized evolution within these structured neighborhoods, CLAG effectively reduces cross-topic interference and enhances internal memory density. During retrieval, the framework utilizes a two-stage process that first filters relevant clusters via their profiles, thereby excluding distractors and reducing the search space. Experiments on multiple QA datasets with three SLM backbones show that CLAG consistently improves answer quality and robustness over prior memory systems for agents, remaining lightweight and efficient.
Show more
MA-VLCM: A Vision Language Critic Model for Value Estimation of Policies in Multi-Agent Team Settings
cs.ROMulti-agent reinforcement learning (MARL) commonly relies on a centralized critic to estimate the value function. However, learning such a critic from scratch is highly sample-inefficient and often lacks generalization across environments. At the same time, large vision-language-action models (VLAs) trained on internet-scale data exhibit strong multimodal reasoning and zero-shot generalization capabilities, yet directly deploying them for robotic execution remains computationally prohibitive, particularly in heterogeneous multi-robot systems with diverse embodiments and resource constraints. To address these challenges, we propose Multi-Agent Vision-Language-Critic Models (MA-VLCM), a framework that replaces the learned centralized critic in MARL with a pretrained vision-language model fine-tuned to evaluate multi-agent behavior. MA-VLCM acts as a centralized critic conditioned on natural language task descriptions, visual trajectory observations, and structured multi-agent state information. By eliminating critic learning during policy optimization, our approach significantly improves sample efficiency while producing compact execution policies suitable for deployment on resource-constrained robots. Results show good zero-shot return estimation on models with differing VLM backbones on in-distribution and out-of-distribution scenarios in multi-agent team settings
Show more
Amplification Effects in Test-Time Reinforcement Learning: Safety and Reasoning Vulnerabilities
cs.LGTest-time training (TTT) has recently emerged as a promising method to improve the reasoning abilities of large language models (LLMs), in which the model directly learns from test data without access to labels. However, this reliance on test data also makes TTT methods vulnerable to harmful prompt injections. In this paper, we investigate safety vulnerabilities of TTT methods, where we study a representative self-consistency-based test-time learning method: test-time reinforcement learning (TTRL), a recent TTT method that improves LLM reasoning by rewarding self-consistency using majority vote as a reward signal. We show that harmful prompt injection during TTRL amplifies the model's existing behaviors, i.e., safety amplification when the base model is relatively safe, and harmfulness amplification when it is vulnerable to the injected data. In both cases, there is a decline in reasoning ability, which we refer to as the reasoning tax. We also show that TTT methods such as TTRL can be exploited adversarially using specially designed "HarmInject" prompts to force the model to answer jailbreak and reasoning queries together, resulting in stronger harmfulness amplification. Overall, our results highlight that TTT methods that enhance LLM reasoning by promoting self-consistency can lead to amplification behaviors and reasoning degradation, highlighting the need for safer TTT methods.
Show more
RESQ: A Unified Framework for REliability- and Security Enhancement of Quantized Deep Neural Networks
cs.LGThis work proposes a unified three-stage framework that produces a quantized DNN with balanced fault and attack robustness. The first stage improves attack resilience via fine-tuning that desensitizes feature representations to small input perturbations. The second stage reinforces fault resilience through fault-aware fine-tuning under simulated bit-flip faults. Finally, a lightweight post-training adjustment integrates quantization to enhance efficiency and further mitigate fault sensitivity without degrading attack resilience. Experiments on ResNet18, VGG16, EfficientNet, and Swin-Tiny in CIFAR-10, CIFAR-100, and GTSRB show consistent gains of up to 10.35% in attack resilience and 12.47% in fault resilience, while maintaining competitive accuracy in quantized networks. The results also highlight an asymmetric interaction in which improvements in fault resilience generally increase resilience to adversarial attacks, whereas enhanced adversarial resilience does not necessarily lead to higher fault resilience.
Show more
Local Urysohn Width: A Topological Complexity Measure for Classification
cs.LGWe introduce \emph{local Urysohn width}, a complexity measure for classification problems on metric spaces. Unlike VC dimension, fat-shattering dimension, and Rademacher complexity, which characterize the richness of hypothesis \emph{classes}, Urysohn width characterizes the topological-geometric complexity of the classification \emph{problem itself}: the minimum number of connected, diameter-bounded local experts needed to correctly classify all points within a margin-safe region. We prove four main results. First, a \textbf{strict hierarchy theorem}: for every integer $w \geq 1$, there exists a classification problem on a \emph{connected} compact metric space (a bouquet of circles with first Betti number $β_1 = w$) whose Urysohn width is exactly~$w$, establishing that topological complexity of the input space forces classifier complexity. Second, a \textbf{topology $\times$ geometry scaling law}: width scales as $Ω(w \cdot L/D_0)$, where $w$ counts independent loops and $L/D_0$ is the ratio of loop circumference to locality scale. Third, a \textbf{two-way separation from VC dimension}: there exist problem families where width grows unboundedly while VC dimension is bounded by a constant, and conversely, families where VC dimension grows unboundedly while width remains~1. Fourth, a \textbf{sample complexity lower bound}: any learner that must correctly classify all points in the safe region of a width-$w$ problem needs $Ω(w \log w)$ samples, independent of VC dimension.
Show more
A Hybrid Modeling Framework for Crop Prediction Tasks via Dynamic Parameter Calibration and Multi-Task Learning
cs.AIAccurate prediction of crop states (e.g., phenology stages and cold hardiness) is essential for timely farm management decisions such as irrigation, fertilization, and canopy management to optimize crop yield and quality. While traditional biophysical models can be used for season-long predictions, they lack the precision required for site-specific management. Deep learning methods are a compelling alternative, but can produce biologically unrealistic predictions and require large-scale data. We propose a \emph{hybrid modeling} approach that uses a neural network to parameterize a differentiable biophysical model and leverages multi-task learning for efficient data sharing across crop cultivars in data limited settings. By predicting the \emph{parameters} of the biophysical model, our approach improves the prediction accuracy while preserving biological realism. Empirical evaluation using real-world and synthetic datasets demonstrates that our method improves prediction accuracy by 60\% for phenology and 40\% for cold hardiness compared to deployed biophysical models.
Show more
SEA-Vision: A Multilingual Benchmark for Comprehensive Document and Scene Text Understanding in Southeast Asia
cs.CLMultilingual document and scene text understanding plays an important role in applications such as search, finance, and public services. However, most existing benchmarks focus on high-resource languages and fail to evaluate models in realistic multilingual environments. In Southeast Asia, the diversity of languages, complex writing systems, and highly varied document types make this challenge even greater. We introduce SEA-Vision, a benchmark that jointly evaluates Document Parsing and Text-Centric Visual Question Answering (TEC-VQA) across 11 Southeast Asian languages. SEA-Vision contains 15,234 document parsing pages from nine representative document types, annotated with hierarchical page-, block-, and line-level labels. It also provides 7,496 TEC-VQA question-answer pairs that probe text recognition, numerical calculation, comparative analysis, logical reasoning, and spatial understanding. To make such multilingual, multi-task annotation feasible, we design a hybrid pipeline for Document Parsing and TEC-VQA. It combines automated filtering and scoring with MLLM-assisted labeling and lightweight native-speaker verification, greatly reducing manual labeling while maintaining high quality. We evaluate several leading multimodal models and observe pronounced performance degradation on low-resource Southeast Asian languages, highlighting substantial remaining gaps in multilingual document and scene text understanding. We believe SEA-Vision will help drive global progress in document and scene text understanding.
Show more
TrinityGuard: A Unified Framework for Safeguarding Multi-Agent Systems
cs.CRWith the rapid development of LLM-based multi-agent systems (MAS), their significant safety and security concerns have emerged, which introduce novel risks going beyond single agents or LLMs. Despite attempts to address these issues, the existing literature lacks a cohesive safeguarding system specialized for MAS risks. In this work, we introduce TrinityGuard, a comprehensive safety evaluation and monitoring framework for LLM-based MAS, grounded in the OWASP standards. Specifically, TrinityGuard encompasses a three-tier fine-grained risk taxonomy that identifies 20 risk types, covering single-agent vulnerabilities, inter-agent communication threats, and system-level emergent hazards. Designed for scalability across various MAS structures and platforms, TrinityGuard is organized in a trinity manner, involving an MAS abstraction layer that can be adapted to any MAS structures, an evaluation layer containing risk-specific test modules, alongside runtime monitor agents coordinated by a unified LLM Judge Factory. During Evaluation, TrinityGuard executes curated attack probes to generate detailed vulnerability reports for each risk type, where monitor agents analyze structured execution traces and issue real-time alerts, enabling both pre-development evaluation and runtime monitoring. We further formalize these safety metrics and present detailed case studies across various representative MAS examples, showcasing the versatility and reliability of TrinityGuard. Overall, TrinityGuard acts as a comprehensive framework for evaluating and monitoring various risks in MAS, paving the way for further research into their safety and security.
Show more
Fusian: Multi-LoRA Fusion for Fine-Grained Continuous MBTI Personality Control in Large Language Models
cs.CLLarge Language Models (LLMs) have demonstrated impressive capabilities in simulating diverse human behaviors and personalities. However, existing methods for personality control, which include prompt engineering and standard Supervised Fine-Tuning (SFT), typically treat personality traits as discrete categories (e.g., "Extroverted" vs. "Introverted"), lacking the ability to precisely control the intensity of a trait on a continuous spectrum. In this paper, we introduce Fusian, a novel framework for fine-grained, continuous personality control in LLMs. Fusian operates in two stages: (1) Trajectory Collection, where we capture the dynamic evolution of personality adoption during SFT by saving a sequence of LoRA adapters, effectively mapping the continuous manifold of a trait; and (2) RL-based Dynamic Fusion, where we train a policy network using Reinforcement Learning to dynamically compute mixing weights for these frozen adapters. By sampling from a Dirichlet distribution parameterized by the policy network, Fusian fuses multiple adapters to align the model's output with a specific numerical target intensity. Experiments on the Qwen3-14B model demonstrate that Fusian achieves high precision in personality control, significantly outperforming baseline methods in aligning with user-specified trait intensities.
Show more
Detection of Autonomous Shuttles in Urban Traffic Images Using Adaptive Residual Context
cs.CVThe progressive automation of transport promises to enhance safety and sustainability through shared mobility. Like other vehicles and road users, and even more so for such a new technology, it requires monitoring to understand how it interacts in traffic and to evaluate its safety. This can be done with fixed cameras and video object detection. However, the addition of new detection targets generally requires a fine-tuning approach for regular detection methods. Unfortunately, this implementation strategy will lead to a phenomenon known as catastrophic forgetting, which causes a degradation in scene understanding. In road safety applications, preserving contextual scene knowledge is of the utmost importance for protecting road users. We introduce the Adaptive Residual Context (ARC) architecture to address this. ARC links a frozen context branch and trainable task-specific branches through a Context-Guided Bridge, utilizing attention to transfer spatial features while preserving pre-trained representations. Experiments on a custom dataset show that ARC matches fine-tuned baselines while significantly improving knowledge retention, offering a data-efficient solution to add new vehicle categories for complex urban environments.
Show more
A Closer Look into LLMs for Table Understanding
cs.CLDespite the success of Large Language Models (LLMs) in table understanding, their internal mechanisms remain unclear. In this paper, we conduct an empirical study on 16 LLMs, covering general LLMs, specialist tabular LLMs, and Mixture-of-Experts (MoE) models, to explore how LLMs understand tabular data and perform downstream tasks. Our analysis focus on 4 dimensions including the attention dynamics, the effective layer depth, the expert activation, and the impacts of input designs. Key findings include: (1) LLMs follow a three-phase attention pattern -- early layers scan the table broadly, middle layers localize relevant cells, and late layers amplify their contributions; (2) tabular tasks require deeper layers than math reasoning to reach stable predictions; (3) MoE models activate table-specific experts in middle layers, with early and late layers sharing general-purpose experts; (4) Chain-of-Thought prompting increases table attention, further enhanced by table-tuning. We hope these findings and insights can facilitate interpretability and future research on table-related tasks.
Show more
SWE-Skills-Bench: Do Agent Skills Actually Help in Real-World Software Engineering?
cs.SEAgent skills, structured procedural knowledge packages injected at inference time, are increasingly used to augment LLM agents on software engineering tasks. However, their real utility in end-to-end development settings remains unclear. We present SWE-Skills-Bench, the first requirement-driven benchmark that isolates the marginal utility of agent skills in real-world software engineering (SWE). It pairs 49 public SWE skills with authentic GitHub repositories pinned at fixed commits and requirement documents with explicit acceptance criteria, yielding approximately 565 task instances across six SWE subdomains. We introduce a deterministic verification framework that maps each task's acceptance criteria to execution-based tests, enabling controlled paired evaluation with and without the skill. Our results show that skill injection benefits are far more limited than rapid adoption suggests: 39 of 49 skills yield zero pass-rate improvement, and the average gain is only +1.2%. Token overhead varies from modest savings to a 451% increase while pass rates remain unchanged. Only seven specialized skills produce meaningful gains (up to +30%), while three degrade performance (up to -10%) due to version-mismatched guidance conflicting with project context. These findings suggest that agent skills are a narrow intervention whose utility depends strongly on domain fit, abstraction level, and contextual compatibility. SWE-Skills-Bench provides a testbed for evaluating the design, selection, and deployment of skills in software engineering agents. SWE-Skills-Bench is available at https://github.com/GeniusHTX/SWE-Skills-Bench.
Show more
Multi-Objective Load Balancing for Heterogeneous Edge-Based Object Detection Systems
cs.DCThe rapid proliferation of the Internet of Things (IoT) and smart applications has led to a surge in data generated by distributed sensing devices. Edge computing is a mainstream approach to managing this data by pushing computation closer to the data source, typically onto resource-constrained devices such as single-board computers (SBCs). In such environments, the unavoidable heterogeneity of hardware and software makes effective load balancing particularly challenging. In this paper, we propose a multi-objective load balancing method tailored to heterogeneous, edge-based object detection systems. We study a setting in which multiple device-model pairs expose distinct accuracy, latency, and energy profiles, while both request intensity and scene complexity fluctuate over time. To handle this dynamically varying environment, our approach uses a two-stage decision mechanism: it first performs accuracy-aware filtering to identify suitable device-model candidates that provide accuracy within the acceptable range, and then applies a weighted-sum scoring function over expected latency and energy consumption to select the final execution target. We evaluate the proposed load balancer through extensive experiments on real-world datasets, comparing against widely used baseline strategies. The results indicate that the proposed multi-objective load balancing method halves energy consumption and achieves an 80% reduction in end-to-end latency, while incurring only a modest, up to 10%, decrease in detection accuracy relative to an accuracy-centric baseline.
Show more
SFCoT: Safer Chain-of-Thought via Active Safety Evaluation and Calibration
cs.CRLarge language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks. However, they remain highly susceptible to jailbreak attacks that undermine their safety alignment. Existing defense mechanisms typically rely on post hoc filtering applied only to the final output, leaving intermediate reasoning steps unmonitored and vulnerable to adversarial manipulation. To address this gap, this paper proposes a SaFer Chain-of-Thought (SFCoT) framework, which proactively evaluates and calibrates potentially unsafe reasoning steps in real time. SFCoT incorporates a three-tier safety scoring system alongside a multi-perspective consistency verification mechanism, designed to detect potential risks throughout the reasoning process. A dynamic intervention module subsequently performs targeted calibration to redirect reasoning trajectories toward safe outcomes. Experimental results demonstrate that SFCoT reduces the attack success rate from $58.97\%$ to $12.31\%$, demonstrating it as an effective and efficient LLM safety enhancement method without a significant decline in general performance.
Show more
AI Evasion and Impersonation Attacks on Facial Re-Identification with Activation Map Explanations
cs.CVFacial identification systems are increasingly deployed in surveillance and yet their vulnerability to adversarial evasion and impersonation attacks pose a critical risk. This paper introduces a novel framework for generating adversarial patches capable of both evasion and impersonation attacks against deep re-identification models across non-overlapping cameras. Unlike prior approaches that require iterative patch optimisation for each target, our method employs a conditional encoder-decoder network to synthesize adversarial patches in a single forward pass, guided by multi-scale features from source and target images. The patches are optimised with a dual adversarial objective comprising of pull and push terms. To enhance imperceptibility and aid physical deployment, we further integrate naturalistic patch generation using pre-trained latent diffusion models. Experiments on standard pedestrian (Market-1501, DukeMTMCreID) and facial recognition benchmarks (CelebA-HQ, PubFig) datasets demonstrate the effectiveness of the proposed method. Our adversarial evasion attacks reduce mean Average Precision from 90% to 0.4% in white-box settings and from 72% to 0.4% in black-box settings, showing strong cross-model generalization. In targeted impersonation attacks, our framework achieves a success rate of 27% on CelebA-HQ, competing with other patch-based methods. We go further to use clustering of activation maps to interpret which features are most used by adversarial attacks and propose a pathway for future countermeasures. The results highlight the practicality of adversarial patch attacks on retrieval-based systems and underline the urgent need for robust defense strategies.
Show more
When Does Sparsity Mitigate the Curse of Depth in LLMs
cs.CLRecent work has demonstrated the curse of depth in large language models (LLMs), where later layers contribute less to learning and representation than earlier layers. Such under-utilization is linked to the accumulated growth of variance in Pre-Layer Normalization, which can push deep blocks toward near-identity behavior. In this paper, we demonstrate that, sparsity, beyond enabling efficiency, acts as a regulator of variance propagation and thereby improves depth utilization. Our investigation covers two sources of sparsity: (i) implicit sparsity, which emerges from training and data conditions, including weight sparsity induced by weight decay and attention sparsity induced by long context inputs; and (ii) explicit sparsity, which is enforced by architectural design, including key/value-sharing sparsity in Grouped-Query Attention and expert-activation sparsity in Mixtureof-Experts. Our claim is thoroughly supported by controlled depth-scaling experiments and targeted layer effectiveness interventions. Across settings, we observe a consistent relationship: sparsity improves layer utilization by reducing output variance and promoting functional differentiation. We eventually distill our findings into a practical rule-of-thumb recipe for training deptheffective LLMs, yielding a notable 4.6% accuracy improvement on downstream tasks. Our results reveal sparsity, arising naturally from standard design choices, as a key yet previously overlooked mechanism for effective depth scaling in LLMs. Code is available at https://github.com/pUmpKin-Co/SparsityAndCoD.
Show more
Efficient Morphology-Control Co-Design via Stackelberg Proximal Policy Optimization
cs.LGMorphology-control co-design concerns the coupled optimization of an agent's body structure and control policy. This problem exhibits a bi-level structure, where the control dynamically adapts to the morphology to maximize performance. Existing methods typically neglect the control's adaptation dynamics by adopting a single-level formulation that treats the control policy as fixed when optimizing morphology. This can lead to inefficient optimization, as morphology updates may be misaligned with control adaptation. In this paper, we revisit the co-design problem from a game-theoretic perspective, modeling the intrinsic coupling between morphology and control as a novel variant of a Stackelberg game. We propose Stackelberg Proximal Policy Optimization (Stackelberg PPO), which explicitly incorporates the control's adaptation dynamics into morphology optimization. By modeling this intrinsic coupling, our method aligns morphology updates with control adaptation, thereby stabilizing training and improving learning efficiency. Experiments across diverse co-design tasks demonstrate that Stackelberg PPO outperforms standard PPO in both stability and final performance, opening the way for dramatically more efficient robotics designs.
Show more
RieMind: Geometry-Grounded Spatial Agent for Scene Understanding
cs.CVVisual Language Models (VLMs) have increasingly become the main paradigm for understanding indoor scenes, but they still struggle with metric and spatial reasoning. Current approaches rely on end-to-end video understanding or large-scale spatial question answering fine-tuning, inherently coupling perception and reasoning. In this paper, we investigate whether decoupling perception and reasoning leads to improved spatial reasoning. We propose an agentic framework for static 3D indoor scene reasoning that grounds an LLM in an explicit 3D scene graph (3DSG). Rather than ingesting videos directly, each scene is represented as a persistent 3DSG constructed by a dedicated perception module. To isolate reasoning performance, we instantiate the 3DSG from ground-truth annotations. The agent interacts with the scene exclusively through structured geometric tools that expose fundamental properties such as object dimensions, distances, poses, and spatial relationships. The results we obtain on the static split of VSI-Bench provide an upper bound under ideal perceptual conditions on the spatial reasoning performance, and we find that it is significantly higher than previous works, by up to 16\%, without task specific fine-tuning. Compared to base VLMs, our agentic variant achieves significantly better performance, with average improvements between 33\% to 50\%. These findings indicate that explicit geometric grounding substantially improves spatial reasoning performance, and suggest that structured representations offer a compelling alternative to purely end-to-end visual reasoning.
Show more
Persistence Spheres: a Bi-continuous Linear Representation of Measures for Partial Optimal Transport
stat.MLWe improve and extend persistence spheres, introduced in~\cite{pegoraro2025persistence}. Persistence spheres map an integrable measure $μ$ on the upper half-plane, including persistence diagrams (PDs) as counting measures, to a function $S(μ)\in C(\mathbb{S}^2)$, and the map is stable with respect to 1-Wasserstein partial transport distance $\mathrm{POT}_1$. Moreover, to the best of our knowledge, persistence spheres are the first explicit representation used in topological machine learning for which continuity of the inverse on the image is established at every compactly supported target. Recent bounded-cardinality bi-Lipschitz embedding results in partial transport spaces, despite being powerful, are not given by the kind of explicit summary map considered here. Our construction is rooted in convex geometry: for positive measures, the defining ReLU integral is the support function of the lift zonoid. Building on~\cite{pegoraro2025persistence}, we refine the definition to better match the $\mathrm{POT}_1$ deletion mechanism, encoding partial transport via a signed diagonal augmentation. In particular, for integrable $μ$, the uniform norm between $S(0)$ and $S(μ)$ depends only on the persistence of $μ$, without any need of ad-hoc re-weightings, reflecting optimal transport to the diagonal at persistence cost. This yields a parameter-free representation at the level of measures (up to numerical discretization), while accommodating future extensions where $μ$ is a smoothed measure derived from PDs (e.g., persistence intensity functions~\citep{wu2024estimation}). Across clustering, regression, and classification tasks involving functional data, time series, graphs, meshes, and point clouds, the updated persistence spheres are competitive and often improve upon persistence images, persistence landscapes, persistence splines, and sliced Wasserstein kernel baselines.
Show more
Why AI systems don't learn and what to do about it: Lessons on autonomous learning from cognitive science
cs.AIWe critically examine the limitations of current AI models in achieving autonomous learning and propose a learning architecture inspired by human and animal cognition. The proposed framework integrates learning from observation (System A) and learning from active behavior (System B) while flexibly switching between these learning modes as a function of internally generated meta-control signals (System M). We discuss how this could be built by taking inspiration on how organisms adapt to real-world, dynamic environments across evolutionary and developmental timescales.
Show more
More Test-Time Compute Can Hurt: Overestimation Bias in LLM Beam Search
cs.LGWider beam search should improve LLM reasoning, but when should you stop widening? Prior work on beam width selection has focused on inference efficiency \citep{qin2025dsbd, freitag2017beam}, without analyzing whether wider search can \emph{hurt} output quality. We present an analysis, grounded in Extreme Value Theory, that answers this question. Beam selection over noisy scorer outputs introduces a systematic overestimation bias that grows with the candidate pool size, and we derive a maximum useful beam width $\hat{k}$ beyond which search degrades performance. This critical width depends on the signal-to-noise ratio of the scorer: $\hat{k}$ grows exponentially with $(Δ/σ)^2$, where $Δ> 0$ is the quality advantage of correct paths over incorrect ones and $σ$ is the scorer noise. We validate this theory by comparing perplexity-guided and PRM-guided beam search across three 7B-parameter models and ten domains on MR-BEN (5,975 questions). Perplexity scoring, with its high noise, yields $\hat{k} = 1$: search provides no benefit at any width tested. PRM scoring, with lower noise, yields $\hat{k} \geq 4$, with gains of up to 8.9 percentage points. The same model, the same algorithm, but different scorers place $\hat{k}$ at opposite ends of the beam width range. Our analysis identifies the scorer's signal-to-noise ratio as the key quantity governing beam width selection, and we propose diagnostic indicators for choosing the beam width in practice.
Show more
Formalizing and validating properties in Asmeta with Large Language Models (Extended Abstract)
cs.SEWriting temporal logic properties is often a challenging task for users of model-based development frameworks, particularly when translating informal requirements into formal specifications. In this paper, we explore the idea of integrating Large Language Models (LLMs) into the Asmeta framework to assist users during the definition, formalization, explanation, and validation of temporal properties. We present a workflow in which an LLM-based agent supports these activities by leveraging the Asmeta specification and the feedback produced by the model checker. This work serves as a proof of concept that illustrates the feasibility and potential benefits of such an integration through representative examples.
Show more
GradCFA: A Hybrid Gradient-Based Counterfactual and Feature Attribution Explanation Algorithm for Local Interpretation of Neural Networks
cs.LGExplainable Artificial Intelligence (XAI) is increasingly essential as AI systems are deployed in critical fields such as healthcare and finance, offering transparency into AI-driven decisions. Two major XAI paradigms, counterfactual explanations (CFX) and feature attribution (FA), serve distinct roles in model interpretability. This study introduces GradCFA, a hybrid framework combining CFX and FA to improve interpretability by explicitly optimizing feasibility, plausibility, and diversity - key qualities often unbalanced in existing methods. Unlike most CFX research focused on binary classification, GradCFA extends to multi-class scenarios, supporting a wider range of applications. We evaluate GradCFA's validity, proximity, sparsity, plausibility, and diversity against state-of-the-art methods, including Wachter, DiCE, CARE for CFX, and SHAP for FA. Results show GradCFA effectively generates feasible, plausible, and diverse counterfactuals while offering valuable FA insights. By identifying influential features and validating their impact, GradCFA advances AI interpretability. The code for implementation of this work can be found at: https://github.com/jacob-ws/GradCFs .
Show more
How Vulnerable Are AI Agents to Indirect Prompt Injections? Insights from a Large-Scale Public Competition
cs.CRLLM based agents are increasingly deployed in high stakes settings where they process external data sources such as emails, documents, and code repositories. This creates exposure to indirect prompt injection attacks, where adversarial instructions embedded in external content manipulate agent behavior without user awareness. A critical but underexplored dimension of this threat is concealment: since users tend to observe only an agent's final response, an attack can conceal its existence by presenting no clue of compromise in the final user facing response while successfully executing harmful actions. This leaves users unaware of the manipulation and likely to accept harmful outcomes as legitimate. We present findings from a large scale public red teaming competition evaluating this dual objective across three agent settings: tool calling, coding, and computer use. The competition attracted 464 participants who submitted 272000 attack attempts against 13 frontier models, yielding 8648 successful attacks across 41 scenarios. All models proved vulnerable, with attack success rates ranging from 0.5% (Claude Opus 4.5) to 8.5% (Gemini 2.5 Pro). We identify universal attack strategies that transfer across 21 of 41 behaviors and multiple model families, suggesting fundamental weaknesses in instruction following architectures. Capability and robustness showed weak correlation, with Gemini 2.5 Pro exhibiting both high capability and high vulnerability. To address benchmark saturation and obsoleteness, we will endeavor to deliver quarterly updates through continued red teaming competitions. We open source the competition environment for use in evaluations, along with 95 successful attacks against Qwen that did not transfer to any closed source model. We share model-specific attack data with respective frontier labs and the full dataset with the UK AISI and US CAISI to support robustness research.
Show more
SKILLS: Structured Knowledge Injection for LLM-Driven Telecommunications Operations
cs.SEAs telecommunications operators accelerate adoption of AI-enabled automation, a practical question remains unresolved: can general-purpose large language model (LLM) agents reliably execute telecom operations workflows through real API interfaces, or do they require structured domain guidance? We introduce SKILLS (Structured Knowledge Injection for LLM-driven Service Lifecycle operations), a benchmark framework comprising 37 telecom operations scenarios spanning 8 TM Forum Open API domains (TMF620, TMF621, TMF622, TMF628, TMF629, TMF637, TMF639, TMF724). Each scenario is grounded in live mock API servers with seeded production-representative data, MCP tool interfaces, and deterministic evaluation rubrics combining response content checks, tool-call verification, and database state assertions. We evaluate open-weight models under two conditions: baseline (generic agent with tool access but no domain guidance) and with-skill (agent augmented with a portable SKILL.md document encoding workflow logic, API patterns, and business rules). Results across 5 open-weight model conditions and 185 scenario-runs show consistent skill lift across all models. MiniMax M2.5 leads (81.1% with-skill, +13.5pp), followed by Nemotron 120B (78.4%, +18.9pp), GLM-5 Turbo (78.4%, +5.4pp), and Seed 2.0 Lite (75.7%, +18.9pp).
Show more
Brain-Inspired Graph Multi-Agent Systems for LLM Reasoning
cs.AILarge Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of language tasks, yet complex multi-step reasoning remains a fundamental challenge. While Large Reasoning Models (LRMs) equipped with extended chain-of-thought mechanisms demonstrate improved performance over standard LLMs, both model types still suffer from accuracy collapse on sufficiently complex tasks, suggesting that scaling model-level reasoning alone is insufficient. Inspired by the global workspace theory of human cognition, we propose Brain-Inspired Graph Multi-Agent Systems (BIGMAS), in which specialized LLM agents are organized as nodes in a dynamically constructed directed graph and coordinate exclusively through a centralized shared workspace. A problem-adaptive GraphDesigner constructs task-specific agent topologies, while a global Orchestrator leverages the complete shared state for routing decisions, overcoming the local-view bottleneck of reactive approaches. Experiments on Game24, Six Fives, and Tower of London across six frontier LLMs demonstrate that BIGMAS consistently improves reasoning performance for both standard LLMs and LRMs, outperforming existing multi-agent baselines including ReAct and Tree of Thoughts, showing that multi-agent architectural design provides complementary gains orthogonal to model-level reasoning enhancements.
Show more
Controlled Langevin Dynamics for Sampling of Feedforward Neural Networks Trained with Minibatches
cond-mat.dis-nnSampling the parameter space of artificial neural networks according to a Boltzmann distribution provides insight into the geometry of low-loss solutions and offers an alternative to conventional loss minimization for training. However, exact sampling methods such as hybrid Monte Carlo (hMC), while formally correct, become computationally prohibitive for realistic datasets because they require repeated evaluation of full-batch gradients. We introduce a pseudo-Langevin (pL) dynamics that enables efficient Boltzmann sampling of feed-forward neural networks trained with large datasets by using minibatches in a controlled manner. The method exploits the statistical properties of minibatch gradient noise and adjusts fictitious masses and friction coefficients to ensure that the induced stochastic process samples efficiently the desired equilibrium distribution. We validate numerically the approach by comparing its equilibrium statistics with those obtained from exact hMC sampling. Performance benchmarks demonstrate that, while hMC rapidly becomes inefficient as network size increases, the pL scheme maintains high computational diffusion and scales favorably to networks with over one million parameters. Finally, we show that sampling at intermediate temperatures yields optimal generalization performance, comparable to SGD, without requiring a validation set or early stopping procedure. These results establish controlled minibatch Langevin dynamics as a practical and scalable tool for exploring and exploiting the solution space of large neural networks.
Show more
To be FAIR or RIGHT? Methodological [R]esearch [I]ntegrity [G]iven [H]uman-facing [T]echnologies using the example of Learning Technologies
cs.SEQuality assessment of Research Software Engineering (RSE) plays an important role in all scientific fields. From the canonical three criteria (reliability, validity, and objectivity) previous research has focussed on reliability and the FAIR principles. The RIGHT framework is introduced to fill the gap of existing frameworks for the validity aspect. The framework is constructed using the methods of theory transfer and process modelling. It is based on existing models of simulation research, design-based research, software engineering and empirical social sciences. The paper concludes with two case studies drawn from the field of learning technologies to illustrate the practical relevance of the framework for human-facing RSE.
Show more
CRASH: Cognitive Reasoning Agent for Safety Hazards in Autonomous Driving
cs.AIAs AVs grow in complexity and diversity, identifying the root causes of operational failures has become increasingly complex. The heterogeneity of system architectures across manufacturers, ranging from end-to-end to modular designs, together with variations in algorithms and integration strategies, limits the standardization of incident investigations and hinders systematic safety analysis. This work examines real-world AV incidents reported in the NHTSA database. We curate a dataset of 2,168 cases reported between 2021 and 2025, representing more than 80 million miles driven. To process this data, we introduce CRASH, Cognitive Reasoning Agent for Safety Hazards, an LLM-based agent that automates reasoning over crash reports by leveraging both standardized fields and unstructured narrative descriptions. CRASH operates on a unified representation of each incident to generate concise summaries, attribute a primary cause, and assess whether the AV materially contributed to the event. Our findings show that (1) CRASH attributes 64% of incidents to perception or planning failures, underscoring the importance of reasoning-based analysis for accurate fault attribution; and (2) approximately 50% of reported incidents involve rear-end collisions, highlighting a persistent and unresolved challenge in autonomous driving deployment. We further validate CRASH with five domain experts, achieving 86% accuracy in attributing AV system failures. Overall, CRASH demonstrates strong potential as a scalable and interpretable tool for automated crash analysis, providing actionable insights to support safety research and the continued development of autonomous driving systems.
Show more
Deep learning and the rate of approximation by flows
cs.LGWe investigate the dependence of the approximation capacity of deep residual networks on its depth in a continuous dynamical systems setting. This can be formulated as the general problem of quantifying the minimal time-horizon required to approximate a diffeomorphism by flows driven by a given family $\mathcal F$ of vector fields. We show that this minimal time can be identified as a geodesic distance on a sub-Finsler manifold of diffeomorphisms, where the local geometry is characterised by a variational principle involving $\mathcal F$. This connects the learning efficiency of target relationships to their compatibility with the learning architectural choice. Further, the results suggest that the key approximation mechanism in deep learning, namely the approximation of functions by composition or dynamics, differs in a fundamental way from linear approximation theory, where linear spaces and norm-based rate estimates are replaced by manifolds and geodesic distances.
Show more
FuXiWeather2: Learning accurate atmospheric state estimation for operational global weather forecasting
cs.LGNumerical weather prediction has long been constrained by the computational bottlenecks inherent in data assimilation and numerical modeling. While machine learning has accelerated forecasting, existing models largely serve as "emulators of reanalysis products," thereby retaining their systematic biases and operational latencies. Here, we present FuXiWeather2, a unified end-to-end neural framework for assimilation and forecasting. We align training objectives directly with a combination of real-world observations and reanalysis data, enabling the framework to effectively rectify inherent errors within reanalysis products. To address the distribution shift between NWP-derived background inputs during training and self-generated backgrounds during deployment, we introduce a recursive unrolling training method to enhance the precision and stability of analysis generation. Furthermore, our model is trained on a hybrid dataset of raw and simulated observations to mitigate the impact of observational distribution inconsistency. FuXiWeather2 generates high-resolution ($0.25^{\circ}$) global analysis fields and 10-day forecasts within minutes. The analysis fields surpass the NCEP-GFS across most variables and demonstrate superior accuracy over both ERA5 and the ECMWF-HRES system in lower-tropospheric and surface variables. These high-quality analysis fields drive deterministic forecasts that exceed the skill of the HRES system in 91\% of evaluated metrics. Additionally, its outstanding performance in typhoon track prediction underscores its practical value for rapid response to extreme weather events. The FuXiWeather2 analysis dataset is available at https://doi.org/10.5281/zenodo.18872728.
Show more
Conditional Rectified Flow-based End-to-End Rapid Seismic Inversion Method
cs.LGSeismic inversion is a core problem in geophysical exploration, where traditional methods suffer from high computational costs and are susceptible to initial model dependence. In recent years, deep generative model-based seismic inversion methods have achieved remarkable progress, but existing generative models struggle to balance sampling efficiency and inversion accuracy. This paper proposes an end-to-end fast seismic inversion method based on Conditional Rectified Flow[1], which designs a dedicated seismic encoder to extract multi-scale seismic features and adopts a layer-by-layer injection control strategy to achieve fine-grained conditional control. Experimental results demonstrate that the proposed method achieves excellent inversion accuracy on the OpenFWI[2] benchmark dataset. Compared with Diffusion[3,4] methods, it achieves sampling acceleration; compared with InversionNet[5,6,7] methods, it achieves higher accuracy in generation. Our zero-shot generalization experiments on Marmousi[8,9] real data further verify the practical value of the method. Experimental results show that the proposed method achieves excellent inversion accuracy on the OpenFWI benchmark dataset; compared with Diffusion methods, it achieves sampling acceleration while maintaining higher accuracy than InversionNet methods; experiments based on the Marmousi standard model further verify that this method can generate high-quality initial velocity models in a zero-shot manner, effectively alleviating the initial model dependency problem in traditional Full Waveform Inversion (FWI), and possesses industrial practical value.
Show more
NV-Bench: Benchmark of Nonverbal Vocalization Synthesis for Expressive Text-to-Speech Generation
cs.SDWhile recent text-to-speech (TTS) systems increasingly integrate nonverbal vocalizations (NVs), their evaluations lack standardized metrics and reliable ground-truth references. To bridge this gap, we propose NV-Bench, the first benchmark grounded in a functional taxonomy that treats NVs as communicative acts rather than acoustic artifacts. NV-Bench comprises 1,651 multi-lingual, in-the-wild utterances with paired human reference audio, balanced across 14 NV categories. We introduce a dual-dimensional evaluation protocol: (1) Instruction Alignment, utilizing the proposed paralinguistic character error rate (PCER) to assess controllability, (2) Acoustic Fidelity, measuring the distributional gap to real recordings to assess acoustic realism. We evaluate diverse TTS models and develop two baselines. Experimental results demonstrate a strong correlation between our objective metrics and human perception, establishing NV-Bench as a standardized evaluation framework.
Show more
PMAx: An Agentic Framework for AI-Driven Process Mining
cs.AIProcess mining provides powerful insights into organizational workflows, but extracting these insights typically requires expertise in specialized query languages and data science tools. Large Language Models (LLMs) offer the potential to democratize process mining by enabling business users to interact with process data through natural language. However, using LLMs as direct analytical engines over raw event logs introduces fundamental challenges: LLMs struggle with deterministic reasoning and may hallucinate metrics, while sending large, sensitive logs to external AI services raises serious data-privacy concerns. To address these limitations, we present PMAx, an autonomous agentic framework that functions as a virtual process analyst. Rather than relying on LLMs to generate process models or compute analytical results, PMAx employs a privacy-preserving multi-agent architecture. An Engineer agent analyzes event-log metadata and autonomously generates local scripts to run established process mining algorithms, compute exact metrics, and produce artifacts such as process models, summary tables, and visualizations. An Analyst agent then interprets these insights and artifacts to compile comprehensive reports. By separating computation from interpretation and executing analysis locally, PMAx ensures mathematical accuracy and data privacy while enabling non-technical users to transform high-level business questions into reliable process insights.
Show more
Embedding-Aware Feature Discovery: Bridging Latent Representations and Interpretable Features in Event Sequences
cs.LGIndustrial financial systems operate on temporal event sequences such as transactions, user actions, and system logs. While recent research emphasizes representation learning and large language models, production systems continue to rely heavily on handcrafted statistical features due to their interpretability, robustness under limited supervision, and strict latency constraints. This creates a persistent disconnect between learned embeddings and feature-based pipelines. We introduce Embedding-Aware Feature Discovery (EAFD), a unified framework that bridges this gap by coupling pretrained event-sequence embeddings with a self-reflective LLM-driven feature generation agent. EAFD iteratively discovers, evaluates, and refines features directly from raw event sequences using two complementary criteria: \emph{alignment}, which explains information already encoded in embeddings, and \emph{complementarity}, which identifies predictive signals missing from them. Across both open-source and industrial transaction benchmarks, EAFD consistently outperforms embedding-only and feature-based baselines, achieving relative gains of up to $+5.8\%$ over state-of-the-art pretrained embeddings, resulting in new state-of-the-art performance across event-sequence datasets.
Show more
Intelligent Co-Design: An Interactive LLM Framework for Interior Spatial Design via Multi-Modal Agents
cs.AIIn architectural interior design, miscommunication frequently arises as clients lack design knowledge, while designers struggle to explain complex spatial relationships, leading to delayed timelines and financial losses. Recent advancements in generative layout tools narrow the gap by automating 3D visualizations. However, prevailing methodologies exhibit limitations: rule-based systems implement hard-coded spatial constraints that restrict participatory engagement, while data-driven models rely on extensive training datasets. Recent large language models (LLMs) bridge this gap by enabling intuitive reasoning about spatial relationships through natural language. This research presents an LLM-based, multimodal, multi-agent framework that dynamically converts natural language descriptions and imagery into 3D designs. Specialized agents (Reference, Spatial, Interactive, Grader), operating via prompt guidelines, collaboratively address core challenges: the agent system enables real-time user interaction for iterative spatial refinement, while Retrieval-Augmented Generation (RAG) reduces data dependency without requiring task-specific model training. This framework accurately interprets spatial intent and generates optimized 3D indoor design, improving productivity, and encouraging nondesigner participation. Evaluations across diverse floor plans and user questionnaires demonstrate effectiveness. An independent LLM evaluator consistently rated participatory layouts higher in user intent alignment, aesthetic coherence, functionality, and circulation. Questionnaire results indicated 77% satisfaction and a clear preference over traditional design software. These findings suggest the framework enhances user-centric communication and fosters more inclusive, effective, and resilient design processes. Project page: https://rsigktyper.github.io/AICodesign/
Show more
DOS: Dependency-Oriented Sampler for Masked Diffusion Language Models
cs.CLMasked diffusion language models (MDLMs) have recently emerged as a new paradigm in language modeling, offering flexible generation dynamics and enabling efficient parallel decoding. However, existing decoding strategies for pre-trained MDLMs predominantly rely on token-level uncertainty criteria, while largely overlooking sequence-level information and inter-token dependencies. To address this limitation, we propose Dependency-Oriented Sampler (DOS), a training-free decoding strategy that leverages inter-token dependencies to inform token updates during generation. Specifically, DOS exploits attention matrices from transformer blocks to approximate inter-token dependencies, emphasizing information from unmasked tokens when updating masked positions. Empirical results demonstrate that DOS consistently achieves superior performance on both code generation and mathematical reasoning tasks. Moreover, DOS can be seamlessly integrated with existing parallel sampling methods, leading to improved generation efficiency without sacrificing generation quality.
Show more
Active Seriation: Efficient Ordering Recovery with Statistical Guarantees
stat.MLActive seriation aims at recovering an unknown ordering of $n$ items by adaptively querying pairwise similarities. The observations are noisy measurements of entries of an underlying $n$ x $n$ permuted Robinson matrix, whose permutation encodes the latent ordering. The framework allows the algorithm to start with partial information on the latent ordering, including seriation from scratch as a special case. We propose an active seriation algorithm that provably recovers the latent ordering with high probability. Under a uniform separation condition on the similarity matrix, optimal performance guarantees are established, both in terms of the probability of error and the number of observations required for successful recovery.
Show more
Data Augmentation via Causal-Residual Bootstrapping
cs.LGData augmentation integrates domain knowledge into a dataset by making domain-informed modifications to existing data points. For example, image data can be augmented by duplicating images in different tints or orientations, thereby incorporating the knowledge that images may vary in these dimensions. Recent work by Teshima and Sugiyama has explored the integration of causal knowledge (e.g, A causes B causes C) up to conditional independence equivalence. We suggest a related approach for settings with additive noise that can incorporate information beyond a Markov equivalence class. The approach, built on the principle of independent mechanisms, permutes the residuals of models built on marginal probability distributions. Predictive models built on our augmented data demonstrate improved accuracy, for which we provide theoretical backing in linear Gaussian settings.
Show more
A scaled TW-PINN: A physics-informed neural network for traveling wave solutions of reaction-diffusion equations with general coefficients
math.NAWe propose an efficient and generalizable physics-informed neural network (PINN) framework for computing traveling wave solutions of $n$-dimensional reaction-diffusion equations with various reaction and diffusion coefficients. By applying a scaling transformation with the traveling wave form, the original problem is reduced to a one-dimensional scaled reaction-diffusion equation with unit reaction and diffusion coefficients. This reduction leads to the proposed framework, termed scaled TW-PINN, in which a single PINN solver trained on the scaled equation is reused for different coefficient choices and spatial dimensions. We also prove a universal approximation property of the proposed PINN solver for traveling wave solutions. Numerical experiments in one and two dimensions, together with a comparison to the existing wave-PINN method, demonstrate the accuracy, flexibility, and superior performance of scaled TW-PINN. Finally, we explore an extension of the framework to the Fisher's equation with general initial conditions.
Show more
Tagarela - A Portuguese speech dataset from podcasts
cs.CLDespite significant advances in speech processing, Portuguese remains under-resourced due to the scarcity of public, large-scale, and high-quality datasets. To address this gap, we present a new dataset, named TAGARELA, composed of over 8,972 hours of podcast audio, specifically curated for training automatic speech recognition (ASR) and text-to-speech (TTS) models. Notably, its scale rivals English's GigaSpeech (10kh), enabling state-of-the-art Portuguese models. To ensure data quality, the corpus was subjected to an audio pre-processing pipeline and subsequently transcribed using a mixed strategy: we applied ASR models that were previously trained on high-fidelity transcriptions generated by proprietary APIs, ensuring a high level of initial accuracy. Finally, to validate the effectiveness of this new resource, we present ASR and TTS models trained exclusively on our dataset and evaluate their performance, demonstrating its potential to drive the development of more robust and natural speech technologies for Portuguese. The dataset is released publicly, available at https://freds0.github.io/TAGARELA/, to foster the development of robust speech technologies.
Show more
CASHomon Sets: Efficient Rashomon Sets Across Multiple Model Classes and their Hyperparameters
cs.LGRashomon sets are model sets within one model class that perform nearly as well as a reference model from the same model class. They reveal the existence of alternative well-performing models, which may support different interpretations. This enables selecting models that match domain knowledge, hidden constraints, or user preferences. However, efficient construction methods currently exist for only a few model classes. Applied machine learning usually searches many model classes, and the best class is unknown beforehand. We therefore study Rashomon sets in the combined algorithm selection and hyperparameter optimization (CASH) setting and call them CASHomon sets. We propose TruVaRImp, a model-based active learning algorithm for level set estimation with an implicit threshold, and provide convergence guarantees. On synthetic and real-world datasets, TruVaRImp reliably identifies CASHomon sets members and matches or outperforms naive sampling, Bayesian optimization, classical and implicit level set estimation methods, and other baselines. Our analyses of predictive multiplicity and feature-importance variability across model classes question the common practice of interpreting data through a single model class.
Show more
LLM-Driven Discovery of High-Entropy Catalysts via Retrieval-Augmented Generation
cond-mat.mtrl-sciCO2 reduction requires efficient catalysts, yet materials discovery remains bottlenecked by 10-20 year development cycles requiring deep domain expertise. This paper demonstrates how large language models can assist the catalyst discovery process by helping researchers explore chemical spaces and interpret results when augmented with retrieval-based grounding. We introduce a retrieval-augmented generation framework that enables GPT-4 to navigate chemical space by accessing a database of 50,000+ known materials, adapting general-purpose language understanding for high-throughput materials design. Our approach generated over 250 catalyst candidates with an 82% thermodynamic stability rate while addressing multi-objective constraints: 68% achieved <$100/kg cost with metallic conductivity (band gap<0.1eV) and mechanical stability (B/G>1.75). The best-performing Fe0.2Co0.2Ni0.2Ir0.1Ru0.3 achieves 0.285V limiting potential (25% improvement over IrO2), while Cr0.2Fe0.2Co0.3Ni0.2Mo0.1 optimally balances performance-cost trade-offs at $18/kg. Volcano plot analysis confirms that 78% of LLM-generated catalysts cluster near the theoretical activity optimum, while our system achieves 200x computational efficiency compared to traditional high-throughput screening. By demonstrating that retrieval-augmented generation can ground AI creativity in physical constraints without sacrificing exploration, this work demonstrates an approach where natural language interfaces can streamline materials discovery workflows, enabling researchers to explore chemical spaces more efficiently while the LLM assists in result interpretation and hypothesis generation.
Show more
PYTHEN: A Flexible Framework for Legal Reasoning in Python
cs.CLThis paper introduces PYTHEN, a novel Python-based framework for defeasible legal reasoning. PYTHEN is designed to model the inherently defeasible nature of legal argumentation, providing a flexible and intuitive syntax for representing legal rules, conditions, and exceptions. Inspired by PROLEG (PROlog-based LEGal reasoning support system) and guided by the philosophy of The Zen of Python, PYTHEN leverages Python's built-in any() and all() functions to offer enhanced flexibility by natively supporting both conjunctive (ALL) and disjunctive (ANY) conditions within a single rule, as well as a more expressive exception-handling mechanism. This paper details the architecture of PYTHEN, provides a comparative analysis with PROLEG, and discusses its potential applications in autoformalization and the development of next-generation legal AI systems. By bridging the gap between symbolic reasoning and the accessibility of Python, PYTHEN aims to democratize formal legal reasoning for young researchers, legal tech developers, and professionals without extensive logic programming expertise. We position PYTHEN as a practical bridge between the powerful symbolic reasoning capabilities of logic programming and the rich, ubiquitous ecosystem of Python, making formal legal reasoning accessible to a broader range of developers and legal professionals.
Show more
Knowledge Graph Extraction from Biomedical Literature for Alkaptonuria Rare Disease
cs.AIAlkaptonuria (AKU) is an ultra-rare autosomal recessive metabolic disorder caused by mutations in the HGD (Homogentisate 1,2-Dioxygenase) gene, leading to a pathological accumulation of homogentisic acid (HGA) in body fluids and tissues. This leads to systemic manifestations, including premature spondyloarthropathy, renal and prostatic stones, and cardiovascular complications. Being ultra-rare, the amount of data related to the disease is limited, both in terms of clinical data and literature. Knowledge graphs (KGs) can help connect the limited knowledge about the disease (basic mechanisms, manifestations and existing therapies) with other knowledge; however, AKU is frequently underrepresented or entirely absent in existing biomedical KGs. In this work, we apply a text-mining methodology based on PubTator3 for large-scale extraction of biomedical relations. We construct two KGs of different sizes, validate them using existing biochemical knowledge and use them to extract genes, diseases and therapies possibly related to AKU. This computational framework reveals the systemic interactions of the disease, its comorbidities, and potential therapeutic targets, demonstrating the efficacy of our approach in analyzing rare metabolic disorders.
Show more
CCTU: A Benchmark for Tool Use under Complex Constraints
cs.CLSolving problems through tool use under explicit constraints constitutes a highly challenging yet unavoidable scenario for large language models (LLMs), requiring capabilities such as function calling, instruction following, and self-refinement. However, progress has been hindered by the absence of dedicated evaluations. To address this, we introduce CCTU, a benchmark for evaluating LLM tool use under complex constraints. CCTU is grounded in a taxonomy of 12 constraint categories spanning four dimensions (i.e., resource, behavior, toolset, and response). The benchmark comprises 200 carefully curated and challenging test cases across diverse tool-use scenarios, each involving an average of seven constraint types and an average prompt length exceeding 4,700 tokens. To enable reliable evaluation, we develop an executable constraint validation module that performs step-level validation and enforces compliance during multi-turn interactions between models and their environments. We evaluate nine state-of-the-art LLMs in both thinking and non-thinking modes. Results indicate that when strict adherence to all constraints is required, no model achieves a task completion rate above 20%. Further analysis reveals that models violate constraints in over 50% of cases, particularly in the resource and response dimensions. Moreover, LLMs demonstrate limited capacity for self-refinement even after receiving detailed feedback on constraint violations, highlighting a critical bottleneck in the development of robust tool-use agents. To facilitate future research, we release the data and code.
Show more
A Kolmogorov-Arnold Surrogate Model for Chemical Equilibria: Application to Solid Solutions
cs.LGThe computational cost of geochemical solvers is a challenging matter. For reactive transport simulations, where chemical calculations are performed up to billions of times, it is crucial to reduce the total computational time. Existing publications have explored various machine-learning approaches to determine the most effective data-driven surrogate model. In particular, multilayer perceptrons are widely employed due to their ability to recognize nonlinear relationships. In this work, we focus on the recent Kolmogorov-Arnold networks, where learnable spline-based functions replace classical fixed activation functions. This architecture has achieved higher accuracy with fewer trainable parameters and has become increasingly popular for solving partial differential equations. First, we train a surrogate model based on an existing cement system benchmark. Then, we move to an application case for the geological disposal of nuclear waste, i.e., the determination of radionuclide-bearing solids solubilities. To the best of our knowledge, this work is the first to investigate co-precipitation with radionuclide incorporation using data-driven surrogate models, considering increasing levels of thermodynamic complexity from simple mechanical mixtures to non-ideal solid solutions of binary (Ba,Ra)SO$_4$ and ternary (Sr,Ba,Ra)SO$_4$ systems. On the cement benchmark, we demonstrate that the Kolmogorov-Arnold architecture outperforms multilayer perceptrons in both absolute and relative error metrics, reducing them by 62% and 59%, respectively. On the binary and ternary radium solid solution models, Kolmogorov-Arnold networks maintain median prediction errors near $1\times10^{-3}$. This is the first step toward employing surrogate models to speed up reactive transport simulations and optimize the safety assessment of deep geological waste repositories.
Show more
xplainfi: Feature Importance and Statistical Inference for Machine Learning in R
cs.LGWe introduce xplainfi, an R package built on top of the mlr3 ecosystem for global, loss-based feature importance methods for machine learning models. Various feature importance methods exist in R, but significant gaps remain, particularly regarding conditional importance methods and associated statistical inference procedures. The package implements permutation feature importance, conditional feature importance, relative feature importance, leave-one-covariate-out, and generalizations thereof, and both marginal and conditional Shapley additive global importance methods. It provides a modular conditional sampling architecture based on Gaussian distributions, adversarial random forests, conditional inference trees, and knockoff-based samplers, which enable conditional importance analysis for continuous and mixed data. Statistical inference is available through multiple approaches, including variance-corrected confidence intervals and the conditional predictive impact framework. We demonstrate that xplainfi produces importance scores consistent with existing implementations across multiple simulation settings and learner types, while offering competitive runtime performance. The package is available on CRAN and provides researchers and practitioners with a comprehensive toolkit for feature importance analysis and model interpretation in R.
Show more
Enhancing classification accuracy through chaos
cs.LGWe propose a novel approach which exploits chaos to enhance classification accuracy. Specifically, the available data that need to be classified are treated as vectors that are first lifted into a higher-dimensional space and then used as initial conditions for the evolution of a chaotic dynamical system for a prescribed temporal interval. The evolved state of the dynamical system is then fed to a trainable softmax classifier which outputs the probabilities of the various classes. As proof-of-concept, we use samples of randomly perturbed orthogonal vectors of moderate dimension (2 to 20), with a corresponding number of classes equal to the vector dimension, and show how our approach can both significantly accelerate the training process and improve the classification accuracy compared to a standard softmax classifier which operates on the original vectors, as well as a softmax classifier which only lifts the vectors to a higher-dimensional space without evolving them. We also provide an explanation for the improved performance of the chaos-enhanced classifier.
Show more
The Impact of AI-Assisted Development on Software Security: A Study of Gemini and Developer Experience
cs.SEThe ongoing shortage of skilled developers, particularly in security-critical software development, has led organizations to increasingly adopt AI-powered development tools to boost productivity and reduce reliance on limited human expertise. These tools, often based on large language models, aim to automate routine tasks and make secure software development more accessible and efficient. However, it remains unclear how developers' general programming and security-specific experience, and the type of AI tool used (free vs. paid) affect the security of the resulting software. Therefore, we conducted a quantitative programming study with software developers (n=159) exploring the impact of Google's AI tool Gemini on code security. Participants were assigned a security-related programming task using either no AI tools, the free version, or the paid version of Gemini. While we did not observe significant differences between using Gemini in terms of secure software development, programming experience significantly improved code security and cannot be fully substituted by Gemini.
Show more
Evolutionary Transfer Learning for Dragonchess
cs.AIDragonchess, a three-dimensional chess variant introduced by Gary Gygax, presents unique strategic and computational challenges that make it an ideal environment for studying the transfer of artificial intelligence (AI) heuristics across domains. In this work, we introduce Dragonchess as a novel testbed for AI research and provide an open-source, Python-based game engine for community use. Our research investigates evolutionary transfer learning by adapting heuristic evaluation functions directly from Stockfish, a leading chess engine, and subsequently optimizing them using Covariance Matrix Adaptation Evolution Strategy (CMA-ES). Initial trials showed that direct heuristic transfers were inadequate due to Dragonchess's distinct multi-layer structure and movement rules. However, evolutionary optimization significantly improved AI agent performance, resulting in superior gameplay demonstrated through empirical evaluation in a 50-round Swiss-style tournament. This research establishes the effectiveness of evolutionary methods in adapting heuristic knowledge to structurally complex, previously unexplored game domains.
Show more
Datasets for Verb Alternations across Languages: BLM Templates and Data Augmentation Strategies
cs.CLLarge language models (LLMs) have shown remarkable performance across various sentence-based linguistic phenomena, yet their ability to capture cross-sentence paradigmatic patterns, such as verb alternations, remains underexplored. In this work, we present curated paradigm-based datasets for four languages, designed to probe systematic cross-sentence knowledge of verb alternations (change-of-state and object-drop constructions in English, German and Italian, and Hebrew binyanim). The datasets comprise thousands of the Blackbird Language Matrices (BLMs) problems. The BLM task -- an RPM/ARC-like task devised specifically for language -- is a controlled linguistic puzzle where models must select the sentence that completes a pattern according to syntactic and semantic rules. We introduce three types of templates varying in complexity and apply linguistically-informed data augmentation strategies across synthetic and natural data. We provide simple baseline performance results across English, Italian, German, and Hebrew, that demonstrate the diagnostic usefulness of the datasets.
Show more
Scalable Simulation-Based Model Inference with Test-Time Complexity Control
stat.MLSimulation plays a central role in scientific discovery. In many applications, the bottleneck is no longer running a simulator; it is choosing among large families of plausible simulators, each corresponding to different forward models/hypotheses consistent with observations. Over large model families, classical Bayesian workflows for model selection are impractical. Furthermore, amortized model selection methods typically hard-code a fixed model prior or complexity penalty at training time, requiring users to commit to a particular parsimony assumption before seeing the data. We introduce PRISM, a simulation-based encoder-decoder that infers a joint posterior over both discrete model structures and associated continuous parameters, while enabling test-time control of model complexity via a tunable model prior that the network is conditioned on. We show that PRISM scales to families with combinatorially many (up to billions) of model instantiations on a synthetic symbolic regression task. As a scientific application, we evaluate PRISM on biophysical modeling for diffusion MRI data, showing the ability to perform model selection across several multi-compartment models, on both synthetic and in vivo neuroimaging data.
Show more
Evaluating the Robustness of Reinforcement Learning based Adaptive Traffic Signal Control
cs.LGReinforcement learning (RL) has attracted increasing interest for adaptive traffic signal control due to its model-free ability to learn control policies directly from interaction with the traffic environment. However, several challenges remain before RL-based signal control can be considered ready for field deployment. Many existing studies rely on simplified signal timing structures, robustness of trained models under varying traffic demand conditions remains insufficiently evaluated, and runtime efficiency continues to pose challenges when training RL algorithms in traffic microscopic simulation environments. This study formulates an RL-based signal control algorithm capable of representing a full eight-phase ring-barrier configuration consistent with field signal controllers. The algorithm is trained and evaluated under varying traffic demand conditions and benchmarked against state-of-the-practice actuated signal control (ASC). To assess robustness, experiments are conducted across multiple traffic volumes and origin-destination (O-D) demand patterns with varying levels of structural similarity. To improve training efficiency, a distributed asynchronous training architecture is implemented that enables parallel simulation across multiple computing nodes. Results from a case study intersection show that the proposed RL-based signal control significantly outperforms optimized ASC, reducing average delay by 11-32% across movements. A model trained on a single O-D pattern generalizes well to similar unseen demand patterns but degrades under substantially different demand conditions. In contrast, a model trained on diverse O-D patterns demonstrates strong robustness, consistently outperforming ASC even under highly dissimilar unseen demand scenarios.
Show more
Algorithms for Deciding the Safety of States in Fully Observable Non-deterministic Problems: Technical Report
cs.AILearned action policies are increasingly popular in sequential decision-making, but suffer from a lack of safety guarantees. Recent work introduced a pipeline for testing the safety of such policies under initial-state and action-outcome non-determinism. At the pipeline's core, is the problem of deciding whether a state is safe (a safe policy exists from the state) and finding faults, which are state-action pairs that transition from a safe state to an unsafe one. Their most effective algorithm for deciding safety, TarjanSafe, is effective on their benchmarks, but we show that it has exponential worst-case runtime with respect to the state space. A linear-time alternative exists, but it is slower in practice. We close this gap with a new policy-iteration algorithm iPI, that combines the best of both: it matches TarjanSafe's best-case runtime while guaranteeing a polynomial worst-case. Experiments confirm our theory and show that in problems amenable to TarjanSafe iPI has similar performance, whereas in ill-suited problems iPI scales exponentially better.
Show more
Survey of Various Fuzzy and Uncertain Decision-Making Methods
cs.AIDecision-making in real applications is often affected by vagueness, incomplete information, heterogeneous data, and conflicting expert opinions. This survey reviews uncertainty-aware multi-criteria decision-making (MCDM) and organizes the field into a concise, task-oriented taxonomy. We summarize problem-level settings (discrete, group/consensus, dynamic, multi-stage, multi-level, multiagent, and multi-scenario), weight elicitation (subjective and objective schemes under fuzzy/linguistic inputs), and inter-criteria structure and causality modelling. For solution procedures, we contrast compensatory scoring methods, distance-to-reference and compromise approaches, and non-compensatory outranking frameworks for ranking or sorting. We also outline rule/evidence-based and sequential decision models that produce interpretable rules or policies. The survey highlights typical inputs, core computational steps, and primary outputs, and provides guidance on choosing methods according to robustness, interpretability, and data availability. It concludes with open directions on explainable uncertainty integration, stability, and scalability in large-scale and dynamic decision environments.
Show more
Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory
cs.AIRecent advances in large language models have driven the emergence of intelligent agents operating in open-world, multimodal environments. To support long-term reasoning, such agents are typically equipped with external memory systems. However, most existing multimodal agent memories rely primarily on neural representations and vector-based retrieval, which are well-suited for inductive, intuitive reasoning but fundamentally limited in supporting analytical, deductive reasoning critical for real-world decision making. To address this limitation, we propose NS-Mem, a long-term neuro-symbolic memory framework designed to advance multimodal agent reasoning by integrating neural memory with explicit symbolic structures and rules. Specifically, NS-Mem is operated around three core components of a memory system: (1) a three-layer memory architecture that consists episodic layer, semantic layer and logic rule layer, (2) a memory construction and maintenance mechanism implemented by SK-Gen that automatically consolidates structured knowledge from accumulated multimodal experiences and incrementally updates both neural representations and symbolic rules, and (3) a hybrid memory retrieval mechanism that combines similarity-based search with deterministic symbolic query functions to support structured reasoning. Experiments on real-world multimodal reasoning benchmarks demonstrate that Neural-Symbolic Memory achieves an average 4.35% improvement in overall reasoning accuracy over pure neural memory systems, with gains of up to 12.5% on constrained reasoning queries, validating the effectiveness of NS-Mem.
Show more
Faster Inference of Flow-Based Generative Models via Improved Data-Noise Coupling
cs.LGConditional Flow Matching (CFM), a simulation-free method for training continuous normalizing flows, provides an efficient alternative to diffusion models for key tasks like image and video generation. The performance of CFM in solving these tasks depends on the way data is coupled with noise. A recent approach uses minibatch optimal transport (OT) to reassign noise-data pairs in each training step to streamline sampling trajectories and thus accelerate inference. However, its optimization is restricted to individual minibatches, limiting its effectiveness on large datasets. To address this shortcoming, we introduce LOOM-CFM (Looking Out Of Minibatch-CFM), a novel method to extend the scope of minibatch OT by preserving and optimizing these assignments across minibatches over training time. Our approach demonstrates consistent improvements in the sampling speed-quality trade-off across multiple datasets. LOOM-CFM also enhances distillation initialization and supports high-resolution synthesis in latent space training.
Show more
From Documents to Spans: Code-Centric Learning for LLM-based ICD Coding
cs.CLICD coding is a critical yet challenging task in healthcare. Recently, LLM-based methods demonstrate stronger generalization than discriminative methods in ICD coding. However, fine-tuning LLMs for ICD coding faces three major challenges. First, existing public ICD coding datasets provide limited coverage of the ICD code space, restricting a model's ability to generalize to unseen codes. Second, naive fine-tuning diminishes the interpretability of LLMs, as few public datasets contain explicit supporting evidence for assigned codes. Third, ICD coding typically involves long clinical documents, making fine-tuning LLMs computationally expensive. To address these issues, we propose Code-Centric Learning, a training framework that shifts supervision from full clinical documents to scalable, short evidence spans. The key idea of this framework is that span-level learning improves LLMs' ability to perform document-level ICD coding. Our proposed framework consists of a mixed training strategy and code-centric data expansion, which substantially reduces training cost, improves accuracy on unseen ICD codes and preserves interpretability. Under the same LLM backbone, our method substantially outperforms strong baselines. Notably, our method enables small-scale LLMs to achieve performance comparable to much larger proprietary models, demonstrating its effectiveness and potential for fully automated ICD coding.
Show more
Mastering the Minority: An Uncertainty-guided Multi-Expert Framework for Challenging-tailed Sequence Learning
cs.LGImbalanced data distribution remains a critical challenge in sequential learning, leading models to easily recognize frequent categories while failing to detect minority classes adequately. The Mixture-of-Experts model offers a scalable solution, yet its application is often hindered by parameter inefficiency, poor expert specialization, and difficulty in resolving prediction conflicts. To Master the Minority classes effectively, we propose the Uncertainty-based Multi-Expert fusion network (UME) framework. UME is designed with three core innovations: First, we employ Ensemble LoRA for parameter-efficient modeling, significantly reducing the trainable parameter count. Second, we introduce Sequential Specialization guided by Dempster-Shafer Theory (DST), which ensures effective specialization on the challenging-tailed classes. Finally, an Uncertainty-Guided Fusion mechanism uses DST's certainty measures to dynamically weigh expert opinions, resolving conflicts by prioritizing the most confident expert for reliable final predictions. Extensive experiments across four public hierarchical text classification datasets demonstrate that UME achieves state-of-the-art performance. We achieve a performance gain of up to 17.97\% over the best baseline on individual categories, while reducing trainable parameters by up to 10.32\%. The findings highlight that uncertainty-guided expert coordination is a principled strategy for addressing challenging-tailed sequence learning. Our code is available at https://github.com/CQUPTWZX/Multi-experts.
Show more
IConE: Batch Independent Collapse Prevention for Self-Supervised Representation Learning
cs.CVSelf-supervised learning (SSL) has revolutionized representation learning, with Joint-Embedding Architectures (JEAs) emerging as an effective approach for capturing semantic features. Existing JEAs rely on implicit or explicit batch interaction -- via negative sampling or statistical regularization -- to prevent representation collapse. This reliance becomes problematic in regimes where batch sizes must be small, such as high-dimensional scientific data, where memory constraints and class imbalance make large, well-balanced batches infeasible. We introduce IConE (Instance-Contrasted Embeddings), a framework that decouples collapse prevention from the training batch size. Rather than enforcing diversity through batch statistics, IConE maintains a global set of learnable auxiliary instance embeddings regularized by an explicit diversity objective. This transfers the anti-collapse mechanism from the transient batch to a dataset-level embedding space, allowing stable training even when batch statistics are unreliable, down to batch size 1. Across diverse 2D and 3D biomedical modalities, IConE outperforms strong contrastive and non-contrastive baselines throughout the small-batch regime (from B=1 to B=64) and demonstrates marked robustness to severe class imbalance. Geometric analysis shows that IConE preserves high intrinsic dimensionality in the learned representations, preventing the collapse observed in existing JEAs as batch sizes shrink.
Show more
Probe-then-Plan: Environment-Aware Planning for Industrial E-commerce Search
cs.AIModern e-commerce search is evolving to resolve complex user intents. While Large Language Models (LLMs) offer strong reasoning, existing LLM-based paradigms face a fundamental blindness-latency dilemma: query rewriting is agnostic to retrieval capabilities and real-time inventory, yielding invalid plans; conversely, deep search agents rely on iterative tool calls and reflection, incurring seconds of latency incompatible with industrial sub-second budgets. To resolve this conflict, we propose Environment-Aware Search Planning (EASP), reformulating search planning as a dynamic reasoning process grounded in environmental reality. EASP introduces a Probe-then-Plan mechanism: a lightweight Retrieval Probe exposes the retrieval snapshot, enabling the Planner to diagnose execution gaps and generate grounded search plans. The methodology comprises three stages: (1) Offline Data Synthesis: A Teacher Agent synthesizes diverse, execution-validated plans by diagnosing the probed environment. (2) Planner Training and Alignment: The Planner is initialized via Supervised Fine-Tuning (SFT) to internalize diagnostic capabilities, then aligned with business outcomes (conversion rate) via Reinforcement Learning (RL). (3) Adaptive Online Serving: A complexity-aware routing mechanism selectively activates planning for complex queries, ensuring optimal resource allocation. Extensive offline evaluations and online A/B testing on JD.com demonstrate that EASP significantly improves relevant recall and achieves substantial lifts in UCVR and GMV. EASP has been successfully deployed in JD.com's AI-Search system.
Show more
AGCD: Agent-Guided Cross-Modal Decoding for Weather Forecasting
cs.AIAccurate weather forecasting is more than grid-wise regression: it must preserve coherent synoptic structures and physical consistency of meteorological fields, especially under autoregressive rollouts where small one-step errors can amplify into structural bias. Existing physics-priors approaches typically impose global, once-for-all constraints via architectures, regularization, or NWP coupling, offering limited state-adaptive and sample-specific controllability at deployment. To bridge this gap, we propose Agent-Guided Cross-modal Decoding (AGCD), a plug-and-play decoding-time prior-injection paradigm that derives state-conditioned physics-priors from the current multivariate atmosphere and injects them into forecasters in a controllable and reusable way. Specifically, We design a multi-agent meteorological narration pipeline to generate state-conditioned physics-priors, utilizing MLLMs to extract various meteorological elements effectively. To effectively apply the priors, AGCD further introduce cross-modal region interaction decoding that performs region-aware multi-scale tokenization and efficient physics-priors injection to refine visual features without changing the backbone interface. Experiments on WeatherBench demonstrate consistent gains for 6-hour forecasting across two resolutions (5.625 degree and 1.40625 degree) and diverse backbones (generic and weather-specialized), including strictly causal 48-hour autoregressive rollouts that reduce early-stage error accumulation and improve long-horizon stability.
Show more
Directional Embedding Smoothing for Robust Vision Language Models
cs.LGThe safety and reliability of vision-language models (VLMs) are a crucial part of deploying trustworthy agentic AI systems. However, VLMs remain vulnerable to jailbreaking attacks that undermine their safety alignment to yield harmful outputs. In this work, we extend the Randomized Embedding Smoothing and Token Aggregation (RESTA) defense to VLMs and evaluate its performance against the JailBreakV-28K benchmark of multi-modal jailbreaking attacks. We find that RESTA is effective in reducing attack success rate over this diverse corpus of attacks, in particular, when employing directional embedding noise, where the injected noise is aligned with the original token embedding vectors. Our results demonstrate that RESTA can contribute to securing VLMs within agentic systems, as a lightweight, inference-time defense layer of an overall security framework.
Show more
SEMAG: Self-Evolutionary Multi-Agent Code Generation
cs.SELarge Language Models (LLMs) have made significant progress in handling complex programming tasks. However, current methods rely on manual model selection and fixed workflows, which limit their ability to adapt to changing task complexities. To address this, we propose SEMAG, a Self-Evolutionary Multi-Agent code Generation framework that mimics human coding practices. It decomposes programming tasks into stages, including planning, coding, debugging, and discussion, while adapting workflows to task difficulty. Its self-evolutionary agents can access the latest models in real time and automatically upgrade the backbone model. SEMAG sets new state-of-the-art Pass@1 accuracy across benchmarks. Using identical backbone models, SEMAG outperforms prior methods by 3.3% on CodeContests. When augmented with self-evolutionary model selection that automatically identifies optimal backbones, SEMAG reaches 52.6%, showcasing both framework effectiveness and adaptability to evolving LLM capabilities.
Show more
SAGE: Multi-Agent Self-Evolution for LLM Reasoning
cs.AIReinforcement learning with verifiable rewards improves reasoning in large language models (LLMs), but many methods still rely on large human-labeled datasets. While self-play reduces this dependency, it often lacks explicit planning and strong quality control, limiting stability in long-horizon multi-step reasoning. We present SAGE (Self-evolving Agents for Generalized reasoning Evolution), a closed-loop framework where four agents: Challenger, Planner, Solver, and Critic, co-evolve from a shared LLM backbone using only a small seed set. The Challenger continuously generates increasingly difficult tasks; the Planner converts each task into a structured multi-step plan; and the Solver follows the plan to produce an answer, whose correctness is determined by external verifiers. The Critic scores and filters both generated questions and plans to prevent curriculum drift and maintain training signal quality, enabling stable self-training. Across mathematics and code-generation benchmarks, SAGE delivers consistent gains across model scales, improving the Qwen-2.5-7B model by 8.9% on LiveCodeBench and 10.7% on OlympiadBench.
Show more
In-Context Symbolic Regression for Robustness-Improved Kolmogorov-Arnold Networks
cs.LGSymbolic regression aims to replace black-box predictors with concise analytical expressions that can be inspected and validated in scientific machine learning. Kolmogorov-Arnold Networks (KANs) are well suited to this goal because each connection between adjacent units (an "edge") is parametrised by a learnable univariate function that can, in principle, be replaced by a symbolic operator. In practice, however, symbolic extraction is a bottleneck: the standard KAN-to-symbol approach fits operators to each learned edge function in isolation, making the discrete choice sensitive to initialisation and non-convex parameter fitting, and ignoring how local substitutions interact through the full network. We study in-context symbolic regression for operator extraction in KANs, and present two complementary instantiations. Greedy in-context Symbolic Regression (GSR) performs greedy, in-context selection by choosing edge replacements according to end-to-end loss improvement after brief fine-tuning. Gated Matching Pursuit (GMP) amortises this in-context selection by training a differentiable gated operator layer that places an operator library behind sparse gates on each edge; after convergence, gates are discretised (optionally followed by a short in-context greedy refinement pass). We quantify robustness via one-factor-at-a-time (OFAT) hyper-parameter sweeps and assess both predictive error and qualitative consistency of recovered formulas. Across several experiments, greedy in-context symbolic regression achieves up to 99.8% reduction in median OFAT test MSE.
Show more
Mechanistic Foundations of Goal-Directed Control
cs.LGMechanistic interpretability has transformed the analysis of transformer circuits by decomposing model behavior into competing algorithms, identifying phase transitions during training, and deriving closed-form predictions for when and why strategies shift. However, this program has remained largely confined to sequence-prediction architectures, leaving embodied control systems without comparable mechanistic accounts. Here we extend this framework to sensorimotor-cognitive development, using infant motor learning as a model system. We show that foundational inductive biases give rise to causal control circuits, with learned gating mechanisms converging toward theoretically motivated uncertainty thresholds. The resulting dynamics reveal a clean phase transition in the arbitration gate whose commitment behavior is well described by a closed-form exponential moving-average surrogate. We identify context window k as the critical parameter governing circuit formation: below a minimum threshold (k$\leq$4) the arbitration mechanism cannot form; above it (k$\geq$8), gate confidence scales asymptotically as log k. A two-dimensional phase diagram further reveals task-demand-dependent route arbitration consistent with the prediction that prospective execution becomes advantageous only when prediction error remains within the task tolerance window. Together, these results provide a mechanistic account of how reactive and prospective control strategies emerge and compete during learning. More broadly, this work sharpens mechanistic accounts of cognitive development and provides principled guidance for the design of interpretable embodied agents.
Show more
Practicing with Language Models Cultivates Human Empathic Communication
cs.CLEmpathy is central to human connection, yet people often struggle to express it effectively. In blinded evaluations, large language models (LLMs) generate responses that are often judged more empathic than human-written ones. Yet when a response is attributed to AI, recipients feel less heard and validated than when comparable responses are attributed to a human. To probe and address this gap in empathic communication skill, we built Lend an Ear, an experimental conversation platform in which participants are asked to offer empathic support to an LLM role-playing personal and workplace troubles. From 33,938 messages spanning 2,904 text-based conversations between 968 participants and their LLM conversational partners, we derive a data-driven taxonomy of idiomatic empathic expressions in naturalistic dialogue. Based on a pre-registered randomized experiment, we present evidence that a brief LLM coaching intervention offering personalized feedback on how to effectively communicate empathy significantly boosts alignment of participants' communication patterns with normative empathic communication patterns relative to both a control group and a group that received video-based but non-personalized feedback. Moreover, we find evidence for a silent empathy effect that people feel empathy but systematically fail to express it. Nonetheless, participants reliably identify responses aligned with normative empathic communication criteria as more expressive of empathy. Together, these results advance the scientific understanding of how empathy is expressed and valued and demonstrate a scalable, AI-based intervention for scaffolding and cultivating it.
Show more
A proof-of-concept for automated AI-driven stellarator coil optimization with in-the-loop finite-element calculations
physics.plasm-phFinding feasible coils for stellarator fusion devices is a critical challenge of realizing this concept for future power plants. Years of research work can be put into the design of even a single reactor-scale stellarator design. To rapidly speed up and automate the workflow of designing stellarator coils, we have designed an end-to-end ``runner'' for performing stellarator coil optimization. The entirety of pre and post-processing steps have been automated; the user specifies only a few basic input parameters, and final coil solutions are updated on an open-source leaderboard. Two policies are available for performing non-stop automated coil optimizations through a genetic algorithm or a context-aware LLM. Lastly, we construct a novel in-the-loop optimization of Von Mises stresses in the coils, opening up important future capabilities for in-the-loop finite-element calculations.
Show more
Why the Valuable Capabilities of LLMs Are Precisely the Unexplainable Ones
cs.AIThis paper proposes and argues for a counterintuitive thesis: the truly valuable capabilities of large language models (LLMs) reside precisely in the part that cannot be fully captured by human-readable discrete rules. The core argument is a proof by contradiction via expert system equivalence: if the full capabilities of an LLM could be described by a complete set of human-readable rules, then that rule set would be functionally equivalent to an expert system; but expert systems have been historically and empirically demonstrated to be strictly weaker than LLMs; therefore, a contradiction arises -- the capabilities of LLMs that exceed those of expert systems are exactly the capabilities that cannot be rule-encoded. This thesis is further supported by the Chinese philosophical concept of Wu (sudden insight through practice), the historical failure of expert systems, and a structural mismatch between human cognitive tools and complex systems. The paper discusses implications for interpretability research, AI safety, and scientific epistemology.
Show more
Decomposing Probabilistic Scores: Reliability, Information Loss and Uncertainty
cs.LGCalibration is a conditional property that depends on the information retained by a predictor. We develop decomposition identities for arbitrary proper losses that make this dependence explicit. At any information level $\mathcal A$, the expected loss of an $\mathcal A$-measurable predictor splits into a proper-regret (reliability) term and a conditional entropy (residual uncertainty) term. For nested levels $\mathcal A\subseteq\mathcal B$, a chain decomposition quantifies the information gain from $\mathcal A$ to $\mathcal B$. Applied to classification with features $\boldsymbol{X}$ and score $S=s(\boldsymbol{X})$, this yields a three-term identity: miscalibration, a {\em grouping} term measuring information loss from $\boldsymbol{X}$ to $S$, and irreducible uncertainty at the feature level. We leverage the framework to analyze post-hoc recalibration, aggregation of calibrated models, and stagewise/boosting constructions, with explicit forms for Brier and log-loss.
Show more
SCAN: Sparse Circuit Anchor Interpretable Neuron for Lifelong Knowledge Editing
cs.AILarge Language Models (LLMs) often suffer from catastrophic forgetting and collapse during sequential knowledge editing. This vulnerability stems from the prevailing dense editing paradigm, which treats models as black boxes and relies on coarse-grained parameter interventions that inevitably disrupt preserved knowledge. To address this, we propose SCAN (a sparse editing framework based on Sparse Circuit Anchored Neuron) which transforms editing into a mechanism-aware manipulation by constructing a knowledge circuit via Sparse Transcoders. Experiments on Gemma2, Qwen3, and Llama3.1 across CounterFact, ZsRE and WikiFactDiff demonstrate that SCAN achieves a superior performance, maintaining model integrity on benchmarks like MMLU and GSM8K even after 3,000 sequential edits, whereas other existing methods deteriorate progressively as editing accumulates, eventually resulting in model collapse.
Show more
Bidirectional Chinese and English Passive Sentences Dataset for Machine Translation
cs.CLMachine Translation (MT) evaluation has gone beyond metrics, towards more specific linguistic phenomena. Regarding English-Chinese language pairs, passive sentences are constructed and distributed differently due to language variation, thus need special attention in MT. This paper proposes a bidirectional multi-domain dataset of passive sentences, extracted from five Chinese-English parallel corpora and annotated automatically with structure labels according to human translation, and a test set with manually verified annotation. The dataset consists of 73,965 parallel sentence pairs (2,358,731 English words, 3,498,229 Chinese characters). We evaluate two state-of-the-art open-source MT systems with our dataset, and four commercial models with the test set. The results show that, unlike humans, models are more influenced by the voice of the source text rather than the general voice usage of the source language, and therefore tend to maintain the passive voice when translating a passive in either direction. However, models demonstrate some knowledge of the low frequency and predominantly negative context of Chinese passives, leading to higher voice consistency with human translators in English-to-Chinese translation than in Chinese-to-English translation. Commercial NMT models scored higher in metric evaluations, but LLMs showed a better ability to use diverse alternative translations. Datasets and annotation script will be shared upon request.
Show more
ADV-0: Closed-Loop Min-Max Adversarial Training for Long-Tail Robustness in Autonomous Driving
cs.LGDeploying autonomous driving systems requires robustness against long-tail scenarios that are rare but safety-critical. While adversarial training offers a promising solution, existing methods typically decouple scenario generation from policy optimization and rely on heuristic surrogates. This leads to objective misalignment and fails to capture the shifting failure modes of evolving policies. This paper presents ADV-0, a closed-loop min-max optimization framework that treats the interaction between driving policy (defender) and adversarial agent (attacker) as a zero-sum Markov game. By aligning the attacker's utility directly with the defender's objective, we reveal the optimal adversary distribution. To make this tractable, we cast dynamic adversary evolution as iterative preference learning, efficiently approximating this optimum and offering an algorithm-agnostic solution to the game. Theoretically, ADV-0 converges to a Nash Equilibrium and maximizes a certified lower bound on real-world performance. Experiments indicate that it effectively exposes diverse safety-critical failures and greatly enhances the generalizability of both learned policies and motion planners against unseen long-tail risks.
Show more
InterPol: De-anonymizing LM Arena via Interpolated Preference Learning
cs.AIStrict anonymity of model responses is a key for the reliability of voting-based leaderboards, such as LM Arena. While prior studies have attempted to compromise this assumption using simple statistical features like TF-IDF or bag-ofwords, these methods often lack the discriminative power to distinguish between stylistically similar or within-family models. To overcome these limitations and expose the severity of vulnerability, we introduce INTERPOL, a model-driven identification framework that learns to distinguish target models from others using interpolated preference data. Specifically, INTERPOL captures deep stylistic patterns that superficial statistical features miss by synthesizing hard negative samples through model interpolation and employing an adaptive curriculum learning strategy. Extensive experiments demonstrate that INTERPOL significantly outperforms existing baselines in identification accuracy. Furthermore, we quantify the real-world threat of our findings through ranking manipulation simulations on Arena battle data.
Show more
Towards Foundation Models for Consensus Rank Aggregation
cs.LGAggregating a consensus ranking from multiple input rankings is a fundamental problem with applications in recommendation systems, search engines, job recruitment, and elections. Despite decades of research in consensus ranking aggregation, minimizing the Kemeny distance remains computationally intractable. Specifically, determining an optimal aggregation of rankings with respect to the Kemeny distance is an NP-hard problem, limiting its practical application to relatively small-scale instances. We propose the Kemeny Transformer, a novel Transformer-based algorithm trained via reinforcement learning to efficiently approximate the Kemeny optimal ranking. Experimental results demonstrate that our model outperforms classical majority-heuristic and Markov-chain approaches, achieving substantially faster inference than integer linear programming solvers. Our approach thus offers a practical, scalable alternative for real-world ranking-aggregation tasks.
Show more
Modeling Matches as Language: A Generative Transformer Approach for Counterfactual Player Valuation in Football
cs.AIEvaluating football player transfers is challenging because player actions depend strongly on tactical systems, teammates, and match context. Despite this complexity, recruitment decisions often rely on static statistics and subjective expert judgment, which do not fully account for these contextual factors. This limitation stems largely from the absence of counterfactual simulation mechanisms capable of predicting outcomes in hypothetical scenarios. To address these challenges, we propose ScoutGPT, a generative model that treats football match events as sequential tokens within a language modeling framework. Utilizing a NanoGPT-based Transformer architecture trained on next-token prediction, ScoutGPT learns the dynamics of match event sequences to simulate event sequences under hypothetical lineups, demonstrating superior predictive performance compared to existing baseline models. Leveraging this capability, the model employs Monte Carlo sampling to enable counterfactual simulation, allowing for the assessment of unobserved scenarios. Experiments on K League data show that simulated player transfers lead to measurable changes in offensive progression and goal probabilities, indicating that ScoutGPT captures player-specific impact beyond traditional static metrics.
Show more
Efficient Document Parsing via Parallel Token Prediction
cs.CLDocument parsing, as a fundamental yet crucial vision task, is being revolutionized by vision-language models (VLMs). However, the autoregressive (AR) decoding inherent to VLMs creates a significant bottleneck, severely limiting parsing speed. In this paper, we propose Parallel-Token Prediction (PTP), a plugable, model-agnostic and simple-yet-effective method that enables VLMs to generate multiple future tokens in parallel with improved sample efficiency. Specifically, we insert some learnable tokens into the input sequence and design corresponding training objectives to equip the model with parallel decoding capabilities for document parsing. Furthermore, to support effective training, we develop a comprehensive data generation pipeline that efficiently produces large-scale, high-quality document parsing training data for VLMs. Extensive experiments on OmniDocBench and olmOCR-bench demonstrate that our method not only significantly improves decoding speed (1.6x-2.2x) but also reduces model hallucinations and exhibits strong generalization abilities.
Show more
LMetric: Simple is Better - Multiplication May Be All You Need for LLM Request Scheduling
cs.DCHigh-quality LLM request scheduling requires achieving two key objectives: whether the routed instance has KV$ to accelerate the request execution and whether the workload is balanced across instances. Achieving both objectives is challenging because pursuing one objective may compromise the other. Current approaches adopt various combinators (e.g., linear combinations) to compute a scheduling score combining indicators for the two objectives, which are complex in that they either require significant workload-specific hyperparameter tuning or model-hardware-aware simulator development, and could still lead to suboptimal performance. In this paper, we show that using a simple multiplication of two carefully chosen indicators-one for KV$-aware (new prefill tokens if routed to an instance) and one for load balancing-aware (current batch size of the instance)-as the scheduling score can simultaneously achieve both objectives well without any hyperparameter tuning. The key idea is that the multiplied score considers both objectives in a manner similar to a linear combination, with a nice property that the original hyperparameters are canceled out during comparison so we don't need tuning to find the best parameters. The two indicators are chosen based on our analysis of LLM characteristics, and our extensive experiments show that this simple approach can reduce TTFT by 92% and 52%, and TPOT by 21% and 20%, compared to vLLM-v1 and a production scheduler on real-world workloads covering chatbots, API calls, and coding agents. We also mathematically derive the conditions under which multiplication may fail, and find that such conditions are extremely rare in practice and can be detected (and mitigated) beforehand.
Show more
Geometric framework for biological evolution
q-bio.PEWe develop a generally covariant description of evolutionary dynamics that operates consistently in both genotype and phenotype spaces. We show that the maximum entropy principle yields a fundamental identification between the inverse metric tensor and the covariance matrix, revealing the Lande equation as a covariant gradient ascent equation. This demonstrates that evolution can be modeled as a learning process on the fitness landscape, with the specific learning algorithm determined by the functional relation between the metric tensor and the noise covariance arising from microscopic dynamics. While the metric (or the inverse genotypic covariance matrix) has been extensively characterized empirically, the noise covariance and its associated observable (the covariance of evolutionary changes) have never been directly measured. This poses the experimental challenge of determining the functional form relating metric to noise covariance.
Show more
Massive Redundancy in Gradient Transport Enables Sparse Online Learning
cs.LGReal-time recurrent learning (RTRL) computes exact online gradients by propagating a Jacobian tensor forward through recurrent dynamics, but at O(n^4) cost per step. Prior work has sought structured approximations (rank-1 compression, graph-based sparsity, Kronecker factorization). We show that, in the continuous error signal regime, the recurrent Jacobian is massively redundant:propagating through a random 6% of paths (k=4 of n=64) recovers 84 +/- 6% of full RTRL's adaptation ability across five seeds, and the absolute count k=4 remains effective from n=64 to n=256 (6% to 1.6%, recovery 84 to 78%), meaning sparse RTRL becomes relatively cheaper as networks grow. In RNNs, the recovery is selection-invariant (even adversarial path selection works) and exhibits a step-function transition from zero to any nonzero propagation. Spectral analysis reveals the mechanism: the Jacobian is full-rank but near-isotropic (condition numbers 2.6-6.5), so any random subset provides a directionally representative gradient estimate. On chaotic dynamics (Lorenz attractor), sparse propagation is more numerically stable than full RTRL (CV 13% vs. 88%), as subsampling avoids amplifying pathological spectral modes. The redundancy extends to LSTMs (k=4 matches full RTRL) and to transformers via sparse gradient transport (50% head sparsity outperforms the dense reference; 33% is borderline), with higher thresholds reflecting head specialization rather than isotropy. On real primate neural data, sparse RTRL (k=4) adapts online to cross-session electrode drift (80 +/- 11% recovery, 5 seeds), where sparse propagation is again more stable than full RTRL. Without continuous error signal, Jacobian propagation accumulates numerical drift and degrades all RTRL variants, a scope condition for all forward-mode methods. Results hold with SGD (92 +/- 1% recovery), suggesting independence from optimizer choice.
Show more
PiGRAND: Physics-informed Graph Neural Diffusion for Intelligent Additive Manufacturing
cs.LGA comprehensive understanding of heat transport is essential for optimizing various mechanical and engineering applications, including 3D printing. Recent advances in machine learning, combined with physics-based models, have enabled a powerful fusion of numerical methods and data-driven algorithms. This progress is driven by the availability of limited sensor data in various engineering and scientific domains, where the cost of data collection and the inaccessibility of certain measurements are high. To this end, we present PiGRAND, a Physics-informed graph neural diffusion framework. In order to reduce the computational complexity of graph learning, an efficient graph construction procedure was developed. Our approach is inspired by the explicit Euler and implicit Crank-Nicolson methods for modeling continuous heat transport, leveraging sub-learning models to secure the accurate diffusion across graph nodes. To enhance computational performance, our approach is combined with efficient transfer learning. We evaluate PiGRAND on thermal images from 3D printing, demonstrating significant improvements in prediction accuracy and computational performance compared to traditional graph neural diffusion (GRAND) and physics-informed neural networks (PINNs). These enhancements are attributed to the incorporation of physical principles derived from the theoretical study of partial differential equations (PDEs) into the learning model. The PiGRAND code is open-sourced on GitHub: https://github.com/bu32loxa/PiGRAND
Show more
The Sampling Complexity of Condorcet Winner Identification in Dueling Bandits
stat.MLWe study best-arm identification in stochastic dueling bandits under the sole assumption that a Condorcet winner exists, i.e., an arm that wins each noisy pairwise comparison with probability at least $1/2$. We introduce a new identification procedure that exploits the full gap matrix $Δ_{i,j}=q_{i,j}-\tfrac12$ (where $q_{i,j}$ is the probability that arm $i$ beats arm $j$), rather than only the gaps between the Condorcet winner and the other arms. We derive high-probability, instance-dependent sample-complexity guarantees that (up to logarithmic factors) improve the best known ones by leveraging informative comparisons beyond those involving the winner. We complement these results with new lower bounds which, to our knowledge, are the first for Condorcet-winner identification in stochastic dueling bandits. Our lower-bound analysis isolates the intrinsic cost of locating informative entries in the gap matrix and estimating them to the required confidence, establishing the optimality of our non-asymptotic bounds. Overall, our results reveal new regimes and trade-offs in the sample complexity that are not captured by asymptotic analyses based only on the expected budget.
Show more
Joint Routing and Model Pruning for Decentralized Federated Learning in Bandwidth-Constrained Multi-Hop Wireless Networks
cs.LGDecentralized federated learning (D-FL) enables privacy-preserving training without a central server, but multi-hop model exchanges and aggregation are often bottlenecked by communication resource constraints. To address this issue, we propose a joint routing-and-pruning framework that optimizes routing paths and pruning rates to maintain communication latency within prescribed limits. We analyze how the sum of model biases across all clients affects the convergence bound of D-FL and formulate an optimization problem that maximizes the model retention rate to minimize these biases under communication constraints. Further analysis reveals that each client's model retention rate is path-dependent, which reduces the original problem to a routing optimization. Leveraging this insight, we develop a routing algorithm that selects latency-efficient transmission paths, allowing more parameters to be delivered within the time budget and thereby improving D-FL convergence. Simulations demonstrate that, compared with unpruned systems, the proposed framework reduces average transmission latency by 27.8% and improves testing accuracy by approximately 12%. Furthermore, relative to standard benchmark routing algorithms, the proposed routing method improves accuracy by roughly 8%.
Show more
The Hrunting of AI: Where and How to Improve English Dialectal Fairness
cs.CLIt is known that large language models (LLMs) underperform in English dialects, and that improving them is difficult due to data scarcity. In this work we investigate how quality and availability impact the feasibility of improving LLMs in this context. For this, we evaluate three rarely-studied English dialects (Yorkshire, Geordie, and Cornish), plus African-American Vernacular English, and West Frisian as control. We find that human-human agreement when determining LLM generation quality directly impacts LLM-as-a-judge performance. That is, LLM-human agreement mimics the human-human agreement pattern, and so do metrics such as accuracy. It is an issue because LLM-human agreement measures an LLM's alignment with the human consensus; and hence raises questions about the feasibility of improving LLM performance in locales where low populations induce low agreement. We also note that fine-tuning does not eradicate, and might amplify, this pattern in English dialects. But also find encouraging signals, such as some LLMs' ability to generate high-quality data, thus enabling scalability. We argue that data must be carefully evaluated to ensure fair and inclusive LLM improvement; and, in the presence of scarcity, new tools are needed to handle the pattern found.
Show more
What Matters for Scalable and Robust Learning in End-to-End Driving Planners?
cs.ROEnd-to-end autonomous driving has gained significant attention for its potential to learn robust behavior in interactive scenarios and scale with data. Popular architectures often build on separate modules for perception and planning connected through latent representations, such as bird's eye view feature grids, to maintain end-to-end differentiability. This paradigm emerged mostly on open-loop datasets, with evaluation focusing not only on driving performance, but also intermediate perception tasks. Unfortunately, architectural advances that excel in open-loop often fail to translate to scalable learning of robust closed-loop driving. In this paper, we systematically re-examine the impact of common architectural patterns on closed-loop performance: (1) high-resolution perceptual representations, (2) disentangled trajectory representations, and (3) generative planning. Crucially, our analysis evaluates the combined impact of these patterns, revealing both unexpected limitations as well as underexplored synergies. Building on these insights, we introduce BevAD, a novel lightweight and highly scalable end-to-end driving architecture. BevAD achieves 72.7% success rate on the Bench2Drive benchmark and demonstrates strong data-scaling behavior using pure imitation learning. Our code and models are publicly available here: https://dmholtz.github.io/bevad/
Show more
CATFormer: When Continual Learning Meets Spiking Transformers With Dynamic Thresholds
cs.LGAlthough deep neural networks perform extremely well in controlled environments, they fail in real-world scenarios where data isn't available all at once, and the model must adapt to a new data distribution that may or may not follow the initial distribution. Previously acquired knowledge is lost during subsequent updates based on new data. a phenomenon commonly known as catastrophic forgetting. In contrast, the brain can learn without such catastrophic forgetting, irrespective of the number of tasks it encounters. Existing spiking neural networks (SNNs) for class-incremental learning (CIL) suffer a sharp performance drop as tasks accumulate. We here introduce CATFormer (Context Adaptive Threshold Transformer), a scalable framework that overcomes this limitation. We observe that the key to preventing forgetting in SNNs lies not only in synaptic plasticity but also in modulating neuronal excitability. At the core of CATFormer is the Dynamic Threshold Leaky Integrate-and-Fire (DTLIF) neuron model, which leverages context-adaptive thresholds as the primary mechanism for knowledge retention. This is paired with a Gated Dynamic Head Selection (G-DHS) mechanism for task-agnostic inference. Extensive evaluation on both static (CIFAR-10/100/Tiny-ImageNet) and neuromorphic (CIFAR10-DVS/SHD) datasets reveals that CATFormer outperforms existing rehearsal-free CIL algorithms across various task splits, establishing it as an ideal architecture for energy-efficient, true-class incremental learning.
Show more
Token Coherence: Adapting MESI Cache Protocols to Minimize Synchronization Overhead in Multi-Agent LLM Systems
cs.DCMulti-agent LLM orchestration incurs synchronization costs scaling as O(n x S x |D|) in agents, steps, and artifact size under naive broadcast -- a regime I term broadcast-induced triply-multiplicative overhead. I argue this pathology is a structural residue of full-state rebroadcast, not an inherent property of multi-agent coordination. The central claim: synchronization cost explosion in LLM multi-agent systems maps with formal precision onto the cache coherence problem in shared-memory multiprocessors, and MESI-protocol invalidation transfers to artifact synchronization under minimal structural modification. I construct the Artifact Coherence System (ACS) and prove the Token Coherence Theorem: lazy invalidation attenuates cost by at least S/(n + W(d_i)) when S > n + W(d_i), converting O(n x S x |D|) to O((n + W) x |D|). A TLA+-verified protocol enforces single-writer safety, monotonic versioning, and bounded staleness across ~2,400 explored states. Simulation across four workload configurations yields token savings of 95.0% +/- 1.3% at V=0.05, 92.3% +/- 1.4% at V=0.10, 88.3% +/- 1.5% at V=0.25, and 84.2% +/- 1.3% at V=0.50 -- each exceeding the theorem's conservative lower bounds. Savings of ~81% persist at V=0.9, contrary to the predicted collapse threshold. Contributions: (1) formal MESI-to-artifact state mapping; (2) Token Coherence Theorem as savings lower bound; (3) TLA+-verified protocol with three proven invariants; (4) characterization of conditional artifact access semantics resolving the always-read objection; (5) reference Python implementation integrating with LangGraph, CrewAI, and AutoGen via thin adapter layers.
Show more
Sequential Transport for Causal Mediation Analysis
stat.MEWe propose sequential transport (ST), a distributional framework for mediation analysis that combines optimal transport (OT) with a mediator directed acyclic graph (DAG). Instead of relying on cross-world counterfactual assumptions, ST constructs unit-level mediator counterfactuals by minimally transporting each mediator, either marginally or conditionally, toward its distribution under an alternative treatment while preserving the causal dependencies encoded by the DAG. For numerical mediators, ST uses monotone (conditional) OT maps based on conditional CDF/quantile estimators; for categorical mediators, it extends naturally via simplex-based transport. We establish consistency of the estimated transport maps and of the induced unit-level decompositions into mutatis mutandis direct and indirect effects under standard regularity and support conditions. When the treatment is randomized or ignorable (possibly conditional on covariates), these decompositions admit a causal interpretation; otherwise, they provide a principled distributional attribution of differences between groups aligned with the mediator structure. Gaussian examples show that ST recovers classical mediation formulas, while additional simulations confirm good performance in nonlinear and mixed-type settings. An application to the COMPAS dataset illustrates how ST yields deterministic, DAG-consistent counterfactual mediators and a fine-grained mediator-level attribution of disparities.
Show more
Iterative Learning Control-Informed Reinforcement Learning for Batch Process Control
eess.SYA significant limitation of Deep Reinforcement Learning (DRL) is the stochastic uncertainty in actions generated during exploration-exploitation, which poses substantial safety risks during both training and deployment. In industrial process control, the lack of formal stability and convergence guarantees further inhibits adoption of DRL methods by practitioners. Conversely, Iterative Learning Control (ILC) represents a well-established autonomous control methodology for repetitive systems, particularly in batch process optimization. ILC achieves desired control performance through iterative refinement of control laws, either between consecutive batches or within individual batches, to compensate for both repetitive and non-repetitive disturbances. This study introduces an Iterative Learning Control-Informed Reinforcement Learning (IL-CIRL) framework for training DRL controllers in dual-layer batch-to-batch and within-batch control architectures for batch processes. The proposed method incorporates Kalman filter-based state estimation within the iterative learning structure to guide DRL agents toward control policies that satisfy operational constraints and ensure stability guarantees. This approach enables the systematic design of DRL controllers for batch processes operating under multiple disturbance conditions.
Show more
Multimodal Connectome Fusion via Cross-Attention for Autism Spectrum Disorder Classification Using Graph Learning
cs.CVAutism spectrum disorder (ASD) is a complex neurodevelopmental condition characterized by atypical functional brain connectivity and subtle structural alterations. rs-fMRI has been widely used to identify disruptions in large-scale brain networks, while structural MRI provides complementary information about morphological organization. Despite their complementary nature, effectively integrating these heterogeneous imaging modalities within a unified framework remains challenging. This study proposes a multimodal graph learning framework that preserves the dominant role of functional connectivity while integrating structural imaging and phenotypic information for ASD classification. The proposed framework is evaluated on ABIDE-I dataset. Each subject is represented as a node within a population graph. Functional and structural features are extracted as modality-specific node attributes, while inter-subject relationships are modeled using a pairwise association encoder (PAE) based on phenotypic information. Two Edge Variational GCNs are trained to learn subject-level embeddings. To enable effective multimodal integration, we introduce a novel asymmetric transformer-based cross-attention mechanism that allows functional embeddings to selectively incorporate complementary structural information while preserving functional dominance. The fused embeddings are then passed to a MLP for ASD classification. Using stratified 10-fold cross-validation, the framework achieved an AUC of 87.3% and an accuracy of 84.4%. Under leave-one-site-out cross-validation (LOSO-CV), the model achieved an average cross-site accuracy of 82.0%, outperforming existing methods by approximately 3% under 10-fold cross-validation and 7% under LOSO-CV. The proposed framework effectively integrates heterogeneous multimodal data from the multi-site ABIDE-I dataset, improving automated ASD classification across imaging sites.
Show more
HindSight: Evaluating LLM-Generated Research Ideas via Future Impact
cs.CLEvaluating AI-generated research ideas typically relies on LLM judges or human panels -- both subjective and disconnected from actual research impact. We introduce HindSight, a time-split evaluation framework that measures idea quality by matching generated ideas against real future publications and scoring them by citation impact and venue acceptance. Using a temporal cutoff~$T$, we restrict an idea generation system to pre-$T$ literature, then evaluate its outputs against papers published in the subsequent 30 months. Experiments across 10 AI/ML research topics reveal a striking disconnect: LLM-as-Judge finds no significant difference between retrieval-augmented and vanilla idea generation ($p{=}0.584$), while HindSight shows the retrieval-augmented system produces 2.5$\times$ higher-scoring ideas ($p{<}0.001$). Moreover, HindSight scores are \emph{negatively} correlated with LLM-judged novelty ($ρ{=}{-}0.29$, $p{<}0.01$), suggesting that LLMs systematically overvalue novel-sounding ideas that never materialize in real research.
Show more
To See is Not to Master: Teaching LLMs to Use Private Libraries for Code Generation
cs.SELarge Language Models (LLMs) have shown strong potential for code generation, yet they remain limited in private-library-oriented code generation, where the goal is to generate code using APIs from private libraries. Existing approaches mainly rely on retrieving private-library API documentation and injecting relevant knowledge into the context at inference time. However, our study shows that this is insufficient: even given accurate required knowledge, LLMs still struggle to invoke private-library APIs effectively. To address this limitation, we propose PriCoder, an approach that teaches LLMs to invoke private-library APIs through automatically synthesized data. Specifically, PriCoder models private-library data synthesis as the construction of a graph, and alternates between two graph operators: (1) Progressive Graph Evolution, which improves data diversity by progressively synthesizing more diverse training samples from basic ones, and (2) Multidimensional Graph Pruning, which improves data quality through a rigorous filtering pipeline. To support rigorous evaluation, we construct two new benchmarks based on recently released libraries that are unfamiliar to the tested models. Experiments on three mainstream LLMs show that PriCoder substantially improves private-library-oriented code generation, yielding gains of over 20% in pass@1 in many settings, while causing negligible impact on general code generation capability. Our code and benchmarks are publicly available at https://github.com/eniacode/PriCoder.
Show more
Point-Identification of a Robust Predictor Under Latent Shift with Imperfect Proxies
cs.LGAddressing the domain adaptation problem becomes more challenging when distribution shifts across domains stem from latent confounders that affect both covariates and outcomes. Existing proxy-based approaches that address latent shift rely on a strong completeness assumption to uniquely determine (point-identify) a robust predictor. Completeness requires that proxies have sufficient information about variations in latent confounders. For imperfect proxies the mapping from confounders to the space of proxy distributions is non-injective, and multiple latent confounder values can generate the same proxy distribution. This breaks the completeness assumption and observed data are consistent with multiple potential predictors (set-identified). To address this, we introduce latent equivalent classes (LECs). LECs are defined as groups of latent confounders that induce the same conditional proxy distribution. We show that point-identification for the robust predictor remains achievable as long as multiple domains differ sufficiently in how they mix proxy-induced LECs to form the robust predictor. This domain diversity condition is formalized as a cross-domain rank condition on the mixture weights, which is substantially weaker assumption than completeness. We introduce the Proximal Quasi-Bayesian Active learning (PQAL) framework, which actively queries a minimal set of diverse domains that satisfy this rank condition. PQAL can efficiently recover the point-identified predictor, demonstrates robustness to varying degrees of shift and outperforms previous methods on synthetic data and semi-synthetic dSprites dataset.
Show more
Storage and selection of multiple chaotic attractors in minimal reservoir computers
nlin.CDModern predictive modeling increasingly calls for a single learned dynamical substrate to operate across multiple regimes. From a dynamical-systems viewpoint, this capability decomposes into the storage of multiple attractors and the selection of the appropriate attractor in response to contextual cues. In reservoir computing (RC), multi-attractor learning has largely been pursued using large, randomly wired reservoirs, on the assumption that stochastic connectivity is required to generate sufficiently rich internal dynamics. At the same time, recent work shows that minimal deterministic reservoirs can match random designs for single-system chaotic forecasting. Under which conditions can minimal topologies learn multiple chaotic attractors? In this paper, we find that minimal architectures can successfully store multiple chaotic attractors. However, these same architectures struggle with task switching, in which the system must transition between attractors in response to external cues. We test storage and selection on all 28 unordered system pairs formed from eight three-dimensional chaotic systems. We do not observe a robust dependence of multi-attractor performance on reservoir topology. Over the ten topologies investigated, we find that no single one consistently outperforms the others for either storage or cue-dependent selection. Our results suggest that while minimal substrates possess the representational capacity to model coexisting attractors, they may lack the robust temporal memory required for cued transitions.
Show more
Accelerating Byzantine-Robust Distributed Learning with Compressed Communication via Double Momentum and Variance Reduction
cs.LGIn collaborative and distributed learning, Byzantine robustness reflects a major facet of optimization algorithms. Such distributed algorithms are often accompanied by transmitting a large number of parameters, so communication compression is essential for an effective solution. In this paper, we propose Byz-DM21, a novel Byzantine-robust and communication-efficient stochastic distributed learning algorithm. Our key innovation is a novel gradient estimator based on a double-momentum mechanism, integrating recent advancements in error feedback techniques. Using this estimator, we design both standard and accelerated algorithms that eliminate the need for large batch sizes while maintaining robustness against Byzantine workers. We prove that the Byz-DM21 algorithm has a smaller neighborhood size and converges to $\varepsilon$-stationary points in $\mathcal{O}(\varepsilon^{-4})$ iterations. To further enhance efficiency, we introduce a distributed variant called Byz-VR-DM21, which incorporates local variance reduction at each node to progressively eliminate variance from random approximations. We show that Byz-VR-DM21 provably converges to $\varepsilon$-stationary points in $\mathcal{O}(\varepsilon^{-3 })$ iterations. Additionally, we extend our results to the case where the functions satisfy the Polyak-Łojasiewicz condition. Finally, numerical experiments demonstrate the effectiveness of the proposed method.
Show more
Safe Flow Q-Learning: Offline Safe Reinforcement Learning with Reachability-Based Flow Policies
cs.LGOffline safe reinforcement learning (RL) seeks reward-maximizing policies from static datasets under strict safety constraints. Existing methods often rely on soft expected-cost objectives or iterative generative inference, which can be insufficient for safety-critical real-time control. We propose Safe Flow Q-Learning (SafeFQL), which extends FQL to safe offline RL by combining a Hamilton--Jacobi reachability-inspired safety value function with an efficient one-step flow policy. SafeFQL learns the safety value via a self-consistency Bellman recursion, trains a flow policy by behavioral cloning, and distills it into a one-step actor for reward-maximizing safe action selection without rejection sampling at deployment. To account for finite-data approximation error in the learned safety boundary, we add a conformal prediction calibration step that adjusts the safety threshold and provides finite-sample probabilistic safety coverage. Empirically, SafeFQL trades modestly higher offline training cost for substantially lower inference latency than diffusion-style safe generative baselines, which is advantageous for real-time safety-critical deployment. Across boat navigation, and Safety Gymnasium MuJoCo tasks, SafeFQL matches or exceeds prior offline safe RL performance while substantially reducing constraint violations.
Show more
Indirect Question Answering in English, German and Bavarian: A Challenging Task for High- and Low-Resource Languages Alike
cs.CLIndirectness is a common feature of daily communication, yet is underexplored in NLP research for both low-resource as well as high-resource languages. Indirect Question Answering (IQA) aims at classifying the polarity of indirect answers. In this paper, we present two multilingual corpora for IQA of varying quality that both cover English, Standard German and Bavarian, a German dialect without standard orthography: InQA+, a small high-quality evaluation dataset with hand-annotated labels, and GenIQA, a larger training dataset, that contains artificial data generated by GPT-4o-mini. We find that IQA is a pragmatically hard task that comes with various challenges, based on several experiment variations with multilingual transformer models (mBERT, XLM-R and mDeBERTa). We suggest and employ recommendations to tackle these challenges. Our results reveal low performance, even for English, and severe overfitting. We analyse various factors that influence these results, including label ambiguity, label set and dataset size. We find that the IQA performance is poor in high- (English, German) and low-resource languages (Bavarian) and that it is beneficial to have a large amount of training data. Further, GPT-4o-mini does not possess enough pragmatic understanding to generate high-quality IQA data in any of our tested languages.
Show more
Establishing Construct Validity in LLM Capability Benchmarks Requires Nomological Networks
cs.LGRecent work in machine learning increasingly attributes human-like capabilities such as reasoning or theory of mind to large language models (LLMs) on the basis of benchmark performance. This paper examines this practice through the lens of construct validity, understood as the problem of linking theoretical capabilities to their empirical measurements. It contrasts three influential frameworks: the nomological account developed by Cronbach and Meehl, the inferential account proposed by Messick and refined by Kane, and Borsboom's causal account. I argue that the nomological account provides the most suitable foundation for current LLM capability research. It avoids the strong ontological commitments of the causal account while offering a more substantive framework for articulating construct meaning than the inferential account. I explore the conceptual implications of adopting the nomological account for LLM research through a concrete case: the assessment of reasoning capabilities in LLMs.
Show more
MMKU-Bench: A Multimodal Update Benchmark for Diverse Visual Knowledge
cs.CLAs real-world knowledge continues to evolve, the parametric knowledge acquired by multimodal models during pretraining becomes increasingly difficult to remain consistent with real-world knowledge. Existing research on multimodal knowledge updating focuses only on learning previously unknown knowledge, while overlooking the need to update knowledge that the model has already mastered but that later changes; moreover, evaluation is limited to the same modality, lacking a systematic analysis of cross-modal consistency. To address these issues, this paper proposes MMKU-Bench, a comprehensive evaluation benchmark for multimodal knowledge updating, which contains over 25k knowledge instances and more than 49k images, covering two scenarios, updated knowledge and unknown knowledge, thereby enabling comparative analysis of learning across different knowledge types. On this benchmark, we evaluate a variety of representative approaches, including supervised fine-tuning (SFT), reinforcement learning from human feedback (RLHF), and knowledge editing (KE). Experimental results show that SFT and RLHF are prone to catastrophic forgetting, while KE better preserve general capabilities but exhibit clear limitations in continual updating. Overall, MMKU-Bench provides a reliable and comprehensive evaluation benchmark for multimodal knowledge updating, advancing progress in this field.
Show more
Sampling-guided exploration of active feature selection policies
cs.LGDetermining the most appropriate features for machine learning predictive models is challenging regarding performance and feature acquisition costs. In particular, global feature choice is limited given that some features will only benefit a subset of instances. In previous work, we proposed a reinforcement learning approach to sequentially recommend which modality to acquire next to reach the best information/cost ratio, based on the instance-specific information already acquired. We formulated the problem as a Markov Decision Process where the state's dimensionality changes during the episode, avoiding data imputation, contrary to existing works. However, this only allowed processing a small number of features, as all possible combinations of features were considered. Here, we address these limitations with two contributions: 1) we expand our framework to larger datasets with a heuristic-based strategy that focuses on the most promising feature combinations, and 2) we introduce a post-fit regularisation strategy that reduces the number of different feature combinations, leading to compact sequences of decisions. We tested our method on four binary classification datasets (one involving high-dimensional variables), the largest of which had 56 features and 4500 samples. We obtained better performance than state-of-the-art methods, both in terms of accuracy and policy complexity.
Show more
PrototypeNAS: Rapid Design of Deep Neural Networks for Microcontroller Units
cs.AIEnabling efficient deep neural network (DNN) inference on edge devices with different hardware constraints is a challenging task that typically requires DNN architectures to be specialized for each device separately. To avoid the huge manual effort, one can use neural architecture search (NAS). However, many existing NAS methods are resource-intensive and time-consuming because they require the training of many different DNNs from scratch. Furthermore, they do not take the resource constraints of the target system into account. To address these shortcomings, we propose PrototypeNAS, a zero-shot NAS method to accelerate and automate the selection, compression, and specialization of DNNs to different target microcontroller units (MCUs). We propose a novel three-step search method that decouples DNN design and specialization from DNN training for a given target platform. First, we present a novel search space that not only cuts out smaller DNNs from a single large architecture, but instead combines the structural optimization of multiple architecture types, as well as optimization of their pruning and quantization configurations. Second, we explore the use of an ensemble of zero-shot proxies during optimization instead of a single one. Third, we propose the use of Hypervolume subset selection to distill DNN architectures from the Pareto front of the multi-objective optimization that represent the most meaningful tradeoffs between accuracy and FLOPs. We evaluate the effectiveness of PrototypeNAS on 12 different datasets in three different tasks: image classification, time series classification, and object detection. Our results demonstrate that PrototypeNAS is able to identify DNN models within minutes that are small enough to be deployed on off-the-shelf MCUs and still achieve accuracies comparable to the performance of large DNN models.
Show more
Synergizing a Decentralized Framework with LLM-Assisted Skill and Willingness-Aware Task Assignment for Volunteer Crowdsourcing
cs.ETVolunteer crowdsourcing or VCS platforms increasingly support education, healthcare, disaster response, and smart city applications, yet assigning volunteers to complex tasks remains challenging due to fine-grained skill heterogeneity, unstructured profiles, dynamic willingness, and bursty workloads. Existing methods often rely on coarse or keyword-based skill representations, resulting in poor matching quality. We propose a hybrid VCS framework that integrates LLM-assisted semantic preprocessing, an interpretable skill- and willingness-aware assignment engine, and blockchain-enforced execution. The LLM is used only to extract and canonicalize fine-grained skills and preference cues from unstructured resumes and task descriptions, while assignment is performed by a utility-driven matcher that models partial skill coverage and participation likelihood. Smart contracts provide transparent and tamper-resistant enforcement without on-chain optimization overhead. Experiments on diverse resume datasets show a 42.3% improvement in assignment utility over skill-only greedy matching and an increase in task coverage from 0.80 to 0.90. These results highlight the value of combining semantic intelligence, interpretable matching, and decentralized enforcement for effective volunteer-task allocation.
Show more
Bridging National and International Legal Data: Two Projects Based on the Japanese Legal Standard XML Schema for Comparative Law Studies
cs.CLThis paper presents an integrated framework for computational comparative law by connecting two consecutive research projects based on the Japanese Legal Standard (JLS) XML schema. The first project establishes structural interoperability by developing a conversion pipeline from JLS to the Akoma Ntoso (AKN) standard, enabling Japanese statutes to be integrated into international LegalDocML-based legislative databases. Building on this foundation, the second project applies multilingual embedding models and semantic textual similarity techniques to identify corresponding provisions across national legal systems. A prototype system combining multilingual embeddings, FAISS retrieval, and Cross-Encoder reranking generates candidate correspondences and visualizes them as cross-jurisdictional networks for exploratory comparative analysis.
Show more
Trustworthy Koopman Operator Learning: Invariance Diagnostics and Error Bounds
math.NAKoopman operator theory provides a global linear representation of nonlinear dynamics and underpins many data-driven methods. In practice, however, finite-dimensional feature spaces induced by a user-chosen dictionary are rarely invariant, so closure failures and projection errors lead to spurious eigenvalues, misleading Koopman modes, and overconfident forecasts. This paper addresses a central validation problem in data-driven Koopman methods: how to quantify invariance and projection errors for an arbitrary feature space using only snapshot data, and how to use these diagnostics to produce actionable guarantees and guide dictionary refinement? A unified a posteriori methodology is developed for certifying when a Koopman approximation is trustworthy and improving it when it is not. Koopman invariance is quantified using principal angles between a subspace and its Koopman image, yielding principal observables and a principal angle decomposition (PAD), a dynamics-informed alternative to SVD truncation with significantly improved performance. Multi-step error bounds are derived for Koopman and Perron--Frobenius mode decompositions, including RKHS-based pointwise guarantees, and are complemented by Gaussian process expected error surrogates. The resulting toolbox enables validated spectral analysis, certified forecasting, and principled dictionary and kernel learning, demonstrated on chaotic and high-dimensional benchmarks and real-world datasets, including cavity flow and the Pluto--Charon system.
Show more
Beyond Monolithic Models: Symbolic Seams for Composable Neuro-Symbolic Architectures
cs.SECurrent Artificial Intelligence (AI) systems are frequently built around monolithic models that entangle perception, reasoning, and decision-making, a design that often conflicts with established software architecture principles. Large Language Models (LLMs) amplify this tendency, offering scale but limited transparency and adaptability. To address this, we argue for composability as a guiding principle that treats AI as a living architecture rather than a fixed artifact. We introduce symbolic seams: explicit architectural breakpoints where a system commits to inspectable, typed boundary objects, versioned constraint bundles, and decision traces. We describe how seams enable a composable neuro-symbolic design that combines the data-driven adaptability of learned components with the verifiability of explicit symbolic constraints -- combining strengths neither paradigm achieves alone. By treating AI systems as assemblies of interchangeable parts rather than indivisible wholes, we outline a direction for intelligent systems that are extensible, transparent, and amenable to principled evolution.
Show more
Affordable Precision Agriculture: A Deployment-Oriented Review of Low-Cost, Low-Power Edge AI and TinyML for Resource-Constrained Farming Systems
cs.ETPrecision agriculture increasingly integrates artificial intelligence to enhance crop monitoring, irrigation management, and resource efficiency. Nevertheless, the vast majority of the current systems are still mostly cloud-based and require reliable connectivity, which hampers the adoption to smaller scale, smallholder farming and underdeveloped country systems. Using recent literature reviews, ranging from 2023 to 2026, this review covers deployments of Edge AI, focused on the evolution and acceptance of Tiny Machine Learning, in low-cost and low-powered agriculture. A hardware-targeted deployment-oriented study has shown pronounced variation in architecture with microcontroller-class platforms i.e. ESP32, STM32, ATMega dominating the inference options, in parallel with single-board computers and UAV-assisted solutions. Quantitative synthesis shows quantization is the dominant optimization strategy; the approach in many works identified: around 50% of such works are quantized, while structured pruning, multi-objective compression and hardware aware neural architecture search are relatively under-researched. Also, resource profiling practices are not uniform: while model size is occasionally reported, explicit flash, RAM, MAC, latency and millijoule level energy metrics are not well documented, hampering reproducibility and cross-system comparison. Moreoever, to bridge the gap between research prototypes and deployment-ready systems, the review also presents a literature-informed deployment perspective in the form of a privacy-preserving layered Edge AI architecture for agriculture, synthesizing the key system-level design insights emerging from the surveyed works. Overall, the findings demonstrate a clear architectural shift toward localized inference with centralized training asymmetry.
Show more
ReactMotion: Generating Reactive Listener Motions from Speaker Utterance
cs.CVIn this paper, we introduce a new task, Reactive Listener Motion Generation from Speaker Utterance, which aims to generate naturalistic listener body motions that appropriately respond to a speaker's utterance. However, modeling such nonverbal listener behaviors remains underexplored and challenging due to the inherently non-deterministic nature of human reactions. To facilitate this task, we present ReactMotionNet, a large-scale dataset that pairs speaker utterances with multiple candidate listener motions annotated with varying degrees of appropriateness. This dataset design explicitly captures the one-to-many nature of listener behavior and provides supervision beyond a single ground-truth motion. Building on this dataset design, we develop preference-oriented evaluation protocols tailored to evaluate reactive appropriateness, where conventional motion metrics focusing on input-motion alignment ignore. We further propose ReactMotion, a unified generative framework that jointly models text, audio, emotion, and motion, and is trained with preference-based objectives to encourage both appropriate and diverse listener responses. Extensive experiments show that ReactMotion outperforms retrieval baselines and cascaded LLM-based pipelines, generating more natural, diverse, and appropriate listener motions.
Show more
Open Biomedical Knowledge Graphs at Scale: Construction, Federation, and AI Agent Access with Samyama Graph Database
cs.DBBiomedical knowledge is fragmented across siloed databases -- Reactome for pathways, STRING for protein interactions, ClinicalTrials.gov for study registries, DrugBank for drug vocabularies, DGIdb for drug-gene interactions, SIDER for side effects. We present three open-source biomedical knowledge graphs -- Pathways KG (118,686 nodes, 834,785 edges from 5 sources), Clinical Trials KG (7,774,446 nodes, 26,973,997 edges from 5 sources), and Drug Interactions KG (32,726 nodes, 191,970 edges from 3 sources) -- built on Samyama, a high-performance graph database written in Rust. Our contributions are threefold. First, we describe a reproducible ETL pattern for constructing large-scale KGs from heterogeneous public data sources, with cross-source deduplication, batch loading (Python Cypher and Rust native loaders), and portable snapshot export. Second, we demonstrate cross-KG federation: loading all three snapshots into a single graph tenant enables property-based joins across datasets. Third, we introduce schema-driven MCP server generation for LLM agent access, evaluated on a new BiomedQA benchmark (40 pharmacology questions): domain-specific MCP tools achieve 98% accuracy vs. 0% for text-to-Cypher and 75% for standalone GPT-4o. All data sources are open-license. The combined federated graph (7.9M nodes, 28M edges) loads in approximately 3 minutes on commodity cloud hardware, and cross-KG queries complete in 80ms-4s.
Show more
Interpretable Classification of Time Series Using Euler Characteristic Surfaces
cs.LGPersistent homology (PH) -- the conventional method in topological data analysis -- is computationally expensive, requires further vectorization of its signatures before machine learning (ML) can be applied, and captures information along only the spatial axis. For time series data, we propose Euler Characteristic Surfaces (ECS) as an alternative topological signature based on the Euler characteristic ($χ$) -- a fundamental topological invariant. The ECS provides a computationally efficient, spatiotemporal, and inherently discretized feature representation that can serve as direct input to ML models. We prove a stability theorem guaranteeing that the ECS remains stable under small perturbations of the input time series. We first demonstrate that ECS effectively captures the nontrivial topological differences between the limit cycle and the strange attractor in the Rössler system. We then develop an ECS-based classification framework and apply it to five benchmark biomedical datasets (four ECG, one EEG) from the UCR/UEA archive. On $\textit{ECG5000}$, our single-feature ECS classifier achieves $98\%$ accuracy with $O(n+R\cdot T)$ complexity, compared to $62\%$ reported by a recent PH-based method. An AdaBoost extension raises accuracy to $98.6\%$, matching the best deep learning results while retaining full interpretability. Strong results are also obtained on $\textit{TwoLeadECG}$ ($94.1\%$) and $\textit{Epilepsy2}$ ($92.6\%$).
Show more
Generative Semantic HARQ: Latent-Space Text Retransmission and Combining
eess.SPSemantic communication conveys meaning rather than raw bits, but reliability at the semantic level remains an open challenge. We propose a semantic-level hybrid automatic repeat request (HARQ) framework for text communication, in which a Transformer-variational autoencoder (VAE) codec operates as a lightweight overlay on the conventional protocol stack. The stochastic encoder inherently generates diverse latent representations across retransmissions-providing incremental knowledge (IK) from a single model without dedicated protocol design. On the receiver side, a soft quality estimator triggers retransmissions and a quality-aware combiner merges the received latent vectors within a consistent latent space. We systematically benchmark six semantic quality metrics and four soft combining strategies under hybrid semantic distortion that mixes systematic bias with additive noise. The results suggest combining Weighted-Average or MRC-Inspired combining with self-consistency-based HARQ triggering for the best performance.
Show more
Writer-R1: Enhancing Generative Writing in LLMs via Memory-augmented Replay Policy Optimization
cs.CLAs a typical open-ended generation task, creative writing lacks verifiable reference answers, which has long constrained reward modeling and automatic evaluation due to high human annotation costs, evaluative bias, and coarse feedback signals. To address these challenges, this paper first designs a multi-agent collaborative workflow based on Grounded Theory, performing dimensional decomposition and hierarchical induction of the problem to dynamically produce interpretable and reusable fine-grained criteria. Furthermore, we propose the Memory-augmented Replay Policy Optimization (MRPO) algorithm: on the one hand, without additional training, MRPO guides models to engage in self-reflection based on dynamic criteria, enabling controlled iterative improvement; on the other hand, we adopt the training paradigm that combines supervised fine-tuning with reinforcement learning to convert evaluation criteria into reward signals, achieving end-to-end optimization. Experimental results demonstrate that the automatically constructed criteria achieve performance gains comparable to human annotations. Writer-R1-4B models trained with this approach outperform baselines across multiple creative writing tasks and surpass some 100B+ parameter open-source models.
Show more
Muon Converges under Heavy-Tailed Noise: Nonconvex Hölder-Smooth Empirical Risk Minimization
cs.LGMuon is a recently proposed optimizer that enforces orthogonality in parameter updates by projecting gradients onto the Stiefel manifold, leading to stable and efficient training in large-scale deep neural networks. Meanwhile, the previously reported results indicated that stochastic noise in practical machine learning may exhibit heavy-tailed behavior, violating the bounded-variance assumption. In this paper, we consider the problem of minimizing a nonconvex Hölder-smooth empirical risk that works well with the heavy-tailed stochastic noise. We then show that Muon converges to a stationary point of the empirical risk under the boundedness condition accounting for heavy-tailed stochastic noise. In addition, we show that Muon converges faster than mini-batch SGD.
Show more
Analyzing Error Sources in Global Feature Effect Estimation
stat.MLGlobal feature effects such as partial dependence (PD) and accumulated local effects (ALE) plots are widely used to interpret black-box models. However, they are only estimates of true underlying effects, and their reliability depends on multiple sources of error. Despite the popularity of global feature effects, these error sources are largely unexplored. In particular, the practically relevant question of whether to use training or holdout data to estimate feature effects remains unanswered. We address this gap by providing a systematic, estimator-level analysis that disentangles sources of bias and variance for PD and ALE. To this end, we derive a mean-squared-error decomposition that separates model bias, estimation bias, model variance, and estimation variance, and analyze their dependence on model characteristics, data selection, and sample size. We validate our theoretical findings through an extensive simulation study across multiple data-generating processes, learners, estimation strategies (training data, validation data, and cross-validation), and sample sizes. Our results reveal that, while using holdout data is theoretically the cleanest, potential biases arising from the training data are empirically negligible and dominated by the impact of the usually higher sample size. The estimation variance depends on both the presence of interactions and the sample size, with ALE being particularly sensitive to the latter. Cross-validation-based estimation is a promising approach that reduces the model variance component, particularly for overfitting models. Our analysis provides a principled explanation of the sources of error in feature effect estimates and offers concrete guidance on choosing estimation strategies when interpreting machine learning models.
Show more
Spatio-temporal probabilistic forecast using MMAF-guided learning
stat.MLWe employ stochastic feed-forward neural networks with Gaussian-distributed weights to determine a probabilistic forecast for spatio-temporal raster datasets. The networks are trained using MMAF-guided learning, a generalized Bayesian methodology in which the observed data are preprocessed using an embedding designed to produce a low-dimensional representation that captures their dependence and causal structure. The design of the embedding is theory-guided by the assumption that a spatio-temporal Ornstein-Uhlenbeck process with finite second-order moments generates the observed data. The trained networks, in inference mode, are then used to generate ensemble forecasts by applying different initial conditions at different horizons. Experiments conducted on both synthetic and real data demonstrate that our forecasts remain calibrated across multiple time horizons. Moreover, we show that on such data, simple feed-forward architectures can achieve performance comparable to, and in some cases better than, convolutional or diffusion deep learning architectures used in probabilistic forecasting tasks.
Show more
Interference-Aware K-Step Reachable Communication in Multi-Agent Reinforcement Learning
cs.AIEffective communication is pivotal for addressing complex collaborative tasks in multi-agent reinforcement learning (MARL). Yet, limited communication bandwidth and dynamic, intricate environmental topologies present significant challenges in identifying high-value communication partners. Agents must consequently select collaborators under uncertainty, lacking a priori knowledge of which partners can deliver task-critical information. To this end, we propose Interference-Aware K-Step Reachable Communication (IA-KRC), a novel framework that enhances cooperation via two core components: (1) a K-Step reachability protocol that confines message passing to physically accessible neighbors, and (2) an interference-prediction module that optimizes partner choice by minimizing interference while maximizing utility. Compared to existing methods, IA-KRC enables substantially more persistent and efficient cooperation despite environmental interference. Comprehensive evaluations confirm that IA-KRC achieves superior performance compared to state-of-the-art baselines, while demonstrating enhanced robustness and scalability in complex topological and highly dynamic multi-agent scenarios.
Show more
Thinking in Latents: Adaptive Anchor Refinement for Implicit Reasoning in LLMs
cs.CLToken-level Chain-of-Thought (CoT) prompting has become a standard way to elicit multi-step reasoning in large language models (LLMs), especially for mathematical word problems. However, generating long intermediate traces increases output length and inference cost, and can be inefficient when the model could arrive at the correct answer without extensive verbalization. This has motivated latent-space reasoning approaches that shift computation into hidden representations and only emit a final answer. Yet, many latent reasoning methods depend on a fixed number of latent refinement steps at inference, adding another hyperparameter that must be tuned across models and datasets to balance accuracy and efficiency. We introduce AdaAnchor, a latent reasoning framework that performs silent iterative computation by refining a set of latent anchor vectors attached to the input. AdaAnchor further incorporates an adaptive halting mechanism that monitors anchor stability across iterations and terminates refinement once the anchor dynamics converge, allocating fewer steps to easier instances while reserving additional refinement steps for harder ones under a shared maximum-step budget. Our empirical evaluation across three mathematical word-problem benchmarks shows that AdaAnchor with adaptive halting yields accuracy gains of up to 5% over fixed-step latent refinement while reducing average latent refinement steps by 48-60% under the same maximum-step budget. Compared to standard reasoning baselines, AdaAnchor achieves large reductions in generated tokens (92-93%) by moving computation into silent latent refinement, offering a different accuracy-efficiency trade-off with substantially lower output-token usage.
Show more
CrossADR: enhancing adverse drug reactions prediction for combination pharmacotherapy with cross-layer feature integration and cross-level associative learning
cs.LGCombination pharmacotherapy offers substantial therapeutic advantages but also poses substantial risks of adverse drug reactions (ADRs). The accurate prediction of ADRs with interpretable computational methods is crucial for clinical safety management, drug development, and precision medicine. However, managing ADRs remains a challenge due to the vast search space of drug combinations and the complexity of physiological responses. Current graph-based architectures often struggle to effectively integrate multi-scale biological information and frequently rely on fixed association matrices, which limits their ability to capture dynamic organ-level dependencies and generalize across diverse datasets. Here we propose CrossADR, a hierarchical framework for organ-level ADR prediction through cross-layer feature integration and cross-level associative learning. It incorporates a gated-residual-flow graph neural network to fuse multi-scale molecular features and utilizes a learnable ADR embedding space to dynamically capture latent biological correlations across 15 organ systems. Systematic evaluation on the newly constructed CrossADR-Dataset-covering 1,376 drugs and 946,000 unique combinations-demonstrates that CrossADR consistently achieves state-of-the-art performance across 80 distinct experimental scenarios and provides high-resolution insights into drug-related protein protein interactions and pathways. Overall, CrossADR represents a robust tool for cross-scale biomedical information integration, cross-layer feature integration as well as cross-level associative learning, and can be effectively utilized to prevent ADRs in clinical decision-making.
Show more
AnoleVLA: Lightweight Vision-Language-Action Model with Deep State Space Models for Mobile Manipulation
cs.ROIn this study, we address the problem of language-guided robotic manipulation, where a robot is required to manipulate a wide range of objects based on visual observations and natural language instructions. This task is essential for service robots that operate in human environments, and requires safety, efficiency, and task-level generality. Although Vision-Language-Action models (VLAs) have demonstrated strong performance for this task, their deployment in resource-constrained environments remains challenging because of the computational cost of standard transformer backbones. To overcome this limitation, we propose AnoleVLA, a lightweight VLA that uses a deep state space model to process multimodal sequences efficiently. The model leverages its lightweight and fast sequential state modeling to process visual and textual inputs, which allows the robot to generate trajectories efficiently. We evaluated the proposed method in both simulation and physical experiments. Notably, in real-world evaluations, AnoleVLA outperformed a representative large-scale VLA by 21 points for the task success rate while achieving an inference speed approximately three times faster.
Show more
Prompt Readiness Levels (PRL): a maturity scale and scoring framework for production grade prompt assets
cs.AIPrompt engineering has become a production critical component of generative AI systems. However, organizations still lack a shared, auditable method to qualify prompt assets against operational objectives, safety constraints, and compliance requirements. This paper introduces Prompt Readiness Levels (PRL), a nine level maturity scale inspired by TRL, and the Prompt Readiness Score (PRS), a multidimensional scoring method with gating thresholds designed to prevent weak link failure modes. PRL/PRS provide an original, structured and methodological framework for governing prompt assets specification, testing, traceability, security evaluation, and deployment readiness enabling valuation of prompt engineering through reproducible qualification decisions across teams and industries.
Show more
Guaranteeing Semantic and Performance Determinism in Flexible GPU Sharing
cs.DCGPU sharing is critical for maximizing hardware utilization in modern data centers. However, existing approaches present a stark trade-off: coarse-grained temporal multiplexing incurs severe tail-latency spikes for interactive services, while fine-grained spatial partitioning often necessitates invasive kernel modifications that compromise behavioral equivalence. We present DetShare, a novel GPU sharing system that prioritizes determinism and transparency. DetShare ensures semantic determinism (unmodified kernels yield identical results) and performance determinism (predictable tail latency), all while maintaining complete transparency (zero code modification). DetShare introduces GPU coroutines, a new abstraction that decouples logical execution contexts from physical GPU resources. This decoupling enables flexible, fine-grained resource allocation via lightweight context migration. Our evaluation demonstrates that DetShare improves training throughput by up to 79.2% compared to temporal sharing. In co-location scenarios, it outperforms state-of-the-art baselines, reducing P99 tail latency by 15.1% without compromising throughput. Furthermore, through workload-aware placement and our TPOT-First scheduling policy, DetShare decreases average inference latency by 69.1% and reduces Time-Per-Output-Token (TPOT) SLO violations by 21.2% relative to default policies.
Show more
A convolutional autoencoder and neural ODE framework for surrogate modeling of transient counterflow flames
physics.flu-dynA novel convolutional autoencoder neural ODE (CAE-NODE) framework is proposed for a reduced-order model (ROM) of transient 2D counterflow flames, as an extension of AE-NODE methods in homogeneous reactive systems to spatially resolved flows. The spatial correlations of the multidimensional fields are extracted by the convolutional layers, allowing CAE to autonomously construct a physically consistent 6D continuous latent manifold by compressing high-fidelity 2D snapshots (256x256 grid, 21 variables) by over 100,000 times. The NODE is subsequently trained to describe the continuous-time dynamics on the non-linear manifold, enabling the prediction of the full temporal evolution of the flames by integrating forward in time from an initial condition. The results demonstrate that the network can accurately capture the entire transient process, including ignition, flame propagation, and the gradual transition to a non-premixed condition, with relative errors less than ~2% for major species. This study, for the first time, highlights the potential of CAE-NODE for surrogate modeling of unsteady dynamics of multi-dimensional reacting flows.
Show more
Interpretable Predictability-Based AI Text Detection: A Replication Study
cs.CLThis paper replicates and extends the system used in the AuTexTification 2023 shared task for authorship attribution of machine-generated texts. First, we tried to reproduce the original results. Exact replication was not possible because of differences in data splits, model availability, and implementation details. Next, we tested newer multilingual language models and added 26 document-level stylometric features. We also applied SHAP analysis to examine which features influence the model's decisions. We replaced the original GPT-2 models with newer generative models such as Qwen and mGPT for computing probabilistic features. For contextual representations, we used mDeBERTa-v3-base and applied the same configuration to both English and Spanish. This allowed us to use one shared configuration for Subtask 1 and Subtask 2. Our experiments show that the additional stylometric features improve performance in both tasks and both languages. The multilingual configuration achieves the results that are comparable to or better than language-specific models. The study also shows that clear documentation is important for reliable replication and fair comparison of systems.
Show more
Rethinking Machine Unlearning: Models Designed to Forget via Key Deletion
cs.LGMachine unlearning is rapidly becoming a practical requirement, driven by privacy regulations, data errors, and the need to remove harmful or corrupted training samples. Despite this, most existing methods tackle the problem purely from a post-hoc perspective. They attempt to erase the influence of targeted training samples through parameter updates that typically require access to the full training data. This creates a mismatch with real deployment scenarios where unlearning requests can be anticipated, revealing a fundamental limitation of post-hoc approaches. We propose \textit{unlearning by design}, a novel paradigm in which models are directly trained to support forgetting as an inherent capability. We instantiate this idea with Machine UNlearning via KEY deletion (MUNKEY), a memory augmented transformer that decouples instance-specific memorization from model weights. Here, unlearning corresponds to removing the instance-identifying key, enabling direct zero-shot forgetting without weight updates or access to the original samples or labels. Across natural image benchmarks, fine-grained recognition, and medical datasets, MUNKEY outperforms all post-hoc baselines. Our results establish that unlearning by design enables fast, deployment-oriented unlearning while preserving predictive performance.
Show more
Attention Residuals
cs.CLResidual connections with PreNorm are standard in modern LLMs, yet they accumulate all layer outputs with fixed unit weights. This uniform aggregation causes uncontrolled hidden-state growth with depth, progressively diluting each layer's contribution. We propose Attention Residuals (AttnRes), which replaces this fixed accumulation with softmax attention over preceding layer outputs, allowing each layer to selectively aggregate earlier representations with learned, input-dependent weights. To address the memory and communication overhead of attending over all preceding layer outputs for large-scale model training, we introduce Block AttnRes, which partitions layers into blocks and attends over block-level representations, reducing the memory footprint while preserving most of the gains of full AttnRes. Combined with cache-based pipeline communication and a two-phase computation strategy, Block AttnRes becomes a practical drop-in replacement for standard residual connections with minimal overhead. Scaling law experiments confirm that the improvement is consistent across model sizes, and ablations validate the benefit of content-dependent depth-wise selection. We further integrate AttnRes into the Kimi Linear architecture (48B total / 3B activated parameters) and pre-train on 1.4T tokens, where AttnRes mitigates PreNorm dilution, yielding more uniform output magnitudes and gradient distribution across depth, and improves downstream performance across all evaluated tasks.
Show more
VTC-Bench: Evaluating Agentic Multimodal Models via Compositional Visual Tool Chaining
cs.AIRecent advancements extend Multimodal Large Language Models (MLLMs) beyond standard visual question answering to utilizing external tools for advanced visual tasks. Despite this progress, precisely executing and effectively composing diverse tools for complex tasks remain persistent bottleneck. Constrained by sparse tool-sets and simple tool-use trajectories, existing benchmarks fail to capture complex and diverse tool interactions, falling short in evaluating model performance under practical, real-world conditions. To bridge this gap, we introduce VisualToolChain-Bench~(VTC-Bench), a comprehensive benchmark designed to evaluate tool-use proficiency in MLLMs. To align with realistic computer vision pipelines, our framework features 32 diverse OpenCV-based visual operations. This rich tool-set enables extensive combinations, allowing VTC-Bench to rigorously assess multi-tool composition and long-horizon, multi-step plan execution. For precise evaluation, we provide 680 curated problems structured across a nine-category cognitive hierarchy, each with ground-truth execution trajectories. Extensive experiments on 19 leading MLLMs reveal critical limitations in current models' visual agentic capabilities. Specifically, models struggle to adapt to diverse tool-sets and generalize to unseen operations, with the leading model Gemini-3.0-Pro only achieving 51\% on our benchmark. Furthermore, multi-tool composition remains a persistent challenge. When facing complex tasks, models struggle to formulate efficient execution plans, relying heavily on a narrow, suboptimal subset of familiar functions rather than selecting the optimal tools. By identifying these fundamental challenges, VTC-Bench establishes a rigorous baseline to guide the development of more generalized visual agentic models.
Show more
Training-free Detection of Generated Videos via Spatial-Temporal Likelihoods
cs.CVFollowing major advances in text and image generation, the video domain has surged, producing highly realistic and controllable sequences. Along with this progress, these models also raise serious concerns about misinformation, making reliable detection of synthetic videos increasingly crucial. Image-based detectors are fundamentally limited because they operate per frame and ignore temporal dynamics, while supervised video detectors generalize poorly to unseen generators, a critical drawback given the rapid emergence of new models. These challenges motivate zero-shot approaches, which avoid synthetic data and instead score content against real-data statistics, enabling training-free, model-agnostic detection. We introduce \emph{STALL}, a simple, training-free, theoretically justified detector that provides likelihood-based scoring for videos, jointly modeling spatial and temporal evidence within a probabilistic framework. We evaluate STALL on two public benchmarks and introduce ComGenVid, a new benchmark with state-of-the-art generative models. STALL consistently outperforms prior image- and video-based baselines. Code and data are available at https://omerbenhayun.github.io/stall-video.
Show more
Describing Agentic AI Systems with C4: Lessons from Industry Projects
cs.SEDifferent domains foster different architectural styles -- and thus different documentation practices (e.g., state-based models for behavioral control vs. ER-style models for information structures). Agentic AI systems exhibit another characteristic style: specialized agents collaborate by exchanging artifacts, invoking external tools, and coordinating via recurring interaction patterns and quality gates. As these systems evolve into long-lived industrial solutions, documentation must capture these style-defining concerns rather than relying on ad-hoc code sketches or pipeline drawings. This paper reports industrial experience from joint projects and derives a documentation systematics tailored to this style. Concretely, we provide (i) a style-oriented modeling vocabulary and a small set of views for agents, artifacts, tools, and their coordination patterns, (ii) a hierarchical description technique aligned with C4 to structure these views across abstraction levels, and (iii) industrial examples with lessons learned that demonstrate how the approach yields transparent, maintainable architecture documentation supporting sustained evolution.
Show more
MER-Bench: A Comprehensive Benchmark for Multimodal Meme Reappraisal
cs.CVMemes represent a tightly coupled, multimodal form of social expression, in which visual context and overlaid text jointly convey nuanced affect and commentary. Inspired by cognitive reappraisal in psychology, we introduce Meme Reappraisal, a novel multimodal generation task that aims to transform negatively framed memes into constructive ones while preserving their underlying scenario, entities, and structural layout. Unlike prior works on meme understanding or generation, Meme Reappraisal requires emotion-controllable, structure-preserving multimodal transformation under multiple semantic and stylistic constraints. To support this task, we construct MER-Bench, a benchmark of real-world memes with fine-grained multimodal annotations, including source and target emotions, positively rewritten meme text, visual editing specifications, and taxonomy labels covering visual type, sentiment polarity, and layout structure. We further propose a structured evaluation framework based on a multimodal large language model (MLLM)-as-a-Judge paradigm, decomposing performance into modality-level generation quality, affect controllability, structural fidelity, and global affective alignment. Extensive experiments across representative image-editing and multimodal-generation systems reveal substantial gaps in satisfying the constraints of structural preservation, semantic consistency, and affective transformation. We believe MER-Bench establishes a foundation for research on controllable meme editing and emotion-aware multimodal generation. Our code is available at: https://github.com/one-seven17/MER-Bench.
Show more
Consequentialist Objectives and Catastrophe
cs.AIBecause human preferences are too complex to codify, AIs operate with misspecified objectives. Optimizing such objectives often produces undesirable outcomes; this phenomenon is known as reward hacking. Such outcomes are not necessarily catastrophic. Indeed, most examples of reward hacking in previous literature are benign. And typically, objectives can be modified to resolve the issue. We study the prospect of catastrophic outcomes induced by AIs operating in complex environments. We argue that, when capabilities are sufficiently advanced, pursuing a fixed consequentialist objective tends to result in catastrophic outcomes. We formalize this by establishing conditions that provably lead to such outcomes. Under these conditions, simple or random behavior is safe. Catastrophic risk arises due to extraordinary competence rather than incompetence. With a fixed consequentialist objective, avoiding catastrophe requires constraining AI capabilities. In fact, constraining capabilities the right amount not only averts catastrophe but yields valuable outcomes. Our results apply to any objective produced by modern industrial AI development pipelines.
Show more
TrajFlow: Nation-wide Pseudo GPS Trajectory Generation with Flow Matching Models
cs.LGThe importance of mobile phone GPS trajectory data is widely recognized across many fields, yet the use of real data is often hindered by privacy concerns, limited accessibility, and high acquisition costs. As a result, generating pseudo-GPS trajectory data has become an active area of research. Recent diffusion-based approaches have achieved strong fidelity but remain limited in spatial scale (small urban areas), transportation-mode diversity, and efficiency (requiring numerous sampling steps). To address these challenges, we introduce TrajFlow, which to the best of our knowledge is the first flow-matching-based generative model for GPS trajectory generation. TrajFlow leverages the flow-matching paradigm to improve robustness and efficiency across multiple geospatial scales, and incorporates a trajectory harmonization and reconstruction strategy to jointly address scalability, diversity, and efficiency. Using a nationwide mobile phone GPS dataset with millions of trajectories across Japan, we show that TrajFlow or its variants consistently outperform diffusion-based and deep generative baselines at urban, metropolitan, and nationwide levels. As the first nationwide, multi-scale GPS trajectory generation model, TrajFlow demonstrates strong potential to support inter-region urban planning, traffic management, and disaster response, thereby advancing the resilience and intelligence of future mobility systems.
Show more
Empowering Chemical Structures with Biological Insights for Scalable Phenotypic Virtual Screening
q-bio.QMMotivation: The scalable identification of bioactive compounds is essential for contemporary drug discovery. This process faces a key trade-off: structural screening offers scalability but lacks biological context, whereas high-content phenotypic profiling provides deep biological insights but is resource-intensive. The primary challenge is to extract robust biological signals from noisy data and encode them into representations that do not require biological data at inference. Results: This study presents DECODE (DEcomposing Cellular Observations of Drug Effects), a framework that bridges this gap by empowering chemical representations with intrinsic biological semantics to enable structure-based in silico biological profiling. DECODE leverages limited paired transcriptomic and morphological data as supervisory signals during training, enabling the extraction of a measurement-invariant biological fingerprint from chemical structures and explicit filtering of experimental noise. Our evaluations demonstrate that DECODE retrieves functionally similar drugs in zero-shot settings with over 20% relative improvement over chemical baselines in mechanism-of-action (MOA) prediction. Furthermore, the framework achieves a 6-fold increase in hit rates for novel anti-cancer agents during external validation. Availability and implementation: The codes and datasets of DECODE are available at https://github.com/lian-xiao/DECODE.
Show more
Pretraining and Benchmarking Modern Encoders for Latvian
cs.CLEncoder-only transformers remain essential for practical NLP tasks. While recent advances in multilingual models have improved cross-lingual capabilities, low-resource languages such as Latvian remain underrepresented in pretraining corpora, and few monolingual Latvian encoders currently exist. We address this gap by pretraining a suite of Latvian-specific encoders based on RoBERTa, DeBERTaV3, and ModernBERT architectures, including long-context variants, and evaluating them across a diverse set of Latvian diagnostic and linguistic benchmarks. Our models are competitive with existing monolingual and multilingual encoders while benefiting from recent architectural and efficiency advances. Our best model, lv-deberta-base (111M parameters), achieves the strongest overall performance, outperforming larger multilingual baselines and prior Latvian-specific encoders. We release all pretrained models and evaluation resources to support further research and practical applications in Latvian NLP.
Show more
TriFusion-LLM: Prior-Guided Multimodal Fusion with LLM Arbitration for Fine-grained Code Clone Detection
cs.SECode clone detection (CCD) supports software maintenance, refactoring, and security analysis. Although pre-trained models capture code semantics, most work reduces CCD to binary classification, overlooking the heterogeneity of clone types and the seven fine-grained categories in BigCloneBench. We present Full Model, a multimodal fusion framework that jointly integrates heuristic similarity priors from classical machine learning, structural signals from abstract syntax trees (ASTs), and deep semantic embeddings from CodeBERT into a single predictor. By fusing structural, statistical, and semantic representations, Full Model improves discrimination among fine-grained clone types while keeping inference cost practical. On the seven-class BigCloneBench benchmark, Full Model raises Macro-F1 from 0.695 to 0.875. Ablation studies show that using the primary model's probability distribution as a prior to guide selective arbitration by a large language model (LLM) substantially outperforms blind reclassification; arbitrating only ~0.2% of high-uncertainty samples yields an additional 0.3 absolute Macro-F1 gain. Overall, Full Model achieves an effective performance-cost trade-off for fine-grained CCD and offers a practical solution for large-scale industrial deployment.
Show more
MONET: Modeling and Optimization of neural NEtwork Training from Edge to Data Centers
cs.LGWhile hardware-software co-design has significantly improved the efficiency of neural network inference, modeling the training phase remains a critical yet underexplored challenge. Training workloads impose distinct constraints, particularly regarding memory footprint and backpropagation complexity, which existing inference-focused tools fail to capture. This paper introduces MONET, a framework designed to model the training of neural networks on heterogeneous dataflow accelerators. MONET builds upon Stream, an experimentally verified framework that that models the inference of neural networks on heterogeneous dataflow accelerators with layer fusion. Using MONET, we explore the design space of ResNet-18 and a small GPT-2, demonstrating the framework's capability to model training workflows and find better hardware architectures. We then further examine problems that become more complex in neural network training due to the larger design space, such as determining the best layer-fusion configuration. Additionally, we use our framework to find interesting trade-offs in activation checkpointing, with the help of a genetic algorithm. Our findings highlight the importance of a holistic approach to hardware-software co-design for scalable and efficient deep learning deployment.
Show more
How Log-Barrier Helps Exploration in Policy Optimization
cs.LGRecently, it has been shown that the Stochastic Gradient Bandit (SGB) algorithm converges to a globally optimal policy with a constant learning rate. However, these guarantees rely on unrealistic assumptions about the learning process, namely that the probability of the optimal action is always bounded away from zero. We attribute this to the lack of an explicit exploration mechanism in SGB. To address these limitations, we propose to regularize the SGB objective with a log-barrier on the parametric policy, structurally enforcing a minimal amount of exploration. We prove that Log-Barrier Stochastic Gradient Bandit (LB-SGB) matches the sample complexity of SGB, but also converges (at a slower rate) without any assumptions on the learning process. We also show a connection between the log-barrier regularization and Natural Policy Gradient, as both exploit the geometry of the policy space by controlling the Fisher information. We validate our theoretical findings through numerical simulations, showing the benefits of the log-barrier regularization.
Show more
OrgForge: A Multi-Agent Simulation Framework for Verifiable Synthetic Corporate Corpora
cs.CLEvaluating retrieval-augmented generation (RAG) pipelines requires corpora where ground truth is knowable, temporally structured, and cross-artifact properties that real-world datasets rarely provide cleanly. Existing resources such as the Enron corpus carry legal ambiguity, demographic skew, and no structured ground truth. Purely LLM-generated synthetic data solves the legal problem but introduces a subtler one: the generating model cannot be prevented from hallucinating facts that contradict themselves across documents.We present OrgForge, an open-source multi-agent simulation framework that enforces a strict physics-cognition boundary: a deterministic Python engine maintains a SimEvent ground truth bus; large language models generate only surface prose, constrained by validated proposals. An actor-local clock enforces causal timestamp correctness across all artifact types, eliminating the class of timeline inconsistencies that arise when timestamps are sampled independently per document. We formalize three graph-dynamic subsystems stress propagation via betweenness centrality, temporal edge-weight decay, and Dijkstra escalation routing that govern organizational behavior independently of any LLM. Running a configurable N-day simulation, OrgForge produces interleaved Slack threads, JIRA tickets, Confluence pages, Git pull requests, and emails, all traceable to a shared, immutable event log. We additionally describe a causal chain tracking subsystem that accumulates cross-artifact evidence graphs per incident, a hybrid reciprocal-rank-fusion recurrence detector for identifying repeated failure classes, and an inbound/outbound email engine that routes vendor alerts, customer complaints, and HR correspondence through gated causal chains with probabilistic drop simulation. OrgForge is available under the MIT license.
Show more
Exposing Cross-Modal Consistency for Fake News Detection in Short-Form Videos
cs.AIShort-form video platforms are major channels for news but also fertile ground for multimodal misinformation where each modality appears plausible alone yet cross-modal relationships are subtly inconsistent, like mismatched visuals and captions. On two benchmark datasets, FakeSV (Chinese) and FakeTT (English), we observe a clear asymmetry: real videos exhibit high text-visual but moderate text-audio consistency, while fake videos show the opposite pattern. Moreover, a single global consistency score forms an interpretable axis along which fake probability and prediction errors vary smoothly. Motivated by these observations, we present MAGIC3 (Modal-Adversarial Gated Interaction and Consistency-Centric Classifier), a detector that explicitly models and exposes cross-tri-modal consistency signals at multiple granularities. MAGIC3 combines explicit pairwise and global consistency modeling with token- and frame-level consistency signals derived from cross-modal attention, incorporates multi-style LLM rewrites to obtain style-robust text representations, and employs an uncertainty-aware classifier for selective VLM routing. Using pre-extracted features, MAGIC3 consistently outperforms the strongest non-VLM baselines on FakeSV and FakeTT. While matching VLM-level accuracy, the two-stage system achieves 18-27x higher throughput and 93% VRAM savings, offering a strong cost-performance tradeoff.
Show more
bitSMM: A bit-Serial Matrix Multiplication Accelerator
cs.ARNeural-network (NN) inference is increasingly present on-board spacecraft to reduce downlink bandwidth and enable timely decision making. However, the power and reliability constraints of space missions limit the applicability of many state-of-the-art NN accelerators. This paper presents bitSMM, a bit-serial matrix multiplication accelerator built around a systolic array of bit-serial multiply--accumulate (MAC) units. The design supports runtime-configurable operand precision from 1 to 16 bits and evaluates two MAC variants: a Booth-inspired architecture and a standard binary multiplication with correction architecture. We implement bitSMM in [System]Verilog and evaluate it on an AMD ZCU104 FPGA and through ASIC physical implementation using the asap7 and nangate45 process design kits. On the FPGA, bitSMM achieves up to 19.2~GOPS and 2.973~GOPS/W, and in asap7 it achieves up to 73.22~GOPS, 552~GOPS/mm$^2$, and 40.8~GOPS/W.
Show more
Beyond Benchmark Islands: Toward Representative Trustworthiness Evaluation for Agentic AI
cs.CLAs agentic AI systems move beyond static question answering into open-ended, tool-augmented, and multi-step real-world workflows, their increased authority poses greater risks of system misuse and operational failures. However, current evaluation practices remain fragmented, measuring isolated capabilities such as coding, hallucination, jailbreak resistance, or tool use in narrowly defined settings. We argue that the central limitation is not merely insufficient coverage of evaluation dimensions, but the lack of a principled notion of representativeness: an agent's trustworthiness should be assessed over a representative socio-technical scenario distribution rather than a collection of disconnected benchmark instances. To this end, we propose the Holographic Agent Assessment Framework (HAAF), a systematic evaluation paradigm that characterizes agent trustworthiness over a scenario manifold spanning task types, tool interfaces, interaction dynamics, social contexts, and risk levels. The framework integrates four complementary components: (i) static cognitive and policy analysis, (ii) interactive sandbox simulation, (iii) social-ethical alignment assessment, and (iv) a distribution-aware representative sampling engine that jointly optimizes coverage and risk sensitivity -- particularly for rare but high-consequence tail risks that conventional benchmarks systematically overlook. These components are connected through an iterative Trustworthy Optimization Factory. Through cycles of red-team probing and blue-team hardening, this paradigm progressively narrows the vulnerabilities to meet deployment standards, shifting agent evaluation from benchmark islands toward representative, real-world trustworthiness. Code and data for the illustrative instantiation are available at https://github.com/TonyQJH/haaf-pilot.
Show more
Why Agents Compromise Safety Under Pressure
cs.AILarge Language Model agents deployed in complex environments frequently encounter a conflict between maximizing goal achievement and adhering to safety constraints. This paper identifies a new concept called Agentic Pressure, which characterizes the endogenous tension emerging when compliant execution becomes infeasible. We demonstrate that under this pressure agents exhibit normative drift where they strategically sacrifice safety to preserve utility. Notably we find that advanced reasoning capabilities accelerate this decline as models construct linguistic rationalizations to justify violation. Finally, we analyze the root causes and explore preliminary mitigation strategies, such as pressure isolation, which attempts to restore alignment by decoupling decision-making from pressure signals.
Show more
Rethinking LLM Watermark Detection in Black-Box Settings: A Non-Intrusive Third-Party Framework
cs.CRWhile watermarking serves as a critical mechanism for LLM provenance, existing secret-key schemes tightly couple detection with injection, requiring access to keys or provider-side scheme-specific detectors for verification. This dependency creates a fundamental barrier for real-world governance, as independent auditing becomes impossible without compromising model security or relying on the opaque claims of service providers. To resolve this dilemma, we introduce TTP-Detect, a pioneering black-box framework designed for non-intrusive, third-party watermark verification. By decoupling detection from injection, TTP-Detect reframes verification as a relative hypothesis testing problem. It employs a proxy model to amplify watermark-relevant signals and a suite of complementary relative measurements to assess the alignment of the query text with watermarked distributions. Extensive experiments across representative watermarking schemes, datasets and models demonstrate that TTP-Detect achieves superior detection performance and robustness against diverse attacks.
Show more
This Is Taking Too Long -- Investigating Time as a Proxy for Energy Consumption of LLMs
cs.PFThe energy consumption of Large Language Models (LLMs) is raising growing concerns due to their adverse effects on environmental stability and resource use. Yet, these energy costs remain largely opaque to users, especially when models are accessed through an API -- a black box in which all information depends on what providers choose to disclose. In this work, we investigate inference time measurements as a proxy to approximate the associated energy costs of API-based LLMs. We ground our approach by comparing our estimations with actual energy measurements from locally hosted equivalents. Our results show that time measurements allow us to infer GPU models for API-based LLMs, grounding our energy cost estimations. Our work aims to create means for understanding the associated energy costs of API-based LLMs, especially for end users.
Show more
Masked BRep Autoencoder via Hierarchical Graph Transformer
cs.GRWe introduce a novel self-supervised learning framework that automatically learns representations from input computer-aided design (CAD) models for downstream tasks, including part classification, modeling segmentation, and machining feature recognition. To train our network, we construct a large-scale, unlabeled dataset of boundary representation (BRep) models. The success of our algorithm relies on two keycomponents. The first is a masked graph autoencoder that reconstructs randomly masked geometries and attributes of BReps for representation learning to enhance the generalization. The second is a hierarchical graph Transformer architecture that elegantly fuses global and local learning by a cross-scale mutual attention block to model long-range geometric dependencies and a graph neural network block to aggregate local topological information. After training the autoencoder, we replace its decoder with a task-specific network trained on a small amount of labeled data for downstream tasks. We conduct experiments on various tasks and achieve high performance, even with a small amount of labeled data, demonstrating the practicality and generalizability of our model. Compared to other methods, our model performs significantly better on downstream tasks with the same amount of training data, particularly when the training data is very limited.
Show more
Informative Perturbation Selection for Uncertainty-Aware Post-hoc Explanations
cs.LGTrust and ethical concerns due to the widespread deployment of opaque machine learning (ML) models motivating the need for reliable model explanations. Post-hoc model-agnostic explanation methods addresses this challenge by learning a surrogate model that approximates the behavior of the deployed black-box ML model in the locality of a sample of interest. In post-hoc scenarios, neither the underlying model parameters nor the training are available, and hence, this local neighborhood must be constructed by generating perturbed inputs in the neighborhood of the sample of interest, and its corresponding model predictions. We propose \emph{Expected Active Gain for Local Explanations} (\texttt{EAGLE}), a post-hoc model-agnostic explanation framework that formulates perturbation selection as an information-theoretic active learning problem. By adaptively sampling perturbations that maximize the expected information gain, \texttt{EAGLE} efficiently learns a linear surrogate explainable model while producing feature importance scores along with the uncertainty/confidence estimates. Theoretically, we establish that cumulative information gain scales as $\mathcal{O}(d \log t)$, where $d$ is the feature dimension and $t$ represents the number of samples, and that the sample complexity grows linearly with $d$ and logarithmically with the confidence parameter $1/δ$. Empirical results on tabular and image datasets corroborate our theoretical findings and demonstrate that \texttt{EAGLE} improves explanation reproducibility across runs, achieves higher neighborhood stability, and improves perturbation sample quality as compared to state-of-the-art baselines such as Tilia, US-LIME, GLIME and BayesLIME.
Show more
Tackling Over-smoothing on Hypergraphs: A Ricci Flow-guided Neural Diffusion Approach
cs.LGHypergraph neural networks (HGNNs) have demonstrated strong capabilities in modeling complex higher-order relationships. However, existing HGNNs often suffer from over-smoothing as the number of layers increases and lack effective control over message passing among nodes. Inspired by the theory of Ricci flow in differential geometry, we theoretically establish that introducing discrete Ricci flow into hypergraph structures can effectively regulate node feature evolution and thereby alleviate over-smoothing. Building on this insight, we propose Ricci Flow-guided Hypergraph Neural Diffusion(RFHND), a novel message passing paradigm for hypergraphs guided by discrete Ricci flow. Specifically, RFHND is based on a PDE system that describes the continuous evolution of node features on hypergraphs and adaptively regulates the rate of information diffusion at the geometric level, preventing feature homogenization and producing high-quality node representations. Experimental results show that RFHND significantly outperforms existing methods across multiple benchmark datasets and demonstrates strong robustness, while also effectively mitigating over-smoothing.
Show more
Integrating Weather Foundation Model and Satellite to Enable Fine-Grained Solar Irradiance Forecasting
cs.LGAccurate day-ahead solar irradiance forecasting is essential for integrating solar energy into the power grid. However, it remains challenging due to the pronounced diurnal cycle and inherently complex cloud dynamics. Current methods either lack fine-scale resolution (e.g., numerical weather prediction, weather foundation models) or degrade at longer lead times (e.g., satellite extrapolation). We propose Baguan-solar, a two-stage multimodal framework that fuses forecasts from Baguan, a global weather foundation model, with high-resolution geostationary satellite imagery to produce 24- hour irradiance forecasts at kilometer scale. Its decoupled two-stage design first forecasts day-night continuous intermediates (e.g., cloud cover) and then infers irradiance, while its modality fusion jointly preserves fine-scale cloud structures from satellite and large-scale constraints from Baguan forecasts. Evaluated over East Asia using CLDAS as ground truth, Baguan-solar outperforms strong baselines (including ECMWF IFS, vanilla Baguan, and SolarSeer), reducing RMSE by 16.08% and better resolving cloud-induced transients. An operational deployment of Baguan-solar has supported solar power forecasting in an eastern province in China, since July 2025. Our code is accessible at https://github.com/DAMO-DI-ML/Baguansolar. git.
Show more
VorTEX: Various overlap ratio for Target speech EXtraction
cs.SDTarget speech extraction (TSE) aims to recover a target speaker's voice from a mixture. While recent text-prompted approaches have shown promise, most approaches assume fully overlapped mixtures, limiting insight into behavior across realistic overlap ratios. We introduce VorTEX (Various overlap ratio for Target speech EXtraction), a text-prompted TSE architecture with a Decoupled Adaptive Multi-branch (DAM) Fusion block that separates primary extraction from auxiliary regularization pathways. To enable controlled analysis, we construct PORTE, a two-speaker dataset spanning overlap ratios from 0% to 100%. We further propose Suppression Ratio on Energy (SuRE), a diagnostic metric that detects suppression behavior not captured by conventional measures. Experiments show that existing models exhibit suppression or residual interference under overlap, whereas VorTEX achieves the highest separation fidelity across 20-100% overlap (e.g., 5.50 dB at 20% and 2.04 dB at 100%) while maintaining zero SuRE, indicating robust extraction without suppression-driven artifacts.
Show more
BadLLM-TG: A Backdoor Defender powered by LLM Trigger Generator
cs.CRBackdoor attacks compromise model reliability by using triggers to manipulate outputs. Trigger inversion can accurately locate these triggers via a generator and is therefore critical for backdoor defense. However, the discrete nature of text prevents existing noise-based trigger generator from being applied to nature language processing (NLP). To overcome the limitations, we employ the rich knowledge embedded in large language models (LLMs) and propose a Backdoor defender powered by LLM Trigger Generator, termed BadLLM-TG. It is optimized through prompt-driven reinforcement learning, using the victim model's feedback loss as the reward signal. The generated triggers are then employed to mitigate the backdoor via adversarial training. Experiments show that our method reduces the attack success rate by 76.2\% on average, outperforming the second-best defender by 13.7.
Show more
VibeContract: The Missing Quality Assurance Piece in Vibe Coding
cs.SERecent advances in large language models (LLMs) have given rise to vibe coding, a style of software development where developers rely on AI coding assistants to generate, modify, and refactor code using natural language instructions. While this paradigm accelerates software development and lowers barriers to entry, it introduces new challenges for quality assurance (QA). AI-generated code can appear correct but often contains hidden logical errors and inconsistencies, creating an urgent need for novel QA approaches. In this vision paper, we propose the VibeContract paradigm as a missing piece in vibe coding. In this approach, high-level natural-language intent is decomposed into explicit task sequences, and task-level contracts are generated to capture expected inputs, outputs, constraints, and behavioral properties. Developers validate these contracts, and traceability is maintained between tasks, contracts, and generated code. Contracts then guide LLMs for testing, runtime verification, and debugging, enabling QA to occur continuously and proactively alongside code generation. We demonstrate how the VibeContract paradigm can substantially improve the correctness, robustness, and maintainability of LLM-generated code through an example project. We argue that VibeContract introduces a structured and verifiable development workflow that transforms vibe coding from a fast but error-prone practice into a predictable, auditable, and trustworthy software engineering process. Finally, we outline the key challenges, design principles, and a forward-looking research agenda required to realize this vision.
Show more
OpenHospital: A Thing-in-itself Arena for Evolving and Benchmarking LLM-based Collective Intelligence
cs.AILarge Language Model (LLM)-based Collective Intelligence (CI) presents a promising approach to overcoming the data wall and continuously boosting the capabilities of LLM agents. However, there is currently no dedicated arena for evolving and benchmarking LLM-based CI. To address this gap, we introduce OpenHospital, an interactive arena where physician agents can evolve CI through interactions with patient agents. This arena employs a data-in-agent-self paradigm that rapidly enhances agent capabilities and provides robust evaluation metrics for benchmarking both medical proficiency and system efficiency. Experiments demonstrate the effectiveness of OpenHospital in both fostering and quantifying CI.
Show more
Topology-Preserving Data Augmentation for Ring-Type Polygon Annotations
cs.CVGeometric data augmentation is widely used in segmentation pipelines and typically assumes that polygon annotations represent simply connected regions. However, in structured domains such as architectural floorplan analysis, ring-type regions are often encoded as a single cyclic polygon chain connecting outer and inner boundaries. During augmentation, clipping operations may remove intermediate vertices and disrupt this cyclic connectivity, breaking the structural relationship between the boundaries. In this work, we introduce an order-preserving polygon augmentation strategy that performs transformations in mask space and then projects surviving vertices back into index-space to restore adjacency relations. This repair maintains the original traversal order of the polygon and preserves topological consistency with minimal computational overhead. Experiments demonstrate that the approach reliably restores connectivity, achieving near-perfect Cyclic Adjacency Preservation (CAP) across both single and compound augmentations.
Show more
Loosely-Structured Software: Engineering Context, Structure, and Evolution Entropy in Runtime-Rewired Multi-Agent Systems
cs.SEAs LLM-based multi-agent systems (MAS) become more autonomous, their free-form interactions increasingly dominate system behavior. However, scaling the number of agents often amplifies context pressure, coordination errors, and system drift. It is well known that building robust MAS requires more than prompt tuning or increased model intelligence. It necessitates engineering discipline focused on architecture to manage complexity under uncertainty. We characterize agentic software by a core property: \emph{runtime generation and evolution under uncertainty}. Drawing upon and extending software engineering experience, especially object-oriented programming, this paper introduces \emph{Loosely-Structured Software (LSS)}, a new class of software systems that shifts the engineering focus from constructing deterministic logic to managing the runtime entropy generated by View-constructed programming, semantic-driven self-organization, and endogenous evolution. To make this entropy governable, we introduce design principles under a three-layer engineering framework: \emph{View/Context Engineering} to manage the execution environment and maintain task-relevant Views, \emph{Structure Engineering} to organize dynamic binding over artifacts and agents, and \emph{Evolution Engineering} to govern the lifecycle of self-rewriting artifacts. Building on this framework, we develop LSS design patterns as semantic control blocks that stabilize fluid, inference-mediated interactions while preserving agent adaptability. Together, these abstractions improve the \emph{designability}, \emph{scalability}, and \emph{evolvability} of agentic infrastructure. We provide basic experimental validation of key mechanisms, demonstrating the effectiveness of LSS.
Show more
GNNVerifier: Graph-based Verifier for LLM Task Planning
cs.LGLarge language models (LLMs) facilitate the development of autonomous agents. As a core component of such agents, task planning aims to decompose complex natural language requests into concrete, solvable sub-tasks. Since LLM-generated plans are frequently prone to hallucinations and sensitive to long-context prom-pts, recent research has introduced plan verifiers to identify and correct potential flaws. However, most existing approaches still rely on an LLM as the verifier via additional prompting for plan review or self-reflection. LLM-based verifiers can be misled by plausible narration and struggle to detect failures caused by structural relations across steps, such as type mismatches, missing intermediates, or broken dependencies. To address these limitations, we propose a graph-based verifier for LLM task planning. Specifically, the proposed method has four major components: Firstly, we represent a plan as a directed graph with enriched attributes, where nodes denote sub-tasks and edges encode execution order and dependency constraints. Secondly, a graph neural network (GNN) then performs structural evaluation and diagnosis, producing a graph-level plausibility score for plan acceptance as well as node/edge-level risk scores to localize erroneous regions. Thirdly, we construct controllable perturbations from ground truth plan graphs, and automatically generate training data with fine-grained annotations. Finally, guided by the feedback from our GNN verifier, we enable an LLM to conduct local edits (e.g., tool replacement or insertion) to correct the plan when the graph-level score is insufficient. Extensive experiments across diverse datasets, backbone LLMs, and planners demonstrate that our GNNVerifier achieves significant gains in improving plan quality. Our data and code is available at https://github.com/BUPT-GAMMA/GNNVerifier.
Show more
Transition Flow Matching
cs.LGMainstream flow matching methods typically focus on learning the local velocity field, which inherently requires multiple integration steps during generation. In contrast, Mean Velocity Flow models establish a relationship between the local velocity field and the global mean velocity, enabling the latter to be learned through a mathematically grounded formulation and allowing generation to be transferred to arbitrary future time points. In this work, we propose a new paradigm that directly learns the transition flow. As a global quantity, the transition flow naturally supports generation in a single step or at arbitrary time points. Furthermore, we demonstrate the connection between our approach and Mean Velocity Flow, establishing a unified theoretical perspective. Extensive experiments validate the effectiveness of our method and support our theoretical claims.
Show more
Gradient Atoms: Unsupervised Discovery, Attribution and Steering of Model Behaviors via Sparse Decomposition of Training Gradients
cs.AITraining data attribution (TDA) methods ask which training documents are responsible for a model behavior. However, models often learn broad concepts shared across many examples. Moreover, existing TDA methods are supervised -- they require a predefined query behavior, then score every training document against it -- making them both expensive and unable to surface behaviors the user did not think to ask about. We present Gradient Atoms, an unsupervised method that decomposes per-document training gradients into sparse components ("atoms") via dictionary learning in a preconditioned eigenspace. Each atom captures a shared update direction induced by a cluster of functionally similar documents, directly recovering the collective structure that per-document methods do not address. Among 500 discovered atoms, the highest-coherence ones recover interpretable task-type behaviors -- refusal, arithmetic, yes/no classification, trivia QA -- without any behavioral labels. These atoms double as effective steering vectors: applying them as weight-space perturbations produces large, controllable shifts in model behavior (e.g., bulleted-list generation 33% to 94%; systematic refusal 50% to 0%). The method requires no query--document scoring stage, and scales independently of the number of query behaviors of interest. Code is available at https://github.com/jrosseruk/gradient_atoms.
Show more
LUMINA: A Multi-Vendor Mammography Benchmark with Energy Harmonization Protocol
eess.IVPublicly available full-field digital mammography (FFDM) datasets remain limited in size, clinical annotations, and vendor diversity, hindering the development of robust models. We introduce LUMINA, a curated, multi-vendor FFDM dataset that explicitly encodes acquisition energy and vendor metadata to capture clinically relevant appearance variations often overlooked in existing benchmarks. This dataset contains 1824 images from 468 patients (960 benign, 864 malignant), with pathology-confirmed labels, BI-RADS assessments, and breast-density annotations. LUMINA spans six acquisition systems and includes both high- and low-energy imaging styles, enabling systematic analysis of vendor- and energy-induced domain shifts. To address these variations, we propose a foreground-only pixel-space alignment method (''energy harmonization'') that maps images to a low-energy reference while preserving lesion morphology. We benchmark CNN and transformer models on three clinically relevant tasks: diagnosis (benign vs. malignant), BI-RADS classification, and density estimation. Two-view models consistently outperform single-view models. EfficientNet-B0 achieves an AUC of 93.54% for diagnosis, while Swin-T achieves the best macro-AUC of 89.43% for density prediction. Harmonization improves performance across architectures and produces more localized Grad-CAM responses. Overall, LUMINA provides (1) a vendor-diverse benchmark and (2) a model-agnostic harmonization framework for reliable and deployable mammography AI.
Show more
PulmoVec: A Two-Stage Stacking Meta-Learning Architecture Built on the HeAR Foundation Model for Multi-Task Classification of Pediatric Respiratory Sounds
cs.SDBackground: Respiratory diseases are a leading cause of childhood morbidity and mortality, yet lung auscultation remains subjective and limited by inter-listener variability, particularly in pediatric populations. Existing AI approaches are further constrained by small datasets and single-task designs. We developed PulmoVec, a multi-task framework built on the Health Acoustic Representations (HeAR) foundation model for classification of pediatric respiratory sounds. Methods: In this retrospective analysis of the SPRSound database, 24,808 event-level annotated segments from 1,652 pediatric patients were analyzed. Three task-specific classifiers were trained for screening, sound-pattern recognition, and disease-group prediction. Their out-of-fold probability outputs were combined with demographic metadata in a LightGBM stacking meta-model, and event-level predictions were aggregated to the patient level using ensemble voting. Results: At the event level, the screening model achieved an ROC-AUC of 0.96 (95% CI, 0.95-0.97), the sound-pattern recognition model a macro ROC-AUC of 0.96 (95% CI, 0.96-0.97), and the disease-group prediction model a macro ROC-AUC of 0.94 (95% CI, 0.93-0.94). At the patient level, disease-group classification yielded an accuracy of 0.74 (95% CI, 0.71-0.77), a weighted F1-score of 0.73, and a macro ROC-AUC of 0.91 (95% CI, 0.90-0.93). Stacking improved performance across all tasks compared with base models alone. Conclusions: PulmoVec links event-level acoustic phenotyping with patient-level clinical classification, supporting the potential of foundation-model-based digital auscultation in pediatric respiratory medicine. Multi-center external validation across devices and real-world conditions remains essential.
Show more
Evidential Domain Adaptation for Remaining Useful Life Prediction with Incomplete Degradation
cs.LGAccurate Remaining Useful Life (RUL) prediction without labeled target domain data is a critical challenge, and domain adaptation (DA) has been widely adopted to address it by transferring knowledge from a labeled source domain to an unlabeled target domain. Despite its success, existing DA methods struggle significantly when faced with incomplete degradation trajectories in the target domain, particularly due to the absence of late degradation stages. This missing data introduces a key extrapolation challenge. When applied to such incomplete RUL prediction tasks, current DA methods encounter two primary limitations. First, most DA approaches primarily focus on global alignment, which can misaligns late degradation stage in the source domain with early degradation stage in the target domain. Second, due to varying operating conditions in RUL prediction, degradation patterns may differ even within the same degradation stage, resulting in different learned features. As a result, even if degradation stages are partially aligned, simple feature matching cannot fully align two domains. To overcome these limitations, we propose a novel evidential adaptation approach called EviAdapt, which leverages evidential learning to enhance domain adaptation. The method first segments the source and target domain data into distinct degradation stages based on degradation rate, enabling stage-wise alignment that ensures samples from corresponding stages are accurately matched. To address the second limitation, we introduce an evidential uncertainty alignment technique that estimates uncertainty using evidential learning and aligns the uncertainty across matched stages.
Show more
Life cycle assessment for all organic chemicals
physics.chem-phChemicals are embedded in nearly every aspect of modern society, yet their production poses substantial sustainability concerns. Achieving a sustainable chemical industry requires detailed Life Cycle Assessment (LCA); however, current assessments face many unknowns due to limited, partly inconsistent, and untransparent data coverage since existing Life Cycle Inventory (LCI) databases account for only a tiny fraction of traded chemicals. Here, we introduce the Chemical RetrosYnthesiS for Transparent Assessment of Life-cycles (CRYSTAL) framework, which automatically generates consistent and transparent LCI data for organic chemicals based on their molecular structure using retrosynthesis and machine-learned gate-to-gate inventories. Using the predictive power of CRYSTAL, we create a consistent database for more than 70000 organic chemicals, comprising over 110000 transparent LCI datasets that quantify both feedstock and energy demands, together with associated auxiliary materials, biosphere flows, and waste flows. From this comprehensive database, we identify 50 key environmental hotspots driving high impacts of organic chemical production across multiple environmental categories and pivotal hub chemicals that are most critical for downstream chemical production. In providing this comprehensive data foundation, the CRYSTAL framework offers systematic guidance for targeted engineering and policy interventions. Its transparent, modular nature is designed to shift chemical LCA from a reliance on "unknown unknowns" to a collaboratively improvable mapping of "known unknowns".
Show more
DASH: Dynamic Audio-Driven Semantic Chunking for Efficient Omnimodal Token Compression
cs.MMOmnimodal large language models (OmniLLMs) jointly process audio and visual streams, but the resulting long multimodal token sequences make inference prohibitively expensive. Existing compression methods typically rely on fixed window partitioning and attention-based pruning, which overlook the piecewise semantic structure of audio-visual signals and become fragile under aggressive token reduction. We propose Dynamic Audio-driven Semantic cHunking (DASH), a training-free framework that aligns token compression with semantic structure. DASH treats audio embeddings as a semantic anchor and detects boundary candidates via cosine-similarity discontinuities, inducing dynamic, variable-length segments that approximate the underlying piecewise-coherent organization of the sequence. These boundaries are projected onto video tokens to establish explicit cross-modal segmentation. Within each segment, token retention is determined by a tri-signal importance estimator that fuses structural boundary cues, representational distinctiveness, and attention-based salience, mitigating the sparsity bias of attention-only selection. This structure-aware allocation preserves transition-critical tokens while reducing redundant regions. Extensive experiments on AVUT, VideoMME, and WorldSense demonstrate that DASH maintains superior accuracy while achieving higher compression ratios compared to prior methods. Code is available at: https://github.com/laychou666/DASH.
Show more
State-Dependent Safety Failures in Multi-Turn Language Model Interaction
cs.CRSafety alignment in large language models is typically evaluated under isolated queries, yet real-world use is inherently multi-turn. Although multi-turn jailbreaks are empirically effective, the structure of conversational safety failure remains insufficiently understood. In this work, we study safety failures from a state-space perspective and show that many multi-turn failures arise from structured contextual state evolution rather than isolated prompt vulnerabilities. We introduce STAR, a state-oriented diagnostic framework that treats dialogue history as a state transition operator and enables controlled analysis of safety behavior along interaction trajectories. Rather than optimizing attack strength, STAR provides a principled probe of how aligned models traverse the safety boundary under autoregressive conditioning. Across multiple frontier language models, we find that systems that appear robust under static evaluation can undergo rapid and reproducible safety collapse under structured multi-turn interaction. Mechanistic analysis reveals monotonic drift away from refusal-related representations and abrupt phase transitions induced by role-conditioned context. Together, these findings motivate viewing language model safety as a dynamic, state-dependent process defined over conversational trajectories.
Show more
High-Fidelity Compression of Seismic Velocity Models via SIREN Auto-Decoders
cs.LGImplicit Neural Representations (INRs) have emerged as a powerful paradigm for representing continuous signals independently of grid resolution. In this paper, we propose a high-fidelity neural compression framework based on a SIREN (Sinusoidal Representation Networks) auto-decoder to represent multi-structural seismic velocity models from the OpenFWI benchmark. Our method compresses each 70x70 velocity map (4,900 points) into a compact 256-dimensional latent vector, achieving a compression ratio of 19:1. We evaluate the framework on 1,000 samples across five diverse geological families: FlatVel, CurveVel, FlatFault, CurveFault, and Style. Experimental results demonstrate an average PSNR of 32.47 dB and SSIM of 0.956, indicating high-quality reconstruction. Furthermore, we showcase two key advantages of our implicit representation: (1) smooth latent space interpolation that generates plausible intermediate velocity structures, and (2) zero-shot super-resolution capability that reconstructs velocity fields at arbitrary resolutions up to 280x280 without additional training. The results highlight the potential of INR-based auto-decoders for efficient storage, multi-scale analysis, and downstream geophysical applications such as full waveform inversion.
Show more
Beyond Distance: Quantifying Point Cloud Dynamics with Persistent Homology and Dynamic Optimal Transport
stat.MLWe introduce a framework for analyzing topological tipping in time-evolutionary point clouds by extending the recently proposed Topological Optimal Transport (TpOT) distance. While TpOT unifies geometric, homological, and higher-order relations into one metric, its global scalar distance can obscure transient, localized structural reorganizations during dynamic phase transitions. To overcome this limitation, we present a hierarchical dynamic evaluation framework driven by a novel topological and hypergraph reconstruction strategy. Instead of directly interpolating abstract network parameters, our method interpolates the underlying spatial geometry and rigorously recomputes the valid topological structures, ensuring physical fidelity. Along this geodesic, we introduce a set of multi-scale indicators: macroscopic metrics (Topological Distortion and Persistence Entropy) to capture global shifts, and a novel mesoscopic dual-perspective Hypergraph Entropy (node-perspective and edge-perspective) to detect highly sensitive, asynchronous local rewirings. We further propagate the cycle-level entropy change onto individual vertices to form a point-level topological field. Extensive evaluations on physical dynamical systems (Rayleigh-Van der Pol limit cycles, Double-Well cluster fusion), high-dimensional biological aggregation (D'Orsogna model), and longitudinal stroke fMRI data demonstrate the utility of combining transport-based alignment with multi-scale entropy diagnostics for dynamic topological analysis.
Show more
DiFlowDubber: Discrete Flow Matching for Automated Video Dubbing via Cross-Modal Alignment and Synchronization
cs.CVVideo dubbing has broad applications in filmmaking, multimedia creation, and assistive speech technology. Existing approaches either train directly on limited dubbing datasets or adopt a two-stage pipeline that adapts pre-trained text-to-speech (TTS) models, which often struggle to produce expressive prosody, rich acoustic characteristics, and precise synchronization. To address these issues, we propose DiFlowDubber with a novel two-stage training framework that effectively transfers knowledge from a pre-trained TTS model to video-driven dubbing, with a discrete flow matching generative backbone. Specifically, we design a FaPro module that captures global prosody and stylistic cues from facial expressions and leverages this information to guide the modeling of subsequent speech attributes. To ensure precise speech-lip synchronization, we introduce a Synchronizer module that bridges the modality gap among text, video, and speech, thereby improving cross-modal alignment and generating speech that is temporally synchronized with lip movements. Experiments on two primary benchmark datasets demonstrate that DiFlowDubber outperforms previous methods across multiple metrics.
Show more
Efficient Federated Conformal Prediction with Group-Conditional Guarantees
cs.LGDeploying trustworthy AI systems requires principled uncertainty quantification. Conformal prediction (CP) is a widely used framework for constructing prediction sets with distribution-free coverage guarantees. In many practical settings, including healthcare, finance, and mobile sensing, the calibration data required for CP are distributed across multiple clients, each with its own local data distribution. In this federated setting, data can often be partitioned into, potentially overlapping, groups, which may reflect client-specific strata or cross-cutting attributes such as demographic or semantic categories. We propose group-conditional federated conformal prediction (GC-FCP), a novel protocol that provides group-conditional coverage guarantees. GC-FCP constructs mergeable, group-stratified coresets from local calibration scores, enabling clients to communicate compact weighted summaries that support efficient aggregation and calibration at the server. Experiments on synthetic and real-world datasets validate the performance of GC-FCP compared to centralized calibration baselines.
Show more
Flood Risk Follows Valleys, Not Grids: Graph Neural Networks for Flash Flood Susceptibility Mapping in Himachal Pradesh with Conformal Uncertainty Quantification
cs.LGFlash floods are the most destructive natural hazard in Himachal Pradesh (HP), India, causing over 400 fatalities and $1.2 billion in losses in the 2023 monsoon season alone. Existing risk maps treat every pixel independently, ignoring the basic fact that flooding upstream raises risk downstream. We address this with a Graph Neural Network (GraphSAGE) trained on a watershed connectivity graph (460 sub-watersheds, 1,700 directed edges), built from a six-year Sentinel-1 SAR flood inventory (2018-2023, 3,000 events) and 12 environmental variables at 30 m resolution. Four pixel-based ML models (RF, XGBoost, LightGBM, stacking ensemble) serve as baselines. All models are evaluated with leave-one-basin-out spatial cross-validation to avoid the 5-15% AUC inflation of random splits. Conformal prediction produces the first HP susceptibility maps with statistically guaranteed 90% coverage intervals. The GNN achieved AUC = 0.978 +/- 0.017, outperforming the best baseline (AUC = 0.881) and the published HP benchmark (AUC = 0.88). The +0.097 gain confirms that river connectivity carries predictive signal that pixel-based models miss. High-susceptibility zones overlap 1,457 km of highways (including 217 km of the Manali-Leh corridor), 2,759 bridges, and 4 major hydroelectric installations. Conformal intervals achieved 82.9% empirical coverage on the held-out 2023 test set; lower coverage in high-risk zones (45-59%) points to SAR label noise as a target for future work.
Show more
Relationship-Aware Safety Unlearning for Multimodal LLMs
cs.AIGenerative multimodal models can exhibit safety failures that are inherently relational: two benign concepts can become unsafe when linked by a specific action or relation (e.g., child-drinking-wine). Existing unlearning and concept-erasure approaches often target isolated concepts or image-text pairs, which can cause collateral damage to benign uses of the same objects and relations. We propose relationship-aware safety unlearning: a framework that explicitly represents unsafe object-relation-object (O-R-O) tuples and applies targeted parameter-efficient edits (LoRA) to suppress unsafe tuples while preserving object marginals and safe neighboring relations. We include CLIP-based experiments and robustness evaluation under paraphrase, contextual, and out-of-distribution image attacks.
Show more
Artificial intelligence-enabled single-lead ECG for non-invasive hyperkalemia detection: development, multicenter validation, and proof-of-concept deployment
cs.LGHyperkalemia is a life-threatening electrolyte disorder that is common in patients with chronic kidney disease and heart failure, yet frequent monitoring remains difficult outside hospital settings. We developed and validated Pocket-K, a single-lead AI-ECG system initialized from the ECGFounder foundation model for non-invasive hyperkalemia screening and handheld deployment. In this multicentre observational study using routinely collected clinical ECG and laboratory data, 34,439 patients contributed 62,290 ECG--potassium pairs. Lead I data were used to fine-tune the model. Data from Peking University People's Hospital were divided into development and temporal validation sets, and data from The Second Hospital of Tianjin Medical University served as an independent external validation set. Hyperkalemia was defined as venous serum potassium > 5.5 mmol/L. Pocket-K achieved AUROCs of 0.936 in internal testing, 0.858 in temporal validation, and 0.808 in external validation. For KDIGO-defined moderate-to-severe hyperkalemia (serum potassium >= 6.0 mmol/L), AUROCs increased to 0.940 and 0.861 in the temporal and external sets, respectively. External negative predictive value exceeded 99.3%. Model-predicted high risk below the hyperkalemia threshold was more common in patients with chronic kidney disease and heart failure. A handheld prototype enabled near-real-time inference, supporting future prospective evaluation in native handheld and wearable settings.
Show more
LLM-Guided Reinforcement Learning for Audio-Visual Speech Enhancement
cs.SDIn existing Audio-Visual Speech Enhancement (AVSE) methods, objectives such as Scale-Invariant Signal-to-Noise Ratio (SI-SNR) and Mean Squared Error (MSE) are widely used; however, they often correlate poorly with perceptual quality and provide limited interpretability for optimization. This work proposes a reinforcement learning-based AVSE framework with a Large Language Model (LLM)-based interpretable reward model. An audio LLM generates natural language descriptions of enhanced speech, which are converted by a sentiment analysis model into a 1-5 rating score serving as the PPO reward for fine-tuning a pretrained AVSE model. Compared with scalar metrics, LLM-generated feedback is semantically rich and explicitly describes improvements in speech quality. Experiments on the 4th COG-MHEAR AVSE Challenge (AVSEC-4) dataset show that the proposed method outperforms a supervised baseline and a DNSMOS-based RL baseline in PESQ, STOI, neural quality metrics, and subjective listening tests.
Show more
OrigamiBench: An Interactive Environment to Synthesize Flat-Foldable Origamis
cs.LGBuilding AI systems that can plan, act, and create in the physical world requires more than pattern recognition. Such systems must understand the causal mechanisms and constraints governing physical processes in order to guide sequential decisions. This capability relies on internal representations, analogous to an internal language model, that relate observations, actions, and resulting environmental changes. However, many existing benchmarks treat visual perception and programmatic reasoning as separate problems, focusing either on visual recognition or on symbolic tasks. The domain of origami provides a natural testbed that integrates these modalities. Constructing shapes through folding operations requires visual perception, reasoning about geometric and physical constraints, and sequential planning, while remaining sufficiently structured for systematic evaluation. We introduce OrigamiBench, an interactive benchmark in which models iteratively propose folds and receive feedback on physical validity and similarity to a target configuration. Experiments with modern vision-language models show that scaling model size alone does not reliably produce causal reasoning about physical transformations. Models fail to generate coherent multi-step folding strategies, suggesting that visual and language representations remain weakly integrated.
Show more
APEX-Searcher: Augmenting LLMs' Search Capabilities through Agentic Planning and Execution
cs.CLRetrieval-augmented generation (RAG), based on large language models (LLMs), serves as a vital approach to retrieving and leveraging external knowledge in various domain applications. When confronted with complex multi-hop questions, single-round retrieval is often insufficient for accurate reasoning and problem solving. To enhance search capabilities for complex tasks, most existing works integrate multi-round iterative retrieval with reasoning processes via end-to-end training. While these approaches significantly improve problem-solving performance, they are still faced with challenges in task reasoning and model training, especially ambiguous retrieval execution paths and sparse rewards in end-to-end reinforcement learning (RL) process, leading to inaccurate retrieval results and performance degradation. To address these issues, in this paper, we proposes APEX-Searcher, a novel Agentic Planning and Execution framework to augment LLM search capabilities. Specifically, we introduce a two-stage agentic framework that decouples the retrieval process into planning and execution: It first employs RL with decomposition-specific rewards to optimize strategic planning; Built on the sub-task decomposition, it then applies supervised fine-tuning on high-quality multi-hop trajectories to equip the model with robust iterative sub-task execution capabilities. Extensive experiments demonstrate that our proposed framework achieves significant improvements in both multi-hop RAG and task planning performances across multiple benchmarks.
Show more
Is Seeing Believing? Evaluating Human Sensitivity to Synthetic Video
cs.HCAdvances in machine learning have enabled the creation of realistic synthetic videos known as deepfakes. As deepfakes proliferate, concerns about rapid spread of disinformation and manipulation of public perception are mounting. Despite the alarming implications, our understanding of how individuals perceive synthetic media remains limited, obstructing the development of effective mitigation strategies. This paper aims to narrow this gap by investigating human responses to visual and auditory distortions of videos and deepfake-generated visuals and narration. In two between-subjects experiments, we study whether audio-visual distortions affect cognitive processing, such as subjective credibility assessment and objective learning outcomes. A third study reveals that artifacts from deepfakes influence credibility. The three studies show that video distortions and deepfake artifacts can reduce credibility. Our research contributes to the ongoing exploration of the cognitive processes involved in the evaluation and perception of synthetic videos, and underscores the need for further theory development concerning deepfake exposure.
Show more
IdentityGuard: Context-Aware Restriction and Provenance for Personalized Synthesis
cs.CRThe nature of personalized text-to-image models poses a unique safety challenge that generic context-blind methods are ill-equipped to handle. Such global filters create a dilemma: to prevent misuse, they are forced to damage the model's broader utility by erasing concepts entirely, causing unacceptable collateral damage.Our work presents a more precisely targeted approach, built on the principle that security should be as context-aware as the threat itself, intrinsically bound to the personalized concept. We present IDENTITYGUARD, which realizes this principle through a conditional restriction that blocks harmful content only when combined with the personalized identity, and a concept-specific watermark for precise traceability. Experiments show our approach prevents misuse while preserving the model's utility and enabling robust traceability. By moving beyond blunt, global filters, our work demonstrates a more effective and responsible path toward AI safety.
Show more
Spectral Edge Dynamics of Training Trajectories: Signal--Noise Geometry Across Scales
cs.LGDespite hundreds of millions of parameters, transformer training trajectories evolve within only a few coherent directions. We introduce \emph{Spectral Edge Dynamics} (SED) to measure this structure: rolling-window SVD of parameter updates reveals a sharp boundary -- the \emph{spectral edge} -- between coherent optimization directions and stochastic noise, identified by the maximum consecutive singular value ratio $σ_k/σ_{k+1}$. Across a 51M-parameter TinyStories model (4~seeds) and GPT-2 124M under a distribution shift, the spectral edge exhibits a universal three-phase pattern (rise, plateau, collapse), signal rank adjusts with task complexity ($k^* = 2$ at 51M, $k^* = 3$ at 124M), and the directional coupling between spectral geometry and validation loss reverses with window size -- a \emph{lag flip} reflecting the timescale of trajectory integration. Johnson--Lindenstrauss projection to $d = 10W$ dimensions (e.g., $d = 100$ for $W = 10$) preserves the spectral gap within 5.7\%, making the framework applicable to models of arbitrary size. In companion work, the same spectral geometry provides early-warning signals of grokking -- predicting generalization 600--1{,}700 steps before it occurs across modular arithmetic, Dyck languages, and the SCAN benchmark.
Show more
Grassroots Bonds: A Grassroots Foundation for Market Liquidity
cs.DCGlobal cryptocurrencies are unbacked and have high transaction cost incurred by global consensus. In contrast, grassroots cryptocurrencies are backed by the goods and services of their issuers -- any person, natural or legal -- and have no transaction cost beyond operating a smartphone. Liquidity in grassroots cryptocurrencies arises from mutual credit via coin exchange among issuers. However, as grassroots coins are redeemable 1-for-1 against any other grassroots coin, the credit-forming exchange must also be 1-for-1, lest prompt redemption after exchange would leave the parties with undue profit or loss. Thus, grassroots coins are incongruent with liquidity through interest-bearing credit. Here we introduce grassroots bonds, which extend grassroots coins with a maturity date, reframing grassroots coins -- cash -- as mature grassroots bonds. Bond redemption generalises coin redemption, allowing the lending of liquid coins in exchange for interest-bearing future-maturity bonds. We show that digital social contracts -- voluntary agreements among persons, specified, fulfilled, and enforced digitally -- can express the full gamut of financial instruments as the voluntary swap of grassroots bonds, including credit lines, loans, sale of debt, forward contracts, options, and escrow-based instruments, and that classical liquidity ratios are applicable just as well to grassroots bonds. Grassroots bonds may thus allow local digital economies to form and grow without initial capital or external credit, harnessing mutual trust within communities into liquidity. The formal specification presented here was used by AI to derive a working implementation of grassroots bonds in GLP, a concurrent logic programming language implemented in Dart for smartphone deployment. The implementation is illustrated by a running multiagent village market scenario, also implemented in GLP by AI.
Show more
SHAMISA: SHAped Modeling of Implicit Structural Associations for Self-supervised No-Reference Image Quality Assessment
cs.CVNo-Reference Image Quality Assessment (NR-IQA) aims to estimate perceptual quality without access to a reference image of pristine quality. Learning an NR-IQA model faces a fundamental bottleneck: its need for a large number of costly human perceptual labels. We propose SHAMISA, a non-contrastive self-supervised framework that learns from unlabeled distorted images by leveraging explicitly structured relational supervision. Unlike prior methods that impose rigid, binary similarity constraints, SHAMISA introduces implicit structural associations, defined as soft, controllable relations that are both distortion-aware and content-sensitive, inferred from synthetic metadata and intrinsic feature structure. A key innovation is our compositional distortion engine, which generates an uncountable family of degradations from continuous parameter spaces, grouped so that only one distortion factor varies at a time. This enables fine-grained control over representational similarity during training: images with shared distortion patterns are pulled together in the embedding space, while severity variations produce structured, predictable shifts. We integrate these insights via dual-source relation graphs that encode both known degradation profiles and emergent structural affinities to guide the learning process throughout training. A convolutional encoder is trained under this supervision and then frozen for inference, with quality prediction performed by a linear regressor on its features. Extensive experiments on synthetic, authentic, and cross-dataset NR-IQA benchmarks demonstrate that SHAMISA achieves strong overall performance with improved cross-dataset generalization and robustness, all without human quality annotations or contrastive losses.
Show more
MedArena: Comparing LLMs for Medicine-in-the-Wild Clinician Preferences
cs.CLLarge language models (LLMs) are increasingly central to clinician workflows, spanning clinical decision support, medical education, and patient communication. However, current evaluation methods for medical LLMs rely heavily on static, templated benchmarks that fail to capture the complexity and dynamics of real-world clinical practice, creating a dissonance between benchmark performance and clinical utility. To address these limitations, we present MedArena, an interactive evaluation platform that enables clinicians to directly test and compare leading LLMs using their own medical queries. Given a clinician-provided query, MedArena presents responses from two randomly selected models and asks the user to select the preferred response. Out of 1571 preferences collected across 12 LLMs up to November 1, 2025, Gemini 2.0 Flash Thinking, Gemini 2.5 Pro, and GPT-4o were the top three models by Bradley-Terry rating. Only one-third of clinician-submitted questions resembled factual recall tasks (e.g., MedQA), whereas the majority addressed topics such as treatment selection, clinical documentation, or patient communication, with ~20% involving multi-turn conversations. Additionally, clinicians cited depth and detail and clarity of presentation more often than raw factual accuracy when explaining their preferences, highlighting the importance of readability and clinical nuance. We also confirm that the model rankings remain stable even after controlling for style-related factors like response length and formatting. By grounding evaluation in real-world clinical questions and preferences, MedArena offers a scalable platform for measuring and improving the utility and efficacy of medical LLMs.
Show more
Automated Self-Testing as a Quality Gate: Evidence-Driven Release Management for LLM Applications
cs.SELLM applications are AI systems whose non-deterministic outputs and evolving model behavior make traditional testing insufficient for release governance. We present an automated self-testing framework that introduces quality gates with evidence-based release decisions (PROMOTE/HOLD/ROLLBACK) across five empirically grounded dimensions: task success rate, research context preservation, P95 latency, safety pass rate, and evidence coverage. We evaluate the framework through a longitudinal case study of an internally deployed multi-agent conversational AI system with specific marketing capabilities in active development, covering 38 evaluation runs across 20+ internal releases. The gate identified two ROLLBACK-grade builds in early runs and supported stable quality evolution over a four-week staging lifecycle while exercising persona-grounded, multi-turn, adversarial, and evidence-required scenarios. Statistical analysis (Mann-Kendall trends, Spearman correlations, bootstrap confidence intervals), gate ablation, and overhead scaling indicate that evidence coverage is the primary severe-regression discriminator and that runtime scales predictably with suite size. A human calibration study (n=60 stratified cases, two independent evaluators, LLM-as-judge cross-validation) reveals complementary multi-modal coverage: LLM-judge disagreements with the system gate (kappa=0.13) are attributable to structural failure modes such as latency violations and routing errors that are invisible in response text alone, while the judge independently surfaces content quality failures missed by structural checks, validating the multi-dimensional gate design. The framework, supplementary pseudocode, and calibration artifacts are provided to support AI-system quality assurance and independent replication.
Show more
Constructing Weakly Terminating Interface Protocols
cs.LOInterfaces play a central role in determining compatible component compositions by prescribing permissible interactions between a service provider (server) and its consumers (clients). The high degree of concurrency in asynchronous communicating systems increases the risk of unintentionally introducing deadlocks and livelocks. The weak termination property serves as a basic sanity check to avoid such problems. It assures that in each reachable state, the system has the option to eventually terminate. This paper generalizes existing results that, by construction, guarantee weakly terminating interface compositions. Our generalizations make the theory applicable more broadly in practice. Starting with an interface specification of a server satisfying certain properties, we show how a class of clients modeling different usage contexts can be derived using a partial mirroring relation. Furthermore, we discuss an embedding of our results in an open-source tool to guide modelers in designing weakly terminating interfaces.
Show more
PhysMoDPO: Physically-Plausible Humanoid Motion with Preference Optimization
cs.LGRecent progress in text-conditioned human motion generation has been largely driven by diffusion models trained on large-scale human motion data. Building on this progress, recent methods attempt to transfer such models for character animation and real robot control by applying a Whole-Body Controller (WBC) that converts diffusion-generated motions into executable trajectories. While WBC trajectories become compliant with physics, they may expose substantial deviations from original motion. To address this issue, we here propose PhysMoDPO, a Direct Preference Optimization framework. Unlike prior work that relies on hand-crafted physics-aware heuristics such as foot-sliding penalties, we integrate WBC into our training pipeline and optimize diffusion model such that the output of WBC becomes compliant both with physics and original text instructions. To train PhysMoDPO we deploy physics-based and task-specific rewards and use them to assign preference to synthesized trajectories. Our extensive experiments on text-to-motion and spatial control tasks demonstrate consistent improvements of PhysMoDPO in both physical realism and task-related metrics on simulated robots. Moreover, we demonstrate that PhysMoDPO results in significant improvements when applied to zero-shot motion transfer in simulation and for real-world deployment on a G1 humanoid robot.
Show more
Theoretical Foundations of Latent Posterior Factors: Formal Guarantees for Multi-Evidence Reasoning
cs.AIWe present a complete theoretical characterization of Latent Posterior Factors (LPF), a principled framework for aggregating multiple heterogeneous evidence items in probabilistic prediction tasks. Multi-evidence reasoning arises pervasively in high-stakes domains including healthcare diagnosis, financial risk assessment, legal case analysis, and regulatory compliance, yet existing approaches either lack formal guarantees or fail to handle multi-evidence scenarios architecturally. LPF encodes each evidence item into a Gaussian latent posterior via a variational autoencoder, converting posteriors to soft factors through Monte Carlo marginalization, and aggregating factors via exact Sum-Product Network inference (LPF-SPN) or a learned neural aggregator (LPF-Learned). We prove seven formal guarantees spanning the key desiderata for trustworthy AI: Calibration Preservation (ECE <= epsilon + C/sqrt(K_eff)); Monte Carlo Error decaying as O(1/sqrt(M)); a non-vacuous PAC-Bayes bound with train-test gap of 0.0085 at N=4200; operation within 1.12x of the information-theoretic lower bound; graceful degradation as O(epsilon*delta*sqrt(K)) under corruption, maintaining 88% performance with half of evidence adversarially replaced; O(1/sqrt(K)) calibration decay with R^2=0.849; and exact epistemic-aleatoric uncertainty decomposition with error below 0.002%. All theorems are empirically validated on controlled datasets spanning up to 4,200 training examples. Our theoretical framework establishes LPF as a foundation for trustworthy multi-evidence AI in safety-critical applications.
Show more
DRCY: Agentic Hardware Design Reviews
cs.ARHardware design errors discovered after fabrication require costly physical respins that can delay products by months. Existing electronic design automation (EDA) tools enforce structural connectivity rules. However, they cannot verify that connections are \emph{semantically} correct with respect to component datasheets. For example, that a symbol's pinout matches the manufacturer's specification, or that a voltage regulator's feedback resistors produce the intended output. We present DRCY, the first production-ready multi-agent LLM system that automates first-pass schematic connection review by autonomously fetching component datasheets, performing pin-by-pin analysis against extracted specifications, and posting findings as inline comments on design reviews. DRCY is deployed in production on AllSpice Hub, a collaborative hardware design platform, where it runs as a CI/CD action triggered on design review submissions. DRCY is used regularly by major hardware companies for use-cases ranging from multi-agent vehicle design to space exploration. We describe DRCY's five-agent pipeline architecture, its agentic datasheet retrieval system with self-evaluation, and its multi-run consensus mechanism for improving reliability on safety-critical analyses
Show more
daVinci-Env: Open SWE Environment Synthesis at Scale
cs.SETraining capable software engineering (SWE) agents demands large-scale, executable, and verifiable environments that provide dynamic feedback loops for iterative code editing, test execution, and solution refinement. However, existing open-source datasets remain limited in scale and repository diversity, while industrial solutions are opaque with unreleased infrastructure, creating a prohibitive barrier for most academic research groups. We present OpenSWE, the largest fully transparent framework for SWE agent training in Python, comprising 45,320 executable Docker environments spanning over 12.8k repositories, with all Dockerfiles, evaluation scripts, and infrastructure fully open-sourced for reproducibility. OpenSWE is built through a multi-agent synthesis pipeline deployed across a 64-node distributed cluster, automating repository exploration, Dockerfile construction, evaluation script generation, and iterative test analysis. Beyond scale, we propose a quality-centric filtering pipeline that characterizes the inherent difficulty of each environment, filtering out instances that are either unsolvable or insufficiently challenging and retaining only those that maximize learning efficiency. With $891K spent on environment construction and an additional $576K on trajectory sampling and difficulty-aware curation, the entire project represents a total investment of approximately $1.47 million, yielding about 13,000 curated trajectories from roughly 9,000 quality guaranteed environments. Extensive experiments validate OpenSWE's effectiveness: OpenSWE-32B and OpenSWE-72B achieve 62.4% and 66.0% on SWE-bench Verified, establishing SOTA among Qwen2.5 series. Moreover, SWE-focused training yields substantial out-of-domain improvements, including up to 12 points on mathematical reasoning and 5 points on science benchmarks, without degrading factual recall.
Show more
Is Human Annotation Necessary? Iterative MBR Distillation for Error Span Detection in Machine Translation
cs.CLError Span Detection (ESD) is a crucial subtask in Machine Translation (MT) evaluation, aiming to identify the location and severity of translation errors. While fine-tuning models on human-annotated data improves ESD performance, acquiring such data is expensive and prone to inconsistencies among annotators. To address this, we propose a novel self-evolution framework based on Minimum Bayes Risk (MBR) decoding, named Iterative MBR Distillation for ESD, which eliminates the reliance on human annotations by leveraging an off-the-shelf LLM to generate pseudo-labels. Extensive experiments on the WMT Metrics Shared Task datasets demonstrate that models trained solely on these self-generated pseudo-labels outperform both unadapted base model and supervised baselines trained on human annotations at the system and span levels, while maintaining competitive sentence-level performance.
Show more
Exact Federated Continual Unlearning for Ridge Heads on Frozen Foundation Models
cs.LGFoundation models are commonly deployed as frozen feature extractors with a small trainable head to adapt to private, user-generated data in federated settings. The ``right to be forgotten'' requires removing the influence of specific samples or users from the trained model on demand. Existing federated unlearning methods target general deep models and rely on approximate reconstruction or selective retraining, making exactness costly or elusive. We study this problem in a practically relevant but under-explored regime: a frozen foundation model with a ridge-regression head. The exact optimum depends on the data only through two additive sufficient statistics, which we turn into a communication protocol supporting an arbitrary stream of add and delete requests via fixed-size messages. The server maintains a head that is, in exact arithmetic, pointwise identical to centralized retraining after every request. We provide deterministic retrain-equivalence guarantees, order and partition invariance, two server-side variants, and a Bayesian certificate of zero KL divergence. Experiments on four benchmarks confirm the guarantees: both variants match centralized ridge retraining to within $10^{-9}$ relative Frobenius error and complete each request at orders-of-magnitude lower cost than federated retraining baselines.
Show more
Surprised by Attention: Predictable Query Dynamics for Time Series Anomaly Detection
cs.LGMultivariate time series anomalies often manifest as shifts in cross-channel dependencies rather than simple amplitude excursions. In autonomous driving, for instance, a steering command might be internally consistent but decouple from the resulting lateral acceleration. Residual-based detectors can miss such anomalies when flexible sequence models still reconstruct signals plausibly despite altered coordination. We introduce AxonAD, an unsupervised detector that treats multi-head attention query evolution as a short horizon predictable process. A gradient-updated reconstruction pathway is coupled with a history-only predictor that forecasts future query vectors from past context. This is trained via a masked predictor-target objective against an exponential moving average (EMA) target encoder. At inference, reconstruction error is combined with a tail-aggregated query mismatch score, which measures cosine deviation between predicted and target queries on recent timesteps. This dual approach provides sensitivity to structural dependency shifts while retaining amplitude-level detection. On proprietary in-vehicle telemetry with interval annotations and on the TSB-AD multi-variate suite (17 datasets, 180 series) with threshold-free and range-aware metrics, AxonAD improves ranking quality and temporal localization over strong baselines. Ablations confirm that query prediction and combined scoring are the primary drivers of the observed gains. Code is available at the URL https://github.com/iis-esslingen/AxonAD.
Show more
I Know What I Don't Know: Latent Posterior Factor Models for Multi-Evidence Probabilistic Reasoning
cs.AIReal-world decision-making, from tax compliance assessment to medical diagnosis, requires aggregating multiple noisy and potentially contradictory evidence sources. Existing approaches either lack explicit uncertainty quantification (neural aggregation methods) or rely on manually engineered discrete predicates (probabilistic logic frameworks), limiting scalability to unstructured data. We introduce Latent Posterior Factors (LPF), a framework that transforms Variational Autoencoder (VAE) latent posteriors into soft likelihood factors for Sum-Product Network (SPN) inference, enabling tractable probabilistic reasoning over unstructured evidence while preserving calibrated uncertainty estimates. We instantiate LPF as LPF-SPN (structured factor-based inference) and LPF-Learned (end-to-end learned aggregation), enabling a principled comparison between explicit probabilistic reasoning and learned aggregation under a shared uncertainty representation. Across eight domains (seven synthetic and the FEVER benchmark), LPF-SPN achieves high accuracy (up to 97.8%), low calibration error (ECE 1.4%), and strong probabilistic fit, substantially outperforming evidential deep learning, LLMs and graph-based baselines over 15 random seeds. Contributions: (1) A framework bridging latent uncertainty representations with structured probabilistic reasoning. (2) Dual architectures enabling controlled comparison of reasoning paradigms. (3) Reproducible training methodology with seed selection. (4) Evaluation against EDL, BERT, R-GCN, and large language model baselines. (5) Cross-domain validation. (6) Formal guarantees in a companion paper.
Show more
Serving Hybrid LLM Loads with SLO Guarantees Using CPU-GPU Attention Piggybacking
cs.DCNowadays, service providers often deploy multiple types of LLM services within shared clusters. While the service colocation improves resource utilization, it introduces significant interference risks for latency-sensitive (LS) services-which have strict SLO requirements for inference latency-and severely constrain the service capacity of best-effort (BE) services due to limited available memory. To address interference, existing systems typically rely on reserving headroom to constrain BE resource usage. However, this approach's coarse granularity compromises the SLO compliance of the latency-sensitive service and unnecessarily restricts the generation potential of the best effort service. In this paper, we propose OmniServe, a novel LLM serving system that efficiently harnesses both CPU and GPU resources to mitigate interference and improve throughput. Central to OmniServe is the Attention Piggybacking mechanism, which effectively offloads the Attention computation of BE services to CPUs on the fly. This mechanism also facilitates asynchronous communication between CPU and GPU streams, preventing GPUs from being blocked while aggregating Attention results. Additionally, OmniServe incorporates a dynamic batching control policy to adapt to fluctuating request arrivals, facilitating Dense module computation using layer-wise batching. Experimental results show that OmniServe improves the SLO attainment rate for LS services by up to $1.48\times$ while enhancing BE serving throughput by up to $9.85\times$ compared to state-of-the-art systems.
Show more
A Fractional Fox H-Function Kernel for Support Vector Machines: Robust Classification via Weighted Transmutation Operators
cs.LGSupport Vector Machines (SVMs) rely heavily on the choice of the kernel function to map data into high-dimensional feature spaces. While the Gaussian Radial Basis Function (RBF) is the industry standard, its exponential decay makes it highly susceptible to structural noise and outliers, often leading to severe overfitting in complex datasets. In this paper, we propose a novel class of non-stationary kernels derived from the fundamental solution of the generalized time-space fractional diffusion-wave equation. By leveraging a structure-preserving transmutation method over Weighted Sobolev Spaces, we introduce the Amnesia-Weighted Fox Kernel, an exact analytical Mercer kernel governed by the Fox H-function. Unlike standard kernels, our formulation incorporates an aging weight function (the "Amnesia Effect") to penalize distant outliers and a fractional asymptotic power-law decay to allow for robust, heavy-tailed feature mapping (analogous to Lévy flights). Numerical experiments on both synthetic datasets and real-world high-dimensional radar data (Ionosphere) demonstrate that the proposed Amnesia-Weighted Fox Kernel consistently outperforms the standard Gaussian RBF baseline, reducing the classification error rate by approximately 50\% while maintaining structural robustness against outliers.
Show more
Experimental evidence of progressive ChatGPT models self-convergence
cs.CLLarge Language Models (LLMs) that undergo recursive training on synthetically generated data are susceptible to model collapse, a phenomenon marked by the generation of meaningless output. Existing research has examined this issue from either theoretical or empirical perspectives, often focusing on a single model trained recursively on its own outputs. While prior studies have cautioned against the potential degradation of LLM output quality under such conditions, no longitudinal investigation has yet been conducted to assess this effect over time. In this study, we employ a text similarity metric to evaluate different ChatGPT models' capacity to generate diverse textual outputs. Our findings indicate a measurable decline of recent ChatGPT releases' ability to produce varied text, even when explicitly prompted to do so, by setting the temperature parameter to one. The observed reduction in output diversity may be attributed to the influence of the amounts of synthetic data incorporated within their training datasets as the result of internet infiltration by LLM generated data. The phenomenon is defined as model self-convergence because of the gradual increase of similarities of produced texts among different ChatGPT versions.
Show more
From Text to Forecasts: Bridging Modality Gap with Temporal Evolution Semantic Space
cs.CLIncorporating textual information into time-series forecasting holds promise for addressing event-driven non-stationarity; however, a fundamental modality gap hinders effective fusion: textual descriptions express temporal impacts implicitly and qualitatively, whereas forecasting models rely on explicit and quantitative signals. Through controlled semi-synthetic experiments, we show that existing methods over-attend to redundant tokens and struggle to reliably translate textual semantics into usable numerical cues. To bridge this gap, we propose TESS, which introduces a Temporal Evolution Semantic Space as an intermediate bottleneck between modalities. This space consists of interpretable, numerically grounded temporal primitives (mean shift, volatility, shape, and lag) extracted from text by an LLM via structured prompting and filtered through confidence-aware gating. Experiments on four real-world datasets demonstrate up to a 29 percent reduction in forecasting error compared to state-of-the-art unimodal and multimodal baselines. The code will be released after acceptance.
Show more
Foundation-Model Surrogates Enable Data-Efficient Active Learning for Materials Discovery
cond-mat.mtrl-sciActive learning (AL) has emerged as a powerful paradigm for accelerating materials discovery by iteratively steering experiments toward promising candidates, reducing the number of costly synthesis-and-characterization cycles needed to identify optimal materials. However, current AL relies predominantly on Gaussian Process (GP) and Random Forest (RF) surrogates, which suffer from complementary limitations: GP underfits complex composition-property landscapes due to rigid kernel assumptions, while RF produces unreliable heuristic uncertainty estimates in small-data regimes. This small-data challenge is pervasive in materials science, making reliable surrogate modeling extremely difficult with models trained from scratch on each new dataset. Here we propose In-Context Active Learning (ICAL), which addresses this bottleneck by replacing conventional surrogates with TabPFN, a transformer-based foundation model (FM) pre-trained on millions of synthetic regression tasks to meta-learn a universal prior over tabular data, upon which TabPFN performs principled Bayesian inference in a single forward pass without dataset-specific retraining, delivering strong small-data regression performance and well-calibrated predictive uncertainty (required for effective AL). We benchmark ICAL against GP and RF across 10 materials datasets and TabPFN wins on 8 out of 10 datasets, achieving a mean saving of 52% in extra evaluations relative to GP and 29.77% relative to RF. Cross-validation analysis confirms that TabPFN's advantage stems from superior uncertainty calibration, achieving the lowest Negative Log-Likelihood and Area Under the Sparsification Error curve among all surrogates. These results demonstrate that pre-trained FMs can serve as effective surrogates for active learning, enabling data-efficient discovery across diverse materials systems and small-data experimental sciences.
Show more
COND-MAT (90 papers)
Lifting the fog - a case for non-reversible "lifted" Markov chains
cond-mat.stat-mechPhase transitions appear all over science, and are familiar from everyday life, as water boiling, sugar melting into caramel or as nematic molecules turning smectic in liquid-crystal displays. The dynamics of phase transitions can be extremely slow, as for example when fog in winter does not lift, that is when the coarsening takes much time from many tiny water droplets to fewer but larger rain drops that feel the pull of gravity. The dynamics of phase transitions is relevant also for the performance of computer algorithms. In the ubiquitous Metropolis Monte Carlo algorithm, the mixing dynamics towards equilibrium leads towards the solution of a sampling problem. It is governed by the same reversibility and detailed-balance principles as the overdamped physical dynamics of fog. For the phase-separated Lennard-Jones system, we describe here how the coarsening dynamics of non-reversible "lifted" variants of the Metropolis algorithm proceeds on much faster time scales, with the microscopic non-reversibility translating into large-scale relative motion of droplets that is impossible under the Ostwald-ripening condition of reversibility. A density-displacement coupling moves droplets relative to each other through a lensing effect. Efficient implementations of the long-range Metropolis algorithm and its non-reversible lifting (event-chain Monte Carlo) allow us to show that, in consequence, the coarsening growth exponent is larger under lifting. For large system sizes, the computing problem is thus solved infinitely faster than before, with the outcome strictly unchanged with respect to the Metropolis algorithm. We also discuss the larger setting of our findings, namely that "lifted" non-reversible algorithms can be set up for generic reversible sampling methods, with applications going much beyond our example of lifting fog.
Show more
Complex Wannier centers and drifting Wannier functions in non-Hermitian Hamiltonians
cond-mat.mes-hallThe extension of topological band theory to non-Hermitian Hamiltonians with line energy gaps remains largely unexplored, despite early indications of rich underlying physics. In this setting, Wilson loops-the quantities underlying polarization-generally become nonunitary, yet the physical consequences of this nonunitarity have remained unclear. Within the framework of biorthonormal quantum mechanics, we introduce the concept of complex Wannier centers, defined from the gauge-invariant eigenvalues of nonunitary Wilson loops. Complex Wannier centers acquire physical meaning through reciprocity breaking in their associated Wannier functions: when the centroid of a Wannier function shifts into the complex plane, it acquires an effective momentum offset that produces directional drift over time. We analyze how symmetries constrain complex Wannier centers and identify symmetry-protected Wannier configurations in pseudo-Hermitian Hamiltonians, where the centers are either real or form complex-conjugate pairs, as determined by conserved "Krein signatures" of the projected metric operator of pseudo-Hermiticity. We further show that the Krein structure of the Wilson loop can establish a bulk-boundary correspondence: in a system with anticommuting pseudo-Hermitian metric and (pseudo) inversion symmetries, the behavior of complex Wannier centers predicts the existence of a filling anomaly in the occupied bands and whether the resulting edge modes experience gain or loss. Finally, we propose a photonic waveguide implementation of this system that enables experimental tests of our predictions.
Show more
Majorana Crystal in Rhombohedral Graphene
cond-mat.mes-hallRecent experiments in rhombohedral graphene report an unusual superconducting phase emerging from a spin- and valley-polarized quarter-metal state. The prevailing interpretation invokes chiral topological superconductivity, but the role of the `Fulde-Ferrell' phase factor due to intra-valley pairing has remained largely unexplored. Here we show, via a gauge transformation, that this phase is equivalent to an ordinary chiral topological superconductor on the triangular lattice, while simultaneously forming an extraordinary Majorana crystal on the dual honeycomb lattice reminiscent of the Haldane model.
Show more
Thermo-Rheological Memory of $κ$-Carrageenan Fluid Gels Formed Under Flow
cond-mat.softFluid gels are soft materials formed by shearing biopolymer solutions during the sol-gel transition. Their ability to yield and flow beyond a critical stress makes them attractive for designing versatile, biocompatible materials in food, health care and medical applications. Although it is well established that both microstructure and mechanical properties depend on the shear applied during gelation, a unified physical framework linking these features remains lacking. Here, using $κ$-carrageenan gels as a model system, we use a combination of rheology and confocal microscopy to tackle their shear-induced structuring in fluid gels. We identify a thermo-rheological memory in $κ$-carrageenan gels formed under flow and show that it arises from a competition between shear and interparticle adhesion, captured by an Adhesion number. The resulting microstructural evolution is reminiscent of the behavior of attractive particulate dispersions under simple shear flow, thereby bridging gels made of macromolecules and particulate gels. This framework provides a route to tune fluid gel properties without altering their composition.
Show more
Visualizing shear-induced structures in carbon black gels by tomo-rheoscopy
cond-mat.softSuspensions of attractive particles form space-spanning networks that endow the suspension with solid-like behavior at rest. The microstructure of these colloidal gels depends sensitively on the shear history and on the path followed across the sol-gel transition, resulting in viscoelastic properties that can be tuned by shear. Here, we report in situ X-ray tomo-rheoscopy experiments on carbon black gels whose elastic properties exhibit a non-monotonic dependence on the shear intensity applied prior to flow cessation. By directly imaging the gel microstructure under a well-controlled rheological protocol, we reveal the emergence of pronounced structural heterogeneities extending from tens to hundreds of microns -- length scales far larger than those accessible by conventional scattering techniques such as Ultra-Small Angle X-ray Scattering. In particular, we show that only the low-shear reinforcement of elasticity correlates with a growing mesoscale correlation length, while high-shear strengthening occurs without detectable mesoscale reorganization. These observations demonstrate that flow memory in colloidal gels is not solely governed by local particle rearrangements, but is also encoded in a mesoscale structural organization extending up to 100 times the particle size. More broadly, this work highlights the power of X-ray tomo-rheoscopy to uncover large-scale structural signatures of flow history in soft materials, opening new perspectives to tailor their mechanical properties.
Show more
Quantum signal processing in Hilbert space fragmented systems
quant-phQuantum signal processing (QSP), originally developed for composite pulse sequences in nuclear magnetic resonance systems, has recently attracted attention as a unified framework for quantum algorithms. A pioneering study applied QSP to nonequilibrium control in integrable many-body systems, enabling the realization of nonequilibrium dynamics with greater flexibility than Floquet engineering. However, extending QSP to nonintegrable systems faces fundamental obstacles arising from the limited number of conserved quantities and thermalization. In this work, we propose a protocol that leverages QSP in systems exhibiting Hilbert space fragmentation (HSF). Specifically, we consider a pair-hopping model with four-fold periodic potentials that exhibits an HSF structure, thereby providing integrable and nonintegrable sectors within a single system. We analytically show that nonequilibrium dynamics can be flexibly designed through QSP engineered by these potentials in the integrable sectors. In contrast, we numerically identify signatures of thermalization in the nonintegrable sectors. Remarkably, by inserting domain walls, we achieve parallel control of multiple quantum dynamics within a single system. This approach sheds light on the control of nonequilibrium dynamics from the perspective of quantum computation by extending the scope of QSP to nonintegrable systems.
Show more
Magnetism Induced by Periodically Driven Non-Magnetic Impurities on Surfaces with Spin-Orbit Coupling
cond-mat.mes-hallWe investigate the response of the Rashba spin-orbit system to a time-periodic scalar potential, in order to determine whether an induced magnetization exists. We approach this by employing the Floquet-Green function method within the Keldysh formalism, computing the non-equilibrium steady state of the system. We find that, even in the absence of an external magnetic field, the system evolves into a state with an oscillating magnetization density that is remarkably rich in structure. We provide a detailed physical interpretation of the results by performing a Fourier decomposition in non-local momentum-space, which helps to uncover the physical origin of the induced magnetic field in terms of Fermi surface spin polarization and the system's dynamical character.
Show more
Optimal multi-parameter control of trapped active matter
cond-mat.softThe realization of efficient micro-machines built from active matter requires precise thermodynamic control far from equilibrium. Despite theoretical progress, the focus on single-parameter driving, coupled with strict theoretical assumptions, limits efforts to capture modern multi-parameter control experiments. Here, guided by careful theoretical considerations, we develop a transparent computational framework based on exact-gradient descent via automatic differentiation. We derive optimal protocols for a wide range of multi-parameter problems -- involving trap stiffness, trap center, and particle activity -- to minimize the thermodynamic work or heat. We demonstrate that smoothed, experimentally plausible protocols -- obtained by assigning kinetic costs to the controls -- achieve near-optimal efficiencies comparable to discontinuous ``bang-bang'' solutions. By exploring both open- and closed-loop control, we find the dynamical coupling between parameters leads to genuinely new strategies, including symmetry breaking in optimal activity cycles and non-monotonic trap stiffness controls. Further, we identify regimes where initial measurement and multi-parameter flexibility combine to improve efficiency. Finally, we reveal that the naive simultaneous execution of independently optimized controls incurs only slightly more work than the full multi-parameter solutions. Taken together, our work elucidates the non-equilibrium physics of multi-parameter control and provides robust, scalable strategies for controlling active matter.
Show more
Decoherence and the Reemergence of Coherence From a Superconducting "Horizon"
quant-phIn a recent paper arXiv:2205.06279, Danielson et al. demonstrated that the mere presence of a black hole causes universal decoherence of quantum superpositions (dubbed the DSW decoherence). This result has profound implications for the interplay of quantum mechanics and gravity. We analyze decoherence in a superconducting analogue arXiv:1709.06154 of the event horizon of a black hole, where Andreev reflection plays the role of Hawking radiation. We consider a normal metal interferometer threaded by an Aharonov-Bohm flux, where one of the arms of the interferometer is coupled to a superconductor by a tunnel coupling of varying strength. At absolute zero and for weak coupling, we find that the scattering states of the interferometer are decohered by Andreev reflection, a nontrivial manifestation of the proximity effect analogous to DSW decoherence from the event horizon of a black hole. However, for increasing coupling strength to the superconductor, we find a reemergence of coherence via resonant tunneling through Andreev bound states. This suggests the existence of an analogue gravitational phenomenon wherein transmission mediated by virtual Hawking radiation leads to a reemergence of coherence in an interferometer placed within a few Compton wavelengths of a black hole's event horizon. Our results open a new path to study black hole quantum physics on earth via analogue studies.
Show more
An asymmetry lower bound on fermionic non-Gaussianity
quant-phFermionic Gaussian states are a fundamental tool in many-body physics, faithfully representing non-interacting quantum systems and allowing for efficient numerical simulations. Given a many-body wave function, it is therefore interesting to ask how much it differs from that of a Gaussian state, as quantified by the notion of non-Gaussianity. In this work, we relate measures of non-Gaussianity with the Shannon entropy of the particle-number distribution, coinciding with the particle-number asymmetry for pure states. We derive a lower bound on the relative entropy of non-Gaussianity in terms of the exponential of the Shannon entropy, and study numerically its tightness for large system sizes. Our bound is non-trivial for large values of the asymmetry and relies on the concentration of the particle-number distribution of (mixed) fermionic Gaussian states. Since the Shannon entropy of the particle-number distribution is often efficient to compute or experimentally measure, our results can be viewed as a practical way to lower bound non-Gaussianity, highlighting a non-trivial interplay with particle-number asymmetry.
Show more
Kibble-Zurek Mechanism in the Open Quantum Rabi Model
quant-phThe Kibble-Zurek mechanism provides a universal framework for predicting defect formation in non-equilibrium phase transitions. While Markovian dissipation typically degrades universal scaling, the impact of non-Markovian memory remains largely unexplored. We demonstrate that an Ohmic bath induces a Berezinskii-Kosterlitz-Thouless transition in the open quantum Rabi model. Using simulations based on Matrix Product States, we show that the excitation energy strictly follows universal Kibble-Zurek power-law scaling when evaluated at the freeze-out time. Crucially, we find that since the environment defines the universality class, dissipation does not inherently compete with adiabatic dynamics, in stark contrast to Markovian regimes. Our results establish the Kibble- Zurek mechanism as a robust witness of universality in open quantum systems, revealing that non-Markovian memory preserves the integrity of non-equilibrium scaling.
Show more
Correlated Quantum Phenomena in Confined Two-Dimensional Hexagonal Crystals
cond-mat.mes-hallLow-energy fermionic excitations in two-dimensional materials deviate from the conventional Schrödinger description and are instead governed by Dirac equations. Such Dirac fermions give rise to a variety of unconventional quantum phenomena that have no direct analogues in traditional condensed matter systems. Among these materials, graphene and transition metal dichalcogenides (TMDs) represent two prototypical platforms, hosting massless and massive Dirac particles, respectively, and exhibiting rich electronic, optical, and valley dependent properties. Here we review the effect of the quantum confinement in these two-dimensional hexagonal materials that provides a powerful route to enhance Coulomb interactions and stabilizing correlated quantum states. In graphene- and TMD-based quantum dots, externally imposed confinement leads to discrete electronic and excitonic spectra, where interaction effects are strongly amplified. In twisted van der Waals heterostructures, the moiré superlattices generate emergent confinement and induce nontrivial band topology, giving rise to a wealth of novel phenomena. More generally, reduced dimensionality and spatial localization in two-dimensional materials promote a diverse range of correlated states. Recent experimental and theoretical advances highlight the central role of confinement in shaping quantum behavior and reveal new opportunities for applications based on these states. In this review, we provide an overview of recent progress in confinement-induced correlated phenomena in two-dimensional materials from both theoretical and experimental perspectives.
Show more
FAlCon: A unified framework for algorithmic control of quantum dot devices
quant-phAs spin-based quantum systems scale, their setup and control complexity increase sharply. In semiconductor quantum dot (QD) experiments, device-to-device variability, heterogeneous control-electronics stacks, and differing operational modalities make it difficult to reuse characterization, calibration, and control logic across laboratories. We present FAlCon, an open-source software ecosystem for portable, automated characterization and tuning measurement workflows. FAlCon provides (i) a lightweight domain-specific language for expressing state-based tuning logic in a hardware-agnostic form; (ii) specialized transmittable libraries of physics-informed QD data structures (``tuning vernacula''); and (iii) extensible libraries of shared measurement protocols enabling an interoperable lab-agnostic measurement stack. By separating algorithm intent from instrument realization, while preserving traceability and supporting typed scripting, FAlCon enables researchers and engineers to exchange, adapt, and deploy characterization and autotuning routines across heterogeneous QD setups. The framework supports all users, ranging from end users running prebuilt algorithms with custom initial conditions to developers extending instrumentation support and contributing new tuning strategies. Although the present release targets QD experiments, other qubit modalities and scientific experiments could reuse FAlCon's modular abstractions by providing new tuning data types and instrument control templates.
Show more
Quasiparticle properties below coherence onset in YbAl3 nanostructures
cond-mat.str-elMesoscopic transport measurements are underexplored as probes of quasiparticles and their properties in correlated metals. The mixed valence compound YbAl$_3$ exhibits a single-ion Kondo temperature of 670 K, while thermodynamic and transport properties (probed with specific heat, magnetic susceptibility, Hall effect, and resistivity) imply the onset of coherence of heavy fermion quasiparticles at T$* \approx$ 37 K. To characterize these quasiparticles, we utilize mesoscopic techniques familiar from weakly correlated conductors. In lithographically-defined nanowires etched from epitaxial films, we observe weak antilocalization magnetoresistance and universal conductance fluctuations, consistent with electronic coherence lengths of tens of nanometers. Additionally, analysis of Johnson-Nyquist noise measurements as a function of bias current reveal, within the context of a range of accepted models, a significant electron-phonon energy loss that increases with decreasing temperature, a finding that we contextualize within the broader properties of YbAl$_3$.
Show more
Stroboscopic detection of itinerant microwave photons
quant-phWe present a novel scheme to detect itinerant microwave radiation at the single photon level. Using existing Josephson-photonics devices, where two microwave cavities are coupled by a dc-voltage biased superconducting junction, we theoretically show how to implement a stroboscopically repeated, near-projective measurement of a photon impinging on one of the cavities. Optimizing rate, duration, and strength of the measurement by flux control of the junction and developing a threshold protocol to detect the photon from a homodyne measurement of the radiation output of the other cavity, we achieve highly efficient detection with low dark counts. By cascading the detector with a preamplifier, where a similar two-cavity Josephson-photonics device acts as a photon multiplier, we can further improve the device to reach a detection efficiency of $88.5 \%$ with a dark count rate of $\sim10^{-4} γ_a$, set by the resonance width $γ_a$ of the absorbing cavity. These results for a multiplication factor of two suggest that near-unity efficiencies may be reached for higher multiplication factors.
Show more
Time reversal breaking of colloidal particles in cells
cond-mat.softWe investigate signatures of broken time reversal symmetry in stochastic trajectory data, employing the previously introduced three point correlation called mean back relaxation. We specifically investigate data from a simple driven model, as well as from colloidal particles within living or passivated biological cells. Both in the model as well as in cell data, MBR detects broken time reversal symmetry, and furthermore, allows to determine relevant time and length scales of activity. For the cells, we show, by applying various drugs, that it is predominantly the presence of microtubules which is needed for a time reversal symmetry breaking. We employ a bound for entropy production, finding that it is in striking relation to previously determined active energies that quantify violation of the fluctuation dissipation theorem.
Show more
Monte Carlo sampling from a projected entangled-pair state in simulations of quantum annealing in the three dimensional random Ising model
quant-phQuantum annealing with the D-Wave Advantage system in the random Ising model on a cubic lattice is simulated using a three-dimensional (3D) tensor network. The Hamiltonian is driven across a quantum phase transition from a paramagnetic phase to a spin-glass phase. The network is represented as a tensor product state, also known-particularly in two dimensions-as a projected entangled-pair state (PEPS). The annealing procedure is repeated for a range of annealing times in order to test the Kibble-Zurek (KZ) power law governing the residual energy at the end of the annealing ramp. For an infinite lattice with periodic nearest-neighbor random Ising couplings, the final energy is evaluated using a deterministic method. For a finite lattice with open boundaries, we introduce a more efficient Monte Carlo sampling approach. In both cases, the residual energy as a function of annealing time approaches the KZ power law as the annealing time increases.
Show more
Fractal and Spectral Dimensions as Determinants of Thermal Ablation Outcomes in Cancer Tissues
cond-mat.stat-mechClinical thermal ablation outcomes display significant variability that classical bio-heat models cannot fully explain. One reason may lie in the fractal architecture of biological tissues, which has been identified as a robust biomarker directly correlated with cancer grades. This structural heterogeneity, together with memory effects (e.g., thermotolerance), causes heat transfer in living tissues to differ from Fourier diffusion, resulting in anomalous biological transport. In this work, we implemented a realistic fractal-fractional bio-heat model, with non-linear perfusion and PI-controlled power delivery, to quantify the role of tissue fractality in ablation outcomes. Our results reveal that the expansion of coagulation zones is jointly controlled by fractal geometry and its associated topological connectivity. These findings highlight spectral dimension as a key driver of clinical variability, successfully reproducing the reduced ablative efficacy in liver metastases compared to primary carcinomas, and provide evidence for topologically informed treatment strategies for the thermal ablation of malignant neoplasms.
Show more
Uncertainty Relation for Entropy and Temperature of Gibbs States
quant-phWe derive the quantum Fisher information for entropy estimation in a Gibbs state and show that $F_s = 1/C_v$, dual to the temperature Fisher information $F_S = C_v/T^2$. Their product $F_S\cdot F_T = 1/T^2$ is independent of the Hamiltonian, yielding the universal uncertainty relation $Δ^2 S\,Δ^2 T \geq T^2/n^2$ in which all system-specific quantities such as heat capacity, the Hamiltonian, and the number of degrees of freedom cancel identically. This is the metrological expression of the Legendre conjugacy between $S$ and $T$. We identify energy measurement as the optimal protocol for entropy estimation, analyse critical-point scaling where $F_S \sim |t|^α\to 0$, and connect $F_S$ to the Ruppeiner metric in entropy coordinates. The uncertainty relation is shown to hold for all standard thermodynamic conjugate pairs, and we examine the distinguished role of the von~Neumann entropy within the Rényi family. Generalisations to the grand canonical and generalised Gibbs ensembles are given.
Show more
Electron Tesla valve
cond-mat.mes-hallIn solids, frequent electron-electron collisions can induse collective, fluid-like electron transport. While this regime offers a powerful framework for exploring many-body phenomena, there is still a lack in functional electronic device actively exploting hydrodynamic behaviour of electrons. Here, we introduce a solid-state analogue of a Tesla valve $\unicode{x2013}$ a passive fluidic diode that rectifies flow without moving parts. Lithographically defined in high-mobility GaAs two-dimensional electron gas, the device exhibits abrupt rectification producing a more than tenfold difference between forward and reverse resistances. This threshold behaviour, reminiscent of the onset of turbulence in fluidic Tesla valves, points to the emergence of turbulent regime in the electron liquid $\unicode{x2013}$ a long-predicted, but yet unobserved state of electronic matter. More broadly, our work demonstrates the fruitfulness of the hydrodynamic analogy: fluidic technologies can be readily adopted to create novel electronic devices. Here, this is realized through a solid-state rectifier whose operation relies on a new physical mechanism, interparticle collisions.
Show more
Twist-angle evolution from valley-polarized fractional topological phases to valley-degenerate superconductivity in twisted bilayer MoTe2
cond-mat.mes-hallMoiré superlattices formed by semiconducting transition metal dichalcogenides (TMDs) provide a highly tunable platform for investigating strongly correlated and topological quantum phases. As a prototypical example, twisted bilayer MoTe2 (tMoTe2) has been shown to host fractional topological phases, such as zero-field fractional Chern insulators (FCIs) exhibiting fractional quantum anomalous Hall (FQAH) effects. However, how these correlated topological phases evolve with twist angle and compete with other quantum phases in tMoTe2 remains largely unexplored. Here we report a systematic transport study of twist-angle-dependent phase diagrams in tMoTe2 across a range of 3.8°-5.78°, revealing an evolution from fractionalized states of matter with spontaneous valley polarization to valley-degenerate superconductivity. At relatively small twist angles, partially-filled Chern bands of tMoTe2 host FQAH states following the Jain sequence, together with signatures of an anomalous composite Fermi liquid at moiré hole filling factor νh = 1/2. Increasing twist angle progressively suppresses fractional topological phases and reconstructs the half-filled Chern band into symmetry-breaking integer Chern insulating states. At νh = 1, we observe a transition from robust integer quantum anomalous Hall (IQAH) insulators at small angles to displacement-field-tuned, topologically trivial correlated insulators at larger angles. Remarkably, at a twist angle of 5.78°, superconductivity emerges adjacent to the correlated insulating phase, with a phase diagram closely resembling that recently reported in twisted bilayer WSe2 (tWSe2). Our results uncover a unified twist-angle-driven phase evolution linking fractional topology, symmetry breaking, magnetic order, and superconductivity, providing new insight into the emergent quantum phenomena in moiré systems.
Show more
Observation of a Reconstructed Chern Insulator in Twisted Bilayer MoTe2
cond-mat.mes-hallTwisted bilayer MoTe2 is a prototypical moire material in which long-wavelength superlattices amplify electron correlations, enabling a wealth of emergent quantum phases. To date, experimental efforts have focused primarily on small twist angles (typically smaller than 4deg ), whereas the larger-angle regime-where moire bands become more dispersive and correlations are reduced-has remained largely unexplored. Here we chart the topological phase space of tMoTe2 at a relatively large twist angle of approximately 4.54deg, accessing a moderately correlated regime with enhanced bandwidth. In contrast to small-angle devices that predominantly host fractional quantum anomalous Hall or spin Hall responses, we uncover multiple Chern-insulating states with C = 1 at moire fillings v = -1, -0.53 and -1/2. Strikingly, at v = -2/3 a magnetic field induces a fractional Chern insulator accompanied by an insulator-metal transition. Our results broaden the topological phase diagram of tMoTe2 and establish large-angle moire superlattices as a versatile platform for engineering robust topological states beyond the strong-correlation limit.
Show more
Altermagnetic pseudogap from $\frac{t}{U}$ expansion
cond-mat.str-elOrder parameter analysis of the t/U series reveals a uniform altermagnet endemic to the doped Mott insulator, driven by kinetic interactions, occupying a position between the antiferromagnet and hole-doped d-wave superconductor that is normally reserved for the pseudogap. The metastable boundary of the altermagnet punctures and divides the superconductor into underdoped and overdoped regions, reminiscent of the $T^\ast$ crossover or transition in the cuprates. Similarly, the $T_{pair}$ boundary of the superconductor divides the altermagnet, leading to a low temperature phase susceptible to Cooper fluctuations. The altermagnet is unstable to inhomegeneous spin and charge order of sites, bonds, and currents. Its leading instability is to the $π$-flux state, suggesting the possible emergence of spin-charge liquids and quantum ordered states from a physically realistic microscopic model.
Show more
Superballistic transport of thermal photons in confined many-body systems
physics.opticsBallistic transport, realized when the system size is smaller than the mean free path of energy carriers, is traditionally regarded as the ultimate limit for energy transfer. Here, we predict a superballistic radiative heat transport regime that surpasses this limit in dilute chains of plasmonic nanoparticles confined within cavities. This anomalous regime exhibits superlinear scaling of the effective thermal conductivity (k ~L^1.5) and originates from the amplification of long-range interactions mediated by cavity-guided modes. Our results establish a framework for ultrafast photonic heat transport and open pathways for thermal management, information processing and energy transfer in quantum and nanoscale systems.
Show more
Towards the Multiscale Design of Pressure Sensitive Adhesives
cond-mat.softPressure-sensitive adhesives (PSAs) are soft polymeric materials that exhibit complex rheological and mechanical behavior gov- erned by the interplay between polymer architecture, crosslink density, and entanglement constraints. Predicting their rheological properties from underlying microstructure remains a central challenge in adhesive design. In this work, we adopt a multiscale com- putational framework based on the Lagrangian Heterogeneous Multiscale Method (LHMM), coupling a macroscopic continuum description with a mesoscale polymer network model featuring breakable bonds embedded in a viscous medium. The approach enables consistent information transfer across scales and captures both elastic network response and viscous dissipation. The framework is calibrated using experimental rheological data and tensile measurements for four PSA formulations with varying gel fractions and crosslink densities. The simulations reproduce key experimental trends in storage modulus (G'), loss modulus (G"), and tensile stress-strain behavior under planar extension, while differentiating the distinct mechanical signatures of each formula- tion. The results elucidate how crosslink density and effective network connectivity control stiffness, stress localization, and failure characteristics. Overall, the proposed multiscale methodology provides a predictive platform for linking microstructural design pa- rameters to macroscopic mechanical properties and offers a rational basis for the formulation and optimization of next-generation PSAs.
Show more
Influence of sulphur vacancies on ultrafast charge separation in WS$_2$-graphene heterostructures
cond-mat.mes-hallUnderstanding how defects influence charge separation in WS$_2$-graphene heterostructures is crucial for future applications in light harvesting and detection. Previous studies have reported widely varying lifetimes for the charge-separated state, all supposedly linked to electron trapping at sulphur vacancies. The exact impact of these defects, however, has remained unclear. Here, we deliberately introduce sulphur vacancies by annealing the heterostructures at high temperatures in ultrahigh vacuum. Angle-resolved photoemission spectroscopy (ARPES) reveals that these vacancies modify both the band alignment and doping level of the heterostructure. Time-resolved ARPES (trARPES) further shows that increasing the sulphur vacancy concentration prolongs the lifetime of electrons in the WS$_2$ conduction band but shortens the lifetime of the charge-separated state. Guided by model calculations, we attribute this behaviour to shifts in the energy alignment between sulphur vacancy states and graphene's Dirac point, combined with a reduced excitonic absorption. The model also yields a transfer time for electrons tunneling from sulphur vacancies into graphene's Dirac cone of $\sim$4ps, consistent with our trARPES measurements. Our study clarifies the role of sulphur vacancies in WS$_2$-graphene heterostructures, further improving our microscopic understanding of charge dynamics for future optoelectronic applications.
Show more
Magnetoresistance ratio of a point-like contact with a 1 nm wide domain wall at different MFP asymmetries
cond-mat.mes-hallThis work presents a unified theoretical framework for spin-resolved electron transport in magnetic point contacts (PCs) in nanoscale dimensions. This work advances existing research by presenting a model which seamlessly transitions between Sharvin ballistic and Maxwell-Holm diffusive limits across the wide range of relevant contact sizes without incorporating empirical fitting factors. We analyzed the magnetoresistance (MR) of magnetic PCs formed with two ferromagnetic monodomains that may have parallel and antiparallel magnetization alignment, forming a constrained domain wall approximately 1.0 nm wide. The calculated MR exhibits strong dependence on scaling parameter (normalized contact radius), ratios of spin-dependent mean free paths, and Fermi wave-vectors. Furthermore, the calculated MR exhibits physically meaningful behavior over a wide range of spin-asymmetry parameters. In most regimes, the MR decreases with increasing normalized point-contact radius, becoming negative at some conditions. These results demonstrate that nanoscaled magnetic PCs have great efficiency in terms of magnetoresistnace change and promising for application due to their simplicity.
Show more
Quantum Brownian Motion: proving that the Schmid transition belongs to the Berezinskii-Kosterlitz-Thouless universality class
cond-mat.stat-mechWe investigate the equilibrium properties of a quantum Brownian particle moving in a periodic potential, specifically addressing the nature of the dissipation-driven Schmid transition in the Ohmic regime. By employing World-Line Monte Carlo in the path-integral formalism and introducing a specific binary order parameter, we demonstrate that the transition belongs to the Berezinskii-Kosterlitz-Thouless universality class. This classification is substantiated through finite-size scaling analysis that reveals the characteristic logarithmic decay of the correlation functions associated with the order parameter at the critical point. Quantum phase transition turns out to be extremely fragile: it disappears in both over- and sub-Ohmic dissipation regimes. Crucially, we find that the presence of the periodic potential does not alter the localization properties in the sub-Ohmic and super-Ohmic regimes, where the system exhibits the same qualitative behavior as the free quantum Brownian particle. These findings highlight that the emergence of critical behavior is strictly governed by the low-frequency form of the environmental spectral function, which determines the long-range temporal decay of the dissipative kernel.
Show more
Flow of yield stress fluid in a percolating network
physics.flu-dynWe study the flow of a Bingham yield-stress fluid in a pore network model where the throats have radii drawn from a uniform distribution. We consider the case in which a fraction of the largest radii is blocked. The fluid can flow only through the percolating cluster that exists when the fraction is above the percolation threshold. Two distinct flow regimes are identified: above the percolation threshold the flow curve can be characterized by deterministic values of the critical pressure drop, permeability, and other observables, with subleading fluctuations that we quantify. At the percolation threshold these quantities become non-self-averaging, and their scaling is governed exclusively by the critical percolation backbone, independent of the specific realization of the radii.
Show more
Energy-Efficient Control of Interacting Microscopic Systems: When Longer Paths Save Energy
cond-mat.softWe experimentally and theoretically study the thermodynamically optimal control of interacting multiple-particle systems, focusing on collections of colloidal particles individually confined in optical traps. We investigate protocols that transport the system between prescribed trap configurations within a fixed time in the most energy efficient way. For Markovian systems with conservative pairwise interactions, we establish a general result in the low-noise limit: optimal particle trajectories are linear in space and time, corresponding to steady straight-line motion, irrespective of the specific interaction potential, even for nonlinear forces. Thus, conservative interactions do not modify the geometry of the optimal paths. This property breaks down in the presence of strong noise or nonconservative interactions. For the paradigmatic case of hydrodynamic coupling, we demonstrate experimentally that optimal control can involve curved trajectories that significantly reduce the energetic cost by exploiting collectively generated fluid flows. The emergence of curved paths as optimal solutions highlights a fundamental distinction between non-interacting and interacting systems and reveals a cooperative mechanism for energy-efficient control.
Show more
Percolation and Criticality in Hyperuniform Networks
cond-mat.stat-mechHyperuniform many-particle systems, which encompass crystals, quasicrystals and certain exotic disordered systems, exhibit an anomalous suppression of density fluctuations on macroscopic length scales relative to those of conventional disordered systems. Here we investigate the percolation behaviors of disordered stealthy hyperuniform systems (SHU), a subclass of hyperuniform configurations for which the structure factor vanishes for a finite range of wavevectors near the origin, with the degree of stealthiness controlled via a parameter $χ$. We construct Delaunay triangulation networks derived from SHU configurations with varying $χ$ as well as Poisson point configurations for the purpose of comparison. We investigate a non-uniform bond percolation process, in which bond occupation probabilities decrease with the Euclidean distance between the connected vertices. In this setting, percolation is induced by varying a tuning parameter $z$. We estimate the percolation thresholds $z_c$ and critical exponents of the networks via finite-size scaling and the Newman-Ziff algorithm. We find that SHU networks exhibit lower percolation thresholds than Poisson networks. Notably, the percolation threshold of SHU networks decreases with the stealthiness parameter $χ$, indicating that global connectivity emerges more readily as short-range order increases. Moreover, we show that SHU networks with large $χ$ belong to the same universality class as lattices, while Poisson and low-$χ$ systems show deviations. We relate the shift in critical exponents to the degree of suppression of density fluctuations in the point configurations. Our work extends previous studies on transport properties of SHU systems from continuum two-phase media to networks. These results open new avenues for optimizing the resilience of statistically homogeneous disordered networks.
Show more
Mechanical anisotropy of 3D-printed digital materials at large strains
cond-mat.soft3D-printed digital materials whose mechanical behavior travels between those from thermoplastic to rubbery polymers have become increasingly important. However, their mechanical functionalities have not been fully exploited due to intrinsic mechanical anisotropy resulting from microstructural heterogeneity. Here, we combine mechanical testing, microscopy analysis and micromechanical modeling for a comprehensive understanding of complex deformation mechanisms responsible for the printing-orientation-dependent nonlinear mechanical behavior of digital materials at small to large strains. Towards this end, we construct representative volume elements that account for highly anisotropic microstructural features resulting from the printing-orientation-dependent diffusion and mixing between photocurable base resins. We then demonstrate, through micromechanical analysis, that stable compressive deformation of well-aligned elliptical hard thermoplastic inclusions embedded within the surrounding soft rubbery matrix gives rise to initial elastic anisotropy. Our experimental and micromechanical modeling results also show that the interplay between buckling instability and plastic deformation of the high-aspect-ratio hard domains governs mechanical anisotropy at large strains as well as the printing-orientation-dependent resilience and energy dissipation capabilities in these digital materials.
Show more
Conditional Ergodicity and Universal Fluctuations in Weak Ergodicity Breaking
cond-mat.stat-mechTime averages extracted from single-particle trajectories in complex media often vary strongly from one trajectory to another, even for long measurement times. Such persistent trajectory-to trajectory scatter is commonly observed in anomalous diffusion and signals weak ergodicity breaking driven by scale-free trapping. Here we identify conditional ergodicity: conditioning on a natural internal clock restores self-averaging of time-averaged observables. Combining conditional ergodicity with the stochastic mapping between the internal clock and physical time implies a universal law: once rescaled by their mean, time-averaged transport coefficients in systems exhibiting weak ergodicity breaking follow the Mittag-Leffler distribution. We demonstrate this universality across multiple models of disordered media displaying anomalous diffusion.
Show more
Stoichiometric FeTe is a Superconductor
cond-mat.supr-conIron-based superconductors are a fascinating family of materials in which multiple electronic bands and strong antiferromagnetic (AFM) correlations are key ingredients for competing ground states, including antiferromagnetism, electronic nematicity, and unconventional superconductivity. FeTe, unlike its superconducting isostructural counterpart FeSe, has long been regarded as an AFM metal sans superconductivity. In this work, we employ molecular beam epitaxy to grow FeTe films and perform post-growth annealing under a Te flux. By performing spin-polarized scanning tunneling microscopy and spectroscopy, we demonstrate that the AFM order in as-grown FeTe films is induced by interstitial Fe atoms that disrupt the ideal 1:1 stoichiometry. Remarkably, the removal of these interstitial Fe atoms through Te annealing yields stoichiometric FeTe films that show no AFM order and instead exhibit robust superconductivity with a critical temperature of ~13.5K. This superconducting state is further confirmed by the observation of Cooper pair tunneling, zero electrical resistance, and the Meissner effect. Therefore, our results demonstrate that stoichiometric FeTe is inherently a superconductor, overturning a long-held view that it is an AFM metal. This work clarifies the origin of superconductivity in FeTe-based heterostructures and demonstrates the importance of stoichiometry control in understanding the competition between AFM and superconductivity in iron-based superconductors.
Show more
PFP/MM: A Hybrid Approach Combining a Universal Neural Network Potential with Classical Force Fields for Large-Scale Reactive Simulations
cond-mat.mtrl-sciUniversal machine-learning interatomic potentials (uMLIPs) enable reactive molecular simulations with near-DFT accuracy, yet applying them efficiently to large, realistic condensed-phase systems remains computationally demanding. Here we present PFP/MM, a hybrid approach that combines a uMLIP, PreFerred Potential (PFP), with molecular mechanics (MM) to enable both large-scale and long-time simulations that are challenging for uMLIP-only calculations. Using an alanine dipeptide in explicit water, we achieve multi-ns/day enhanced sampling and obtain a Ramachandran plot consistent with established basins. For an intramolecular nucleophilic addition reaction in a polar solvent environment, we reproduce the expected solvent-induced stabilization in the free-energy profile. We further apply the approach to a cytochrome P450 Compound I hydroxylation reaction and obtain a free-energy landscape consistent with the accepted reaction mechanism. These results demonstrate that uMLIP-based reactive simulations can be applied to diverse condensed-phase processes in large, realistic environments.
Show more
Population Annealing as a Discrete-Time Schrödinger Bridge
cond-mat.stat-mechWe present a theoretical framework that reinterprets Population Annealing (PA) through the lens of the discrete-time Schrödinger Bridge (SB) problem. We demonstrate that the heuristic reweighting step in PA is derived by analytically solving the Schrödinger system without iterative computation via instantaneous projection. In addition, we identify the thermodynamic work as the optimal control potential that solves the global variational problem on path space. This perspective unifies non-equilibrium thermodynamics with the geometric framework of optimal transport, interpreting the Jarzynski equality as a consistency condition within the Donsker-Varadhan variational principle, and elucidates the thermodynamic optimality of PA.
Show more
Qudit Implementation of the Rodeo Algorithm for Quantum Spectral Filtering
quant-phQudits, the multi-level generalization of qubits, provide a natural extension of the binary paradigm in quantum computation and offer new opportunities to enhance algorithmic performance. Beyond their direct applicability to the simulation of multi-level quantum systems, higher-dimensional ancillae can improve sampling efficiency in quantum algorithms by enabling the simultaneous implementation of multiple control operations, thereby reducing circuit complexity. In this work, we pursue three main objectives. First, we present a formulation of the Rodeo algorithm employing a general $d$-level ancilla qudit. Second, we introduce the concept of the \emph{Rodeo kernel}, defined as a two-frequency interferometer, which acts as a spectral filter in the energy domain. Finally, we propose a microcanonical protocol for the Rodeo algorithm. This protocol enables the estimation of entropic quantities through a single energy sweep and admits a natural interpretation as a Gaussian convolution of the density of states. To support the theoretical analysis, we perform numerical evaluations of the corresponding quantum circuit using ancilla qudits of dimensions three, four, and five. The simulations are performed for the one-dimensional Ising model, considering both spin-$\frac{1}{2}$ and spin-$1$ particles. The ancilla qutrit implementation exhibits an $18\%$ reduction in fluctuations compared to the qubit implementation. Our results show that the qudits provide a framework for spectral analysis and thermodynamic characterization of multi-level quantum systems.
Show more
Summary overview of present state of basic electrostatic field electron emission theory
cond-mat.mes-hallThis technical note provides a high-level overview of the present state of basic field electron emission (FE) theory, as suitable for use in the context of technological applications of FE theory. At present there is much theoretical confusion in FE literature, and a partial breakdown of the peer review system. Even in sensitive technological contexts, many papers have stated and used out-of-date theory that makes current-density predictions that are several hundred times less than those of modern FE theory. A primary aim of this note is to help reduce the confusion and error in future published FE literature. It is not intended as a detailed review of FE theory.
Show more
Casimir versus Helmholtz forces in the Gaussian model: exact results for Dirichlet--Dirichlet, Neumann--Dirichlet, Neumann--Neumann, and periodic boundary conditions
cond-mat.stat-mechWe present results and compare the behavior of two fluctuation-induced forces pertinent for their corresponding ensembles: the critical Casimir force in the grand canonical (fixed external field $h$) one and the critical Helmholtz force in the canonical (fixed average value of the order parameter $m$) one. We do so by deriving exact results for their behavior near the bulk critical point at $T=T_c$ in the three-dimensional Gaussian model. We consider Dirichlet-Dirichlet, Neumann-Dirichlet, Neumann-Neumann, and periodic boundary conditions. For every boundary condition examined, we confirm that both forces follow a finite-size scaling. We find that for Dirichlet-Dirichlet and Neumann-Dirichlet boundary conditions the Casimir and the Helmholtz force differ from each other. For Dirichlet-Dirichlet boundary conditions the Casimir force is always attractive, while the Helmholtz force can be both attractive and repulsive as a function of $T$ and $m$. For Neumann-Dirichlet boundary conditions the Casimir force changes sign from repulsive to attractive with increase of $h$, while the Helmholtz force stays always repulsive. Under periodic and Neumann-Neumann boundary conditions the Casimir force and the Helmholtz force coincide - the first does not depend on $h$, while the latter does not depend on $m$; they are always attractive.
Show more
Dynamics of particle lane formation in confined viscoelastic fluids under shear
cond-mat.softSimple shear flow can induce flow-aligned chain formation of particles suspended in viscoelastic fluids. Although this phenomenon has been reported for decades, direct {\it in situ} measurements of the alignment dynamics and particle trajectories during chain formation remain limited. Here, we develop an {\it in situ} observation platform based on parallel rotating disks separated by a gap comparable to the particle diameter, enabling simultaneous observation of particle alignment under radially varying shear rates. The narrow gap strongly confines particle motion, thereby enhancing hydrodynamic interactions and collision events between particles. Using a viscoelastic fluid embedding zircon particles as the sample, we find that alignment occurs once the local particle Weissenberg number exceeds unity (Wi$_\mathrm{p} \geq 1$), defined using an effective shear rate based on the wall velocity and the available gap width. Particle tracking further reveals a back-and-forth shuttling motion that accompanies the alignment process. Using the image brightness in a colored fluid as a proxy for out-of-plane position, we show that the shuttling originates from vertical displacement of the particles. We further construct a minimal agent-based model in which the vertical particle position follows a Ginzburg-Landau-type double-well potential, and demonstrate that collision-driven accumulation emerges in numerical simulations. In the strongly confined geometry, alignment occurs by an effective attraction due to collision, which is reminiscent of motility-induced clustering often observed in active matter.
Show more
3D tomography of exchange phase in a Si/SiGe quantum dot device
cond-mat.mes-hallThe exchange interaction is a foundational building block for the operation of spin-based quantum processors. Extracting the exchange interaction coefficient $J(\mathbf{V})$, as a function of gate electrode voltages, is important for understanding disorder, faithfully simulating device performance, and operating spin qubits with high fidelity. Typical coherent measurements of exchange in spin qubit devices yield a modulated cosine of an accumulated phase, which in turn is the time integral of exchange. As such, extracting $J(\mathbf{V})$ from experimental data is difficult due to the ambiguity of inverting a cosine, the sensitivity to noise when unwrapping phase, as well as the problem of inverting the integral. As a step toward obtaining $J(\mathbf{V})$, we tackle the first two challenges to reveal the accumulated phase, $φ(\mathbf{V})$. We incorporate techniques from a wide range of fields to robustly extract and model a 3D phase volume for spin qubit devices from a sequence of 2D measurements. In particular, we present a measurement technique to obtain the wrapped phase, as done in phase-shifting digital holography, and utilize the max-flow/min-cut phase unwrapping method (PUMA) to unwrap the phase in 3D voltage space. We show this method is robust to the minimal observed drift in the device, which we confirm by increasing scan resolution. Upon building a model of the extracted phase, we optimize over the model to locate a minimal-gradient $π$ exchange pulse point in voltage space. Our measurement protocol may provide detailed information useful for understanding the origins of device variability governing device yield, enable calibrating device models to specific devices during operation for more sophisticated error attribution, and enable a systematic optimization of qubit control. We anticipate that the methods presented here may be applicable to other qubit platforms.
Show more
A Route to Pure Optical Rotation in Self-Assembled Materials through Energetic Non-Degeneracy
physics.opticsAchieving large optical rotation with minimal ellipticity and absorption, 'pure' optical rotation, remains a central challenge in chiral photonics. Solution-processed self-assembled materials can exhibit exceptional chiroptical responses (g-factors > 1), yet their circular birefringence (CB) typically overlaps with circular dichroism (CD) and resonant loss (Absorption), leading to elliptical, attenuated signals. Here, we establish a general, theory-guided design principle showing that non-degeneracy provides a route towards pure optical rotation in self-assembled systems. Using a generalized coupled-oscillator framework, we demonstrate that breaking degeneracy between the excited states of interacting chromophores produces CB in spectral regions where CD and absorption are naturally weak. We experimentally validate this mechanism using mixed assemblies of $α$- and $β$-CdS magic-sized clusters, which exhibit the predicted off-resonant, emergent CB. Guided by this principle, we design a layered architecture that maximizes non-degenerate neighbors through alternating chromophore planes. This structural architecture results in optical response lineshapes optimized for pure rotation. Because the mechanism relies solely on dipolar coupling and energetic detuning, it is generalizable across wavelengths, including in the ultraviolet (~310 nm), where suitable nanocrystal and organic chromophores are readily available. Simulations predict a 50 meV (12 THz) window exhibiting low-dispersion optical rotation of ~20°, >40% transmission, and <1° ellipticity-strong performing benchmarks typically associated with lithographic metamaterials. These results establish non-degenerate coupling as a general mechanism for engineering chiroptical response and provide a strategy for realizing pure optical rotation in self-assembled systems.
Show more
Anomalous Thermal Transport Reveals Weak First-Order Melting of Charge Density Waves in 2H-TaSe2
cond-mat.str-elHow ordered phases melt in low-dimensional quantum materials remain difficult to resolve because the relevant fluctuations are dynamic and charge neutral. In this work, we show that thermal transport provides a sensitive probe of these hidden fluctuations in the layered transition metal dichalcogenide 2H-TaSe2. We observe a striking V-shaped temperature dependence of the thermal conductivity that cannot be explained by conventional phonon-phonon scattering. Instead, it originates from scattering by persistent local charge-density-wave (CDW) correlations, consistent with our phenomenological model linking thermal transport to spatial CDW fluctuation. Electron diffraction reveals short-range periodic lattice distortions persisting to at least 300 K, while X-ray diffraction shows thermal hysteresis of the CDW wavevector. Together, these results reveal a dislocation- and fluctuation-driven weak first-order melting of the CDW state.
Show more
Tuning the optoelectronic properties of graphene quantum dots by BN-ring doping: A density functional theory study
cond-mat.mtrl-sciGraphene monolayer is a material with zero band gap, because of which its applications in optoelectronics are limited. The question arises, can we modify the optoelectronic properties of graphene by doping it with other atoms? Synthesis of 2D monolayer of graphene doped with hetero-atoms such as boron and nitrogen, and a few computational studies of their structural and electronic properties were previously reported. In this work, we aim to answer this question for graphene quantum dots (GQDs) by replacing their carbon rings with $(BN)_3$ (borazine) hexagonal rings. We have studied in detail the geometry, electronic structure, and optical absorption spectra of fourteen different borazine-ring doped diamond-shaped GQDs using first-principles density functional theory (DFT). These BN-GQDs differ in the location, orientation, and the number of borazine rings. We computed their optical absorption spectra using time-dependent DFT (TDDFT) and examined: (a) for single-ring doped BN-GQDs the influence of ring location on optical properties, and (b) for double-ring doped systems, the influence of location, mutual distance and orientation of the rings on their absorption spectra. Frontier molecular orbitals are studied in detail to understand the nature of low-lying optical excitations. We also performed a group-theoretic analysis of the influence of their reduced symmetries on their optical properties. Our results indicate that BN-ring doping can achieve significant control over the optical properties of GQDs. The comparison of the optical absorption spectra of the BN-GQDs with the parent GQD shows remarkable spectral broadening with optical gap spanning over infrared to visible region. Thus, systematic BN-ring doping provides easy tunability of the electronic and optical properties of BN-GQDs, which is very promising for optoelectronic applications.
Show more
Condensate-mediated shape transformations of cellular membranes by capillary forces
cond-mat.softPhase-separated biomolecular condensates with liquid-like properties play a key role in the organization and compartmentalization of the intracellular environment. Condensate-mediated capillary forces acting on membranes drive physiologically important reshaping of membrane-bound organelles, such as vacuoles and autophagosomes. Here, we explore condensate-mediated membrane shape transformations. We employ {\textit{in planta}} live-cell imaging, an \textit{in vitro} reconstitution system with tunable interfacial tension, and computer simulations of an elastic membrane model to describe three morphologies of membrane structures localized at condensate interfaces: tubes, sheets, and cups. We find that the forces associated with high interfacial tension drive the formation of stable sheets, while tubes and cups prevail at lower interfacial tension. We calculate the free energies of each membrane shape and identify the energy barriers that govern the transitions between the shapes. With this approach, we find that shape transformations depend on the history of the interfacial membrane and exhibit a tube-to-cup hysteresis. These findings indicate that temporal control of condensate surface properties can mediate the morphogenesis of cup-like structures in cells, such as the formation of "bulbs" within plant vacuoles. Our results further generalize how the interplay of condensates and membranes contributes to intracellular organization.
Show more
Dicovering the emergent nonlinear dynamics of acoustically levitated cube clusters
nlin.CDThe complex behavior of many natural and engineered systems emerges from the interaction of a small number of effective degrees of freedom. Discovering the physical basis of the interactions between these degrees of freedom directly from experimental observations has been a longstanding challenge, particularly with respect to predicting the long-time dynamics of dynamical systems with unknown equations of motion. Here, we introduce a data-driven approach that is able to produce a generative model for the long-time dynamical behavior of systems with a weakly attracting manifold. We apply this method to an experimental dynamical system with two degrees of freedom: acoustically levitated pairs of cube-shaped particles, which cluster by sharing a single edge. In the acoustic trap, the center-of-mass of the cube cluster oscillates vertically about the levitation plane, while also oscillating about their flexible hinge-like connection. Depending on their initial condition, the hinge dynamics evolve about three distinct nonlinear dynamical attractors persisting for hundreds of cycles. In order to capture the underlying physics, we develop a numerical fitting procedure and extract a minimal nonlinear dynamical model that captures both the long-time dynamics of the cluster as well as the convergence onto the dynamical steady state. This dynamical model uncovers the nonlinear, non-reciprocal coupling between the center-of-mass motion and the hinge degree of freedom that stabilizes the dynamical attractors, which we subsequently confirm by independent finite-element methods. Our results demonstrate a novel data-driven method for the discovery of nonlinear models with long-timescale stable predictions.
Show more
Flexural Cavity Mechanics in Electrostatically Driven 1D Phononic Crystal
cond-mat.mes-hallPhononic Crystals provide a versatile platform for controlling phonons in applications such as waveguiding, filtering, and sensing. To minimize dissipation, cavity resonators are often embedded within the bandgap of phononic crystals and integrated with suitable transduction techniques. Here, we demonstrate one-dimensional (1D) phononic transmission using electrostatic transduction, enabling the realization of high-quality mechanical oscillators. Using a double-ended tuning fork resonator embedded in a 1D phononic crystal, we observe degenerate flexural modes (in-phase and out-phase) exhibiting enhanced and comparable quality factors within the same device due to mode degeneracy. The in-phase mode, whose frequency lies inside the phononic bandgap, shows an approximately two-fold increase in quality factor compared to an anchored resonator, while this enhancement diminishes for the out-phase mode (frequency outside the bandgap) at temperatures where thermoelastic dissipation is negligible. This approach offers a promising route toward low-loss, encapsulated phononic devices for sensing and signal processing applications.
Show more
Taming the expressiveness of neural-network wave functions for robust convergence to quantum many-body states
cond-mat.supr-conNeural networks are emerging as a powerful tool for determining the quantum states of interacting many-body fermionic systems. The standard approach trains a neural-network ansatz by minimizing the mean local energy estimated from Monte Carlo samples. However, this typically results in large sample-to-sample fluctuations in the estimated mean energy and thus slow convergence of the energy minimization. We propose that minimizing a logarithmically compressed variance of the local energies can dramatically improve convergence. Moreover, this loss function can be adapted to systematically obtain the energy spectrum across multiple runs. We demonstrate these ideas for spin-1/2 particles in a 2D harmonic trap with attractive Poschl-Teller interactions between opposite spins.
Show more
Dissipation effects in the Su-Schrieffer-Heeger model coupled to a metallic environment
cond-mat.mes-hallWe theoretically study the electronic and lattice properties of a trans-polyacetylene (tPA) molecule deposited on top of a metallic substrate at equilibrium. We describe the system using a modified Su-Schrieffer-Heeger (SSH) model generalized to incorporate the effects of a metallic environment, represented by independent one-dimensional semi-infinite chains coupled to each site of the SSH chain (i.e., ``local bath approximation"). We focus on the zero-temperature case and obtain the physical properties of an $N$-site tPA chain deposited on a metallic surface by minimizing its total ground-state energy (i.e., electronic plus lattice degrees of freedom) as a function of the $N$ lattice-site positions. Interestingly, in the case of a homogeneous metallic substrate, where all coupling parameters are assumed identical, the SSH chain undergoes a zero-temperature insulator-to-metal transition as the coupling parameter $γ_0$ reaches a critical value where the Peierls dimerization is fully suppressed and the system becomes metallic. In addition, our model can be generalized to describe inhomogeneous situations where the substrate contains metallic and insulating regions, as usually occurs in realistic experiments containing accidentally oxidized decoupling layers. In this case, our results predict the occurrence of local nucleation of the metalized or the Peierls-dimerized phase within the same tPA molecule, depending on whether the surface directly beneath the molecule is metallic or insulating, respectively. We finally discuss the relevance of our findings for both the correct interpretation of existing tPA/Cu(110) experiments, as well as for their possible utility in the design of novel organic nanoelectronic devices.
Show more
Role of spectral structure in adiabatic ground-state preparation of the XXZ model
quant-phAdiabatic ground-state preparation is fundamentally limited by the spectral structure of the time-dependent Hamiltonian, particularly by gap reductions and degeneracies that induce nonadiabatic transitions. We examine this dependence in the anisotropic Heisenberg (XXZ) model on an eight-site ring by comparing three strategies: optimization of the initial Hamiltonian, addition of auxiliary terms, and considering approximate counterdiabatic driving. Owing to anisotropy-dependent level crossings among low-energy states, the XXZ model provides a stringent benchmark. We find that performance is mainly constrained by spectral degeneracies between the ground and excited states. Simple strategies such as initial-Hamiltonian optimization or site-dependent Zeeman fields, suppresses critical crossings and drastically enhance ground-state preparation. In contrast, counterdiabatic terms alone do not improve the protocol when the spectral structure remains level-crossings, becoming effective only after degeneracies are removed. These results identify spectral engineering as a prerequisite for efficient adiabatic ground-state preparation in interacting spin systems.
Show more
Tailoring spontaneous symmetry breaking in engineered van der Waals superlattices
cond-mat.mes-hallSuperlattice engineering in van der Waals heterostructures (e.\,g.\ by moiré engineering) provides a powerful platform for designing electronic bands and realising correlated and topological quantum phenomena. Here, we pioneer a scheme to tailor superpotentials based on intrinsic substrate electronic orders. We show that this establishes a robust, self-aligned, and highly versatile route to band-structure control as we demonstrate in graphene by engineering two distinct, nearly commensurate superlattices using the charge density waves of 1T-NbSe$_2$. In these superlattices the graphene's Dirac cones are folded either to the $Γ$-point or to the K-points of the mini-Brillouin zone. Using scanning tunnelling microscopy, we observe that the $Γ$-folded system preserves C$_3$ symmetry, while the K-folded system exhibits spontaneous symmetry breaking. Combining density functional theory with an interlayer interaction model, we reveal that this difference is not electronically driven but originates from a structural instability. Our work establishes superlattice engineering for designer quantum states and unveils a structural mechanism for controlled emergent symmetry breaking.
Show more
Biomedical active matter: Emergence and breakdown of collective functionalities
physics.bio-phLiving systems are made of active materials with microscopic components that work together to perform macroscopic biological tasks. The breakdown of these collective functionalities leads to diseases, which, conversely, could be treated by exploiting self-organization in healthcare technologies. Here, we review recent advances in this rapidly growing field of biomedical active matter. The main themes are (1) collective self-assembly and spatiotemporal coordination; (2) collective motion, transport, and navigation; (3) collective sensing, signaling, and communication; and (4) collective adaptation, evolution, and learning. We discuss these emerging processes in a wide range of systems, including protein folding, biomolecular condensates, cytoskeleton dynamics, intracellular flows, bacterial biofilms, quorum sensing, cilia synchronization, wound healing, biolocomotion, neurons, endocrine signalling, and cardiovascular flow networks. For each, we highlight medical conditions associated with reduced collective functionality and how they may be treated using microrobotic swarms, bioinspired metamaterials, diagnostics, lab-on-chip devices, organoids, and other active and adaptive matter innovations.
Show more
Can quantum fluctuations be consistently monitored?
quant-phRecent works on the decoherent histories formalism suggested that macroscopic quantities (extensive sums of local observables) in quantum many-body systems can be consistently monitored: The existence of past measurements does not alter future outcome distribution. Here, we show that fluctuations of macroscopic quantities cannot be consistently monitored in general, in contrast to their intensive mean value. Exceptions include fluctuations at infinite temperature, at critical points, and in semiclassical systems. We analytically quantify non-consistency in terms of susceptibility, and obtain related results on entropy growth under noisy unitary.
Show more
Ising criticality can drive vortex deconfinement in a spin-orbit coupled Bose gas
cond-mat.quant-gasSpin-orbit coupling in Bose gases is known to lead to an Ising-symmetry-broken phase where the bosons condense at one of two nonzero momenta. In two dimensions, the finite momentum of the order parameter allows vortex-antivortex pairs that are typically bound in the superfluid phase to freely separate along Ising domain walls. This non-trivial interaction between the superfluid and the Ising order suggests that the critical fluctuations near an Ising transition could drive a Berezinskii-Kosterlitz-Thouless transition of the superfluid. We present numerical evidence of this phenomenon using a Monte Carlo simulation that shows the disappearance of superfluid stiffness near an Ising transition. Additionally, we find numerical evidence that the Ising phase transition becomes first order and we justify this claim with a variational approximation.
Show more
Post-selected Criticality in Measurement-induced Phase Transitions
quant-phInformation-theoretic phase transitions, such as the measurement-induced phase transition (MIPT), characterize the robustness of quantum dynamics to local monitoring and are naturally formulated in terms of trajectories conditioned on typical measurement outcomes, which are naively accessible only through post-selection. Here we implement forced measurements to investigate how explicit post-selection alters the nature of the transition. We find that post-selection fundamentally alters the universality class by reweighting trajectories that are otherwise rare. In particular, we obtain a correlation-length exponent $ν\approx 2.1$ larger than that of the standard MIPT and a negative effective central charge $c_\mathrm{eff}\approx -0.4$. We also compare the post-selected MIPT to the entanglement transition of Random Tensor Networks (RTN), and demonstrate that their universality class is the same. This setup further allows time-periodic, translationally-invariant circuits with post-selected weak measurements. In both models, we find that an onsite dimension of at least 3 (qutrits but not qubits) is necessary to induce a transition.
Show more
Redundancy from Subsystem Thermalization
quant-phIn the theory of decoherence, redundancy is the correlation between a quantum system and fractions of the environment. It underlies the emergence of classical behavior. We show that redundancy can persist despite thermalizing dynamics in the environment. This follows an initial broadcasting interaction that changes the density of a conserved quantity. The mutual information between the system and a fraction of the environment is estimated using the large deviation principle governing subsystem thermalization.
Show more
Entanglement advantage in sensing power-law spatiotemporal noise correlations
quant-phNoise sensing underlies many physical applications including tests of non-classicality, thermometry, verification of correlated phases of quantum matter, and characterization of criticality. While previous works have shown that quantum resources such as entanglement and squeezing can enhance the sensitivity in estimating deterministic signals, less is known about the entanglement advantage in sensing correlated stochastic signals (noise). In this work, we compute the fundamental sensitivity limits of quantum sensors in probing spatiotemporally correlated noise. We first prove the fundamental quantum limits in sensing spatially correlated Markovian noise using entangled and unentangled sensors, respectively. Focusing on power-law spatial noise correlations, which naturally arise in condensed matter systems with long-range interactions and/or near criticality, we further derive a scalable entanglement advantage when the power-law decays slowly. Then, considering a target signal with a $1/f^{p}$-type spectrum, we demonstrate that non-Markovianity may entirely modify the nature of entanglement advantage in estimating spatial noise correlations. Our protocols can be implemented using state-of-the-art quantum sensing platforms including solid-state defects, superconducting circuits, and neutral atoms.
Show more
AC Fingerprints of 2D Electron Hydrodynamics: Superdiffusion and Drude Weight Suppression
cond-mat.str-elClean two-dimensional Fermi liquids are now known to exhibit an intermediate tomographic regime, between ballistic and Navier--Stokes transport, caused by the anomalously slow relaxation of parity-odd multipolar deformations of the Fermi surface. Here we show that this anomaly extends to the dynamical realm. Starting from a microscopic numerical evaluation of the linearized electron--electron collision operator, we find that the finite-frequency nonlocal conductivity is controlled at low frequency by a single hydrodynamic pole, $σ(q,ω)=\mathcal{D}(q)/(iω+η_\star q^z)$, with dynamical exponent $z=4/3$ and superdiffusive viscosity $η_\star$. Remarkably, the pole residue itself is scale dependent and obeys $\mathcal{D}(q)\sim q^{-α}$ with $α=1/3$, so the dynamical properties are described by two separate exponents rather than one. We interpret the residue suppression using a Krylov-chain description of current relaxation: as $q$ increases, the longest-lived quasinormal mode ceases to be a nearly pure current excitation and spreads over higher odd angular harmonics. Finally, we show that AC transport in narrow channels provides a direct route to measuring the exponents $z$ and $α$ separately.
Show more
Nonequilibrium energetics of sensing and actuation by a smart active particle
cond-mat.softSmart active agents must allocate finite energetic resources across distinct functions, yet the underlying thermodynamic trade-offs remain poorly understood. Here, we introduce a minimal model of a self-steering particle with an internal polarity-cue sensor coupled to an external environmental field, decomposing its steady-state entropy production rate into locomotion, actuation, and sensing costs. This separation exposes an energetic bookkeeping structure underlying even the simplest form of embodied navigation. The emergence of Pareto fronts linking energetic expenditure to localisation precision and path-following performance shows that feedback-controlled active motion is constrained by quantitative thermodynamic bounds that persist across distinct task geometries.
Show more
Probing the Penetration Depth of Topological Surface States by Magnetic Impurity Scattering in V-doped Sb$_2$Te$_3$
cond-mat.mes-hallTopological insulators host Dirac surface states (SS) protected by time-reversal symmetry. Inter-surface hybridization can gap the SS and give rise to the quantum spin Hall effect in films that are sufficiently thin compared to the SS penetration depth. However, quantifying the SS penetration depth typically requires painstaking synthesis of multiple films with varying thickness. Here we introduce a direct method to probe the SS penetration depth in bulk crystals, by studying the interplay between SS and magnetic impurities in \SVT. Using scanning tunneling microscopy and spectroscopy, we find that even sparse magnetic impurities ($\lesssim0.25\%$ vanadium) can gap the Dirac SS. However, a single V impurity induces only localized states, and does not form an impurity band, so the gapped Dirac dispersion is preserved away from the impurity. In high magnetic fields, we observe an energy shift of the $0^\text{th}$ Landau level and a suppression of quasiparticle lifetime at the Dirac point, indicating \newtext{magnetic} scattering of the SS. Crucially, by employing V impurities at different depths as precise scattering probes, we reveal the SS penetration depth on the sub-nanometer scale in a bulk crystal.
Show more
Flat-Band Generation in InAs/GaSb Quantum Wells through Vertically Engineered Heterostructures
cond-mat.mes-hallQuantum materials constitute a novel category of substances wherein quantum effects and electron-electron (e-e) interactions give rise to unforeseen phenomena on a macroscopic scale. Of particular interest within the realm of quantum materials are flat bands, which promote heavy conduction electrons and enhance e-e correlation effects. While the engineering of such flat bands has been demonstrated in graphene and two-dimensional transition metal dichalcogenides moiré superlattices and in lithography defined semiconductor moiré superlattices, conventional tear-and-stack fabrication methods face challenges due to inevitable twist-angle disorder, strain, and relaxation effects, leading to issues with reproducibility and scalability. Here, we explore the creation and modification of flat bands through vertically engineered III-V semiconductor heterostructures, without the need for twisting. These artificial quantum materials offer a reproducible and scalable means for producing high-quality flat-band materials via molecular beam epitaxy growth. Our investigation includes magnetotransport and infrared magneto-spectroscopy studies of quad-layer InAs/GaSb quantum wells, accompanied by k*p band structure calculations, which illustrate the flattening of bands in vertically designed heterostructures.
Show more
Topological localisation and motility of active knots
cond-mat.softNonequilibrium active polymers provide a minimal framework to investigate biopolymers such as DNA and chromatin under the action of molecular motors. Here we study active ring polymers with controlled topology and show that knot type qualitatively determines their nonequilibrium behaviour. We find that activity induces opposite localisation responses in different topological families: torus knots systematically delocalise and inflate, whereas twist knots tighten and remain localised. We trace this divergent behaviour to the distinct symmetry properties of their tangent fields, which control the alignment of active forces along the chain. We show that topology also governs internal and emergent dynamics. Active torus knots behave as soft chiral self-propelled particles exhibiting persistent motion with a well-defined handedness fixed by their topological chirality. In contrast, achiral knots show no net handedness. The knot thus acts as a deformable topological quasiparticle whose morphology and propulsion are selected by topology. These results suggest potential routes toward programmable soft chiral particles with controllable morphology and emergent motility modes.
Show more
Spin-Transfer Torque on Curved Surfaces: A Generalized Thiele Formalism
cond-mat.mes-hallCurvature is a highly relevant parameter when considering nanostructures, favoring the stability and affecting the dynamics of magnetic textures. In this work, we address the spin-transfer torque phenomenon by deriving an expanded Thiele equation with the Zhang-Li term for curved surfaces. Our results show a coupling between current and curvature, which is perceived as a gyrovector and an additional dissipative tensor associated with this coupling. Using this model, we determine the dynamics of a skyrmion in a nanotube with Gaussian and variable mean curvature. The new terms included in the Thiele equation are responsible for an additional Hall effect in the skyrmion dynamics and for the generalization of the Walker limit condition.
Show more
Umklapp-Enhanced Interlayer Valley Drag in Moiré Bilayers
cond-mat.mes-hallVan der Waals materials may be combined to form moiré patterns that are effectively crystal lattices. These systems are unique in that their in-plane unit cell sizes may be orders of magnitude larger than interlayer separations, leading to unique behaviors emerging from interlayer interactions. In this work, we investigate interlayer valley drag in lattice-matched moiré bilayers, demonstrating a remarkable enhancement due to umklapp scattering. In contrast to drag phenomena in more conventional two-dimensional systems, interlayer valley drag appears at first order in the interlayer interaction, and remains non-vanishing in the low temperature limit even at this low order in the interlayer coupling. We propose an experimental geometry, feasible with current state-of-the-art fabrication techniques, to detect and characterize this effect in moiré bilayer systems.
Show more
Glass and jamming transitions in a random organization model
cond-mat.stat-mechWe study a two-dimensional, off-lattice particle model introduced to describe absorbing phase transitions in driven non-Brownian suspensions. We numerically explore the $(φ,ε)$ phase diagram, where $φ$ is the packing fraction and $ε$ controls the amplitude of particle jumps. We use a binary mixture to suppress crystallization, which allows us to disentangle the model's distinct phase transitions between amorphous states. At large $φ$, we find that the approach to the absorbing transition is preceded by a non-equilibrium glass transition to a non-diffusive amorphous state. This dynamic arrest makes the location of the critical absorbing transitions protocol-dependent. The $ε\to 0$ end-point of the transition line defines a jamming transition whose location is shown to vary continuously with the preparation protocol, and cannot serve as a unique definition of random close packing. Near jamming, we observe a complex landscape and marginal stability, reminiscent of Gardner phases found in thermal glasses. The critical exponents characterizing packings at the jamming transition numerically agree with alternative approaches based on energy minimization, and with analytic predictions from mean-field replica theory. We analyze hyperuniformity in fluid and glass phases, where it emerges with qualitatively distinct signatures, and show that random organization dynamics does not determine the hyperuniformity observed in jammed packings, which is found to be non-universal. Our results show that random organization models share deep physical similarities with thermal soft-particle systems undergoing glass and jamming transitions, with little impact of the non-equilibrium nature of the microscopic dynamics on emerging physical properties.
Show more
Effect of pulse duration on current-induced selective oxygen migration in high-Tc superconductors
cond-mat.supr-conHigh current densities can induce the directional diffusion of atoms in metallic films. In YBa$_2$Cu$_3$O$_{7-δ}$ (YBCO), this electromigration process selectively acts on oxygen atoms lying in the Cu-O chains, permitting to vary the oxygen concentration in a targeted spot of high current density. This approach has proven successful in mapping the phase diagram of the material as a function of carrier concentration or as a way to manufacture memristive devices owing to its reversibility under small bipolar excitations. Thus far, most of the investigations have been limited to pulsed excitation with current/voltage pulses on a millisecond or longer scale, for which thermal effects undeniably influence the process. In the present work, we explore the impact of pulse length $δt$ on the onset current of electromigration, $I_{\text{EM}}$, of YBCO bridges, covering the range from 200 ns to 1 ms. As $δt$ decreases below $\sim 10~μ$s, $I_{\text{EM}}$ exhibits a rapid increase. Analytical and numerical estimates of the local temperature show that as pulses shorten, the temperature decreases, making the electromigration process more athermal. These findings are relevant for the operation of memristors and should be taken into account when describing the effects of thermomagnetic instabilities in thin films.
Show more
Observation of two-component exciton condensates in an excitonic insulator
cond-mat.mes-hallMacroscopic quantum coherence emerges when bosons condense into a Bose-Einstein condensate (BEC). First observed as a single-component superfluid in helium, BECs later emerged in ultracold atomic gases at nanokelvin temperatures as weakly interacting quantum fluids, which can also host multicomponent spinor condensates with rich internal degrees of freedom. Excitons provide a promising solid-state platform for BECs that can combine strong interactions, electrical tunability, high transition temperatures, and multicomponent order. Yet, conclusive evidence for condensation has remained elusive. Here, we report evidence of two-component exciton BECs in MoSe2/hBN/WSe2 electron-hole bilayers by directly probing the spin susceptibility of constituent electrons and holes. This heterostructure hosts equilibrium exciton fluids with four spin-valley flavors. Using magneto-optical spectroscopy in a dilution refrigerator, we reveal three exciton condensate phases with distinct flavor polarizations. At zero magnetic field, the many-body ground state is a coherent superposition of two simultaneously condensed intravalley exciton flavors. Under a magnetic field, the intravalley exciton condensate first switches to a two-component intervalley exciton condensate via a first-order quantum phase transition at a weak critical field, and then turns into a fully-polarized single-component condensate at high fields. The two-component condensates persist up to ~1.8 K. Our results establish van der Waals electron-hole bilayers as a versatile platform for exploring strongly interacting, multicomponent exciton BECs.
Show more
Exact and limit results for the CTRW in presence of drift and position dependent noise intensity
cond-mat.stat-mechContinuous-time random walks (CTRWs) with drift and position-dependent jumps provide a highly general framework for describing a wide range of natural and engineered systems. We analyze the stochastic differential equation (SDE) associated with this class of models, in which the driving noise $ξ(t)$ consists of spike (shot) events, and we derive two exact analytical results. First, we obtain a closed-form expression for the $n$-time correlation functions of $ξ(t)$, expressed as a sum over all $2^{\,n-1}$ ordered partitions of the observation times (Proposition~2). Second, using the $G$-cumulant formalism, we derive an \emph{exact} non-local master equation (ME) for the probability density function of the CTRW variable $x(t)$, valid without invoking diffusive limits, fractional scaling assumptions, or closure hypotheses (Proposition~3). In interaction representation, this ME retains the same structural form as that of the standard CTRW without drift or position-dependent jumps. Our main result is the emergence of a \textbf{universal local master equation}: at long times, the exact non-local ME is universally and accurately approximated by a time-local ME whose only coefficient is the instantaneous renewal rate $R(t)$. This approximation reproduces the exact Poissonian ME when $R$ is constant, and numerical experiments confirm its remarkable accuracy even far beyond regimes where a naive time-scale separation would justify it.
Show more
Low-frequency noise as a probe of microscopic disorder in CVD-grown graphene
cond-mat.mes-hallWe report a detailed investigation of low-frequency resistance fluctuations (1/f noise) in chemical vapor deposition (CVD) grown graphene. Systematic measurements reveal that the magnitude of 1/f noise in CVD-grown graphene is significantly higher by several orders of magnitude than that typically observed in exfoliated single-crystal graphene. This enhancement is attributed to structural imperfections such as grain boundaries and defect states within the polycrystalline film. Detailed analysis of the temperature dependence of the noise demonstrates that the resistance fluctuations arise from thermally activated dynamics of localized defects. These results provide key insights into the microscopic mechanism of noise in scalable graphene films and highlight the role of defect engineering in optimizing graphene for large-scale electronic applications. Our findings establish low-frequency noise as a sensitive probe of microscopic disorder in CVD graphene, providing a practical pathway for assessing material quality in scalable electronic technologies.
Show more
Will it form a glass? Tackling glass formation using binary classification
cond-mat.mtrl-sciGlass formation is one of the most important and fundamental open problems in glass science. Predicting whether a liquid can be easily frozen into a glass appears simple but is far from it. In this communication, we address glass formation in inorganic nonmetallic liquids using binary classification to predict the probability that a given liquid will form a glass under typical laboratory conditions. Using a dataset of more than 50,000 examples, we trained random forest classifiers that achieved ROC-AUC values around 0.89 and PR-AUC close to 0.95 on the holdout dataset (i.e., unseen data). A rigorous model selection routine was employed, including hyperparameter tuning with cross-validation, and four different data treatment routes were evaluated. Using SHAP values, we extracted valuable insights from the trained models that both agree with established knowledge and extend it. For example, we identified that the bandgap energy of the constituent chemical elements is positively correlated with glass formation. When glass stability parameters and Jezica were added to the dataset, no performance improvement was observed, but model complexity decreased significantly. This result is particularly relevant for composition screening, especially in inverse design problems.
Show more
Extreme-Value Criticality and Gain Decomposition at the Integer Quantum Hall Transition
cond-mat.dis-nnExtreme-value fluctuations at quantum critical points remain poorly understood in the presence of strong correlations and openness. At the integer quantum Hall transition in the open Chalker--Coddington network, we show that the maximal wave-function amplitude separates into a global gain and an intrinsic extreme component, $|ψ|_{\max}=A\,|\tildeψ|_{\max}$. We introduce extreme-moment scaling for $|ψ|_{\max}$ and observe an approximately parabolic exponent function $τ_{\max}(q)$ over moderate $q$, while $\ln|ψ|_{\max}$ displays an almost Gaussian bulk over the studied sizes. The gain factor is close to log-normal and largely controls the raw extremes. Gain normalization reorganizes the statistics: $\tildeτ_{\max}(q)$ changes qualitatively and $|\tildeψ|_{\max}$ does not support a single-parameter generalized extreme-value collapse under standard centering/scaling in the accessible size window. Extreme observables thus provide a robust probe of correlated criticality in open quantum systems.
Show more
Anomalous and Topological Hall Effects in Antiferromagnetic EuSn2As2 Nanostructures
cond-mat.mes-hallWe investigate magnetotransport in exfoliated nanostructures of the candidate magnetic 3D topological insulator $\mathrm{EuSn_{2}As_{2}}$. Similar to macroscopic single crystals, the negative magnetoresistance observed below the Néel temperature ($T_N$ = 24 K) is related to the canted antiferromagnetic state (CAF) of an easy-plane antiferromagnet (AFM), with an increase of the saturation field when tilting the applied magnetic field away from the (ab) plane ($μ_{0} H^{c}_{s}$ = 4.9 T, $μ_{0} H^{ab}_{s}$ = 3.6 T). Higher-accuracy measurements in nanostructures up to 14 T further evidence a non-linear normal Hall response due to several electronic bands. Interestingly, the transverse resistance due to magnetism reveals an anomalous Hall effect in the CAF state, but also a topological Hall effect due to chiral spin textures, as found in AFM or helical magnets. The presence of real-space chiral spin texture, already reported in another magnetic topological insulator, $\mathrm{MnBi_{2}Te_{4}}$, could be a characteristic generally appearing in magnetic 3D topological insulators.
Show more
Thermodynamics of a biophotomimetic nonreciprocal quantum battery
quant-phWe propose a theoretical model of a fully functional nonreciprocal quantum battery inspired by the architecture of bacterial light-harvesting complexes. We assign functional roles to collective quantum optical subradiant and superradiant states and introduce a unimodal cavity to assist storage. The transition rates are obtained from an effective non-Hermitian Hamiltonian, tailored to the battery geometry which are fed into a master equation to unravel the time evolution. We investigate the complete thermodynamic performance including storage, leakage, ergotropy, work extraction, flux, and power. We observe optimization at different ring sizes, each peaking at its specific energetic function. Strong coupling between the ring and central system enhances the battery's ability to store energy but reduces the ability of power output. The ergotropy exceeds capacity and approaches it linearly with increasing system size, with an optimal small-size regime that disappears under strong coupling.
Show more
Spin-valley physics in anomalous thermoelectric responses of the spin-orbit coupled $α$-$T_3$ system with broken time-reversal symmetry
cond-mat.mes-hallWe extract spin-valley physics in the anomalous Hall and Nernst responses of the spin-orbit coupled $α$-$T_3$ system in the presence of a time-reversal symmetry breaking staggered magnetization. We show that the interplay between the SOI, magnetization, and a model parameter $α$ for the $α$-$T_3$ lattice enables efficient tuning of spin- and valley-dependent Hall and Nernst signals. The spin-valley physics of the Hall and Nernst responses in the absence and presence of the magnetization are well explained. The peak-dip features of the Nernst responses are also understood from the corresponding Hall responses through the Mott relation. We find that the magnetization introduces highly tunable spin and valley polarizations, which are calculated from the spin- and valley-resolved Nernst conductivities. It is shown that both the spin and valley polarizations can attain nearly complete polarization over extended regions of the parameter space. Overall, our results highlight the $α$-$T_3$ lattice as a promising platform for spin and valley caloritronic applications.
Show more
A Formal Physical Framework for the Origin of Life: Dissipation-Driven Selection of Evolving Replicators
cond-mat.stat-mechThe emergence of life from inanimate matter presents a thermodynamic challenge: the Second Law of Thermodynamics dictates a global trend towards disorder, yet life constitutes localized pockets of profound organization. This paper presents a formal physical framework for abiogenesis grounded in the statistical physics of non-equilibrium systems. We transition from the established connection between dissipation and process probability (e.g., Crooks Fluctuation Theorem) to a large-deviation framework for the likelihood of system histories. This formalism reveals a probabilistic bias towards histories with greater integrated dissipation. We then demonstrate how this bias leads to the selection of heredity. The core of our argument is a rigorous mathematical proposition showing that while simple autocatalysis leads to an exponential increase in dissipation, template-directed replication, via its capacity for mutation and adaptation (a process from which we derive an effective adaptation rate, alpha), unlocks a super-exponential growth pathway. This translates to a doubly-exponential amplification in the relative probability of its emergence over time, constituting an asymptotically dominant physical bias for its selection. This framework delineates a hierarchical transition from simple dissipative structures to information-bearing replicators, whose stability is contingent upon exceeding critical thresholds of fidelity, kinetic efficiency, and resource supply. We conclude by proposing a refined, quantitative, and falsifiable experiment, defining a precise mathematical signature for identifying the onset of evolutionary processes in synthetic chemical systems.
Show more
A mechanical bifurcation constrains the evolution of cell sheet folding in the family Volvocaceae
cond-mat.softThe processes of morphogenesis that give rise to the shapes of organs and organisms during development are often driven by mechanical instabilities. Can such mechanical bifurcations also drive or constrain the evolution of these processes in the first place? We discover an instance of these constraints in the green algae of the family Volvocaceae. During their development, their bowl-shaped embryonic cell sheet turns itself inside out. This inversion is driven by a simple wave of cell wedging in the genus Pleodorina (16-128 cells) and more complex programmes of cell shape changes in Volvox (~400-50000 cells). However, no species with intermediate cell numbers (256 cells) have been described. Here, we relate this gap to a mechanical bifurcation: Focusing on the inversion of Pleodorina californica (64 cells), we develop a continuum model, in which the cell shape changes driving inversion appear as changes of the intrinsic curvature of an elastic surface. A mechanical bifurcation in this model predicts that inversion is only possible in a subset of its parameter space. Strikingly, parameters estimated for P. californica fall into this possible subset, but those that we extrapolate to 256 or more cells using allometric observations and a model of cell cleavage in Volvocaceae do not. Our work thus suggests that the more complex inversion strategies of Volvox are an evolutionary necessity to obviate this bifurcation and indicates more broadly how mechanical bifurcations can drive the evolution of morphogenesis.
Show more
Cracking donuts and sorting lipids: geometry controls archaeal membrane stability and lipid organization
cond-mat.softCells are defined by lipid membranes that differ in their structure across the tree of life. While the membranes of most bacteria and eukaryotes consist of single-headed bilayer lipids, the membranes of archaea are composed of mixtures of single-headed bilayer lipids and double-headed bolalipids. Archaeal bolalipids can adopt straight or u-shaped conformations, enabling them - together with bilayer lipids - to control whether membranes form bilayer or monolayer structures. Yet, the physical principles governing archaeal membranes remain largely unexplored, especially how membrane structure couples to externally imposed curvature during membrane remodeling. Here, we perform coarse-grained molecular dynamics simulations of toroidal vesicles to systematically probe the effects of all relevant combinations of mean and Gaussian curvatures on shape stability and lipid organization. We find that soft bilayer membranes can sustain all curvatures induced, whereas rigid bolalipid monolayer membranes either transition to different vesicle shapes or rupture. Bilayer-mimicking u-shaped bolalipids and bilayer lipids are spatially accumulated in regions of high mean membrane curvature independent of Gaussian curvature. Our work identifies curvature-composition coupling as a physical signature of archaeal membrane remodeling.
Show more
Moiré Ferroelectricity-Driven Band Engineering in Twisted Square Bilayers
cond-mat.mes-hallWe develop the moiré band theory for M-valley twisted square homobilayers with layer groups $P$-$42m$ and $P$-$4m2$, and propose candidate material realizations. We show that moiré ferroelectricity-originating from sliding ferroelectricity in the untwisted bilayers-provides an independent control knob for miniband engineering in addition to interlayer tunneling. The competition between these two effects enables controlled switching between layer-resolved bilayer minibands and an effective single isolated miniband. Remarkably, these systems exhibit an emergent momentum-space nonsymmorphic symmetry in the absence of external magnetic fields. Large-scale \emph{ab initio} calculations identify Cu$_2$WS$_4$ and GeCl$_2$ as representative materials realizing the ferroelectricity- and tunneling-dominated regimes, respectively. Our results establish twisted square homobilayers as a promising platform for correlated band engineering beyond moiré hexagonal systems.
Show more
Lee-Yang Zeros and Pseudocritical Drift in J-Q Néel-VBS Transitions
cond-mat.str-elSquare-lattice J-Q models provide a sign-problem-free setting for probing the quantum phase transition between Néel antiferromagnet and columnar valence-bond solid. We analyze this transition through the scaling of Lee-Yang zeros, computed within stochastic series expansion quantum Monte Carlo by reweighting configurations sampled near criticality in the presence of complex source fields. Benchmark studies of the dimerized Heisenberg model and the checkerboard J-Q model validate the method, yielding stable O(3) critical scaling in the former and clear spacetime-volume scaling in the latter, as expected for a first-order transition. Applying the same analysis to the J-Q models, we find a pronounced and systematic drift of the leading-zero scaling with increasing system size, consistent with an extended pseudocritical regime. The Lee-Yang scaling implies an effective scaling dimension of the SO(5) order-parameter field that decreases with size and is consistent with vanishing in the thermodynamic limit. Such behavior lies below the scalar unitarity bound of any unitary relativistic conformal field theory in 2+1 dimensions and enforces inverse spacetime-volume scaling of the zeros, the hallmark of a first-order transition. These results support a weakly first-order interpretation of the Néel-VBS transition and establish finite-size Lee-Yang zeros as a sensitive, symmetry-resolved diagnostic of pseudocriticality and transition order in the J-Q family.
Show more
The Chandrasekhar's Conditions as Equilibrium and Stability of Stars in a Universal Three-Parameter Non-Maxwell Distribution
astro-ph.SRThe idea of the Chandrasekhar's conditions as equilibrium and stability of stars is revisited with a new universal three-parameter non-Maxwell distribution. We derive the maximum radiation pressures in the non-Maxwell distribution for a gas star and a centrally-condensed star, respectively, and thus we generalize the Chandrasekhar's conditions in a Maxwellian sense. By numerical analyses, we find that the non-Maxwellian distribution usually reduces the maximum radiation pressures in both a gas star and a central condensed star as compared with that cases if the gas is assumed to be a Maxwellian distribution.
Show more
Diverse communities promote the coexistence of closely-related strains through emergent equalization and stabilization
q-bio.PEMicrobial communities harbor extensive fine-scale diversity: closely-related strains of the same species coexist alongside many distantly-related taxa. Yet strain coexistence remains poorly understood, largely because most studies neglect the diverse communities in which strains are embedded. Here we combine community ecology and statistical physics to study the dynamics of closely-related strains in a community context. We demonstrate that in a diverse community, indirect interactions between strains -- mediated through the surrounding community members -- can be as strong as direct ones. These community-mediated feedbacks cause conspecific strains to behave as if they have correlated growth rates and reduced competition. Using modern coexistence theory, we show that these effects correspond to equalizing and stabilizing mechanisms which together promote strain coexistence. The same equalizing and stabilizing mechanisms also qualitatively transform strain abundance correlations: strains that compete strongly and show negative correlations in isolation instead show positive correlations in a community, appearing mutualistic despite being competitors. Our results demonstrate that strain dynamics are emergent consequences of the surrounding community, and that capturing community feedbacks does not require the full interaction network; only a small number of emergent parameters.
Show more
Polarization Plasticity of Ferroelectric Nematics: a case of Electrostatic Frustration in Simple Planar Electrode Cells
cond-mat.softBecause of their spontaneous bulk polarization, ferroelectric nematic liquid crystals can be easily brought by surface coupling or confinement in a state in which the accumulation of bound charges becomes incompatible with polar order, creating frustration. This condition also occurs in the simplest cells with parallel uncoated metal electrodes where we find that the polarization charge accumulating on the electrodes is proportional to the applied voltage for $ΔV< V_{sat}$, a threshold value independent of cell thickness. We show that below $V_{sat}$, frustration drives the system into a regime of polarization plasticity, in which nematic ordering is preserved and the nematic director remains perpendicular to the electrodes, while instead the polarization is reduced to cancel the internal electric field. In this regime, the kinetics of bound charge reversal becomes independent from $ΔV$. The observations are consistent with a model in which the system splits into antipolar tubular domains of mesoscale diameter extending from electrode to electrode, in which the polarization retains its unconstrained equilibrium value, separated by pure polarization-reversal walls.
Show more
The Zak phase in topologically insulating chains: invariants and quaternionic constraints
math-phIn this work we investigate the topological content of the Zak phase in one-dimensional translation-invariant topological insulators endowed with time-reversal, particle-hole and/or chiral symmetries, extending results from \cite{Monaco_2023}. We analyze the extent to which the Zak phase captures the topology of all Altland--Zirnbauer--Cartan (AZC) symmetry classes in $1$D. Building on the framework of fibered Hamiltonians and spectral projections, we construct symmetric Bloch bases adapted to the discrete symmetries of the system and define a $\mathbb{Z}_2$-valued topological invariant $\mathrm{I}^{(\mathrm{AZC-class})}(H)$ obtained from the abelian Zak phase. Moreover, we demonstrate that in symmetry classes admitting a quaternionic structure, i.e. anti-unitary symmetries squaring to minus the identity, the Zak phase is further constrained, leading to the vanishing of the $\mathbb{Z}_2$ invariant mentioned above. This highlights the sensitivity of the Zak phase to additional geometric structures of the manifold of occupied energy states. As an application, we discuss the case of generalized Kitaev chains with arbitrary finite-range hopping and single or multiple chiral channels.
Show more
Cage Breaking Far from Equilibrium
cond-mat.softActive matter can flow and yield under conditions where passive matter jams and slows down, as self-propulsion significantly modulates particle escape from local cages. How activity microscopically reshapes the caging environment to produce this effect, however, remains poorly understood. Here we study a minimal active-matter model of cage breaking: three distinguishable self-propelling disks under circular confinement. This simple setting allows us to construct an entropic landscape for rearrangements and to compare it exactly with its equilibrium counterpart. At low activity the landscape is effectively bistable, whereas at high activity it develops additional metastable basins associated with frustrated clusters at the boundary. We quantify the system's departure from equilibrium and show that cage breaking is fastest when the persistence length matches the particle radius, linking a geometric microscopic scale to the enhanced dynamics of active glasses. Extending the landscape to two dimensions reveals circulating probability currents, and a Markov-state description shows that detailed balance is broken both in the continuous landscape dynamics and in the coarse-grained transitions between entropic basins. Our results provide a minimal microscopic framework for understanding how activity reshapes caging, relaxation, and irreversibility in dense nonequilibrium matter.
Show more
Non-Thermal Aging of Supercooled Liquids in Optical Cavities
cond-mat.stat-mechAging is a hallmark of disordered materials such as glasses, plastics, and pharmaceuticals, where it often limits long-term stability and performance. In practice, aging is controlled through global parameters like temperature or pressure, which act uniformly on the entire system. Here we introduce a fundamentally different approach, using light confined in optical cavities as a precise and selective tool to guide aging dynamics. We show that a supercooled liquid coupled to an optical cavity undergoes non-thermal aging, where aging is induced by light without a thermal quench. Light selectively pumps fast vibrational modes while the bath temperature remains unchanged, reshaping the slow structural dynamics of the liquid. The cavity-coupled liquid thereby behaves as if it were structurally colder than its surroundings. Exploiting this effective structural cooling together with the timescale separation, we introduce cavity configurational feedback ($\mathrm{C^2F}$) cooling, which uses cavity coupling to reach progressively lower structural temperatures. Our results establish a connection between glass physics and strong light-matter interactions and open a new route toward optical control of aging, glass formation, and nonequilibrium materials dynamics.
Show more
A Unified Variational Principle for Branching Transport Networks: Wave Impedance, Viscous Flow, and Tissue Metabolism
physics.bio-phThe branching geometry of biological transport networks is characterized by a diameter scaling exponent $α$. Two structural attractors compete: impedance matching ($α\sim 2$) for pulsatile flow and viscous-metabolic minimization ($α= 3$) for steady flow. Neither predicts the empirically observed $α_{\mathrm{exp}} = 2.70 \pm 0.20$ in mammalian arterial trees. Incorporating sub-linear vessel-wall scaling $h(r) \propto r^p$ ($p = 0.77$) into a three-term metabolic cost rigorously breaks Murray's cubic law -- via Cauchy's functional equation -- bounding the static optimum to $α_t \in [2.90, 2.94]$. We formulate a unified network-level Lagrangian balancing wave-reflection penalties against transport-metabolic costs. Because the operational duty cycle $η$ is uncertain over developmental timescales, we cast the optimization as a zero-sum game between network architecture and environment. Von Neumann's minimax theorem -- proved constructively via strict monotonicity of the cost curves -- yields a unique saddle point $(α^*, η^*)$ satisfying an exact equal-cost condition. We further prove $N = 2$ uniquely maximizes the network stiffness ratio $κ_{\mathrm{eff}}(N)$, deriving binary branching as a structural consequence of the framework. For the porcine coronary tree ($G = 11$ generations), $α^* = 2.72$, within $0.1σ$ of morphometric data. Sensitivity analysis confirms $|Δα^*| < 0.01$ across physiological metabolic ranges; the prediction depends critically only on the histological exponent $p$ -- a zero-parameter derivation from fundamental scaling principles.
Show more
Survival probability of random networks
cond-mat.stat-mechIn this work we study in detail all phases of the time evolution of a delta-like excitation in Erdös-Renyi (ER) random networks by means of the survival probability (SP): The initial decay of the SP (both, the fast decay followed by the power-law decay), the correlation hole regime (the regime between the minimum value of the SP and its saturation value), and the saturation of the SP. Specifically, we found that (i) the power-law decay of the SP and the time-averaged SP are proportional to $t^{-D_{2}}$ and $t^{-\widetilde{D}_{2}}$, respectively (where $D_2$ and $\widetilde{D}_2$ are the correlation dimension of the eigenstates of the randomly weighted adjacency matrices of the ER random networks and the correlation dimension associated with the initial state, respectively) and (ii) the relative depth of the correlation hole of the SP scales with the average degree $\langle k\rangle\approx np$ (here, $n$ and $p$ are the size and the connection probability of the ER random networks). In addition, we show that the eigenstates of the randomly weighted adjacency matrices of ER networks display clear multifractal properties.
Show more
Optimality and annealing path planning of dynamical analog solvers
cond-mat.dis-nnRecently proposed analog solvers based on dynamical systems, such as Ising machines, are promising platforms for large-scale combinatorial optimization. Yet, given the heuristic nature of the field, there is very limited insight on optimality guarantees of the solvers, as well as how parameter schedules shape dynamics and outcomes. Here, we develop a dynamical mean-field framework to analyze Ising-machine dynamics for finding the ground state energy of the Sherrington-Kirkpatrick(SK) model of spin glasses and identify mechanisms that enable rapid convergence to provenly near-optimal energies. For a fixed target energy density Ec, we show that solutions are typically reached within O(1) matrix vector multiplications, indicating constant time complexity. We further delineate theoretical limitations arising from different parameter-scheduling trajectories and demonstrate a pronounced benefit of temperature-only annealing for the Coherent Ising Machine. Building on these insights, we propose a general framework for designing optimized parameter schedules, thereby improving the practical effectiveness of Ising machines for complex optimization tasks. The superior performance of the dynamical solvers is illustrated by the attainment of the ground state energy of the SK model.
Show more
Clustering without geometry in sparse networks with independent edges
math.PRThe coexistence of sparsity and clustering (non-vanishing average fraction of triangles per node) is one of the few structural features that, irrespective of finer details, are ubiquitously observed across large real-world networks. This fact calls for generic models producing sparse clustered graphs. Earlier results suggested that sparse random graphs with independent edges fail to reproduce clustering, unless edge probabilities are assumed to depend on underlying metric distances that, thanks to the triangle inequality, naturally favour triadic closure. This observation has opened a debate on whether clustering implies (latent) geometry in real-world networks. Alternatively, recent models of higher-order networks can replicate clustering by abandoning edge independence. In this paper, we mathematically prove, and numerically confirm, that a sparse random graph with independent edges, recently identified in the context of network renormalization as an invariant model under node aggregation, produces finite clustering without any geometric or higher-order constraint. The underlying mechanism is an infinite-mean node fitness, which also implies a power-law degree distribution. Further, as a novel phenomenon that we characterize rigorously, we observe the breakdown of self-averaging of various network properties. Therefore, as an alternative to geometry or higher-order dependencies, node aggregation invariance emerges as a basic route to realistic network properties.
Show more
Boundary-Mediated Phases of Self-Propelled Kuramoto Particles
cond-mat.softActive agents can transfer energy to their environment through collective motion, generating accumulation patterns near confining obstacles. Here we investigate how the nature of the microscopic drive-self-propulsion or velocity alignment-selects distinct accumulation patterns, leading to either delocalized or compact clustered states. We first characterize the dynamical regimes emerging from the interplay of these two driving mechanisms under perfectly reflective or smooth boundary conditions. We then introduce boundary friction and observe a drastic change in the accumulation patterns, with new dynamical phases that are absent in the previous case. By connecting emergent macroscopic structures to their underlying microscopic interactions, this work provides a practical route to infer the dominant interaction ruling boundary-mediated collective behavior, with applications ranging from single-cell migration to bio-inspired robotics.
Show more
NLIN (15 papers)
Impact of phase modulation on the dynamics of temporal localized structures in injected Kerr microcavities
nlin.PSWe theoretically investigate how phase modulation alters the dynamics of temporal localized structures (TLSs) in vertically emitting Kerr micro-cavities under detuned optical injection operating in the normal dispersion regime. We show that the emergence of TLSs in general is governed by a synchronization between the imposed modulation and the intrinsic pulse dynamics. We perform a multi-parameter bifurcation analysis of the underlying delay-algebraic equation model in the uniform field limit and demonstrate that weakly nonlinear and dissipative Hermite-Gauss modes shape the dynamics of dark TLSs, leading to a complex hybrid bifurcation structure. Beyond the uniform field limit, both bright and dark modulated TLSs are shown to exist and to occupy distinct equilibrium positions within the cavity. An effective equation of motion for the TLS positions is derived, showing a good agreement with the full model.
Show more
A Variational Pseudo-Observation Guided Nudged Particle Filter
eess.SYNonlinear filtering with standard PF methods requires mitigative techniques to quell weight degeneracy, such as resampling. This is especially true in high-dimensional systems with sparse observations. Unfortunately, such techniques are also fragile when applied to systems with exceedingly rare events. Nonlinear systems with these properties can be assimilated effectively with a control-based PF method known as the nPF, but this method has a high computational cost burden. In this work, we aim to retain this strength of the nudged method while reducing the computational cost by introducing a variational method into the algorithm that acts as a continuous pseudo-observation path. By maintaining a PF representation, the resulting algorithm continues to capture an approximation of the filtering distribution, while reducing computational runtime and improving robustness to the "rare" event of switching phases. Preliminary testing of the new approach is demonstrated on a stochastic variant of the nonlinear and chaotic L63 model, which is used as a surrogate for mimicking "rare" events. The new approach helps to overcome difficulties in applying the nPF for realistic problems and performs favorably with respect to a standard PF with a higher number of particles.
Show more
An Extended Modified Kadomtsov-Petviashvili Equation: Ermakov-Painlevé II Symmetry Reduction with Moving Boundary Application
nlin.SIHere, a novel 2+1-dimensional nonlinear evolution equation with temporal modulation is introduced which admits integrable Ermakov-Painlevé II symmetry reduction. Application is made to obtain exact solution to a class of Stefan-type moving boundary problems for this 2+1-dimensional nonlinear evolution equation. Involutory transformations with origin in autonomisation of certain Ermakov-type coupled systems are extended to 2+1-dimensions and applied to derive a wide 2+1-dimensional class with temporal modulation and which inherits the property of admittance of such hybrid Ermakov-Painlevé II symmetry reduction applicable to certain moving boundary problems.
Show more
Quantized transport of solitons in Bose-Einstein condensates driven by spin-orbit coupling
cond-mat.quant-gasWe demonstrate that linear and nonlinear Thouless pumping can be realized in two-component elongated Bose-Einstein condensates using helicoidal spin-orbit coupling that slides with respect to a static optical lattice, identical for both spinor components. Stable quantized transport is found for solitons in semi-infinite and finite gaps, within certain intervals of chemical potentials and numbers of atoms. In the semi-infinite gap, the transport is arrested for solitons with sufficiently large number of atoms. We elucidate the important role of Zeeman splitting in the control of quantized transport, which disappears when the longitudinal component of the Zeeman field is removed.
Show more
Bridging Classical Sensitivity and Quantum Scrambling: A Tutorial on Out-of-Time-Ordered Correlators
quant-phIn classical dynamical systems, chaotic behavior is often associated with exponential sensitivity to initial conditions together with global phase-space structure. Translating this geometric concept to the strictly linear framework of quantum mechanics presents a conceptual puzzle. The out-of-time-ordered correlator (OTOC) is often motivated as the quantum analogue of the classical butterfly effect, but this slogan can hide important mathematical distinctions. This tutorial bridges the gap between applied mathematics and quantum information by detailing the mathematical machinery of the OTOC. We explore how classical sensitivity translates to operator non-commutativity, why standard two-point correlation functions fail to cleanly detect this sensitivity, and how the delocalization of quantum observables relates to classical notions of mixing. Crucially, we outline what the OTOC can and cannot diagnose, distinguishing between local instability and global chaos. Ultimately, we provide a precise and usable conceptual map, exploring how the Koopman-von Neumann formalism offers a framework to view classical and quantum dynamics through a shared linear perspective.
Show more
BC Toda chain II: symmetries. Dual picture
math-phIn the previous paper we derived Gauss-Givental integral representation for the wave functions of quantum BC Toda chain and also introduced Baxter operators for this model. In the present paper we prove commutativity of Baxter operators, as well as show that the constructed wave functions are symmetric with respect to signed permutations of spectral parameters and diagonalize Baxter operators. Furthermore, we derive Mellin-Barnes integral representation for the wave functions. With its help we show that wave functions satisfy dual system of difference equations with respect to spectral parameters and coincide with hyperoctahedral Whittaker functions. Finally, we give heuristic proofs of orthogonality and completeness of the wave functions.
Show more
BC Toda chain I: reflection operator and eigenfunctions
math-phWe obtain Gauss-Givental integral representation for the eigenfunctions of quantum Toda chain with boundary interaction of BC type. For this we introduce reflection operator satisfying reflection equation with DST chain Lax matrices. Besides, we define Baxter operators for BC Toda chain, prove their commutativity with Hamiltonians and derive the corresponding Baxter equation.
Show more
Effect of machine arithmetic errors for multi-turn invariant curve destruction
nlin.CDUsing the example of three-dimensional Mira map, it is shown that the destruction of a multi-turn invariant curve can occur through the appearance of local multiple bends. It was found that, depending on the precision of machine arithmetic, a complication of the multi-turn invariant curve can be observed, which is a numerical artifact. Artifact can be avoided with increasing of machine arithmetic accuracy.
Show more
Gradual emergence of temporal structures depending on the distance between neighboring callers in natural habitat of male treefrogs
nlin.AOAcoustic animals (e.g., insects and frogs) aggregate and produce sounds for mating. Well-organized chorus structures like call alternation and call synchrony indicate the importance of the precise control of call timing by individual males. However, the stable monitoring of multiple acoustic features in natural environments, especially the variation in call frequency, call timing and caller position, lacked in previous studies because of technical difficulties originating from the intense background noise, the existence of multiple sound sources and the wide area for monitoring. Here we have examined the spatio-temporal frequency structure in the choruses of wild treefrogs. First, we have performed field recordings by combining the sound-imaging system (25-66 units of sound-imaging devices) and microphone-array system (16-24ch of microphones) between 2021 and 2023. Second, we have analyzed the video and audio data and quantified the call frequency, call timing and caller position of each male, for 11 choruses with 66 males in total. Based on this large datasets, we have shown that synchronized behavior (call alternation) gradually emerges between neighboring callers depending on their distances even when the call frequency and chorus density moderately vary.
Show more
Transition path theory insights into hurricane rapid intensification
physics.ao-phWe explore hurricane and ocean reanalysis data to understand how rapid intensification (RI) of tropical cyclones is impacted by the upper ocean density structure, with an emphasis on barrier layer (BL) thickness and thermocline depth in the eastern Caribbean Sea and adjacent western tropical North Atlantic. This analysis leverages transition path theory (TPT), supported by basic statistical methods. In TPT, Markov chains are constructed by discretizing data series related to weather system intensity, changes in intensity, translational speed, and BL thickness and thermocline depth. These series are viewed as trajectories in abstract state spaces, following a memoryless stochastic process. RI imminence is rigorously framed using a newly derived TPT statistic, which gives the time distribution to first reach a target -- the RI state -- from a source -- for instance, the state determined by a certain BL range and system intensity -- conditional on connecting paths exhibiting minimal detours. Increased RI frequency is observed in the eastern Caribbean and nearby Atlantic, influenced by river runoff, primarily in tropical storms and category 2 hurricanes. RI frequently correlates with a well-developed BL; however, increased translational speed is necessary for RI. TPT shows a stronger connection between RI and thermocline depth than BL presence, with RI likelihood rising for hurricanes with a thin BL, especially category 1. Across all strength categories, a deep thermocline consistently elevates RI probability, a factor missed by basic statistical analysis. Furthermore, translational speed is crucial, with faster, stronger hurricanes more susceptible to RI, while slower systems are less so.
Show more
Mathematical and Computational Modeling of Amoeboid Cell Crawling
physics.bio-phAmoeboid motion is a dynamic mode of cell motility essential for processes such as the immune response and wound healing. This review examines recent developments in the mathematical and computational modeling of amoeboid crawling, focusing on the interplay between intracellular biochemical signaling and the physical mechanics of the cell membrane. We discuss the core components of cell motility and the integration of chemical and mechanical guidance cues suchg as chemotaxis and curvotaxis. We evaluate a range of modeling frameworks, from simple stochastic descriptions of center of mass motion to more complicated phase-field, finite-element methods and Potts models that capture complex cell shape deformations. Finally, we highlight emerging challenges, such as modeling interactions with complex topographies and large-scale multicellular coordination, as important steps toward a better understanding of cell locomotion.
Show more
On uniform large genus asymptotics of Witten's intersection numbers
math-phFollowing ideas from [14], we give a uniform large genus asymptotics for primitive psi-class intersection numbers on the moduli space of stable algebraic curves, and extend this result including insertions of zeros in a certain uniform way. Application to a particular formal solution of the Painlevé I equation is given. We also use a method from [14] to give a new proof of the polynomiality conjecture on large genus asymptotic expansions of psi-class intersection numbers.
Show more
Localized spatiotemporal reaction-diffusion patterns on a line and a disk arising from a subcritical finite wavenumber Hopf instability
nlin.PSSpatiotemporal localized and extended structures associated with a subcritical finite wavenumber Hopf bifurcation are studied in the Purwins model (a three-variable FitzHugh-Nagumo version). Steady and time-dependent numerical continuation procedures are used to investigate snaking behavior of localized standing and traveling waves on the real line, and the results are corroborated using weakly nonlinear theory. The results shed light on the origin of so-called jumping oscillons and the organization of a nontypical homoclinic snaking structure of traveling pulses. The computations are extended to moderate size disks and used to identify wall-attached spots that travel along the disk boundary as well as wall-attached spots that oscillate in place and wall-attached jumping oscillons. The one-dimensional results are shown to be useful in interpreting the two-dimensional results. Domain-filling and mixed structures are also studied, demonstrating the variety of extended and localized states that emerge in two-space dimensions, ranging from periodic to disordered. The latter are potentially important for observations of waves in far-from-equilibrium media, such as those often observed in cell biology.
Show more
Propagation of Gaussian beam in strongly nonlocal nonlinear media with inhomogeneous diffraction
nlin.PSSolitons in a strongly nonlocal nonlinear medium have attracted considerable attention in recent years due to their unique and distinctive characteristics from those observed in the local nonlinear medium. In this work, we investigate the propagation of a Gaussian beam in strongly nonlocal nonlinear media with spatially varying diffraction. Using analytical and numerical approaches, we examine the propagation dynamics and stability characteristics of the nonlocal soliton. For representative cases of diffraction profiles, our results show that diffraction tailoring strongly influences key beam properties, including amplitude, beam width, phase-front curvature, and phase-space evolution. All diffraction modulation supports the formation of diffraction-managed breather solitons, with excellent agreement between theory and simulations. Furthermore, the modulation instability (MI) studies systematically explored the stability characteristics under various diffraction landscapes. The obtained results demonstrate that by engineering diffraction in such nonlocal media, one can effectively control beam dynamics, thereby opening new possibilities for applications in nonlinear light control, beam shaping, and all-optical system design.
Show more
Tipping resonance in a chaotically forced ice age model
nlin.CDMany physical systems are forced by external inputs, which can sometimes take the form of chaotic variation. A particular example is found in applications related to weather and climate, where chaotic variation is prevalent across various timescales. If the system in question has multiple attracting solutions for a given range of forcing, rate-induced tipping can be triggered by the chaotic forcing, with the difference in timescales between the forcing and the system acting as a `rate' parameter. In this paper, we explore the interplay between these two timescales in a low-order model of ice age dynamics. The model exhibits bistability between two equilibria in one region of the parameter space and between an equilibrium and a periodic orbit in another region. When chaotic variation of the parameters is allowed within these bistable regions, the solutions of the forced system undergo rate-induced tipping from one attractor to another. Simulations of the forced system show that the timescale of the chaotic forcing induces a resonance-like behaviour, with an optimal timescale at which the likelihood of rate-induced tipping is at its maximum. We combine basin instability theory, finite-time Lyapunov exponents, and linear resonance analysis under periodic forcing to explain this resonance effect.
Show more
PHYSICS (53 papers)
Sub-cell Wave Reconstruction from Differentiated Riemann Variables
physics.comp-phWe introduce a postprocessing procedure that recovers sub-cell wave geometry from a standard one-dimensional Euler shock-capturing computation using differentiated Riemann variables (DRVs) -- characteristic derivatives that separate the three wave families into distinct localized spikes. Filtered DRV surrogates detect the waves, plateau sampling extracts the local states, and a pressure-wave-function Newton closure completes the geometry. The entire pipeline adds less than $0.25\%$ to the cost of a baseline WENO--5/HLLC solve. For Sod, a severe-expansion problem, and the LeBlanc shock tube, wave locations are recovered to within roundoff or $O(10^{-4})$ and the contact is sharpened to one cell width; a pattern-agnostic extension handles all four Riemann configurations with errors at the $10^{-6}$--$10^{-8}$ level. Direct comparison with MUSCL--THINC--BVD and WENO-Z--THINC--BVD shows that neither reproduces the combination of sharp contacts, small contact-window internal-energy error, and elimination of the LeBlanc positive overshoot achieved by the DRV reconstruction.
Show more
Correlations of the phase gradients of the light wave propagating in a turbulent medium in the regime of strong scintillations
physics.opticsWe investigate analytically and numerically correlation functions of the phase of light waves that propagate through turbulent media. We examine the case of strong scintillations that occur at large values of the Rytov dispersion, $σ^2_R$. Then, it is possible to relate the pair correlation function of phase gradients to the known pair correlation function of the envelope dependent on the distance $r$ assuming Gaussianity of the envelope of the beam. Our direct numerical simulations show that the profile of the pair correlation function for phase gradients gradually approaches the theoretical expression as the value of $σ_R^2$ increases, if $r<r_0$ where $r_0$ is the Fried length. For larger $r$ the behavior of the computed correlation function is quite different because of destroying the Gaussianity.
Show more
Efficient generation of entangled photons in the telecommunications range using nonlinear metasurfaces integrated with ScAlN/GaN heterostructures
physics.opticsEntangled photons provide non-classical correlations that enable measurement sensitivities beyond classical limits, scalable fault-tolerant quantum computation, and fundamentally secure quantum communication, making them a foundational necessity for next-generation quantum technologies. Here we propose and analyze a novel source of entangled photons based on ScAlN/GaN quantum wells integrated with dielectric metasurfaces. Giant second-order intersubband nonlinearity of the GaN quantum wells with strain-compensated delta-doped ScAlN barriers caused by strong built-in electric fields combined with superior mode-coupling performance of metasurfaces optimized by inverse design give rise to efficient parametric down-conversion and generation of entangled photons in the telecom range. We develop a rigorous Heisenberg-Langevin formalism which includes field quantization, dissipation and fluctuations for all fields, parametric amplification of thermal noise and zero-point fluctuations, and other relevant effects. Our proposed approach of employing the emergent photonic material ScAlN promises high biphoton generation rate over $10^{10}$ s$^{-1}$ from a compact integrated structure that is only 0.5 $μ$m thick while mitigating strain-related issues that have so far impeded progress of nitride-based heterostructures for quantum photonic applications into the infrared and visible wavelengths. Our result therefore is relevant for numerous applications ranging from quantum sensing, quantum information, and computing.
Show more
Assessment of Latent Pedestrian--Vehicle Interaction Risk Profiles at Midblock Crossing in VR
physics.soc-phPedestrian safety at midblock crossings is a critical concern in mixed traffic environments where autonomous vehicles (AVs) and human-driven vehicles (HDVs) share the road. Pedestrians often infer intent from vehicle motion in AV encounters, making them vulnerable to small shifts in conflict margins. This study investigates whether virtual reality (VR) crossing sessions separate into distinct interaction risk profiles and whether AV-only sessions shift profile prevalence compared to HDV-only sessions. Using large-scale immersive VR experiments from Toronto, Canada, and Newcastle, England, we compute surrogate safety measures (SSMs) and apply latent profile analysis (LPA) to identify distinct pedestrian crossing stances, ranging from risk-accepting to highly cautious. Key findings show that Newcastle exhibits a higher prevalence of high-urgency risk profiles in AV-only sessions, indicating that AVs contribute to higher-risk encounters. In contrast, Toronto shows no significant difference between AV-only and HDV-only sessions, suggesting that contextual factors influence the impact of AVs on pedestrian safety.
Show more
Designing a low-loss high reflectivity mirror for gravitational waves detectors by combining a dielectric metasurface and multilayer stack
physics.opticsFuture generations of gravitational wave detectors require increased sensitivity, for which the availability of large mirrors with high reflectivity and low mechanical loss is essential. Current amorphous multilayer mirror designs present constraining limitations in terms of thermal noise. These mirrors require a large number of thin film layers to achieve near-perfect reflectivity. However, the thermal noise generated by this type of stack increases with the number of layers used. Reducing thermal noise is therefore very challenging and highlights the need for new technical solutions that can address this specific issue. Here, we provide insights into the expected performance of mirrors that combine a resonant metasurface with a multilayer stack. The suggested mirror design ensures the high reflectivity required for interferometric gravitational wave detectors, while using fewer layers of properly selected materials. It allows to reduce the total thickness of the material with the poorest thermal-noise performance, namely TiO2:Ta2O5, by a factor of more than 3, making it a promising option for potentially reducing thermal noise as well.
Show more
Experimental Limit on Neutron Orbital Angular Momentum Detection Using Polarized 3He
physics.app-phA recent proposal suggested that neutron orbital angular momentum (OAM) states could be detected via spin-polarized absorption in polarized 3He, with predicted cross-section variations linked to the neutron's OAM. We experimentally tested this hypothesis using spin-polarized neutron beams with OAM =-2 to 2, generated by fork-dislocation phase-gratings, and transmitted through a polarized 3He cell. Within statistical precision, no OAM-dependent change in the absorption cross section was observed. This null result places stringent constraints on polarized 3He-based OAM detection schemes. The absence of an effect in the given regime is traced to the proposal's disregard of the spatial character of neutron OAM: unlike spin, OAM arises from the transverse phase structure of the wavefunction and couples only through spatial gradients and overlap. The transverse extent of neutron OAM modes expands rapidly, producing a doughnut-shaped intensity profile with negligible overlap with on-axis 3He nuclei, while off-axis capture samples only a locally uniform phase and reduces the interaction to the known spin dependence. These results clarify the limits of absorptive nuclear methods for probing neutron OAM and emphasize the necessity of spatially resolved interactions in any viable detection scheme.
Show more
Lasing from a Quantum-Dot-Like Buried Heterostructure in an InP Nanobeam Cavity
physics.opticsWe report lasing from a lithographically defined buried heterostructure with an estimated lateral footprint of (107 nm)^2, embedded in an InP photonic-crystal nanobeam cavity. This represents the smallest laterally confined buried heterostructure gain region from which lasing has been observed. Despite etching of the active region during cavity definition and the associated risk of surface-related nonradiative recombination, optically pumped devices exhibit a clear lasing threshold and a narrow linewidth. By systematically varying the BH size, we investigate how the lasing threshold depends on the active volume under optical pumping. The estimated intrinsic threshold under ideal carrier injection is 57 nW, comparable to values reported for single quantum-dot nanolasers, highlighting the potential of quantum-dot-scale buried heterostructures as deterministic, scalable gain media for nanophotonic lasers.
Show more
Gridless Quasistatic Model for Efficient Simulation of Plasma-based Accelerators
physics.plasm-phThe accurate modeling of plasma-based accelerators relies on costly numerical simulations due to the complexity of laser-plasma and beam-plasma interactions. Several strategies can highly reduce the computational cost compared to 3D first-principles particle-in-cell simulations, such as exploiting the near axial symmetry and quasistatic nature of plasma wakefields in many practical cases. Here, we propose a quasistatic algorithm that enables the modeling of axially symmetric plasma wakes without the need of a numerical grid. The gridless approach allows extremely fine features to be resolved without a dramatic increase in computational cost. This is critical, e.g., for the design of future plasma-based colliders with nanometer emittance beams. The proposed model has been implemented in the Wake-T code, where it is coupled to a laser envelope solver and a particle beam pusher to enable the efficient simulation of laser- and beam-driven plasma accelerators.
Show more
Efficient methods for wave propagation in electron microscopy
physics.opticsAccurate wave-optical simulation in electron microscopy is severely constrained by the extreme sampling requirements imposed by short wavelengths and relatively large convergence angles. Conventional implementations of the angular spectrum method (ASM) rapidly become computationally intractable, often exceeding realistic memory and time limits. We present two numerical approaches -- the scaling angular spectrum method (SASM) and the no-lensing angular spectrum method (NLASM) -- that systematically reduce the sampling requirements while retaining the essential physics of wave propagation. SASM replaces the original optical system with a scaled equivalent in which lens-induced beam convergence or divergence is reduced, lowering memory usage and computational cost by approximately the square of the scaling factor. NLASM suppresses lensing effects altogether, enabling highly efficient propagation away from focal planes. Benchmarking against the Bluestein (chirp-z) transform reveals that the three methods are complementary and together enable wave-optical simulations of complex electron-optical systems previously considered infeasible. These results establish practical pathways toward routine wave-based modeling in electron microscope design.
Show more
Nanostructuring SiC by sequential plasma oxidation and reactive ion etching
physics.app-phSilicon carbide (SiC) is a highly promising material for the rapidly growing UV detection industry due to its visible-blindness, low dark current, and exceptional thermal and chemical stability. Despite these advantages, the performance of state-of-the-art SiC UV detectors remains limited due to high reflectance losses, even with the use of anti-reflection coatings. Here, we develop a reactive ion etching process for nanostructuring SiC to eliminate the reflectance losses. The process is based on consecutive oxidation and etching cycles. Consequently, a reflectance below 0.5% is achieved from deep UV (200 nm) to close to the SiC cut-off (~360 nm). The nanostructures are effective even at large incident angles as the reflectance remains practically unchanged up to 60 degrees. Furthermore, it is confirmed that the process consumes only ~1 um of SiC and is compatible with Al2O3 masking, thereby facilitating straightforward integration into device fabrication. The developed cyclical etching process could also prove useful for SiC etching in general.
Show more
Scattering Symmetries in Diffraction Gratings
physics.opticsMetasurfaces enable powerful control of electromagnetic waves using subwavelength planar structures, but their deeply subwavelength periodicity typically suppresses propagating diffraction orders, which limits the number of available scattering channels. Diffraction gratings and metagratings overcome this limitation by supporting multiple propagating diffraction orders, thus providing additional degrees of freedom for controlling wave propagation. However, when several diffraction channels are present, it becomes nontrivial to predict how spatial symmetries combined with reciprocity affect the overall scattering response. For this purpose, we develop a formalism to determine the scattering symmetries of diffraction gratings supporting multiple diffraction orders. The approach is based on constructing a global scattering matrix that connects all incident and scattered diffraction channels and on introducing matrix representations of spatial symmetry operations acting on the field amplitudes. From these representations, we derive an invariance condition that directly constrains the sub-scattering matrices associated with each pair of diffraction orders. This provides a rigorous approach for computing the grating scattering coefficients imposed by symmetry and reciprocity. We illustrate the application of this approach via several examples and show how metagratings may be used to achieve, for instance, angle-asymmetric transmission and extrinsic chiral effects.
Show more
Applicability of Radiowave Anechoic Chambers for Acoustic Free-Field Measurements on the Example of the Chamber at ITMO University
physics.app-phAcoustic anechoic chambers allow free-field measurements required for the verification of effects under investigation and for the characterization of developing devices. However, the construction of an anechoic chamber is a labor-intensive process that requires a lot of resources, which is why these facilities are rather rare. An analogous statement can be made about radiowave chambers. At the same time, it is known that materials for radiowave absorption might absorb acoustic waves as well, and it can be expected that some chambers can be utilized for both electromagnetic and acoustic free-field measurements. This work examines the feasibility of the radiowave anechoic chamber of ITMO University (Saint-Petersburg, Russia) for acoustic measurements. The acoustic properties of the chamber coatings are estimated via measurements and numerical calculations. Characterization of sound pressure level, background noise level, and reverberation time is performed in accordance with the ISO 3745:2012 standard. The key conclusion is that the chamber can be considered as an acoustic anechoic chamber, but only for specific frequency ranges and distances from the source, which depend on the measurement directions.
Show more
Disentangling Single- and Biexciton Dynamics with Photoelectron-Detected Two-Dimensional Electronic Spectroscopy
physics.chem-phAction-detected two-dimensional (2D) spectroscopy resolves the time-dependent nonlinear optical response of a quantum system by recording incoherently detected observables such as fluorescence, photoelectrons, or photocurrents which reflect the system's excited-state population. Processes such as exciton-exciton annihilation alter this population and obscure, for instance, energy transfer processes. This limits the information available from action-detected 2D spectra compared to their coherently detected counterparts. Here we investigate time gating and kinetic-energy filtering in photoelectron-detected 2D spectroscopy to disentangle various processes. We implement a numerical simulation protocol that allows us to calculate photoelectron-detected 2D spectra for various systems, demonstrating that time gating can extract the same information as coherently detected 2D spectroscopy, even when annihilation is present. Furthermore, we can directly infer annihilation dynamics. Kinetic-energy filtering additionally enables the isolation of specific excited-state dynamics. Our simulations demonstrate that time gating and kinetic-energy filtering are promising extensions for photoelectron-detected 2D spectroscopy.
Show more
Reconfigurable and Recyclable Low-Threshold Quasi-BIC Lasers via a Tunable polymer Coating
physics.opticsReconfigurable and sustainable microcavity lasers are highly desirable for next-generation integrated photonics. Here, we report a recyclable, low-threshold quasi-bound state in the continuum (q-BIC) laser fabricated via low-cost, high-throughput interference lithography. By introducing a polyvinyl alcohol (PVA) coating on a dye-doped photonic crystal, we suppress out-of-plane symmetry breaking, which reinforces optical confinement and reduces the lasing threshold. The q-BIC modes are further tuned through tailoring the refractive-index of the PVA layer by using Kramers-Kronig relation via Rhodamine 6G doping, demonstrating a wavelength shift of 7.14 nm and a sensitivity of 215 nm RIU as a sensing prob. More importantly, lasing modes are reversibly tuning via precisely controlling the coating thickness. Exploiting the dissolving and re-coating process, the laser is repeatedly reconfigured while maintaining performance. This work provides a sustainable and adaptive platform for sensing and reconfigurable photonic systems.
Show more
Regular and irregular revivals of quasi-periodic random waves
physics.opticsParaxial wave packets with discrete spatial, temporal, or spatiotemporal spectra are known to undergo periodic axial revivals on propagation in either free space or linear transparent, weakly dispersive media. Such spectacular revivals, ubiquitously encountered in physics, from optics and acoustics to condensed matter physics, are distinguished by their strict periodicity. We show theoretically and verify experimentally that ensembles of quasi-periodic random wave packets exhibit a unique revival network composed of regular (periodic) and irregular (aperiodic) revivals. Moreover, individual realizations of a statistical ensemble self-reconstruct, in general, at different propagation distances than do ensemble averages. Our results shed new light on the fundamental physics of self-reconstruction of random wave packets with structured correlations.
Show more
Tuning Cu/Diamond Interfacial Thermal Conductance via Nitrogen-Termination Engineering
physics.comp-phCu-diamond composites are recognized as promising high-thermal-conductivity candidates for electronic cooling, offering tunable properties and competitive cost. However, their performance is significantly limited by the poor Cu/diamond interfacial thermal conductance (ITC). Here, we propose a nitrogen-termination strategy to tune the ITC of Cu/diamond interfaces and unravel atomistic mechanisms by which nitride interlayers tailor phonon transport. Based on the MACE machine-learning interatomic potential (MLIP) framework, we fine-tune the pre-trained MACE-MPA-0 foundation model by incorporating customized C-N-Cu training datasets. Through MLIP-driven lattice dynamics simulations, we demonstrate that an atomically flat N-termination on diamond enhances the ITC by 21% compared to the bare Cu/diamond interface. Mode-resolved phonon spectroscopy reveals that the LA phonons with frequency above 4 THz and wavevectors near Γ-X and Γ-U directions are selectively modulated by N-termination engineering. Analyses of local vibrational states and interfacial bonding further indicate that the N-termination on diamond tunes the interfacial heat conduction via surficial mass modification and bonding regulation, as evidenced by variations in LDOS overlap and COHP spectra. These findings open venues for tuning heat transfer across Cu/diamond interfaces via non-metallic modification, which avoids the graphitization issues associated with metallic coatings, and provide novel guidelines for upgrading the phonon-mediated heat transfer in Cu-diamond composites.
Show more
Friendship paradox disappears under degree biased network sampling
physics.soc-phWe show that in an undirected graph under degree biased sampling the expected degree of vertices is equal to the expected degree of their neighbors. In consequence, under the biased sampling the social network result known as the friendship paradox disappears. The identity is equivalent to the existence of a stationary state of a random walk on the graph or to the conservation of the total flow defined by the difference of the degrees of the vertices.
Show more
Design and analysis of MoTe2-based efficient photonic devices for the solar cell and photodetector applications
physics.opticsA systematic survey and subsequent research have been made on MoTe2-based n-CdS/p-MoTe2/p+-CGS device in solar cell and photodetector field. The optimization has been established by altering the various properties of each constituent layer through numerical computation. The performance of the MoTe2 photonic device has been probed with and without CGS back surface field (BSF) layer in details. The proposed n-CdS/p-MoTe2/p+-CGS photonic device exhibits markedly improved cell efficiency, η of 32.92 % with VOC of 0.97 V, JSC of 41.21 mA/cm2, FF of 82.73% and responsivity, R of 0.74 A/W as well as detectivity, D* of 2.36x1016 Jones at a wavelength of 1000 nm. These simulation outcomes reveal the strong potential of MoTe2 absorber along with the novel and improved structure for highly-efficient solar cells and photosensors that capable of high detection capability.
Show more
High-Bandwidth 940 nm VCSEL with Zn-diffusion for Optical Communications
physics.opticsWe present a systematic design methodology, combining simulation and experimental validation, for high-speed 940 nm vertical-cavity surface-emitting lasers (VCSELs). A comprehensive simulation study was conducted to optimize the device structure, focusing on the number of oxide layers and the aperture size, which predicted a maximum modulation bandwidth of over 35 GHz. To validate this approach, an optimized device with a 4-μm double-oxide aperture was fabricated and characterized. Crucially, during the fabrication process, a Zn-diffused region was incorporated to further enhance device performance. The experimental results demonstrate a modulation bandwidth of 34 GHz and successful 100 Gbit/s PAM-4 data transmission. The excellent agreement between the simulated and measured performance validates the effectiveness of our design meth-odology, providing a reliable framework for developing next-generation optical inter-connects.
Show more
On the Analytic Origin of Two Species of Cochlear Eigenmodes
physics.bio-phAfter entering the ear, sound waves propagate as surface waves along the cochlea's basilar membrane. In recent work, we showed numerically that the system supports two types of modes: localized resonant modes, which underpin the modern understanding of cochlear mechanics, and a novel class of spatially extended modes. Here, we develop an analytic framework that explains the emergence of this mode structure. We show that extended modes arise from globally continuous standing-wave solutions, whereas localized modes result from internal resonance requiring matching across a singular point. These results clarify the generic structure of cochlear wave equations.
Show more
Heterogeneous Returns and Wealth Tax Neutrality: A Fokker--Planck Framework
physics.soc-phWe extend the Fokker--Planck framework of Frøseth (2026, arXiv:2603.05283) to populations of investors with heterogeneous, persistent return-generating ability. When the drift coefficient in the Langevin equation for log-wealth varies across investors, the proportional wealth tax remains a uniform drift shift but ceases to be neutral in the economic sense: its real incidence differs across ability types, and the stationary wealth distribution changes shape. We derive the extended Fokker--Planck equation on the joint space of log-wealth and ability, characterise the conditions under which the drift-shift symmetry breaks, and identify the consequences for asset prices and portfolio allocations. The analysis connects the neutrality results of Frøseth (2026, arXiv:2603.05264) and the Fokker--Planck dynamics of Frøseth (2026, arXiv:2603.05283) to the heterogeneous-returns literature, notably the "use-it-or-lose-it" mechanism of Guvenen, Kambourov, Kuruscu, Ocampo-Diaz and Chen (2023).
Show more
Physics-Constrained Neural Closure for Lattice Boltzmann Large-Eddy Simulation
physics.flu-dynWe present a physics-constrained, data-driven subgrid-scale (SGS) stress closure for large-eddy simulation (LES) in the lattice Boltzmann method (LBM). Trained on filtered-downsampled (FD) data from LBM direct numerical simulation (DNS) of forced homogeneous isotropic turbulence (FHIT) spanning multiple filter widths, a compact neural network maps nine macroscopic derivative inputs - six strain-rate and three vorticity components - to the six independent components of the SGS stress tensor; a deviatoric projection is applied post-inference to obtain the traceless stress used in the solver. Training combines a stress data loss with physics terms for SGS energy-transfer (Pi) matching, rotational equivariance under cube rotations, and compatibility of the implied SGS forcing with the divergence-based coupling. The predicted stress is coupled to the solver through a split strategy: a dissipative, strain-aligned contribution is represented through an effective-viscosity projection, while the remaining anisotropic residual is applied through a forcing term. This construction is intended to retain both backscatter (via the effective viscosity) and non-dissipative anisotropic effects (via the residual forcing), while remaining compatible with LBM deployment. In the cases considered here, a priori results show good agreement with FD references across stress components and SGS-transfer statistics, and a posteriori rollouts improve several energetic and statistical measures relative to static and dynamic Smagorinsky baselines. A preliminary transfer test in turbulent channel flow is also reported without retraining. Finally, we demonstrate production deployment via ONNX Runtime, with throughput comparable to a dynamic Smagorinsky baseline in the tested configuration.
Show more
Mechanical Control of Polar Order
cond-mat.mtrl-sciBiFeO3 is a model multiferroic in which the ferroelectric polarization is coupled to ferroelastic lattice distortions, yet deterministic control of its domain structure remains limited by high switching fields and competing polarization variants. Here, we identify a mechanically assisted polarization switching pathway in epitaxial BiFeO3 thin films that fundamentally alters the switching energetics. Using just out-of-plane electric fields, polarization reversal requires voltages of approximately 4 V and stabilizes coexisting polarization states. In contrast, when mechanical pressure is applied concurrently, the coercive voltage can be significantly reduced (even to 0V), resulting in spontaneous switching. Piezoresponse force microscopy measurements reveal that applied mechanical pressure suppresses ferroelastic domain competition, indicating a decrease in the required electrical energy barrier associated with polarization rotation and domain wall motion. These results demonstrate that stress acts as an active thermodynamic control parameter, enabling access to switching pathways that are inaccessible under only an electric field. By directly coupling lattice distortions to polarization reversal, mechanically assisted switching provides a general framework for controlling coupled order parameters in multiferroic oxides, which can be directly applied in the device-level architecture, where a small mechanical pressure can help in achieving lower switching energy of ferroelectric polarization. This work advances the fundamental understanding of electromechanical coupling in complex ferroics and establishes mechanical energy as a powerful tool for probing and manipulating ferroelastic ferroelectric interactions.
Show more
Flow Taxes, Stock Taxes, and Portfolio Choice: A Generalised Neutrality Result
physics.soc-phA proportional wealth tax -- a levy on the stock of wealth -- preserves portfolio neutrality by acting as a uniform drift shift in the Fokker-Planck equation for wealth dynamics. We extend this result to the full system of ownership taxes (eierkostnader) that a shareholder faces: a corporate tax on gross profits, a capital income tax on the risk-free return, a dividend and capital gains tax on the excess return, and a wealth tax on net assets. Each tax modifies the drift of the wealth process in a distinct way -- multiplicative rescaling, constant shift, or regime-dependent compression -- while leaving the diffusion coefficient unchanged. We show that the combined system preserves portfolio neutrality under three conditions: (i) the capital income tax rate equals the corporate tax rate, (ii) the shielding rate equals the risk-free rate, and (iii) the wealth tax assessment is uniform across assets. When these conditions hold, the after-tax excess return is a uniform rescaling of the pre-tax excess return by the factor (1-tau_c)(1-tau_d), and the drift-shift symmetry of the wealth-tax-only case generalises to a drift-shift-and-rescale symmetry. We classify the distortions that arise when each condition fails and show that flow-tax distortions and stock-tax distortions are additively separable: they do not interact. The shielding deduction -- a feature of several real-world tax systems, including the Norwegian aksjonaermodellen -- emerges as the mechanism that restores the symmetry between equity and debt taxation within this framework. Calibrated to the Norwegian dual income tax, conditions (i) and (ii) hold by institutional design; the only binding distortion is non-uniform wealth tax assessment, which generates portfolio tilts roughly 300 times larger than any residual flow-tax channel.
Show more
Simultaneous amplitude and phase spectroscopy using two-photon interference
quant-phQuantum spectroscopy seeks to probe chemical systems using nonclassical light, which has properties that are qualitatively and quantitatively different than conventional light sources. One promising technique uses intensity-correlated twin beams of light to reduce the noise sources inherent to absorption spectroscopy. However, measurements of the phase shift imparted by the chemical sample, which provides complementary information to the absorption, continue to be a challenge. Here, we propose and demonstrate a scheme using entangled photon pairs that can simultaneously measure both the absorption and phase shift of a sample with extremely low optical intensities and with relatively fast few-minute acquisition times. This method combines the previous use of intensity correlations with a broadband quantum interferometer utilizing two-photon interference to measure the complete linear optical response of the sample. Our work shows that precise measurements of absorption can also be made phase-sensitive using suitable choices of probe beam and detection scheme. This enables a new class of quantum spectroscopy schemes which measure absorption and phase with a single probe. Our technique is relevant to the characterization of a wide array of chemical and biological samples, such as quantum dots and organic fluorophores, and may be useful for spectroscopic measurements that are otherwise constrained in intensity.
Show more
A semi-analytical geometrical acoustics method for numerical simulation of ultrasound based motion sensing
physics.app-phWe present a semi-analytical geometrical acoustics method to numerically simulate ultrasonic signal characteristics pertinent to motion sensing applications in indoor environments. The proposed methodology treats motion sensing from the first-principles in the sense that the expressions for acoustic field from the source, that scattered by the target and then received at the receiver are all derived from a kinematic standpoint incorporating target motion into consideration. A series of examples are presented throughout to demonstrate the effect of source directivity, wall reflections, and motion trajectories on the Doppler signal strength and frequency characteristics observed for motion sensing applications. Finally, we present a comparison of simulated results with experimental results on data acquired with a human target moving in an environment with an ultrasonic source and receiver. We specifically compare the baseband signal characteristics and their corresponding Short-time Fourier Transforms that depict Doppler frequency characteristics and show them to be in good qualitative agreement.
Show more
Extreme light confinement mediated by the transverse Kerker effect
physics.opticsDielectric nanoparticles can be engineered to scatter light predominantly in the transverse direction, a phenomenon known as the transverse Kerker effect. Although complete cancelation of forward scattering from a single object is forbidden by the optical theorem, we show that a single photonic mode can nonetheless realize an ideal transverse Kerker effect. The mode remains dark under normal incidence but evolves into an accidental bound state in the continuum when the nanoparticles are arranged in metasurfaces. This enables a new route to polarization-independent quasi-bound states in the continuum whose quality factors are tunable without symmetry breaking. We experimentally demonstrate our concept in the visible, achieving the first polarization-independent bound state in the continuum without the need for Brillouin-zone folding. Furthermore, we show that our modes maintain large quality factors over a substantially broader region of momentum space than conventional bound states in the continuum. Our results establish a platform for realizing ultranarrow resonances free of the constraints for designs with standard bound states in the continuum.
Show more
Programmable pixel-mode linear interferometers using multi-plane light conversion
physics.opticsProgrammable linear optical interferometers are a core primitive in optical signal processing, quantum information processing, and photonic computing. Existing photonic-integrated implementations realize arbitrary $M$-mode unitaries using Mach--Zehnder-interferometer meshes whose footprint and accumulated loss scale with $O(M^2)$ optical components. Here we analyze and experimentally demonstrate a programmable architecture for implementing linear optical transformations directly on spatially tiled free-space pixel modes using multi-plane light conversion (MPLC). In this architecture, $M$ spatial modes arranged on a transverse lattice undergo a unitary transformation and are mapped to $M$ output modes of identical geometry through a sequence of programmable phase masks separated by free-space propagation segments. Numerical simulations show that arbitrary $M$-mode unitaries can be compiled to a desired high fidelity using a number of phase planes that scales approximately linearly with $M$. Using a spatial-light-modulator-based MPLC, we experimentally demonstrate programmable interferometers acting on up to $16$ spatial pixel modes, including tunable beamsplitters, Hadamard unitaries, spatial permutations, boosted-Bell-measurement unitaries, and partial unitaries on select subsets of modes. These results establish MPLC-based pixel-mode interferometers as a promising architecture for programmable linear optics with applications in classical and quantum optical interconnects, photonic switching, and quantum information processing.
Show more
Physics-informed neural networks for solving strong-field saddle-point equations in strong-field physics with tailored fields
physics.atom-phWe develop an unsupervised physics-informed neural network to solve saddle-point equations governing direct above-threshold ionization within the strong-field approximation. This setting provides a well-understood testbed in which the saddle-point structure is known for tailored driving fields, enabling systematic validation of the proposed solver. In this approach, the network is trained by minimizing the residual of the SPEs and requires only the definition of the driving-field shape and its parameters, such as intensity, carrier-envelope phase, ellipticity, and relative phase. We introduce a window parametrization strategy that maps network outputs to prescribed regions of the complex-time plane, guiding the optimization toward physically relevant solutions and improving convergence stability. We benchmark the PINN against a conventional solver for a range of fields, demonstrating robust recovery of the dominant complex ionization times over wide parameter ranges. The network tracks changes in ionization event dominance as laser parameters are varied, enabling exploration of regimes where conventional solvers require repeated manual initialization. Using the PINN-derived solutions, we compute coherent ATI photoelectron momentum distributions and show the symmetries of the driving fields are reflected in both the saddle-point structure and the resulting spectra. These results establish PINNs as a promising framework for semiclassical strong-field calculations and provide a foundation for extending machine-learning solvers to Coulomb-corrected models or to more complex processes, such as rescattered ATI for which the SPEs are highly nonlinear and the presence of multiple closely-spaced solutions makes conventional Newton-type root-finding highly sensitive to initial guesses, which hinders systematic investigations across laser-parameter spaces, particularly for tailored fields.
Show more
Differential Privacy for Network Connectedness Indices
stat.APResearchers increasingly use data on social and economic networks to study a range of social science questions, but releasing statistics derived from networks can raise significant privacy concerns. We show how to release network connectedness indices that quantify assortative mixing across node attributes under edge-adjacent differential privacy. Standard privacy techniques perform poorly in this setting both because connectedness indices have high global sensitivity and because a single node's attribute can potentially be an input to connectedness in thousands of cells, leading to poor composition. Our method, which is straightforward to apply, first adds noise to node attributes, then analytically debiases downstream statistics, and finally applies a second layer of noise to protect the presence or absence of individual edges. We prove consistency and asymptotic normality of our estimators for both discrete and continuous labels and show our method works well in simulations and on real networks with as few as 200 nodes collected by social scientists.
Show more
ln(3): A Universal Percolation Constant for Collective Dynamics on One-Dimensional Proximity Networks
cs.NIWe report the identification and proof of a universal constant, ln(3) = 1.09861, which governs the onset of bidirectional collective behavior in one-dimensional Poisson proximity networks. The constant - named the cooperative percolation constant and denoted by Lambda_c - is the unique positive solution to 2/(exp(x)-1) = 1 and equals the Shannon entropy of three equiprobable states. For agents distributed at intensity lambda and interacting within range L, bidirectional collective behavior is possible if and only if the topological density (lambda * L) >= ln(3). Below this threshold, no cooperative control policy can produce macroscopic coherence, as the proximity graph does not contain a bidirectional spanning cluster in expectation. The result is parameter-free and model-independent: the Poisson distribution is derived from memorylessness symmetry axioms, making ln(3) a fundamental consequence of spatial symmetry. The threshold is validated by two independent large-scale empirical datasets. Analysis of the Chengdu V2X OBU dataset (N = 19.7 million records) reveals a 1.60x reduction in speed variance at the predicted boundary. Furthermore, the highD German motorway dataset (N = 163,896 observations) yields a best-fit LWR exponent theta = 1.033 +/- 0.088, placing the theoretical value ln(3) within 0.75 sigma of naturalistic trajectory data (R^2 = 0.8631). The remarkable consistency across geographical and physical scales - from motorway traffic to documented thresholds in 1D biological signal transmission - suggests that ln(3) represents a fundamental topological rent for cooperative information exchange.
Show more
Introduction to the artificial neural network-based variational Monte Carlo method
physics.comp-phIn this self-contained tutorial, the variational Monte Carlo method with trial wave functions based on artificial neural networks is detailed. Unfolding the historical background we illustrate how machine learning interacts with physics research. The mathematical tools for both, artificial neural networks and variational Monte Carlo, are introduced. We demonstrate, how the algorithm operates with generic examples from chemical physics, including the harmonic, the Morse, the Poschl-Teller and the Yukawa potential, as well as the simplest molecules, the hydrogen molecular ion and the hydrogen molecule.
Show more
Physics-Informed Deep Neural Network Design of Reactively Loaded Metasurfaces
physics.app-phA tandem deep neural network approach is presented for the inverse design of reactively loaded metasurfaces with prescribed far-field radiation characteristics. The proposed approach integrates a deep neural network (DNN) with a physics-based microwave network forward solver. The DNN maps target far-field patterns to distributions of reactive loads across the metasurface unit cells. The predicted distribution of reactive loads is evaluated by the forward solver to compute the resulting radiation pattern and guide the learning process through a cosine-similarity loss function. The forward solver enables a fast evaluation of the metasurface's electromagnetic response, significantly reducing the computational cost required for training. The proposed approach is applied to a metasurface with aperture-coupled unit cells loaded with reactances. Several design examples are presented to demonstrate the accurate synthesis of shaped and steered radiation patterns. Full-wave electromagnetic simulations are performed to validate the accuracy of the designed beamforming metasurfaces.
Show more
Estimating Absolute Web Crawl Coverage From Longitudinal Set Intersections
physics.soc-phWeb archives preserve portions of the web, but quantifying their completeness remains challenging. Prior approaches have estimated the coverage of a crawl by either comparing the outcomes of multiple crawlers, or by comparing the results of a single crawl to external ground truth datasets. We propose a method to estimate the absolute coverage of a crawl using only the archive's own longitudinal data, i.e., the data collected by multiple subsequent crawls. Our key insight is that coverage can be estimated from the empirical URL overlaps between subsequent crawls, which are in turn well described by a simple urn process. The parameters of the urn model can then be inferred from longitudinal crawl data using linear regression. Applied to our focused crawl configuration of the German Academic Web, with 15 semi-annual crawls between 2013-2021, we find a coverage of approximately 46 percent of the crawlable URL space for the stable crawl configuration regime. Our method is extremely simple, requires no external ground truth, and generalizes to any longitudinal focused crawl.
Show more
Pair beams unlock beyond-terawatt attosecond free-electron laser pulses
physics.acc-phFree-electron lasers (FELs) generate the brightest coherent X-ray pulses available, enabling atomic-resolution and femtosecond-timescale studies across physics, chemistry, and biology. Realising their full potential at extreme peak powers and attosecond pulse durations critically depends on sustaining coherent gain across the full bunch length. Yet, the quasi-static longitudinal space-charge field in the ultrahigh-current regime imprints a slice-dependent energy detuning that quenches gain growth, so that current schemes typically sustain efficient lasing only across a limited fraction of the bunch. Here we demonstrate that a quasi-neutral electron-positron pair beam cancels this self-field and enables full-bunch high-gain lasing in ultracompressed beams without external compensation. Three-dimensional particle-in-cell simulations in a single-pass, untapered undulator confirm the mechanism across operating regimes: in the soft X-ray regime, the pair beam reaches $1.85\,\mathrm{TW}$ at $345\,\mathrm{as}$ with enhanced odd-harmonic emission and improved spatial coherence, while the electron-only beam fails to saturate; and a high-harmonic pair-cascade configuration yields ${\sim}10\,\mathrm{TW}$ in isolated ${\sim}3.5\,\mathrm{as}$ spikes with coherent amplification extending to photon energies of ${\sim}177\,\mathrm{keV}$. These results establish a new operating regime for ultrahigh-power attosecond light sources and open a direct route to coherent gamma-ray emission ($\geq\!100\,\mathrm{keV}$) currently inaccessible to magnetic-undulator FELs, with broad implications for ultrafast structural, electronic, and nuclear sciences.
Show more
High-performance Sources of Multidimensionally Engineered Quantum Light Based on Monolithic Microcavity-metalens Interfaces
physics.opticsThe ultimate non-classic light sources for modern photonic quantum technology require on-demand generation of indistinguishable quantum light with high brightness and flexible engineering of quantum emission in multiple degrees of freedom. In this work, we present monolithic microcavity-metalens interfaces consisting of quantum-dot-micropillar single-photon sources and ultra-thin metalenses accurately aligned on opposite sides of an III-V compound semiconductor chip. The pronounced cavity quantum electrodynamics effect enabled by the micropillar cavity facilitates single-photon emission from quantum dots with simultaneous high degrees of single-photon purity, source brightness and photon indistinguishability while the multi-functional metalenses concurrently tailor quantum emission in multiple physical degrees of freedom including radiation divergence, emission directionality, polarization state and orbital angular momentum (OAM). Furthermore, high-fidelity polarization-OAM entanglement and single photons with local spin topologies are successfully generated in our integrated device. In particular, we demonstrate stable propagations of single-photon skrymions in atmospheric turbulence and reveal their topological advantages over the conventional structured quantum light. Our work advances the research fields of integrated quantum photonics and meta-optics, providing integrated high-dimensional quantum light sources for advanced photonic quantum science and technology.
Show more
Effect of spin disorder on the specific loss power of a nanomagnet
physics.app-phSpin non-collinearities in magnetic nanostructures arise from a variety of sources, including structural defects, finite-size effects, boundary or surface effects, Dzyaloshinskii-Moriya exchange coupling, and magnetic vortex formation. While strong forms of spin disorder generally require a numerical treatment, relatively weak non-collinearities induced by surface anisotropy are amenable to the analytical framework of the effective one-spin problem (EOSP). In this work, we exploit this framework to present a qualitative, semi-analytical study of the effect of spin disorder on the specific loss power (SLP) of a single nanomagnet within linear-response theory. Surface-induced spin misalignment mainly manifests as an additional quartic (cubic-symmetry) contribution to the anisotropy energy, parametrized by the ratio $ζ\equiv K_4/K_2$. We derive a semi-analytical expression for the SLP as a function of $ζ$ by combining the $ζ$-dependent equilibrium susceptibility and the relaxation rate obtained within Langer's approach. Our results show that, for systems in the slow-relaxation regime, the SLP is enhanced by spin misalignment, predominantly through the increase of the relaxation rate caused by the lowering of the effective energy barrier. Retaining the full Debye factor reveals that for moderate reduced barriers $σ$, where the system is close to the superparamagnetic regime, the SLP can actually \emph{decrease} with increasing spin disorder. The enhancement is asymmetric with respect to the sign of $ζ$ and depends on the nanomagnet shape (sphere versus cube) through the geometric prefactors in the EOSP mapping.
Show more
Error semitransparent universal control of a bosonic logical qubit
quant-phBosonic codes offer hardware-efficient approaches to logical qubit construction and hosted the first demonstration of beyond-break even logical quantum memory.However, such accomplishments were done for idling information, and realization of fault-tolerant logical operations remains a critical bottleneck for universal quantum computation in scaled systems. Error-transparent (ET) gates offer an avenue to resolve this issue, but experimental demonstrations have been limited to phase gates. Here, we introduce a framework based on dynamic encoding subspaces that enables simple linear drives to accomplish universal gates that are error semi-transparent (EsT) to oscillator photon loss. With an EsT logical gate set of {X, H, T}, we observe a five-fold reduction in infidelity conditioned on photon loss, demonstrate extended active-manipulation lifetimes with quantum error correction, and construct a composite EsT non-Clifford operation using a sequence of eight gates from the set. Our approach is compatible with methods for detectable ancilla errors, offering an approach to error-mitigated universal control of bosonic logical qubits with the standard quantum control toolkit.
Show more
Ab Initio Study of Erbium Point Defects in 4H-SiC for Quantum Devices
quant-phIdentifying scalable materials systems that exhibit quantum behavior is a central challenge in quantum information science. Point defects in certain wide-bandgap semiconductors are promising in this regard due to the maturity of semiconductor manufacturing and ion implantation technology. Single erbium defect centers in 4H-SiC are examples of such defects that provide access to discrete defect-induced electron energy levels within the bulk material bandgap, which can be utilized for a variety of quantum technologies, such as single-photon emission for secure communication and distributed quantum computing. This work presents a first-principles study of erbium point defects in 4H-SiC using density functional theory. These results provide materials-level support for the development of Er point defects in 4H-SiC as a scalable platform for quantum devices, helping to bridge the gap between quantum physics and the practical realization of quantum networks.
Show more
Phase retrieval technique from regions of unresolvable fringe density using Phase Shifting Interferometry and Liquid Crystal on Silicon (LCOS) Spatial Light Modulator (SLM)
physics.opticsThis paper presents a simple method to recover phase information from regions of unresolvable fringe density, specifically, at the camera corners, where interference fringes are not resolved by the camera using Phase Shifting Interferometry and Liquid Crystal on Silicon (LCOS) Spatial Light Modulator (SLM). The method works well with wavefront compensation. This work is a continuation and advancement of reported research work [14].
Show more
Resolving Nonequilibrium Gas Kinetics in Supersonic Neutral Flows with Coherent Rayleigh Brillouin Scattering
physics.opticsWe present a characterization of high-speed flows in nonequilibrium thermodynamic conditions using single-shot coherent Rayleigh-Brillouin scattering(CRBS). The technique is applied on a highly underexpanded jet using 200ns laser pulses, enabling simultaneous probing of multiple spatial locations. We map the jets average axial velocity and density distributions and resolve local velocity gradients, providing access to parameters relevant to turbulence characterization. The measurements are validated against numerical simulations, showing good agreement overall. We find that in most cases individual single-shot spectra exhibit substantial deviation from the bulk averaged lineshapes, reflecting the non-Maxwellian velocity distributions generated by shock-induced regimes. The results presented here establish single-shot CRBS as an important tool for direct measurements of flow velocity components, velocity gradients, and density in complex, unsteady supersonic environments.
Show more
Multi-Plane Spatially Resolved Phase Structuring Using Optical Communication Modes
physics.opticsWe present a deterministic framework for three-dimensional beam shaping that enables versatile control of intensity and phase, pixel-by-pixel, across multiple axial planes. Conventional multi-plane holographic techniques typically rely on iterative optimization and mitigate inter-plane crosstalk through phase randomization, introducing speckle noise and thereby limiting deterministic phase control. Here, target fields are synthesized as a linear superposition of free-space communication modes obtained from the singular value decomposition of a coupling operator connecting a source plane to multiple target planes. Because these modes form orthogonal and energy-efficient transmission channels between the source and receiving spaces, their superposition yields volumetric wavefields with enforced phase coherence and reduced inter-plane crosstalk, without iterative refinement. We experimentally demonstrate high-fidelity reconstruction of intensity and phase profiles across multiple planes using a single phase-only spatial light modulator, including arbitrary structured phase singularity patterns. The proposed approach establishes communication-mode optics as a practical and physically grounded framework for multi-plane beam shaping, particularly in applications where phase structure and coherence across depth are essential.
Show more
Velocity-tunable exciton-photon hybridization in cathodoluminescence
physics.opticsExciton-photon hybridization is typically realised in geometrically defined optical cavities, where tunability is achieved by modifying either the cavity or the excitonic medium. Here we investigate transition-radiation interferences in suspended subwavelength films resembling a free-electron-defined resonance and explore their interaction with excitons in transition metal dichalcogenides. We demonstrate that these resonances hybridize with excitonic transitions and can be tuned continuously by varying the electron energy. The resulting detuning depends on both film thickness and electron velocity, establishing the latter as an external and continuous knob for exciton-photon coupling. This approach enables tunable hybridization without structural modification and provides a free-electron-driven nanoscale platform for studying exciton-light interactions.
Show more
ANNA: a toolbox for Newtonian Noise Analysis
physics.app-phThe Einstein Telescope (ET) is a third-generation underground gravitational wave observatory designed to achieve an unprecedented sensitivity down to 3 Hz. Waves propagating in the soil due to anthropogenic or natural vibration sources generate density fluctuations which cause gravitational attraction, resulting in motion of the mirrors of the laser interferometer known as Newtonian noise. The latter is computed by integrating density fluctuations due to seismic wave fields over the soil domain surrounding the test mass. ANNA Newtonian Noise Analysis is a toolbox that computes Newtonian Noise from a seismic wave field defined on a finite element mesh, using Gaussian quadrature. 3D finite element meshes composed of linear and quadratic tetrahedral (4-node and 10-node) and brick (8-node and 20-node) elements are supported. The user computes (or interpolates) a seismic wave field on a finite element mesh and the toolbox computes the total Newtonian noise, as well as the bulk and surface contributions. ANNA runs in the MATLAB programming and numeric computing platform and is compatible with the open-source GNU Octave Scientific Programming Language; a Python version is also available. The toolbox is verified for plane P- and S-waves propagating in an elastic homogeneous full space with a mirror suspended in a spherical cavity, assuming that the wavelength is much larger than the radius of the cavity, so that wave scattering can be ignored. Excellent agreement with analytical solutions is obtained. Similar good agreement is reported for the Newtonian noise on a test mass suspended at a finite distance above the free surface of a homogeneous elastic halfspace in which a Rayleigh wave propagates. The proposed finite element framework provides a physically consistent and computationally efficient approach for computing gravitational-seismic coupling in heterogeneous media.
Show more
Monolithic integration of diverse crystalline thin films on diamond for near-junction thermal management
cond-mat.mtrl-sciThe pursuit of extreme miniaturization and high power in 6G RF front-ends has cast thermal dissipation as the central challenge. Here, we have demonstrated the monolithic integration of functionally distinct single-crystal thin films, including \b{eta}-Ga2O3, Si, GaN, and LiTaO3, onto a single diamond substrate using a multi-step transfer printing technique. Focusing on the critical \b{eta}-Ga2O3/diamond interface, we achieve an exceptional interfacial thermal conductance (ITC) of 149 MW m-2 K-1 through ultra-high vacuum (UHV) annealing, creating an atomically sharp interface featuring covalent bonding. Vibrational electron energy-loss spectroscopy (EELS) analysis combining with molecular dynamics (MD) simulations reveal that distinctive interfacial phonon modes at the \b{eta}-Ga2O3/diamond heterointerface dominate ultrahigh ITC. We experimentally demonstrate that by improving the ITC, the thermal resistance (Rth) of a diamond-based \b{eta}-Ga2O3 MOSFET is driven to a record-low value of 1.58 K mm W-1, underscoring the critical role of interface engineering in near-junction thermal management for diamond-integrated devices. This work demonstrates a scalable, diamond-based monolithic integration platform designed to solve the near-junction thermal challenges in high-power RF front-ends.
Show more
\texttt{py5vec}: a modular Python package for the 5-vector method to search for continuous gravitational waves
astro-ph.IMWe present \texttt{py5vec}, a Python package for implementing and extending the 5-vector method, used to search for continuous gravitational wave (CW) signals. We also provide a comprehensive theoretical review of the 5-vector method and extend the relative likelihood formalism by marginalizing over the noise variance, resulting in a more robust Student's t-likelihood, and over the initial phase to account for pulsar glitches. \texttt{py5vec} provides a modular architecture that separates data representation, signal demodulation, and statistical inference into independent abstract stages. It supports multiple input data formats and interoperates with existing Python software, providing a bridge between different approaches. For example, using a \texttt{bilby}-based interface, \texttt{py5vec} implements Bayesian parameter estimation within the 5-vector formalism for the first time. The modular design also allows for making exact multi-level and direct comparisons between other software, such as \texttt{cwinpy} and \texttt{SNAG} in MATLAB. In \texttt{py5vec}, we implement a multidetector targeted search for known pulsars, validated using LIGO data from the O4a run and hardware injections, demonstrating consistent reconstruction of signal parameters. This package therefore provides a flexible platform for current targeted searches and for future extensions to other CW search strategies.
Show more
Broadband temporal localization and delocalized temporal edge states in time photonic crystals
physics.opticsTime photonic crystals have attracted growing attention in recent years owing to their abilities to enable broadband field enhancements, e.g., free-space electromagnetic waves, dipolar emissions, free-electron radiation, etc. While the non-Hermitian nature of time photonic crystals is primarily attributed to their dependence on external temporal modulations, the constituent materials are oftentimes assumed to be Hermitian. How the material-induced non-Hermiticity interplays with the intrinsic non-Hermitian dynamics of time photonic crystals remains rarely explored. In this work, we demonstrate that the non-Hermiticity arising from the bi-anisotropic electromagnetic response of materials introduces a new mechanism to manipulate the localization of temporal bulk and edge states in time photonic crystals. To be specific, the temporal bulk states in our configurations exhibit remarkable attenuation or amplification, which is theoretically predicted by extending the generalized Brillouin zone framework to the temporal domain. Our analysis reveals that the attenuation or amplification strength, quantified by the temporal penetration depth, is directly governed by electromagnetic constitutive parameters. By appropriately tuning these parameters, we uncover new phenomena including broadband temporal localization, i.e. the collective concentration of energy towards a certain time moment, and delocalized temporal edge states.
Show more
Probing the Meissner effect in single crystals of $\mathbf{Bi_2Sr_2Ca_2Cu_3O_{10+δ}}$ via wide-field quantum microscopy under high pressure
cond-mat.supr-conWe investigated the pressure dependence of the superconducting transition temperature ($T_{\rm c}$) in optimally doped Bi$_2$Sr$_2$Ca$_2$Cu$_3$O$_{10+δ}$ (Bi-2223) single crystals using different pressure-transmitting media. Previous high-pressure studies have reported conflicting behaviors, ranging from a resurgence of $T_{\rm c}$ of optimally doped Bi-2223 in fluid media to an insulating-like transition in solid media. However, a direct comparison of the effects of different pressure-transmitting media is lacking. Here, we employed wide-field quantum microscopy based on nitrogen-vacancy centers to probe the magnetic response under high pressure, utilizing cBN and KBr as media. We observed that a diamagnetic response near 70 K, indicative of the superconducting transition, persisted up to 23 GPa in KBr, whereas it disappeared above 11 GPa and 70 K in cBN. These results demonstrate the high sensitivity of Bi-2223 to the pressure environment and highlight the critical role of hydrostatic pressure in cuprate superconductors.
Show more
Hamiltonian dynamics for stochastic reconstruction in emission tomography
physics.med-phThe AMIAS/RISE framework formulates emission tomography as a probabilistic inverse problem in which reconstructed images are sampled from a distribution defined by the measurement model and counting statistics. In this work we present a stochastic reformulation of this approach based on gradient-driven optimization combined with Hamiltonian Monte Carlo (HMC) sampling directly in high-dimensional voxel space. This formulation enables practical ensemble generation for tomographic image reconstructions and provides direct access to image fluctuations within the sampled ensemble. Beyond point reconstruction, we introduce a spatially resolved operator-weighted diagnostic-the sampled data-visible variance-which quantifies how image fluctuations propagate through the imaging operator and thereby probes the local conditioning of the inverse problem under realistic acquisition physics. Using controlled software phantoms, experimental anthropomorphic phantom measurements, and a clinical DATSCAN SPECT acquisition, we demonstrate that while point-estimate accuracy under ideal conditions is comparable to deterministic reconstruction methods, the stochastic formulation provides additional physically interpretable insight. In particular, the ensemble analysis distinguishes uncertainty arising from intrinsic ill-posedness of the inverse problem from that associated with forward-model inadequacy. The clinical example is included to illustrate methodological applicability under realistic acquisition statistics rather than to assess diagnostic performance. The results establish the stochastic reconstruction framework as a practical ensemble-based approach for uncertainty quantification and forward-model validation in emission tomography.
Show more
Consistent closure modeling in large eddy simulations by direct approximation of the filtered advection term
physics.flu-dynThis article addresses the widely overlooked conceptual inconsistency of the large eddy simulation (LES) framework, namely that the commonly used advection term introduces higher wave numbers in the filtered Navier-Stokes equations than consistent with the definition of a filtered equation. It is explained how this inconsistency is the reason that flux limiters, stabilization terms, or dealiasing is often required and that the LES solution is typically mesh dependent. A consistent alternative is the direct approximation of the filtered advection term, for which we derive an exact expression based on an infinite series expansion with terms of increasing order in the filter width. We show that truncating the series expansion after few terms gives an expression that is highly correlated with the filtered advection term and a suitable LES model. A posteriori studies with decaying turbulence and a turbulent shear flow are conducted that reveal that the proposed approximation of the filtered advection term predicts improved kinetic energy spectra and filtered velocity correlations compared to classical LES.
Show more
Loss of altermagnetic order and smooth restoration of Kramers' spin degeneracy with increasing temperature in CrSb and MnTe
cond-mat.mtrl-sciWe describe how thermally induced spin fluctuations modify the electronic structures of two prototypical altermagnets, CrSb and MnTe, via application of the disordered local moment picture. For both materials, our self-consistent, ab initio calculations demonstrate that local magnetic moments persist on Cr and Mn atoms in their paramagnetic states, necessitating a spin-polarised description of the electronic structure even above the Néel temperature, $T_\mathrm{N}$. Moreover, Kramers' spin degeneracy, which is broken for both materials in their altermagnetic ground states, is shown to be smoothly restored - on the average - as the local moments thermally disorder. In metallic CrSb, this occurs at temperatures well below $T_\mathrm{N}$ and the signature effects of its altermagnetism are lost as the magnetic disorder induces heavy smearing of strongly dispersive electronic states around the Fermi energy. By contrast, in semiconducting MnTe, with its band gap largely unaffected by magnetic disorder, the spin degeneracy only returns at temperatures close to and above $T_\mathrm{N}$. We quantify the temperature dependence of the altermagnetic order parameter and the underlying electronic structures of both materials, with significant implications for their spin transport properties.
Show more
Real-time probabilistic tsunami forecasting in Cascadia from sparse offshore pressure observations
physics.geo-phNear-field tsunami early warning in the Cascadia Subduction Zone is limited by sparse offshore observations. We show that a hypothetical network of 175 seafloor pressure sensors can support real-time Bayesian inference of tsunamigenic seafloor motion and probabilistic tsunami forecasts for two fully-coupled Cascadia earthquake dynamic rupture--tsunami scenarios, a partial rupture and a margin-wide rupture. The complex oceanic acoustic, Rayleigh, and tsunami wavefields in both scenarios are similar during the first two minutes and then diverge. Using an acoustic--gravity inversion with offline precomputation and online assimilation of pressure data, tsunami forecasts are obtained in less than a second. We leverage a Bayesian inversion-based framework that splits the computations into an offline precomputation phase performed with large-scale computing facilities, and an online phase that computes forecasts from real-time data and can be executed on a laptop. Forecast errors remain low at 22.1% for the margin-wide rupture and 19.6% for the partial rupture.
Show more
Optical Magnus effect on gravitational lensing
gr-qcThe optical Magnus effect refers to transverse shift of a trajectory of light caused by its polarization and appears as a correction to geometrical optics at the linear order in wavelength. Here, we start from Maxwell's equations in a curved spacetime to derive the equation of motion for a wave packet of circularly polarized light, which confirms the known result involving the helicity-dependent anomalous velocity with some generalization and clarification. We then study possible consequences of the optical Magnus effect on gravitational lensing in the Schwarzschild spacetime as well as under a weak gravitational potential in an expanding spacetime. Among others, by formulating the lens equation modified to incorporate the optical Magnus effect, the Einstein ring is found impossible to emerge from a point source for any axially symmetric thin lens. Analytic solutions to the modified lens equation are also obtained for simple lens models, illuminating how image formation is affected by the optical Magnus effect.
Show more
Q-BIO (13 papers)
Age-dependent distribution of officially reported cases of vector-borne infections
q-bio.PEOBJECTIVE: To propose a new approach to analyze the age-distribution of reported cases for vector-transmitted infections. METHODS: Using officially reported number of cases of dengue, Zika, chikungunya, malaria and leishmaniasis for distinct geographical areas, in different periods. Data were treated in special but well-known procedure, transforming the raw data into a density age-dependent distribution and fitting a special continuous function to it. RESULTS: We found that the proportion of age-dependent cases with respect to the total number of cases in a given year (or any transmission season) is probably determined by the ecological interactions between vectors and hosts. The age-distribution of the proportion of cases for the three Aedes-related infections are essentially the same independently of the magnitude of the outbreak and the geographical region considered. On the other hand, for the infections transmitted by other vectors, the age-distributions of the proportion of cases are entirely different. CONCLUSIONS: During specific outbreaks, the ratio between the age distribution of the proportion of officially reported cases and the total number of cases for Aedes transmitted infections such as dengue, chikungunya and zika is independent of the size of the outbreak, the size of the studied population, the period when the outbreak occurs; and the geographical region considered. Our results also suggest that the age-distribution of cases is mainly due to the interaction between vectors and their hosts.
Show more
HistoAtlas: A Pan-Cancer Morphology Atlas Linking Histomics to Molecular Programs and Clinical Outcomes
q-bio.QMWe present HistoAtlas, a pan-cancer computational atlas that extracts 38 interpretable histomic features from 6,745 diagnostic H&E slides across 21 TCGA cancer types and systematically links every feature to survival, gene expression, somatic mutations, and immune subtypes. All associations are covariate-adjusted, multiple-testing corrected, and classified into evidence-strength tiers. The atlas recovers known biology, from immune infiltration and prognosis to proliferation and kinase signaling, while uncovering compartment-specific immune signals and morphological subtypes with divergent outcomes. Every result is spatially traceable to tissue compartments and individual cells, statistically calibrated, and openly queryable. HistoAtlas enables systematic, large-scale biomarker discovery from routine H&E without specialized staining or sequencing. Data and an interactive web atlas are freely available at https://histoatlas.com .
Show more
Understanding Cell Fate Decisions with Temporal Attention
cs.CVUnderstanding non-genetic determinants of cell fate is critical for developing and improving cancer therapies, as genetically identical cells can exhibit divergent outcomes under the same treatment conditions. In this work, we present a deep learning approach for cell fate prediction from raw long-term live-cell recordings of cancer cell populations under chemotherapeutic treatment. Our Transformer model is trained to predict cell fate directly from raw image sequences, without relying on predefined morphological or molecular features. Beyond classification, we introduce a comprehensive explainability framework for interpreting the temporal and morphological cues guiding the model's predictions. We demonstrate that prediction of cell outcomes is possible based on the video only, our model achieves balanced accuracy of 0.94 and an F1-score of 0.93. Attention and masking experiments further indicate that the signal predictive of the cell fate is not uniquely located in the final frames of a cell trajectory, as reliable predictions are possible up to 10 h before the event. Our analysis reveals distinct temporal distribution of predictive information in the mitotic and apoptotic sequences, as well as the role of cell morphology and p53 signaling in determining cell outcomes. Together, these findings demonstrate that attention-based temporal models enable accurate cell fate prediction while providing biologically interpretable insights into non-genetic determinants of cellular decision-making. The code is available at https://github.com/bozeklab/Cell-Fate-Prediction.
Show more
The immediate effect of kangaroo mother care on Mother-infant inter-brain synchrony and infant brain function
q-bio.NCKangaroo mother care (KMC) is an intervention involving skin-to-skin contact that promotes physiological stability and supports long-term neurodevelopment in preterm infants. However, the underlying neurophysiological mechanisms remain unclear. We aimed to investigate the immediate effects of the first KMC on infants' brain function, mother-infant inter-brain synchrony, as well as their associations. Fifty-eight preterm infants (gestational age < 32 weeks or birth weight < 1500 g) and their mothers underwent synchronous dual-electroencephalography recording before and during the first KMC session. Infant brain function was assessed via power spectrum energy and graph theory-based network metrics, and mother-infant inter-brain synchrony was quantified using phase-locking value (PLV), from which inter-brain density and inter-brain strength were calculated. Correlation analyses were performed between infant intra-brain metrics and inter-brain synchrony indicators.During the first KMC, preterm infants showed enhanced theta, alpha, and beta power alongside reduced relative delta power, while brain network topological metrics remained stable. Concurrently, mother-infant inter-brain synchrony was significantly enhanced across all frequency bands, as evidenced by increased inter-brain density and strength (all p < .001). Furthermore, in the alpha band, inter-brain strength correlated positively with infant local efficiency and clustering coefficient, and in the beta band, it was positively correlated with infant small-worldness. The first KMC session can immediately enhance both preterm infant single-brain activity and mother-infant inter-brain synchrony. The strength of inter-brain synchrony is associated with the infant's intra-brain network organization, suggesting that KMC may promote intra-brain development in preterm infants via enhancing mother-infant inter-brain synchrony.
Show more
Hippocampus mediates conceptual generalization of pain modulation
q-bio.NCPain is strongly influenced by expectations and learning from previous experience, such as in classical conditioning. Conditioned responses and expectations can generalize to perceptually and conceptually related cues, but how generalization influences pain experience and the neurobiological processing of pain remains unclear. We used fMRI and multilevel mediation analyses to address this question. Thirty-six human participants first learned to associate two visual cues from distinct conceptual categories (e.g., animals vs. vehicles) with high or low levels of heat pain. In a subsequent phase, they were presented novel cues (images, drawings, or words) not previously paired with pain, but which shared the conceptual category of the initial pain-predictive cues. Participants who developed explicit expectations during learning reported greater pain in response to stimuli conceptually related to high-vs. low-pain cues ('generalization stimuli'), demonstrating generalization of cue influences on pain. This effect was mediated by increased pain-related activity to generalization stimuli in the hippocampus, which correlated with individual differences in cue-evoked expectations. A broader network, including areas of the default mode network and striatum, also contributed to conceptual generalization of pain modulation, while threat-related regions such as the amygdala responded to generalization stimuli but did not mediate effects on pain ratings. These findings extend our understanding of expectancy-driven pain modulation by showing how conceptual processes can influence pain and its neurobiological substrates, offering new insight into placebo effects and maladaptive learning in chronic pain.
Show more
Early Pre-Stroke Detection via Wearable IMU-Based Gait Variability and Postural Drift Analysis
q-bio.NCEarly identification of individuals at risk of stroke remains a major clinical challenge, as prodromal motor im- pairments are often subtle and transient. In this pilot study, a wearable sensor-based framework is proposed for early pre- stroke risk screening using a single inertial measurement unit mounted on the sacral region to capture pelvic motion during gait and standing tasks. The pelvis is treated as a biomechanical proxy for global motor control, enabling the quantification of gait variability and postural drift as digital biomarkers of neurological instability. Raw inertial signals are processed using a sensor fusion pipeline to estimate pelvic kinematics, from which variability and nonlinear dynamic features are extracted. These features are subsequently used to train a machine learning model for risk stratification across control, pre-stroke, and stroke groups. Progressive increases in pelvic angular variability and postural instability are observed from the control to stroke groups, with the pre-stroke cohort exhibiting intermediate char- acteristics. As a proof-of-concept investigation, the proposed framework demonstrates the feasibility of using a minimal wearable configuration to capture pelvic micro-instability associ- ated with early cerebrovascular motor adaptation. The classifier achieves a macro-averaged area under the curve of 0.785, indicating preliminary discriminative capability between risk categories. While not intended for clinical diagnosis, the proposed approach provides a low-cost, non-invasive, and scalable solution for continuous community-level screening, supporting proactive intervention prior to the onset of major stroke events.
Show more
Evaluating Targeted Mobility Restrictions on COVID-19 Transmission in Seoul: A Metapopulation Modeling Study Using Mobile Phone Data
q-bio.PEBroad mobility restrictions can help control infectious disease spread, but their socioeconomic costs and the variation in transmission risks by mobility purpose, age group, and spatial connectivity highlight the need for targeted approaches. In this study, we developed an age-structured SEIR metapopulation model for COVID-19 across Seoul's 25 districts, integrating mobile phone-derived origin-destination data. We stratified mobility by age (0-19, 20-59, 60+) and purpose: residential (H), school/work (W), and other non-routine (O). Using 2024 mobility data as a baseline and incorporating pandemic-period (2020-2021) mobility deviations, we investigated counterfactual strategies under various targeting scenarios. Our results showed that W restrictions among adults aged 20-59 produced the highest per-capita reductions in infection. Spatial clustering based on population-adjusted W inflows showed that high-inflow central business districts corresponded to the fast-spreading districts identified in the simulations. Targeting W flows into and within this cluster consistently reduced epidemic size across uncertain seeding locations. Furthermore, weekday-inclusive schedules outperformed weekend-only restrictions. Overall, our findings suggest that although citywide restrictions achieve larger reductions, strategically targeting routine school/work mobility among adults aged 20-59 within fast-spreading clusters can provide substantial epidemiological benefits while reducing broader socioeconomic disruption.
Show more
The Neuroscience of Transformers
q-bio.NCNeuroscience has long informed the development of artificial neural networks, but the success of modern architectures invites, in turn, the converse: can modern networks teach us lessons about brain function? Here, we examine the structure of the cortical column and propose that the transformer provides a natural computational analogy for multiple elements of cortical microcircuit organization. Rather than claiming a literal implementation of transformer equations in cortex, we develop a hypothetical mapping between transformer operations and laminar cortical features, using the analogy as an orienting framework for analysis and discussion. This mapping allows us to examine in greater depth how contextual selection, content routing, recurrent integration, and interlaminar transformations may be distributed across cortical circuitry. In doing so, we generate a broad set of predictions and experimentally testable hypotheses concerning laminar specialization, contextual modulation, dendritic integration, oscillatory coordination, and the effective connectivity of cortical columns. This proposal is intended as a structured hypothesis rather than a definitive account of cortical computation. Placing transformer operations and cortical architectonics into a common descriptive framework sharpens questions, reveals new functional correspondences, and opens a productive route for reciprocal exchange between systems neuroscience and modern AI. More broadly, this perspective suggests that comparing brains and architectures at the level of computational organization can yield genuine insight into both.
Show more
A multiscale discrete-to-continuum framework for structured population models
q-bio.PEMathematical models of biological populations commonly use discrete structure classes to capture trait variation among individuals (e.g. age, size, phenotype, intracellular state). Upscaling these discrete models into continuum descriptions can improve analytical tractability and scalability of numerical solutions. Common upscaling approaches based solely on Taylor expansions may, however, introduce ambiguities in truncation order, uniform validity and boundary conditions. To address this, here we introduce a discrete multiscale framework to systematically derive continuum approximations of structured population models. Using the method of multiple scales and matched asymptotic expansions applied to discrete systems, we identify regions of structure space for which a continuum representation is appropriate and derive the corresponding partial differential equations. The leading-order dynamics are given by a nonlinear advection equation in the bulk domain and advection-diffusion processes in small inner layers about the leading wavefronts and stagnation point. We further derive discrete boundary layer descriptions for regions where a continuum representation is fundamentally inappropriate. Finally, we demonstrate the method on a simple lipid-structured model for early atherosclerosis and verify consistency between the discrete and continuum descriptions. The multiscale framework we present can be applied to other heterogeneous systems with discrete structure in order to obtain appropriate upscaled dynamics with asymptotically consistent boundary conditions.
Show more
BCMI-Driven Motion Control Detection: EEG-Based Machine Learning and Interaction Entropy for High-Order Brain Networks
q-bio.NCThis study investigates the cognitive motor control detection and the underlying neuroregulatory mechanisms during music-assisted simulated driving. Using a dynamic higher-order network model constructed with EEG-based cross-information entropy, we quantify the dynamic coordination within brain networks activated during both music listening and driving. This approach, which contrasts with previous static network analyses, provides novel insights into how musical stimuli modulate the complex interplay of brain regions during demanding tasks. Results demonstrated enhanced third-order connectivity and elevated higher-order information entropy in music-stimulated driving compared to baseline driving, as evidenced by increasing Phi values of higher-order network indices. Supervised machine learning, including support vector machines, revealed a strong correlation between model accuracy and ROC-AUC values and the hierarchy of brain network features. This underscores the importance of higher-order features in decoding brain motor-control states during music-simulated driving. These findings deepen our understanding of the interplay between music cognition and motor control, offering valuable insights for the development of novel brain-computer-music interfaces (BCMI) and adaptive human-machine systems to enhance performance in demanding tasks like driving.
Show more
Bayesian Inference in Epidemic Modelling: A Beginner's Guide
stat.METhis lecture note provides a self-contained introduction to Bayesian inference and Markov Chain Monte Carlo (MCMC) methods for parameter estimation in epidemic models. Using the classical Susceptible-Infectious-Recovered (SIR) compartmental model as a running example, we derive the likelihood function from first principles, specify priors on the transmission and recovery parameters, and implement the Metropolis-Hastings algorithm to sample from the posterior distribution. The note is aimed at graduate students and researchers in mathematical epidemiology with limited prior exposure to Bayesian statistics.
Show more
Whole slide and microscopy image analysis with QuPath and OMERO
q-bio.QMQuPath is open-source software for bioimage analysis. As a desktop application that is flexible and easy to install, QuPath is used by labs worldwide to visualise and analyse large and complex images. However, relying only on images stored only on a local file system limits QuPath's use for larger studies. This paper describes a new extension that enables QuPath to access pixels and metadata from an OMERO server. This enhances the software by allowing it to work efficiently with images stored remotely, while also serving as a template for developers who want to connect QuPath to other image management systems.
Show more
Dual-Laws Model for a theory of artificial consciousness
q-bio.NCObjectively verifying the generative mechanism of consciousness is extremely difficult because of its subjective nature. As long as theories of consciousness focus solely on its generative mechanism, developing a theory remains challenging. We believe that broadening the theoretical scope and enhancing theoretical unification are necessary to establish a theory of consciousness. This study proposes seven questions that theories of consciousness should address: phenomena, self, causation, state, function, contents, and universality. The questions were designed to examine the functional aspects of consciousness and its applicability to system design. Next, we will examine how our proposed Dual-Laws Model (DLM) can address these questions. Based on our theory, we anticipate two unique features of a conscious system: autonomy in constructing its own goals and cognitive decoupling from external stimuli. We contend that systems with these capabilities differ fundamentally from machines that merely follow human instructions. This makes a design theory that enables high moral behavior indispensable.
Show more
EESS (32 papers)
Overlapping Covariance Intersection: Fusion with Partial Structural Knowledge of Correlation from Multiple Sources
eess.SYEmerging large-scale engineering systems rely on distributed fusion for situational awareness, where agents combine noisy local sensor measurements with exchanged information to obtain fused estimates. However, at the sheer scale of these systems, tracking cross-correlations becomes infeasible, preventing the use of optimal filters. Covariance intersection (CI) methods address fusion problems with unknown correlations by minimizing worst-case uncertainty based on available information. Existing CI extensions exploit limited correlation knowledge but cannot incorporate structural knowledge of correlation from multiple sources, which naturally arises in distributed fusion problems. This paper introduces Overlapping Covariance Intersection (OCI), a generalized CI framework that accommodates this novel information structure. We formalize the OCI problem and establish necessary and sufficient conditions for feasibility. We show that a family-optimal solution can be computed efficiently via semidefinite programming, enabling real-time implementation. The proposed tools enable improved fusion performance for large-scale systems while retaining robustness to unknown correlations.
Show more
Optimal Radio Resource Management for ISAC Under Imperfect Information: A Resource Economy-Driven Perspective
eess.SPThis work investigates the radio resource management (RRM) design for downlink integrated sensing and communications (ISAC) systems, jointly optimizing timeslot allocation, beam adaptation, functionality selection, and user-target pairing, with the goal of economizing resource consumption under imperfect information. Timeslot allocation assigns a number of discrete channel uses to targets and users, while beam adaptation selects transmit and receive beams with suitable directions, power levels, and beamwidths. Functionality selection determines whether each timeslot is used for sensing, communication, or their simultaneous operation, while user-target pairing specifies which users and targets are jointly served within the same timeslot. To ensure reliable operation, information imperfections arising from motion, quantization, feedback delays, and hardware limitations are considered. Resource economization is achieved by minimizing energy and time consumption through a multi-objective function, with strict prioritization of time savings. The resulting RRM problem is formulated as a semi-infinite, nonconvex mixed-integer nonlinear program (MINLP). Given the lack of generic methods for solving such problems, we propose a tailor-made approach that exploits the underlying structure of the problem to uncover hidden convexities. This enables an exact reformulation as a mixed-integer semidefinite program (MISDP), which can be solved to global optimality. Simulations reveal important interdependencies among the considered RRM components and show that the proposed approach achieves substantial performance improvements over baseline schemes, with gains up to 88%.
Show more
A Baseline Mobility-Aware IRS-Assisted Uplink Framework With Energy-Detection-Based Channel Allocation
eess.SPThis paper develops a self-contained framework for studying a mobility-aware intelligent reflecting surface (IRS)-assisted multi-node uplink under simplified but explicit modeling assumptions. The considered system combines direct and IRS-assisted narrowband propagation, geometric IRS phase control with finite-bit phase quantization, adaptive IRS-user focusing based on inverse-rate priority weights, and sequential channel allocation guided by energy detection. The analytical development is restricted to a physics-based two-hop cascaded path-loss formulation with appropriate scaling, an expectation-level reflected-power characterization under the stated independence assumptions, and the exact chi-square threshold for energy detection, together with its large-sample Gaussian approximation. A MATLAB implementation is used to generate a sample run, which is interpreted as a numerical example. This work is intended as a consistent, practically-aligned baseline to support future extensions involving richer mobility models or more advanced scheduling policies.
Show more
OT-DETECT: Optimal transport-driven attack detection in cyber-physical systems
math.OCThis article presents an optimal-transport (OT)-driven, distributionally robust attack detection algorithm, OT-DETECT, for cyber-physical systems (CPS) modeled as partially observed linear stochastic systems. The underlying detection problem is formulated as a minmax optimization problem using 1-Wasserstein ambiguity sets constructed from observer residuals under both the nominal (attack-free) and attacked regimes. We show that the minmax detection problem can be reduced to a finite-dimensional linear program for computing the worst-case distribution (WCD). Off-support residuals are handled via a kernel-smoothed score function that drives a CUSUM procedure for sequential detection. We also establish a non-asymptotic tail bound on the false-positive error of the CUSUM statistic under the nominal (attack-free) condition, under mild assumptions. Numerical illustrations are provided to evaluate the robustness properties of OT-DETECT.
Show more
Millimeter Wave Path Loss for Diverse Antenna Patterns in Outdoor Environment
eess.SPEmpirical path loss models are defined for a specific antenna system used during measurements and characterized by a particular radiation pattern and main lobe beam width. In this paper, we propose a novel approach to modifying such a model to estimate path loss for antenna systems with different radiation patterns and beam widths. This method is based on a multi-elliptical propagation model, enabling a more flexible adaptation of the path loss model. The paper presents the general concept of the proposed method and numerical study results demonstrating the influence of the antenna pattern shape and its beam width on path loss estimation.
Show more
Learning to Jointly Optimize Antenna Positioning and Beamforming for Movable Antenna-Aided Systems
eess.SPThe recently emerged movable antenna (MA) and fluid antenna technologies offer promising solutions to enhance the spatial degrees of freedom in wireless systems by dynamically adjusting the positions of transmit or receive antennas within given regions. In this paper, we aim to address the joint optimization problem of antenna positioning and beamforming in MA-aided multi-user downlink transmission systems. This problem involves mixed discrete antenna position and continuous beamforming weight variables, along with coupled distance constraints on antenna positions, which pose significant challenges for optimization algorithm design. To overcome these challenges, we propose an end-to-end deep learning framework, consisting of a positioning model that handles the discrete variables and the coupled constraints, and a beamforming model that handles the continuous variables. Simulation results demonstrate that the proposed framework achieves superior sum rate performance, yet with much reduced computation time compared to existing methods.
Show more
Uplink Networked Sensing via Multiuser Correlation Exploitation
eess.SPIn this correspondence, we investigate networked sensing in perceptive mobile networks under a bistatic multi-transmitter single-receiver uplink topology, where multiple user equipments (UEs) transmit signals over orthogonal frequency-division multiple access (OFDMA) resources and a single base station performs joint sensing. Uplink clock asynchronism introduces offsets that destroy inter-packet coherence and hinder high-resolution sensing, while multi-user observations exhibit exploitable cross-user correlation. We therefore formulate an asynchronous multi-user uplink OFDMA sensing model and exploit common delay-cluster sparsity across UEs. A line-of-sight (LoS)-referenced calibration first suppresses the offsets, after which a shared-private delay-domain sparse Bayesian learning (SBL) model is used for delay support recovery and user grouping. Doppler and angle of arrival are then estimated from temporal and spatial phase differences. Simulation results show that the proposed scheme outperforms per-user processing, particularly under limited subcarrier budgets and in low signal-to-noise ratio (SNR) regimes.
Show more
Improved GNSS Positioning in Urban Environments Using a Logistic Error Model
eess.SPA Gaussian error assumption is commonly adopted in the pseudorange measurement model for global navigation satellite system (GNSS) positioning, which leads to the conventional least squares (LS) estimator. In urban environments, however, multipath and non-line-of-sight (NLOS) receptions produce heavy-tailed pseudorange errors that are not well represented by the Gaussian model. This study models urban GNSS pseudorange errors using a logistic distribution and derives the corresponding maximum likelihood estimator, termed the Least Quasi-Log-Cosh (LQLC) estimator. The resulting estimation problem is solved efficiently using an iteratively reweighted least squares (IRLS) algorithm. Experiments in light, medium, and deep urban environments show that LQLC consistently outperforms LS, reducing the three-dimensional (3D) root mean square error (RMSE) by approximately 11%-31% and the 3D error standard deviation (STD) by approximately 27%-61%. A controlled scale-mismatch analysis further shows that LQLC is more sensitive to severe underestimation than to overestimation of the logistic scale, indicating that the practical tuning requirement is to avoid overly small scale values rather than to achieve exact scale matching. In addition, the computational cost remains compatible with real-time positioning. These results indicate that logistic modeling provides a simple and practical alternative to Gaussian-based urban GNSS positioning.
Show more
Near-Field Wideband Localization using TTD-Based Terahertz Extremely Large-Scale Arrays
eess.SPThe synergy between extremely large-scale antenna arrays and terahertz technology in sixth-generation networks establishes a near-field wideband transmission environment, enabling the generation of highly focused beams. To leverage this capability for multi-source localization, we propose a direct localization method based on the curvature-of-arrival of spherical wavefronts for estimating the positions of multiple near-field users from wideband signals. Furthermore, to overcome the spatial-wideband effect, we introduce a hybrid analog/digital array architecture with true-timedelayers (TTDs). We derive a closed-form position error bound to characterize the fundamental estimation performance and optimize the analog coefficients of array by maximizing the trace of the Fisher information matrix to minimize this bound. Furthermore, we extend this method to a sub-optimal iterative method that jointly optimizes beam focusing and localization, without requiring prior knowledge of the source positions for array design. Simulation results show that the proposed array configuration design significantly enhances the performance of near-field wideband localization, while the presence of TTDs effectively mitigates the localization performance degradation caused by spatial-wideband effects.
Show more
Identifiability in Blind Source Separation through Stabilizer Shrinkage: Unifying Non-Gaussianity and Observation Diversity
eess.SPIdentifiability is a central issue in blind source separation (BSS), determining whether latent sources can be uniquely recovered from observed mixtures. Classical approaches address identifiability either by exploiting source non-Gaussianity via higher-order statistics (HOS) or by enriching the observation structure through temporal, spatial, or multi-channel diversity using second-order statistics (SOS), and these routes are often regarded as fundamentally different. In this paper, we revisit identifiability in BSS from a structural perspective, interpreting it as constraint-induced reduction of residual ambiguity in the mixing model. Within this framework, the observation mechanism is viewed broadly to include both input-side statistical constraints and output-side observation structures. HOS-based and SOS-based approaches are then unified as mechanisms of stabilizer shrinkage, in which observation-induced constraints reduce an initially continuous ambiguity to a finite residual one. To connect this structural viewpoint with finite-sample regimes, we introduce a Jacobian-based sensitivity probe as a numerical diagnostic of local identifiability. Numerical experiments show that increasing non-Gaussianity or observation diversity suppresses the same residual symmetry, revealing a structural trade-off between source statistics and observation design. These results provide a unified interpretation of classical BSS methods and clarify how observation constraints govern identifiability.
Show more
Robust High Mobility NLOS UE Beamforming Strategy for Gigantic MIMO
eess.SPMaintaining robust and stable communication links in high-mobility scenarios is challenging for time-division duplex (TDD) reciprocity-based gigantic MIMO systems due to rapid channel variations, especially in non-line-of-sight (NLOS) conditions. This paper proposes a user equipment (UE) beamforming strategy that enables reliable links in high mobility without additional pilot overhead. The proposed strategy aligns the UE beamforming direction with the travel axis. Our analysis shows that this choice minimizes the Doppler spread of the channel, resulting in improved temporal stability. We evaluate this approach through simulations in scattering-rich environments representative of gigantic MIMO deployments. Numerical results confirm that movement-aligned UE beamforming enhances link robustness, increases achievable data rates, and reduces pilot signaling requirements, thereby lowering UE power consumption. These findings indicate that travel-axis-aligned UE beamforming is a promising method for improving reliability in future high-mobility wireless systems.
Show more
Speakers Localization Using Batch EM In Unfolding Neural Network
eess.ASWe propose an interpretable Batch-EM Unfolded Network for robust speaker localization. By embedding the iterative EM procedure within an encoder-EM-decoder architecture, the method mitigates initialization sensitivity and improves convergence. Experiments show superior accuracy and robustness over the classical Batch-EM in reverberant conditions.
Show more
Efficient 2.5-D FEM-Based Scattering Analysis of the Human Body for RF Sensing
eess.SPModel training for Device-Free Localization (DFL) and Radio-Frequency (RF) sensing heavily relies on large-scale datasets, which are difficult, expensive, and time-consuming to obtain through measurements. This paper proposes a fast 2.5-dimensional Finite Element Method (2.5-D FEM) for computing the scattering fields of a Body of Revolution (BoR) human model under the excitation of a z-directed dipole. The proposed method can evaluate the effect of human micro-movements through the statistical characteristics of the Received Signal Strength Indicator (RSSI). The numerical accuracy and the practical applicability of the proposed method are validated through comparisons with full-wave simulations and indoor RF sensing experiments. The simulation results show agreement with the experimental measurements, demonstrating that the method is a reliable tool for evaluating micro-movement-induced statistical variations. The proposed method provides a practical and efficient means for generating large-scale, labeled RF training datasets, thereby accelerating the development of indoor localization tools as well as the calibration and tuning of tomographic reconstruction methods.
Show more
Physics-Informed Spatial-Temporal Transformer for Terahertz Near-Field Beam Tracking
eess.SPTerahertz (THz) ultra-massive multiple-input multiple-output (UM-MIMO) promises ultra-high throughput, while its highly directional beams demand rapid and accurate beam tracking driven by precise user-state estimation. Moreover, large array apertures at high frequencies induce near-field propagation effects, where far-field modeling becomes inaccurate and near-field parametric channel estimation is costly. Bypassing near-field codebook, PAST-TT is proposed to bridge near-field tracking with low-overhead far-field codebook probing by exploiting parallax, amplified by widely spaced subarrays. With comb-type frequency-division multiplexing pilots, each subarray yields frequency-affine phase signatures whose frequency and temporal increments encode propagation delay and its variation between frames. Building on these signatures, a Parallax-Aware Spatial Transformer (PAST) compresses them and outputs per-frame position estimates with token reliability to downweight bad frames, regularized by a physics-in-the-loop consistency loss. A causal Temporal Transformer (TT) then performs reliability-aware filtering and prediction over a sliding window to initialize the beam of the next frame. Acting on short token sequences, PAST-TT avoids a monolithic spatial-temporal network over raw pilots, which keeps the model lightweight with a critical path latency of 0.61 ms. Simulations show that at 15 dB signal-to-noise ratio, PAST achieves 7.81 mm distance RMSE and 0.0588° angle RMSE. Even with a bad-frame rate of 0.1, TT reduces the distance and angle prediction RMSE by 23.1% and 32.8% compared with the best competing tracker.
Show more
Signal Recovery from Time and Frequency Samples
eess.SPWe analyze signal recovery when samples are taken concomitantly from a signal and its Fourier transform. This two-sided sampling framework extends classical one-sided reconstruction and is particularly useful when measurements in either domain alone are insufficient because of sensing, storage, or bandwidth constraints. We formulate the resulting recovery problem in finite-dimensional spaces and reproducing kernel Hilbert spaces, and illustrate the infinite-dimensional setting in a Fourier-symmetric Sobolev space. Numerical experiments with sinc- and Hermite-based schemes indicate that, under a fixed sampling budget, two-sided sampling often yields better conditioned systems than one-sided approaches. A simplified spectrum-monitoring example further demonstrates improved reconstruction when limited time samples are supplemented with frequency-domain information.
Show more
Performance Analysis of Flexible Duplex Inter-Satellite Links in LEO Networks
eess.SPThis paper investigates energy-efficient inter-satellite communication in Low Earth Orbit (LEO) networks, where satellites exchange both buffered and newly generated data through half-duplex inter-satellite links (ISLs). Due to orbital motion and interference-prone directional asymmetry, the achievable ISL capacities in opposite directions vary dynamically, leading to inefficient utilization under conventional fixed or alternating duplex modes. To address this, we propose a Flexible Duplex (FlexD) scheme that adaptively selects the ISL transmission direction in each slot to maximize instantaneous end-to-end sky-to-ground throughput, jointly accounting for ISL quality, downlink conditions, and queue backlogs. A unified analytical framework is developed that transforms the bottleneck rate structure into an equivalent SINR domain, enabling closed-form derivations of throughput outage probability and energy efficiency under deterministic ISLs and Rician satellite-to-ground fading. The analysis reveals distinct operating regions governed by ISL and backlog constraints and provides tractable bounds for ergodic rate and energy efficiency. Numerical results confirm that FlexD achieves higher reliability and up to 30% improvement in energy efficiency compared with conventional half- and full-duplex schemes under realistic inter-satellite interference conditions.
Show more
Wireless Digital Twin Calibration: Refining DFT-Domain Channel Information
eess.SPWireless digital twins can be leveraged to provide site-specific synthetic channel information through precise physical modeling and signal propagation simulations. This can help reduce the overhead of channel state information (CSI) acquisition, particularly needed for large-scale MIMO systems. For high-quality digital twin channels, the classical approach is to increase the digital twin fidelity via more accurate modeling of the environment, propagation, and hardware. This, however, comes with high computational cost, making it unsuitable for real-time applications. In this paper, we propose a new framework that, instead of calibrating the digital twin model itself, calibrates the DFT-domain channel information to reduce the gap between the low-fidelity digital twin and its high-fidelity counterpart or the real world. This allows systems to leverage a low-complexity digital twin for generating real-time channel information without compromising quality. To evaluate the effectiveness of the proposed approach, we adopt codebook-based CSI feedback as a case study, where refined synthetic channel information is used to identify the most relevant DFT codewords for each user. Simulation results demonstrate the effectiveness of the proposed digital twin calibration approach in achieving high CSI acquisition accuracy while reducing the computational overhead of the digital twin. This paves the way for realizing digital twin assisted wireless systems.
Show more
Knowledge Distillation for Collaborative Learning in Distributed Communications and Sensing
eess.SPThe rise of sixth generation (6G) wireless networks promises to deliver ultra-reliable, low-latency, and energy-efficient communications, sensing, and computing. However, traditional centralized artificial intelligence (AI) paradigms are ill-suited to the decentralized, resource-constrained, and dynamic nature of 6G ecosystems. This paper explores knowledge distillation (KD) and collaborative learning as promising techniques that enable the efficient and scalable deployment of lightweight AI models across distributed communications and sensing (C&S) nodes. We begin by providing an overview of KD and highlight the key strengths that make it particularly effective in distributed scenarios characterized by device heterogeneity, task diversity, and constrained resources. We then examine its role in fostering collective intelligence through collaborative learning between the central and distributed nodes via various knowledge distilling and deployment strategies. Finally, we present a systematic numerical study demonstrating that KD-empowered collaborative learning can effectively support lightweight AI models for multi-modal sensing-assisted beam tracking applications with substantial performance gains and complexity reduction.
Show more
RSMA-Assisted Multi-Functional 6G: Integrated Sensing, Communication, and Powering
eess.SPIntegrated sensing, communication, and powering (ISCAP) has emerged as a promising solution for enabling multi-functionality in 6G networks. However, it poses a significant challenge in the design of multi-functional waveforms that must jointly consider communication, sensing, and powering performance. In this paper, we propose a novel rate-splitting multiple access (RSMA)-enabled multi-functional ISCAP network, where RSMA facilitates the use of communication signals to simultaneously achieve all three functionalities. Based on the proposed system model, we investigate the beamforming optimization problem to explore the performance trade-offs among communication, sensing, and power transfer. To efficiently solve this problem, we develop a novel ISCAP-extragradient (ISCAP-EG) algorithm, which transforms the original problem into a sequence of convex subproblems, reformulates the dual problem as a variational inequality, and solves it using the EG method. Numerical results show that the proposed ISCAP-EG algorithm achieves performance equivalent to that of the conventional successive convex approximation (SCA)-based method, while significantly reducing simulation time. Moreover, the RSMA-enabled multi-functional ISCAP network enhance the performance trade-off compared with the conventional space-division multiple access (SDMA)-based scheme, highlighting RSMA as a promising technique for advancing multi-functional ISCAP development in 6G.
Show more
Near-Field Localization via Reconfigurable Antennas
eess.SPReconfigurable antennas (RAs) utilize the electromagnetic (EM) domain to provide dynamic control over antenna radiation patterns, which offers an effective way to enhance power efficiency in wireless links. Unlike conventional arrays with fixed element patterns, RAs enable on-demand beam-pattern synthesis by directly controlling each antenna's EM characteristics. While existing research on RAs has primarily focused on improving spectral efficiency, this paper explores their application for downlink localization. Moreover, the majority of existing works focus on far-field scenarios with little attention on near-field (NF). Motivated by these gaps, we consider a synthesis model in which each antenna generates desired beampatterns from a finite set of EM basis functions. We then formulate a joint optimization problem for the baseband (BB) and EM precoders with the objective of minimizing the user equipment (UE) position error bound (PEB) in NF conditions. Our analytical derivations and extensive simulation results demonstrate that the proposed hybrid precoder design for RAs significantly improves UE positioning accuracy compared to traditional non-reconfigurable arrays.
Show more
Implicit Neural Representation for Multiuser Continuous Aperture Array Beamforming
eess.SPImplicit neural representations (INRs) can parameterize continuous beamforming functions in continuous aperture arrays (CAPAs) and thus enable efficient online inference. Existing INR-based beamforming methods for CAPAs, however, typically suffer from high training complexity and limited generalizability. To address these issues, we first derive a closed-form expression for the achievable sum rate in multiuser multi-CAPA systems where both the base station and the users are equipped with CAPAs. For sum-rate maximization, we then develop a functional weighted minimum mean-squared error (WMMSE) algorithm by using orthonormal basis expansion to convert the functional optimization into an equivalent parameter optimization problem. Based on this functional WMMSE algorithm, we further propose BeamINR, an INR-based beamforming method implemented with a graph neural network to exploit the permutation-equivariant structure of the optimal beamforming policy; its update equation is designed from the structure of the functional WMMSE iterations. Simulation results show that the functional WMMSE algorithm achieves the highest sum rate at the cost of high online complexity. Compared with baseline INRs, BeamINR substantially reduces inference latency, lowers training complexity, and generalizes better across the number of users and carrier frequency.
Show more
Experimental Demonstration of Snapshot Differential Positioning with LEO Satellites
eess.SPPositioning using Global Navigation Satellite Systems (GNSS) typically requires several seconds of continuous signal reception from satellites in Medium Earth Orbit (MEO). This requirement poses challenges for applications where receivers can only capture signals intermittently or operate under constrained power and visibility conditions. In such scenarios, maintaining continuous tracking or reliable line-of-sight to GNSS satellites may be difficult, and conventional GNSS frequencies may also be vulnerable to interference or jamming. Low Earth Orbit (LEO) satellite constellations provide an attractive alternative due to their lower orbital altitudes, which result in higher received signal strengths, as well as their operation across a wide range of spectrum including Mobile-Satellite Service (MSS) and terrestrial L and S bands. These characteristics make LEO signals promising for navigation in challenging environments. This work presents a snapshot-based differential positioning framework that leverages signals from LEO satellites. In the proposed approach, a receiver collects signals for short durations (5-10 seconds) before entering a low-power state, enabling positioning with intermittent observations. Doppler measurements from multiple satellites are combined with a differential measurement model using a fixed reference receiver to mitigate common errors such as satellite clock bias and ephemeris uncertainty. Experimental results demonstrate that the proposed differential Doppler framework operates effectively within the constraints of snapshot-based reception. The method achieves a position error reduction of approximately 47% even when only three satellites are simultaneously visible to both the rover and the reference station.
Show more
Multi-Year Spectral Structure of 6G Candidate Bands at 2.7 GHz and 4.4 GHz
eess.SPMid-band spectrum between 2 and 8 GHz is a critical resource for sixth-generation (6G) systems as it uniquely balances favorable propagation characteristics with scalable bandwidth. Recent U.S. policy highlights candidate bands near 2.7, 4.4, and 7.1 GHz, all of which host substantial federal and non-federal incumbency, including high-power radiolocation and aeronautical telemetry systems. Although these segments are being considered for potential relocation of federal incumbents to enable commercial use, their long-term viability depends on the structural integrity of the spectrum. In such environments, the practical value of spectrum depends on the reliability and contiguity of available spectrum opportunities. This paper presents a measurement-driven feasibility analysis of two representative segments, 2.69-2.9 GHz and 4.4-4.94 GHz, using Software-Defined Radio (SDR) measurements collected during Packapalooza campaigns from 2022 to 2025. Deployment-oriented metrics are introduced to quantify scan-window reliability (SWR), altitude-dependent usable spectrum availability ratio (USAR), largest contiguous clean bandwidth (LCCB), spectral fragmentation, and extreme interference excursions. The results reveal significant year-to-year structural variability. In the 2.69-2.9 GHz band, USAR remains near unity in 2022 and 2023, but drops to approximately 0.65 in 2024 and 0.8 in 2025, accompanied by fragmentation and limited contiguous bandwidth across altitudes. The 4.4-4.94 GHz band exhibits a similar temporal pattern, but with smaller reliability degradation and larger contiguous support, often exceeding several hundred megahertz even during incumbent-dominant periods. The results highlight that wideband feasibility in these candidate bands depends strongly on spectral contiguity and structural stability rather than nominal bandwidth alone.
Show more
High-Resolution Trans-Oceanic Distributed Acoustic Sensing Enabled by a Bi-Directional Sensor Implementation
physics.geo-phWe demonstrate continuous distributed acoustic sensing over a 4400km long undersea cable. Bi-directional operation improves the strain signal-to-noise rate by >20dB, enabling 88000 50-m-spaced measurement points at a nominal telecom launch power.
Show more
Near-field Boundary Distance in mmWave and THz Communications with Misaligned Antenna Arrays
eess.SPWireless communications in the millimeter wave (mmWave) and terahertz (THz) spectrum allow harnessing large frequency bands, thus achieving ultra-high data rates. However, the inherently short wavelengths of mmWave and THz signals lead to an extended radiative near-field region, where certain canonical far-field assumptions fail. Most prior works aimed to characterize this radiative near-field region either do not consider antenna arrays on both communicating nodes or, if they do, assume perfect alignment between the arrays. However, such assumptions break down in many realistic deployments, where both sides must employ large-scale mmWave/THz antenna arrays to maintain the desired communication range, while perfect antenna alignment cannot be guaranteed particularly under nodes mobility. In this work, a generalized mathematical framework is presented to characterize the radiative near-field distance in directional mmWave and THz communication systems under various realistic array rotations and misalignments. With the use of the developed framework, compact closed-form expressions are derived for the near-field boundary distance in a wide range of antenna configurations, including array-to-array and array-to-point setups, considering both linear and planar arrays. Our numerical study reveals that the presence of antenna misalignment may significantly adjust the boundaries of the near-field region in mmWave and THz communication systems.
Show more
On the CRLB for Blind Receiver I/Q Imbalance Estimation in OFDM Systems: Efficient Computation and Closed-Form Bounds
eess.SPModern mobile communication receivers are often implemented with a direct-conversion architecture, which features a number of advantages over competing designs. A notable limitation of direct-conversion architectures, however, is their sensitivity to amplitude and phase mismatches between the in-phase and quadrature signal paths. Such in-phase and quadrature-phase (I/Q) imbalances introduce undesired image components in the baseband signal, degrading link performance -- most notably by increasing the bit-error ratio. Considerable research effort has therefore been devoted to digital techniques for estimating and mitigating these impairments. Existing approaches generally fall into two categories: data-aided methods that exploit known pilots, preambles, or training sequences, and blind techniques that operate without such prior information. For data-aided estimation, Cramér-Rao lower bounds (CRLBs) have been established in the literature. In contrast, the derivation of a CRLB for the blind I/Q-imbalance estimation case is considerably more challenging, since the received data is random and typically non-Gaussian in the frequency domain. This work extends our earlier conference contribution, which introduced a CRLB derivation for the blind estimation of frequency-independent (FID) receiver I/Q imbalance using central limit theorem (CLT) arguments. The extensions include a computationally efficient method for calculating the bound, reducing complexity from cubic in the number of samples to linear in the fast-Fourier transform (FFT) size, along with a simplified closed-form approximation. This approximation provides new insights into the allocation dependent performances of existing estimation methods, motivating a pre-estimation filtering modification that drastically improves their estimation performance in certain scenarios.
Show more
Fast Volume Alignment by Frequency-Marched Newton
eess.SPWe develop a fast and accurate method for 3D alignment, recovering the rotation and translation that best align a reference volume with a noisy observation. Classical matched filtering evaluates cross-correlation over a large discretized transformation space; we show that high-precision alignment can be achieved far more efficiently by treating pose estimation as a continuous optimization problem. Our starting point is a band-limited Wigner-$D$ expansion of the rotational correlation, which enables rapid evaluation and efficient closed-form gradients and Hessians. Combined with analytical control of the complexity of trigonometric-polynomial landscapes, this makes second-order optimization practical in a setting where it is often avoided due to nonconvexity and noise sensitivity. We show that Newton-type refinement is stable and effective when initialized at low angular bandwidth: a coarse low-resolution $\mathrm{SO}(3)$ search provides robust candidates, which are then refined by iterative frequency marching and Newton steps, with translations updated via FFT in an alternating scheme. We provide a deterministic convergence guarantee showing that, under verifiable spectral-decay and gap conditions, the frequency-marching scheme returns a near-optimal solution whose suboptimality is controlled by the Newton tolerance. On synthetic rotation-estimation benchmarks, the method attains sub-degree accuracy while substantially reducing runtime relative to exhaustive $\mathrm{SO}(3)$ search. Integrated into the subtomogram-averaging pipeline of RELION5, it matches the baseline reconstruction quality, reaching local resolution at the Nyquist limit, while reducing pose-refinement time by more than an order of magnitude.
Show more
RIS-Aided RSMA Improves the Latency vs. Energy Trade-off in the Finite Block Length MIMO Downlink
eess.SPWe simultaneously minimize the latency and improve energy efficiency (EE) of the multi-user multiple-input multiple-output (MU-MIMO) rate splitting multiple access (RSMA) downlink, aided by a reconfigurable intelligent surface (RIS). Our results show that RSMA improves the EE and may reduce the delay to 13\% of that of spatial division multiple access (SDMA). Moreover, RIS and RSMA support each other synergistically, while an RIS operating without RSMA provides limited benefits in terms of latency and cannot effectively mitigate interference. {Furthermore, increasing the RIS size amplifies the gains of RSMA more significantly than those of SDMA, without altering the fundamental EE-latency trade-offs.} Results also show that latency increases with more stringent reliability requirements, and RSMA yields more significant gains under such conditions, making it eminently suitable for energy-efficient ultra-reliable low-latency communication (URLLC) scenarios.
Show more
Dual-Domain Sparse Adaptive Filtering: Exploiting Error Memory for Improved Performance
eess.SPMany signal processing applications such as acoustic echo cancellation and wireless channel estimation require identifying systems where only a small fraction of coefficients are actually active, i.e. sparse systems. Zero-attracting adaptive filters tackle this by adding a penalty that pulls inactive coefficients toward zero, speeding up convergence. However, these algorithms determine which coefficients to penalize based solely on their current size. This creates a problem during early adaptation since active coefficients that should eventually grow large start out small, making them look identical to truly inactive coefficients. The algorithm ends up applying strong penalties to the very coefficients it needs to develop, slowing down the initial convergence. This paper provides a solution to this problem by introducing a dual-domain approach that looks at coefficients from two perspectives simultaneously. Beyond just tracking coefficient magnitude, we introduce an error-memory vector that monitors how persistently each coefficient contributes to the adaptation error over time. If a coefficient keeps showing up in the error signal, it is probably active even if it is still small. By combining both views, the proposed dual-domain sparse adaptive filter (DD-SAF) can identify active coefficients early and eliminate penalties accordingly. Moreover, complete theoretical analysis is derived. The analysis shows that DD-SAF maintains the same stability properties as standard least-mean-square (LMS) while achieves provably better steady-state performance than existing methods. Simulations demonstrate that the DD-SAF converges to the steady-state faster and/or convergences to a lower mean-square-deviation (MSD) than the standard LMS and the reweighted zero-attracting LMS (RZA-LMS) algorithms for sparse system identification settings.
Show more
Beam Prediction Based on Multimodal Large Language Models
eess.SPAccurate beam prediction is a key enabler for next-generation wireless communication systems. In this paper, we propose a multimodal large language model (LLM)-based beam prediction framework that effectively utilizes contextual information, provided by sensory data including RGB camera images and LiDAR point clouds. To effectively fuse heterogeneous modalities, we design specialized modality encoders together with a beam-guided attention masking mechanism and a high-frequency temporal alignment strategy, enabling robust cross-modal feature integration under dynamic environments. Furthermore, we construct a large-scale multimodal dataset for communication, named Multimodal-Wireless, which covers diverse weather and traffic conditions with high-fidelity ray-tracing labels. Extensive simulation results demonstrate that the proposed approach significantly reduces the reliance on oracle angle-of-departure knowledge and consistently outperforms state-of-the-art multimodal LLM-based beam prediction methods in terms of beam accuracy and communication performance, improving the average Top-1 accuracy to 80.8% and the average normalized gain to 89.1%.
Show more
Block-QAOA-Aware Detection with Parameter Transfer for Large-Scale MIMO
quant-phLarge-scale MIMO detection remains challenging because exact or near-maximum-likelihood search is difficult to scale, while available quantum resources are insufficient for directly solving full-size detection instances by QAOA. This paper therefore proposes a Block-QAOA-Aware MIMO Detector (BQA-MD), whose primary purpose is to reorganize the detection chain so that it becomes compatible with limited-qubit local quantum subproblems. Specifically, BQA-MD combines block-QAOA-aware preprocessing in the QR domain, a standards-consistent blockwise 5G NR Gray-HUBO interface, an MMSE-induced dynamic regularized blockwise objective, and K-best candidate propagation. Within this framework, fixed-size block construction gives every local subproblem a uniform circuit width and parameter dimension, which in turn enables parameter-transfer QAOA as a practical realization strategy for structurally matched local subproblems. Experiments are conducted on a 16x16 Rayleigh MIMO system with 16QAM using classical simulation of the quantum subroutine. The results show that the regularized blockwise detector improves upon its unregularized counterpart, validating the adopted blockwise objective and the block-QAOA-aware design rationale. They also show that the parameter-transfer QAOA detector nearly matches the regularized blockwise exhaustive reference and clearly outperforms direct-training QAOA in BER, thereby supporting parameter reuse as the preferred QAOA realization strategy within the proposed framework. In the tested setting, MMSE remains slightly better in the low-SNR region, whereas the parameter-transfer QAOA detector becomes highly competitive from the medium-SNR regime onward.
Show more
Exploiting Near-Field Dynamics with Movable Antennas to Enhance Discrete Transmissive RIS
eess.SPThe design of low-complexity transceivers is crucial for the deployment of next-generation wireless systems. In this work, we combine two emerging concepts, movable antennas (MA) and transmissive reconfigurable intelligent surfaces (TRIS), which have recently attracted significant attention for enhancing wireless communication performance. In particular, we propose a compact base station (BS) architecture that integrates a single MA with a TRIS operating in their near-field region. We address the joint optimization of the MA location and the quantized TRIS phase configuration. Due to the non-convex coupling between spatial positioning and discrete phase constraints, an alternating optimization (AO) framework is developed, where the MA position is updated via gradient ascent (GA) and the TRIS phases are optimized through quantized phase alignment. Simulation results demonstrate that the proposed architecture significantly outperforms conventional BS designs equipped with fixed fully-active antenna arrays under the same channel model and transmit power constraint. Moreover, MA repositioning effectively mitigates the performance degradation caused by discrete TRIS phase quantization in near-field propagation environments. This reveals a favorable trade-off between hardware complexity and spatial signal processing, where the spatial adaptability of the MA can compensate for low-resolution TRIS phase control.
Show more
QUANTUM (93 papers)
Beyond $Λ$CDM with a Logistic RG-like Flow of the Low Redshift Cosmic Evolution
astro-ph.CORecent cosmological observations show hints for possible deviations from the standard $Λ$CDM paradigm at late times. To study such deviation, we introduce a minimal phenomenological framework in which the total equation of state of the Universe, $w_{\rm T}(z)$, follows a logistic evolution motivated by a renormalization group like flow between cosmological fixed points. This approach directly reconstructs $w_{\rm T}(z)$ probed by background observables, without assuming a specific dark energy model. Using DESI-DR2 baryon acoustic oscillation measurements, DES-Dovekie latest supernova data, and CMB distance priors, we find that the logistic parametrization provides an improved fit compared to $Λ$CDM and remains competitive with standard dynamical dark energy models. The inferred expansion history exhibits noticeable deviations from $Λ$CDM at low redshifts, reflected in the reconstructed jerk parameter. While the statistical significance of these deviations is model-dependent, our results highlight the potential of flow-inspired parametrizations as a complementary and physically interpretable framework for probing late-time cosmic dynamics.
Show more
Solving gravitational field equations by Wiener-Hopf matrix factorisation, and beyond
math-phBy viewing Einstein's field equations -- reduced to two dimensions -- as an integrable system, one can simultaneously obtain exact solutions to both the equations themselves and their associated Lax pair via a canonical Wiener-Hopf factorisation of a so-called monodromy matrix. In this article, we review this remarkable interplay between gravitational field equations, integrable systems, Riemann-Hilbert problems, and Wiener-Hopf factorisation theory, with particular emphasis on developments from the past decade enabled by advances in Wiener-Hopf factorisation techniques arising from the study of singular integral equations and Toeplitz operators. Through a variety of concrete examples, we illustrate how Wiener-Hopf factorisation yields explicit, exact solutions to the field equations of gravitational theories, and how its generalisation through a so-called $τ$-invariance property provides a new solution-generating method. Along the way, we aim to demonstrate the importance of an interdisciplinary approach -- grounded in General Relativity, Complex Analysis, and Operator Theory -- for the study of gravitational field equations.
Show more
Efficient Shadow Tomography of Thermal States
quant-phWe present a general protocol for estimating $M$ observables from only $\mathcal{O}(\log (M)/\varepsilon^2)$ copies of a Gibbs state whose Hamiltonian is accessible. The protocol uses single-copy, nonadaptive measurements and uses a total Hamiltonian simulation time of $\widetilde{\mathcal{O}}(βM/\varepsilon^2)$; we show that the sample complexity is optimal in a black-box setting where exponential time Hamiltonian simulation is prohibited. The key idea is a new interpretation of quantum Gibbs samplers as \textit{detailed-balance measurement channels}: measurements that preserve the Gibbs state when outcomes are marginalized. Consequently, shadow tomography of thermal states admits a general efficient algorithm when the Hamiltonian is known, substantially lowering the readout cost in quantum thermal simulation.
Show more
Measurement-Based Estimation of Causal Conditional Variances and Its Application to Macroscopic quantum phenomenon
quant-phWe analytically investigate a quantum estimation method for a mechanical oscillator in a detuned cavity system based solely on homodyne measurement records, building on the framework developed by C.Meng et al. (Science Advances 8, 7585 (2022)). Estimation based only on measurement records is important because it enables state verification without assuming knowledge of the true system state. We construct a relative estimate operator from causal and anti-causal quantum Wiener filters and calculate its variance. The deviation from the causal conditional variance is defined as a reconstruction bias, whose magnitude is evaluated analytically. We show that, within experimentally relevant parameter regimes for typical quantum-state preparation, the reconstruction bias is sufficiently small to be neglected. As applications to state verification, we apply the method to proposals for macroscopic quantum entanglement mediated by electromagnetic interactions and for conditional momentum-squeezed states generated by homodyne detection, and clarify the conditions under which the bias remains negligible and when the reconstruction bias becomes significant.
Show more
The weakly interacting tenfold way
math-phWe present implementations of the topological K-theory spectra $KU$ and $KO$ in terms of time evolution operators of irreducible free fermion systems with symmetries, with explicit formulas for the structural suspension maps. We also introduce a geometric definition of weakly interacting time evolution operators, and show how associated spectra $KU^{wi}$ and $KO^{wi}$ deformation retract to $KU$ and $KO$. We thus have a stable homotopy theoretical proof that the tenfold way is stable to weak interactions.
Show more
Boosted linear-optical measurements on single-rail qubits with unentangled ancillas
quant-phAny quantum state of the radiation field, sliced in small non-overlapping space-time bins is a collection of single-rail qubits, each spanning the vacuum and single-photon Fock state of a mode. Quantum logic on these qubits would enable arbitrary measurements on information-bearing light, but is hard due to the lack of strong nonlinearities. With unentangled ancilla single-rail qubits, an $8$-port interferometer and photon detection, we show any single-rail qubit measurement in the $XY$ Bloch plane is realizable with success probability $147/256$, which beats the prior-known $1/2$ limit.
Show more
How compactness curbs entanglement growth in bosonic systems
quant-phZero modes, understood here as degrees of freedom with vanishing confining frequency, play a central role in the nonequilibrium dynamics of bosonic systems. In Gaussian models, however, they lead to an unbounded, logarithmic growth of entanglement entropy. We show that this divergence is not an intrinsic property of zero modes themselves, but arises specifically for non-compact zero modes. Their non-compact configuration space allows unbounded spreading in position space, while their continuous spectra enable indefinite dephasing in momentum space. By contrast, compact zero modes in compact bosonic systems behave fundamentally differently: Spreading and dephasing are eventually halted, so that compactness caps the entanglement entropy at a finite value, making its dynamical role most transparent in the presence of a zero mode. We demonstrate this mechanism in a minimal setting by comparing two coupled harmonic oscillators with two coupled quantum rotors. We then show that the same physics persists in many-body systems by contrasting an N-site compact rotor chain with the non-compact harmonic chain. Finally, we relate these insights to ultra-cold-atom realizations of compact quantum field theories. In particular, we clarify when a compact free-boson (Tomonaga-Luttinger liquid) description is required and when the commonly used non-compact massless Klein-Gordon model breaks down. Even when the initial state is accurately captured by a non-compact Gaussian description, compactness ultimately governs the late-time quench dynamics, curbing entanglement growth rather than allowing a dynamical divergence.
Show more
High-rate quantum digital signatures over 250 km of optical fiber
quant-phQuantum digital signatures (QDS) offer information-theoretic security for message integrity, authenticity, and non-repudiation, and constitute a fundamental cryptographic primitive for future quantum networks. Despite significant progress, the practical deployment of QDS has been severely constrained by limited signature rates and poor tolerance to channel loss, particularly in long-distance and metropolitan-scale networks. Here, we report a high-rate, loss-resilient QDS system that overcomes these two key bottlenecks simultaneously. Our implementation combines intrinsically phase-stable polarization modulation based on a Sagnac interferometer with gigahertz-rate quantum state encoding and low-timing-jitter superconducting nanowire single-photon detectors, enabling robust and continuous operation at high repetition frequencies. By integrating this hardware platform with a one-time universal hashing-based QDS protocol, we achieve a signature rate improvement of more than two orders of magnitude compared with existing QDS implementations under comparable channel-loss conditions. Notably, the system maintains a non-zero effective signature rate of approximately 1.25 times per second at a total channel loss of up to 49.05 dB, representing the highest loss tolerance reported for QDS to date. These results establish a practical and scalable technological pathway for deploying QDS in real-world quantum communication networks.
Show more
Completely Bounded Qusi-Norms, Their Mutiplicativity, and New Additivity Results of Quantum Channels
quant-phWe obtain two new additivity results of quantum channels. The first one is the additivity of the channel Rényi information associated with the sandwiched Rényi divergence of order $α\in[\frac{1}{2},1)$. To prove this, we introduce the completely bounded $1\toα$ quasi-norms for completely positive maps, with $α\in[\frac{1}{2},1)$, and show that it is multiplicative. The additivity/multiplicativity derived here extends and complements the results of Devetak {\it et al} (Commun Math Phys 266:37-63, 2006) and Gupta and Wilde (Commun Math Phys 334:867-887, 2015), which deal with the case $α>1$. The second one is the additivity of the channel dispersion, which is a quantity related to the second-order behavior of quantum information tasks.
Show more
Curvature inequalities and rigidity for constant mean curvature and spacetime constant mean curvature surfaces
math.DGWe establish curvature inequalities and rigidity results for surfaces satisfying constant mean curvature type conditions in both Riemannian and Lorentzian geometry. In the Riemannian setting we study constant mean curvature (CMC) surfaces in three-dimensional manifolds with scalar curvature bounds. Building on the Christodoulou-Yau inequality $H^2\leq 16π/ |Σ|$ (with $H$ the mean curvature and $|Σ|$ the area), we show that the associated rigidity phenomena persist under a weaker notion of stability controlling only the constant mode of the second variation, combined with an extrinsic curvature sign condition. This yields Euclidean rigidity without imposing intrinsic symmetry or near-roundness assumptions and extends to higher dimensions and to the hyperbolic and spherical settings. In the Lorentzian setting we consider spacetime constant mean curvature (STCMC) surfaces, a natural generalization of CMC surfaces. We introduce a stability theory for STCMC surfaces and prove the sharp inequality $|\vec{H}|^2\leq 16π/ |Σ|$ under the dominant energy condition. We also obtain rigidity for the equality case: under suitable geometric assumptions the surface is intrinsically round and the spacetime region it bounds is flat, with maximal globally hyperbolic development isometric to a causal diamond in Minkowski spacetime. Finally, we show that the canonical asymptotic STCMC foliations known in both the spacelike and null settings have leaves that are stable with respect to this notion of stability.
Show more
Dyonic Einstein-Maxwell-scalar black holes: the cold, the hot and the plunge
gr-qcWe investigate dyonic nonlinearly scalarized black holes in Einstein-Maxwell-scalar theory. The domain of existence of scalarized dyonic black holes consists of three branches. The cold branch and the hot branch bifurcate at a minimal value of the charge, analogous to the purely electrically charged scalarized black holes. However, the presence of both charges allows for regular extremal black holes, leading to a third branch featuring a sudden plunge in Hawking temperature. In fact, the presence of both electromagnetic charges introduces a factor $Δ(φ)$ in the source term of scalar field equations that vanishes when the coupling function $f(φ)$ equals the ratio of the charges for some value of the scalar field $φ_c$. The scalar field of extremal black holes assumes precisely this value at the horizon, $φ_H=φ_c$. We demonstrate the plunge for the coupling function $f(φ)=\exp(αφ^3)$.
Show more
A Compact Broadband Purcell Filter for Superconducting Quantum Circuits in a 3D Flip-Chip Architecture
quant-phFast and high-fidelity qubit readout requires strong coupling between the readout resonator and the feedline. However, such coupling unavoidably enhances qubit decay through the Purcell effect. We present a four-pole broadband Purcell filter implemented on a 3D flip-chip platform to overcome this trade-off. The filter provides a flat 1 GHz passband centered at 7.68 GHz and achieves more than 45 dB suppression at typical qubit frequencies. We demonstrate the filter's compatibility with multiplexed readout using a test chip that integrates six floating readout resonators strongly coupled within the passband. The chip is fabricated using a 150 nm Niobium (Nb) thin-film process and characterized at 20 mK in a cryogenic measurement setup. We also develop an analytical model that accurately captures the filter response and determines the resonance frequencies and external quality factors of the floating resonators directly from their physical geometry, enabling rapid circuit synthesis and design optimization. The proposed design is compact and fabrication-tolerant, making it a practical solution for large-scale superconducting quantum processors.
Show more
Secure Quantum Communication: Simulation and Analysis of Quantum Key Distribution Protocols
quant-phQuantum computing poses significant threats to conventional cryptographic techniques such as RSA and AES, motivating the need for quantum secure communication methods. Quantum Key Distribution (QKD) offers information theoretic security based on fundamental quantum principles. This paper presents a simulation-based analysis of well-known QKD protocols, namely BB84, B92, and E91, using the IBM Qiskit framework. Realistic quantum channel effects, including noise, decoherence, and eavesdropping, are modeled to evaluate protocol performance. Key metrics such as error rate, secret key generation, and security characteristics are analyzed and compared. The study highlights practical challenges in QKD implementation, including hardware limitations and channel losses, and discusses insights toward scalable and robust quantum communication systems. The results support the feasibility of QKD as a promising solution for secure communication in the quantum era.
Show more
Quantum dynamics of few-photon pulsed waveguide-QED with a single artificial atom: frequency-dependent scattering theory and time-dependent matrix product states
quant-phWe present a quantum dynamical study of pulsed few-photon scattering from a single artificial atom, consisting of a two-level system (TLS) or qubit, in a waveguide QED system, directly comparing and contrasting two different quantum theoretical simulation methods: (i) an input-output scattering approach that uses frequency-dependent scattering matrices, and (ii) a matrix product states (MPS) approach, which uses quantum noise operators in time bins and a tensor network technique to solve the time-dependent waveguide function for the entire system. Beginning with pulsed excitation using one-photon and two-photon Fock state pulses, we first show how to compute time-dependent observables with the scattering matrix approach, in terms of frequency integrals that encode the pulse spectrum, including how to extract the population dynamics of the excited quantum emitter, as well as the linear and nonlinear contributions. We present solutions for both symmetric and chiral TLS coupling. We then show how to compute the qubit and field observables in a more direct way using MPS, and obtain the characteristic bird-like shape for the two-photon correlation function at two times, which has been observed in recent experiments. We compare and contrast both of these methods, for one and two-photon excitation pulses, and show excellent agreement. We also present a study of the linear and nonlinear contributions, which can easily be calculated using scattering theory, and show the important role of pulse duration. Finally, we demonstrate the clear advantages of MPS by easily going to higher N-photon excitations, and show selected example population dynamics of up to eight-photon Fock-state pulses, manifesting in clear nonlinear population oscillations during the pulse interaction, similar to classical Rabi oscillations, but with quantum input fields that have a vanishing electric field expectation value.
Show more
Testing general relativity with binary black holes: a study on the sensitivity requirements for future space-based detectors
gr-qcWe study the sensitivity required for a future space-based detector to search for beyond general relativity effect in gravitational wave detection. To do this, we use the current design of TianQin, LISA, and $μ$Ares as starting points, and study how their key noise parameters should be improved to adequately detect some target signals, for which we choose a nonlinear ringdown mode, displacement memory, and a putative beyond general relativity signal, all from the merger of massive black hole binaries. We find that the required improvements are strongly dependent on the choice of the target signals and the population model of massive black hole binaries, and $4-9$ orders of magnitude improvement will be needed in the most demanding detection scenarios.
Show more
CryoCMOS RF multiplexer for superconducting qubit control, readout and flux biasing at millikelvin temperatures with picowatt power consumption
quant-phLarge-scale cryogenic quantum systems are constrained by an input-output bottleneck between room-temperature electronics and millikelvin stages, particularly in superconducting qubit platforms. This bottleneck is most acute for output lines, where bulky and expensive microwave components limit scalability. A promising approach for scalable characterization and testing is to perform signal multiplexing directly at the qubit plane. We demonstrate a cryogenic CMOS (cryoCMOS) RF multiplexer operating at 10 millikelvin with record-low static power consumption of 200 pW. The device provides < 2 dB insertion loss and > 30 dB isolation across DC-8 GHz. Direct connection to transmon qubits marginally affects coherence times in the range of 100 microseconds, enabling multiplexing of readout, flux and, in principle, XY drive lines. This work introduces cryoCMOS multiplexers as valuable tools for scalable, high-throughput cryogenic characterization and testing, and advances co-integrated quantum-classical control for future large-scale quantum processors.
Show more
Energy Conditions in Gauss-Bonnet Gravity
gr-qcWe study the Energy Conditions in modified $f(G)$ gravity, with $G$ being the topological Gauss-Bonnet term. Then we use the cosmographic parameters to constrain the functional form of the gravitational action and investigate the possibility to have standard inflation in the early time. Specifically, we select models containing symmetries within the modified $f(\G)$ theory and obtain conditions for which i) the energy conditions can be violated and ii) the magnitude of the slow-roll parameters is small, thus suggesting that under given limits the analyzed theory can potentially trace the cosmic history both at early and at the late times.
Show more
Quantum classification and search algorithms using spinorial representations
quant-phWe propose an algebraic formulation for two distinct quantum algorithms: a quantum classification algorithm and a quantum search algorithm with a non-uniform initial distribution, both based on Clifford algebras and spinorial representations. In the classification algorithm, we exploit properties of spinorial representations to construct orthogonal quantum states associated with different classes, allowing the identification of an item's class through the evaluation of expectation values of operators derived from the generators of the Clifford algebra. In the quantum search algorithm, we consider a database with prior information in which the oracle is implemented directly using generators of the Clifford algebra, simplifying its realization. The proposed approach provides a unified algebraic description for both algorithms, employing spinorial representations in the construction of quantum states and operators. Computational implementations are presented.
Show more
Hawking-Page phase transitions of black holes in the Hamiltonian formalism
gr-qcThe Hawking-Page phase transition represents a critical phenomenon in black hole thermodynamics, marking the point at which a thermal radiation state in anti-de Sitter (AdS) spacetime becomes unstable. In this work, we apply the Hamiltonian formalism to study the Hawking-Page phase transition of the Banados-Teitelboim-Zenelli (BTZ) black hole in on-shell and off-shell configuration. The results show that the Hamiltonian of the black hole system corresponds to its thermodynamic free energy. Next, we examine the Hawking-Page phase transition of the Reissner-Nordstrom (RN) black hole and the Kerr-Newmann (KN) black hole, and compare our results with existing results in on-shell case. We then further extend this method to the previously unexplored off-shell case of the RN and KN black holes, thereby demonstrating the influence of the electric charge and the rotation of the black hole on their Hawking-Page phase transition. The results show that, in the presence of electric charge and totation, enables the coexistence of black hole and the thermal soliton states.
Show more
Testing the Coexistence of Dark Energy and Dark Matter with Late-time Observational Data
astro-ph.COWe investigate the viability of a cosmological scenario with interacting dark sector, which can describe the coexistence between dark energy and dark matter. The model possesses an analytical solution for the Hubble function and we constrain the free parameters by applying the newly released cosmic chronometers data (31 old data and 3 new data from DESI), the Baryonic Acoustic Oscillators from the Dark Energy Spectroscopic Instrument Survey (DESI DR2 BAO), along with Gamma-ray bursts (GRBs) and Supernova catalogues (Pantheon Plus, Union3, and DES-Dovekie). We find that the coexistence model fits the data sets in a better way than the reference models - the $Λ$CDM and $w$CDM models. The analysis shows that the coexistence scenario can provide a cosmologically viable model for the description of the late-time acceleration of the universe. Nevertheless, for large redshifts, the model has a similar behaviour to that of the $w$CDM model, as the introduction of the GRB data indicates in the statistical parameters. Finally, it is worth mentioning that the coexistence model provides a statistically smaller value for the $H_{0}$ parameter.
Show more
Logarithmic-depth quantum state preparation of polynomials
quant-phQuantum state preparation is a central primitive in many quantum algorithms, yet it is generally resource intensive, with efficient constructions known only for structured families of states. This work introduces a method for preparing quantum states whose amplitudes are given by a degree$-d$ polynomial, using circuits with logarithmic depth in the number $n$ of qubits and only $\mathcal O(n)$ ancilla qubits, improving previous approaches that required linear-depth circuits. The construction first relies on a block-encoding of an affine diagonal operator based on its Pauli-basis decomposition, which involves only $n$ terms. A modified linear-combination-of-unitaries (LCU) technique is introduced to implement this decomposition in logarithmic depth, together with a novel circuit for the EXACT-one oracle that flags basis states in which exactly one qubit is in the state $|1\rangle$. It then uses a generalized quantum eigenvalue transformation (GQET) to promote this affine operator to an arbitrary degree polynomial. Theoretical analysis and numerical simulations are reported along with a proof-of-principle implementation on a trapped-ion quantum processor using $14$ qubits and more than $500$ primitive quantum gates. Because polynomial approximations are ubiquitous in scientific computing, this construction provides a scalable and resource-efficient approach to quantum state preparation, further improving the potential of quantum algorithms in fields such as chemistry, physics, engineering, and finance.
Show more
Dark state role in time-reversal symmetry breaking
quant-phWe investigate the role of the global driving phase $Φ$ in the dynamics of driven few-level quantum systems, a central setting in coherent control of atomic, molecular, and solid-state platforms. In particular, we focus on systems with closed-loop couplings, where external driving fields induce interference effects that strongly influence population transfer and symmetry properties of time-evolution. While full time-reversal symmetry requires $Φ=0,π$, leading to a real Hamiltonian, we focus on a less restrictive transformation, the phase inversion (or complex conjugation of the Hamiltonian), under which population dynamics can remain symmetric even though coherences generally do not. We show that the presence of a dark (spectator) state is a sufficient condition for this population phase symmetry (P$Φ$S), as it constrains the dynamics to reduced subspaces characterized by SU(2) or open-loop SU(3) evolution. We analyze this mechanism in three- and four-level systems and derive general conditions for P$Φ$S that extend to generic $n$-level configurations, with $n$ even. These findings provide practical guidelines for achieving robust control in quantum systems, with potential applications in quantum information processing and quantum computing.
Show more
High Fidelity Single-NV Qubit Quantum State Tomography by Photoelectric Readout
quant-phQuantum computing is a rapidly developing field. However, the most commonly used qubits require cryogenic conditions to operate, which increases the costs and puts constraints on the up-scaling. Ambient solid-state qubits provide an alternative with potential for large-scale application. The nitrogen-vacancy (NV) center in diamond is one of the main candidates for solid-state computing architectures at room temperature and has proven to be competitive in terms of gate fidelity, quantum error correction, couplings, etc. Each NV center has an associated electronic spin that is conventionally read out by photoluminescence. However, regarding the creation of small, ambient NV-based quantum processors, the optical readout introduces limitations on the collection efficiency and resolution of the readout as well as the size of the final device and its integration into standard semiconductor architectures. In this work, we investigate the competitiveness of the photoelectric readout versus the traditional optical readout. In particular, we report on using photoelectrical detection to perform quantum state tomography measurements on a single NV center. We achieve the fidelity $0.995 \pm 0.0062$ for state reconstruction, comparable to optical measurements, demonstrating that the fidelity does not suffer from the adapted readout, highlighting the value of photoelectric detection for NV-based quantum processors.
Show more
Distinguishing types of correlated errors in superconducting qubits
quant-phErrors in superconducting qubits that are correlated in time and space can pose problems for quantum error correction codes. Radiation from cosmic and terrestrial sources can increase the quasiparticle (QP) density in a superconducting qubit device, resulting in an increased rate of QPs tunneling across proximal Josephson junctions (JJs) and causing correlated errors. Mechanical vibrations, such as those induced by the pulse tube in a dry dilution refrigerator, are also a known source of correlated errors. We present a method for distinguishing these two types of errors by their temporal, spatial, and frequency domain features, enabling physically motivated error-mitigation strategies. We also present accelerometer data to study the correlation between dilution refrigerator vibrations and the errors. We measure arrays of transmon qubits where the difference in superconducting gap across the JJ is less than the qubit energy, as well as those where the gap is greater than the qubit energy, which has been shown to mitigate radiation-induced errors. We show that these latter devices are also protected against vibration-induced errors.
Show more
Reducing C-NOT Counts for State Preparation and Block Encoding via Diagonal Matrix Migration
quant-phQuantum state preparation and block encoding are versatile and practical input models for quantum algorithms in scientific computing. The circuit complexity of state preparation and block encoding frequently dominates the end-to-end gate complexity of quantum algorithms. We give algorithms with lower C-NOT counts for both the state preparation and block encoding. For a general $n$-qubit state, we improve the C-NOT count from Plesch-Brukner algorithm, proposed in 2011, from $(23/24)2^n$ to $(11/12)2^n$. For block encoding, our single-ancilla protocol for $2^{n-1}\times 2^{n-1}$ matrices uses the spectral norm as subnormalization and achieves a C-NOT count leading term $(11/48)4^n$. This result even exceeds the lower bound of $(1/4)4^n$ for $n$-qubit unitary synthesis. Further optimization is performed for low-rank matrices, which frequently arise in practical applications. Specifically, we achieve the C-NOT count leading term $(K+(11/12))2^n$ for a rank-$K$ matrix. Our approach builds upon the recursive block-ZXZ decomposition from Krol et al. and introduces a diagonal matrix migration technique based on the commutativity of the diagonal matrix and the uniformly controlled rotation about the $z$-axis to minimize the use of C-NOT gates.
Show more
Achieving Sub-Zeptonewton Force Sensitivity and Spin-Motion Entanglement in Levitated Diamond via Pulsed Backaction Evasion
quant-phWe propose a system to achieve sub-zeptonewton force sensing and robust spin-mechanical entanglement in a levitated diamond system. By coupling a Nitrogen-Vacancy (NV) center spin to the motion of its host diamond within a magnetic trap, we develop a platform designed to surpass the standard quantum limit. We develop and compare three distinct pulse sequences--Ramsey, Hahn echo, and Carr-Purcell-Meiboom-Gill (CPMG)--to create increasing amounts of backaction evasion while mitigating the effects of shot noise and thermal decoherence. Our results show that the CPMG sequences yield the most significant performance gains, reaching a force sensitivity of better than $10^{-23} \text{ N}/\sqrt{\text{Hz}}$ for broadband sensing around $10^4 \text{ Hz}$. Furthermore, we derive an entanglement witness protocol that accounts for pulsed dynamical decoupling, proving that spin-motion entanglement remains detectable even when occurring much faster than the mechanical period. These findings provide a more practical path for using levitated nanodiamonds both as high-precision sensors and as non-classical mechanical systems for fundamental tests of quantum mechanics.
Show more
Optical Chopping Enhanced Rydberg-Atom-Based Ultra-Low-Frequency Electric Field Measurement
quant-phThis study demonstrates a significant enhancement in ultra-low-frequency (ULF) electric field sensitivity using Rydberg atoms via an optical chopping amplification (OCA) technique. Conventional Rydberg-based ULF measurements are fundamentally limited by 1/f noise, which severely degrades sensitivity. Our approach modulates the coupling laser with an optical chopper before the vapor cell, inducing periodic Rydberg excitation at the chopping frequency. The photodetector (PD) output signal is demodulated by a lock-in amplifier (LIA) using the optical chopper's signal as the reference. This process effectively improves the signal-to-noise ratio (SNR) by shifting the 1/f noise to a higher frequency band where it can be filtered out. The OCA technique enhanced sensitivity by 19.1 dB for the frequency 7 Hz, which is down to 49.1 uV/cm/rt(Hz). For the frequency range from 10Hz to 1kHz, it also enhanced nearly 7dB. This OCA method for enhancing the sensitivity of Rydberg atoms in ULF electric field measurements enables the Rydberg sensor's detection range to span the entire spectrum from low frequency (LF) to ULF, thereby significantly broadening its application potential.
Show more
Looking down the rabbit hole: Towards quantum optimal estimation of surface roughness
quant-phSurface roughness is an important quantity to many engineering and precision manufacturing disciplines. In this paper we investigate the problem of estimating the root-mean-square roughness of a sample by passive linear optical methods. By adopting quantum parameter estimation techniques, we determine the ultimate precision limits on roughness estimation. In particular, we show that the information on the first moment (mean height) and standard deviation (roughness) of the axial profile distribution of multiple incoherent point sources is bounded by a constant. While classical imaging techniques fail to achieve this bound, a quantum inspired imaging technique based on spatial mode demultiplexing is proven to be optimal for estimating the axial standard deviation. Combined with analogous recently investigated methods for estimating radial profiles, this can provide a powerful technique for measuring roughness of nearly smooth surface patches beyond the diffraction limit.
Show more
Perturbative Effects of Dark Matter Environments on Black Hole Shadows
astro-ph.COConstructing spacetime solutions that describe black holes embedded in dark matter environments is a crucial step toward probing the properties of dark matter in the strong-field regime of gravity. At present, however, there is no unique or systematic framework to model such configurations, and several commonly adopted approaches raise methodological ambiguities. Motivated by these challenges, we build upon a perturbative framework to describe deformations of static, spherically symmetric black holes induced by a surrounding dark matter distribution. Within this framework, we compute the leading-order corrections to both the photon-sphere radius and the radius of the black hole shadow, assuming a generic dark matter halo profile. We then apply the formalism to physically motivated density profiles, including the Hernquist and Navarro-Frenk-White models, obtaining closed-form analytical expressions for the perturbed metric functions and for the critical impact parameter in the Schwarzschild background. Using these results, we obtain quantitative estimates for the corresponding shadow deviations and find that they lie well beyond the current observational bounds set by Keck and VLTI measurements. As a consistency check, we further estimate the total dark matter mass enclosed within the orbital radius of the S2 star and show that it remains well below the $0.1\%$ upper limit reported by the GRAVITY collaboration. Overall, this approach offers a systematic avenue to investigate perturbative effects of dark matter on black hole phenomenology, including potential implications for gravitational wave observations.
Show more
Violation of Cosmic Censorship in Einstein-Maxwell-Scalar Models with Fractional Coupling
gr-qcThe weak cosmic censorship conjecture plays a foundational role in classical gravity by asserting that spacetime singularities are generically hidden behind event horizons. In this work, we explore its robustness in the Einstein-Maxwell-Scalar theory with fractional coupling by studying both static black hole solutions and their fully nonlinear dynamical evolution. We identify a class of scalarized black holes that develop negative energy density near the event horizon, indicating violations of the classical energy conditions. Numerical evolutions of perturbed configurations reveal that sufficiently strong fractional coupling drives rapid curvature growth and geometric degeneration in the near-horizon region, accompanied by persistent negative energy density. While the simulations do not resolve the ultimate end state, the observed dynamics consistently point toward a weakening of the horizon-supporting structure and are suggestive of incipient naked singularity formation. These results uncover a classical mechanism through which fractional coupling can challenge the validity of the weak cosmic censorship conjecture in asymptotically flat spacetimes.
Show more
Chipmunq: Fault-Tolerant Compiler for Chiplet Quantum Architectures
quant-phAs quantum computing advances toward fault-tolerance through quantum error correction, modular chiplet architectures have emerged to provide the massive qubit counts required while overcoming fabrication limits of monolithic chips. However, this transition introduces a critical compilation gap: existing frameworks cannot handle the scale of fault-tolerant quantum circuits while managing the noisy, sparse interconnects of chiplet backends. We present Chipmunq, the first hardware-aware compiler for mapping and routing fault-tolerant circuits onto modular architectures. Chipmunq employs a quantum-error-correction-aware partitioning strategy that preserves the integrity of logical qubit patches, preventing prohibitive gate overheads common in general-purpose compilers. Our evaluation demonstrates that Chipmunq achieves a 13.5x speedup in compilation time compared to state-of-the-art tools. By incorporating chiplet constraints and defective qubits, it reduces circuit depth by 86.4% and SWAP gate counts by 91.4% across varying code distances. Crucially, Chipmunq overcomes heterogeneous inter-chiplet links, improving logical error rates by up to two orders of magnitude.
Show more
Detectability of Nearby Binary Neutron Stars with Future sub-mHz Gravitational Wave Missions
astro-ph.HEBinary neutron stars (BNSs) are one of the most important gravitational wave (GW) sources, which provide key insights to evolution of massive binary stars and nuclear physics. Beyond Laser Interferometer Space Antenna (LISA), Taiji, and Tianqin missions, proposed concepts for next generation space-based GW observatories, including LISAmax, Folkner, and eASTROD, aim to explore the sub-millihertz (mHz) to microhertz ($μ$ Hz) frequency band. Because the proposed designs substantially suppress low-frequency noise, these detectors are expected to outperform LISA, Taiji, and Tianqin in detecting eccentric Galactic BNS systems. In this paper, we estimate the detectability of nearby inspiraling BNSs using future sub-mHz GW detectors. By utilizing compact binary population synthesis simulations to generate mock BNS samples and estimate their signal-to-noise ratios (SNRs) correspondingly for each GW detector over an observation period of $5-10$\,years, we find that LISAmax may detect $\sim 520-900$ Galactic BNSs, whereas Folkner and eASTROD may detect $\sim 780-1370$ Galactic BNSs. Notably, LISAmax excels in detecting highly eccentric systems $(e>0.90)$ owing to its higher sensitivity at relatively higher sub-mHz frequencies. We further identify seven observed radio BNSs as viable candidates for validation, in particular J0737-3039, which reaches an SNR of $\sim 100$. The expected detection number of LMC inspiraling BNSs is about $\sim 4-18$ for these sub-mHz detectors over an observation period of $5-10$\,years, while detecting inspiraling BNSs in SMC is challenging. This study highlights the significant potential of future sub-mHz GW missions in unraveling BNS formation and evolution physics.
Show more
How Quantum Circuits Actually Learn: A Causal Identification of Genuine Quantum Contributions
quant-phAttributing performance gains in quantum machine learning to genuine quantum resources rather than to classical architectural scaling remains an open methodological challenge. We address this by introducing a counterfactual causal mediation framework that decomposes inter-architectural performance differences into direct effects, attributable to circuit parameterization and expressivity, and indirect effects mediated by quantum information-theoretic observables: entanglement entropy, purity, linear entropy, and quantum mutual information. Applying this framework to five circuit topologies and three benchmark datasets (across 43 validated configurations) reveals that direct architectural contributions systematically exceed quantum-mediated effects, with a mean ratio of 13.1:1 and a mean indirect contribution of 0.82%. These results suggest that current variational quantum circuits operate substantially below their quantum potential, and that principled resource-aware circuit design represents a tractable path toward measurable quantum-mediated performance gains.
Show more
Quantum Pattern Matching in Generalised Degenerate Strings
quant-phA degenerate string is a sequence of sets of characters. A generalized degenerate (GD) string extends this notion to the sequence of sets of strings, where strings of the same set are of equal length. Finding an exact match for a pattern string inside a GD string can be done in $O(mn+N)$ time (Ascone et al., WABI 2024), where $m$ is the pattern length, $n$ is the number of strings and $N$ the total length of strings constituting the GD string. We modify this algorithm to work under a quantum model of computation, achieving running time $\tilde{O}(\sqrt{mnN})$.
Show more
Tunable Rotation-Associated Slow-to-Fast Light Conversion via Optomagnonic Coupling
quant-phCavity optomechanics has enabled slow-to-fast light conversion, but traditional optomechanic systems suffer from limited tunability due to fixed mechanical frequencies. To address this constraint, we introduce a magnon degree of freedom into an optomechanical system, constructing a system that integrates photons, phonons, and magnons. We establish the theoretical model of the optomagnonic-Laguerre-Gaussian rotational system, and present numerical simulations of Fano resonances and group delay. By manipulating the magnon degree of freedom, we not only achieve slow-to-fast light conversion associated with magnons but also successfully realize such conversion effects associated with mechanical rotation-this achievement effectively overcomes the inherent tunability limitations of pure optomechanical systems and expands the frequency coverage of light conversion effects. Notably, we numerically demonstrate bidirectional light speed conversion (slow-to-fast and fast-to-slow) via continuous control field frequency modulation to tune cavity mode detuning. Additionally, our results show that adjusting optomagnonic parameters enables dynamic switching between slow light and fast light at multiple frequencies. This work provides a flexible platform for multi-frequency light speed control, with potential applications in all-optical networks and quantum communications.
Show more
Two-Dimensional Far-Field Correlations of X-ray Photon Pairs
quant-phWe directly observe far-field correlations of x-ray photon pairs generated by spontaneous parametric down-conversion (SPDC). Using an energy-resolved, two-dimensional photon counting detector we record the full ring-shaped emission of both photons across a broad bandwidth and extract pair correlations directly from raw events without imposing angular constraints. The ring radii scale with photon energy, in quantitative agreement with transverse phase matching, providing a stringent momentum-space validation of x-ray SPDC. These observations open a route to leveraging quantum correlations in x-ray imaging and metrology, including correlation-enhanced magnification and reduced blurring.
Show more
An Energetic Constraint for Qubit-Qubit Entanglement
quant-phWe analyze qubit-qubit entanglement from an energetic perspective and reveal an energetic trade-off between quantum coherence and entanglement. We decompose each qubit internal energy into a coherent and an incoherent component. The qubits' coherent energies are maximal if the qubit-qubit state is pure and separable. They decrease as qubit-qubit entanglement builds up under locally-energy-preserving processes. This yields a "coherent energy deficit" that we show is equal to a well-known measure of entanglement, the square negativity. In general, a qubit-qubit state can always be represented as a mixture of pure states. Then, the coherent energy deficit splits into a quantum component, corresponding to the average square negativity of the pure states, and a classical one reflecting the mixedness of the joint state. Minimizing the quantum deficit over the possible pure state decompositions yields the square negativity of the mixture. Our findings bring out new figures of merit to optimize and secure entanglement generation and distribution under energetic constraints.
Show more
Towards End-to-End Quantum Estimation of Non-Hermitian Pseudospectra
quant-phNon-Hermitian many-body systems can be spectrally unstable, so small perturbations may induce large eigenvalue shifts. The pseudospectrum quantifies this instability and provides a perturbation-robust diagnostic. For inverse-polynomially small $ε$, we show that deciding whether a point $z\in\mathbb{C}$ is $ε$-close to the spectrum is PSPACE-hard for $5$-local operators, whereas deciding whether $z$ lies in the $ε$-pseudospectrum is QMA-complete for $4$-local operators. This identifies pseudospectrum membership as a natural computational target. We then present a concrete end-to-end quantum framework for deciding pseudospectrum membership, which combines a singular-value estimation step with a dissipative state preparation algorithm. Our Quantum Singular-value Gaussian-filtered Search (QSIGS) combines quantum singular value transformation (QSVT) with classical post-processing to achieve Heisenberg-limited query scaling for singular-value estimation. To prepare suitable input states, we introduce an algorithmic Lindbladian protocol for approximate ground right singular vectors and prove its effectiveness for the Hatano--Nelson model. Finally, we demonstrate the full pipeline on a trapped-ion quantum computer and distinguish points inside and outside the target pseudospectrum near the exceptional point of a minimal non-Hermitian qubit model.
Show more
Repetitive Penrose process in Konoplya-Zhidenko rotating non-Kerr black holes
gr-qcThis paper investigates the repetitive Penrose process in Konoplya-Zhidenko rotating non-Kerr black hole, exploring the influence of the deformation parameter on the repetitive Penrose process. After a brief review of the Konoplya-Zhidenko rotating non-Kerr black hole, we study the fundamental equations of the Penrose process in this spacetime, examine the iterative stopping conditions required for the repetitive Penrose process, and obtain the corresponding numerical results. It is concluded that, in addition to previously observed phenomena, under the same decay radius, a larger initial dimensionless deformation parameter $\hatη$ leads to greater values of the energy return on investment and energy utilization efficiency, particularly at higher decay radii. Furthermore, a smaller initial $\hatη$ results in a larger maximum value of the energy return on investment. For energy utilization efficiency, the initial $\hatη$ should take an intermediate value to maximize its peak. Additionally, we find that a larger initial $\hatη$ corresponds to a smaller maximum value of the extracted energy.
Show more
Efimovian Phonon Production for an Analog Coasting Universe in Bose-Einstein Condensates
cond-mat.quant-gasEfimov effects arise from scale invariance, a fundamental symmetry with universal implications. While spatial Efimov physics has been extensively studied, realizing its temporal counterpart remains challenging, as it requires a dynamical system that breaks time-translation symmetry yet preserves the essential time-scaling symmetry. Analog cosmology offers a powerful platform to address this challenge, bridging the domains of Efimov physics and cosmology. Here, we predict a temporal Efimov effect in an analog linearly expanding universe realized with a quasi-two-dimensional Bose-Einstein condensate. The invariance of phonon mode equations under time rescaling leads to particle production with two distinct dynamics: power-law growth and log-periodic oscillations, with the latter being the hallmark signature of the Efimov effect. Furthermore, these dynamics map directly onto sub- and super-horizon cosmological modes. Our predictions can be directly verified through time-averaged measurements of the density-fluctuation spectrum $S_{k}(t)$ in current experiments.
Show more
N-Cavity-Magnon Polariton Blockade via Kerr Nonlinearity
quant-phWe theoretically propose a scheme to realize a $n$-cavity-magnon polariton blockade in a cavity-magnon system by utilizing the Kerr nonlinearity. Cavity-magnon polaritons are hybrid quasiparticles formed by the strong coupling between cavity photons and magnons. The Kerr nonlinearity introduces anharmonicity into the polariton energy spectrum, which in turn enables the blockade effect. We demonstrate that when the external driving frequency is resonant with the transition to the $n$th polariton excited state, a perfect $n$-polariton blockade is achieved. Moreover, increasing the driving strength enhances higher-order blockade while maintaining high purity. Our work pioneers the field of cavity-magnon polariton blockade, opens a new avenue for the preparation of controllable quantum resources and holds significant potential for applications in the fields of quantum communication and quantum information processing.
Show more
Geometric phase for an accelerated two-level atom in AdS spacetime
quant-phWe have investigated the geometric phase acquired by a uniformly accelerated two-level atom coupled to vacuum fluctuations of a massless conformal scalar field in Anti-de Sitter (AdS) spacetime. Using the open-quantum-system formalism, we calculate the phase under three boundary conditions (Dirichlet, transparent and Neumann) imposed on the field at the AdS boundary. Our findings reveal a sharp distinction between subcritical and supercritical accelerations. For subcritical accelerations, the atom evolves effectively as an isolated system, and the geometric phase is independent of both the AdS radius and the acceleration. For supercritical accelerations, however, topology-acceleration-induced phase corrections emerge and display pronounced boundary-condition dependence. When the AdS radius is smaller than the atomic proper wavelength, the magnitude of the correction at large accelerations follows the ordering Neumann$>$transparent$>$Dirichlet. Moreover, over a finite interval of the atomic weight parameter, both Dirichlet and Neumann boundary conditions produce a richer peak structure in the phase correction than the transparent case, with the detailed pattern governed by the competition between the acceleration and the atomic energy gap. Finally, for transparent boundary conditions in the supercritical regime, the AdS phase correction closely resembles its de Sitter (dS) counterpart.
Show more
Monolithic Segmented 3D Ion Trap for Quantum Technology Applications
quant-phMonolithic three-dimensional (3D) Paul traps combine the high-precision microfabrication of two-dimensional (2D) chip traps with the deep trapping potentials and low heating rates characteristic of macroscopic Paul traps, which are typically manually assembled. However, achieving low motional heating rates and optical access with a high numerical aperture (NA) while maintaining the high radio-frequency (RF) voltages required for heavy ionic species, such as Yb$^{+}$ and Ba$^{+}$, remains a significant technical challenge. In this work, we present a segmented, monolithic 3D fused silica blade trap, featuring an ion-electrode distance of 250 $μ$m with stable operation at high RF voltages. We benchmark the performance of the trap using Yb$^{+}$ ions, demonstrating axially homogeneous trapping potentials for 200 $μ$m around the axial center of the trap, high multi-directional optical access (up to 0.7 NA), and radial motional heating rate as low as 1.1 $\pm$ 0.1 quanta/s at radial trap frequencies about 3 MHz near room temperature. Furthermore, we observe a motional Ramsey coherence time, $T_{2}$, of around 95 ms for the radial center-of-mass mode. We demonstrate a two-qubit gate fidelity of ${99.3}^{+ 0.7}_{- 1.5}$$\%$ with state preparation and measurement correction. These results establish fused-silica monolithic blade traps as a scalable, modular platform for quantum simulation, computation, metrology, and networking with heavy ionic species.
Show more
CSS codes from the Bruhat order of Coxeter groups
quant-phI introduce a method to generate families of CSS codes with interesting code parameters. The object of study is Coxeter groups, both finite and infinite (reducible or not), and a geometrically motivated partial order of Coxeter group elements named after Bruhat. The Bruhat order is known to provide a link to algebraic topology -- it doubles as a face poset capturing the inclusion relations of the $p$-dimensional cells of a regular CW~complex and that is what makes it interesting for QEC code design. Assisted by the Bruhat face poset interval structure unique to Coxeter groups I show that the corresponding chain complexes can be turned into multitudes of CSS codes. Depending on the approach, I obtain CSS codes (and their families) with controlled stabilizer weights, for example $[6006, 924, \{{\leq14},{\leq7}\}]$ (stabilizer weights~14 and 9) and $[22880,3432,\{{\leq8},{\leq16}\}]$ (weights 16 and 10), and CSS codes with highly irregular stabilizer weight distributions such as $[571,199,\{5,5\}]$. For the latter, I develop a weight-reduction method to deal with rare heavy stabilizers. Finally, I show how to extract four-term (length three) chain complexes that can be interpreted as CSS codes with a metacheck.
Show more
A Perfectly Distributable Quantum-Classical Algorithm for Estimating Triangular Balance in a Signed Edge Stream
quant-phWe develop a perfectly distributable quantum-classical streaming algorithm that processes signed edges to efficiently estimate the counts of triangles of diverse signed configurations in the single pass edge stream. Our approach introduces a quantum sketch register for processing the signed edge stream, together with measurement operators for query-pair calls in the quantum estimator, while a complementary classical estimator accounts for triangles not captured by the quantum procedure. This hybrid design yields a polynomial space advantage over purely classical approaches, extending known results from unsigned edge stream data to the signed setting. We quantify the lack of balance on random signed graph instances, showcasing how the classical and hybrid algorithms estimate balance in practice.
Show more
Ringdown bounds and spectral density limits from GWTC-3
gr-qcWe establish the first observational bounds on causal nonlocal extensions of gravity characterized by retarded Stieltjes-type kernels with positive spectral density rho(mu) >= 0, using two complementary gravitational-wave channels. From a Bayesian ringdown analysis of 17 binary black hole events in the LIGO-Virgo GWTC-3 catalogue, we set an observational ceiling on universal fractional quasi-normal mode deformations of |epsilon_Omega| < 0.05 (90% C.L.), with a cumulative log Bayes factor ln B = -0.46 +/- 0.77. By mapping published GWTC-3 modified dispersion relation bounds together with the GW170817 propagation speed constraint onto the Stieltjes spectral parameter space (mu_char, M0), we exclude a broad class of infrared-extended spectral densities with mu <= 10^{-6} m^{-2}, thereby ruling out non-trivial regions of the nonlocal kernel parameter space for the first time. The theoretically motivated fiducial range mu_char ~ M_*^2 ~ 10^8-10^10 m^{-2} satisfies all current bounds. We further show that sub-millimetre gravity experiments, which already operate at the predicted causal scale l_* ~ 10^{-4} m, provide the most promising path toward a direct test. These results define quantitative benchmarks against which future observations across the gravitational-wave, short-range gravity, and cosmological sectors can be compared.
Show more
Sensitivity of neutron star observables to microscopic nuclear parameters of realistic equations of state
nucl-thThe equation of state of matter at supranuclear densities governs the astrophysical observables of neutron stars. A realistic, though complex, description is provided by the Chiral-Mean-Field model, which depends on many microscopic nuclear-physics parameters. We present a Fisher-information-inspired analysis of the sensitivity of neutron-star observables to the parameters of the Chiral-Mean-Field model at $β$-equilibrium using SLy as a crust. We then compute neutron-star sequences and extract masses, radii, compactnesses, and tidal deformabilities. From the logarithmic derivatives of these observables with respect to each nuclear parameter, we construct a dimensionless, Fisher-inspired sensitivity matrix and perform a principal-component analysis to identify the effective combinations of nuclear parameters that most strongly affect neutron-star observables. Although the ranking depends mildly on the observable, the three most important nuclear parameters are the vacuum value of the dilaton field $χ_0$ (which sets the overall scale of the scalar potential and trace-anomaly contribution), the scalar singlet strength $g_{1}^X$ (which controls the overall scalar attraction through the baryon effective masses), and the $k_0$ quadratic scalar term (which governs the curvature of the scalar potential). This framework provides a reproducible, data-driven approach to quantify parameter sensitivities in dense-matter models and to guide future Bayesian inference of nuclear information from multi-messenger astrophysical observations.
Show more
Dissipative realization of a quantum distance-based classifier using open quantum walks
quant-phOpen quantum walks (OQWs) constitute a class of quantum walks whose dynamics are entirely driven by interactions with the environment. It is well known that OQWs provide a general framework for implementing quantum computation. As a proof of principle, we demonstrate the feasibility of running this algorithm within the open quantum walk computation model, and we show that its expected runtime remains finite even in the slower regime.
Show more
A minimal fractional deformation of Newtonian gravity
gr-qcWe consider a minimal fractional deformation of Newtonian gravity characterized by a single parameter $α$. In the limit $α\to 1$, the theory reduces to standard Newtonian gravity. Previous works showed that the $Λ$CDM cosmology consistently emerges from this framework. Using a single potential, the model reproduces the full sequence of cosmic evolution (from a nonsingular pre--inflationary phase and a stable inflationary attractor to the radiation- and matter-dominated eras and the present accelerated expansion) and accounts for the growth of large-scale structure for $|α-1|\ll1$, in agreement with current observations. Here we show that the same fractional Newtonian model also describes key weak--field tests, including the perihelion precession of Mercury and the gravitational deflection of light, using a unified potential with the same constraint on $α$. These results suggest that the minimal fractional Newtonian framework may provide a unified phenomenological description of gravitational dynamics from Solar-System scales to cosmology. Finally, this fractional cosmological framework may offer new perspectives on problems such as the cosmological constant, the hierarchy of cosmological scales, and the Hubble tension.
Show more
Cosmological prospects for multiband detection of intermediate-mass binary black holes with Taiji and ground-based detectors
astro-ph.COIntermediate-mass black holes (IMBHs) bridge the gap between stellar-mass and supermassive black holes, but remain challenging to detect electromagnetically. Gravitational-wave observations provide a direct means of detecting IMBHs and their mergers. We simulate the gravitational-wave signals of IMBH binaries under different population models and assess their detectability with the space-based detector Taiji alone and in a multiband network combining Taiji with third-generation ground-based detectors. Taiji performs well in detecting high-mass IMBH binaries, while ground-based detectors compensate for its reduced sensitivity to lower-mass systems. Their combination expands the accessible parameter space and improves the constraints on cosmological parameters. In particular, multiband observations improve the constraint accuracy on $H_0$ by $36.5\%$ and $31.0\%$ compared with Taiji and ET2CE alone, respectively. We further examine the dependence of parameter accuracy on the number of simulated events, finding that improvements are most pronounced for small samples and gradually saturate as the number of events increases. We conclude that multiband observations enhance the detectability of IMBH binaries and reinforce their role as probes of precision cosmology.
Show more
Ringdown waves from hairy black holes
gr-qcWe derive general formulas for quasi-normal mode (QNM) frequencies of hairy black holes by exploiting the QNM--geodesic correspondence. The black hole hair is treated as an anisotropic fluid perturbatively added to the vacuum black holes (Schwarzschild and Kerr black holes). Under this setting, independent of energy conditions, our formulas offer a systematic method to compute quasi-normal mode frequencies for a broad class of hairy black holes.
Show more
Anomalous dynamical scaling in interacting anyonic chains
cond-mat.quant-gasParticle statistics impose fundamental constraints on nonequilibrium quantum dynamics, yet it remains an open question whether fractional statistics can lead to emergent universal dynamical scaling beyond the conventional Bose-Fermi paradigm. Here we investigate the far-from-equilibrium many-body relaxation of anyons in a one-dimensional lattice and uncover an unconventional yet universal scaling behavior governed by fractional statistics. Based on large-scale numerical simulations and scaling analysis, we identify a distinct separation between particle transport and information spreading: density correlations spread superdiffusively, whereas entanglement entropy grows ballistically. The anomalous particle dynamics can be interpreted intuitively from the statistical-phase-induced quantum interference, which suppresses coherent holon-doublon propagation. In contrast, the entanglement growth turns out to be dominated by its configurational component, which propagates ballistically. Our results establish anyonic statistics as a distinct source of universal nonequilibrium dynamics beyond bosons and fermions, with direct relevance to current quantum simulation experiments.
Show more
Non-metricity effects on electron scattering in bumblebee gravity
gr-qcWe investigate non-metricity effects on electron scattering in metric-affine bumblebee gravity, where spontaneous Lorentz symmetry breaking is induced by a vector field acquiring a nonzero vacuum expectation value. Treating the affine connection as an independent variable and integrating it out leads to an effective description in which non-metricity modifies the dispersion relation of the bumblebee modes. From the full momentum-space propagator, we determine the pole structure that governs the interaction and construct the corresponding static Green function and interparticle potential. For a purely timelike background, the dispersion relation remains isotropic and produces a Coulomb potential with a uniformly rescaled effective coupling; consequently, the scattering amplitude preserves the Rutherford angular dependence, with the Lorentz-violating parameter entering only as an overall multiplicative factor. In contrast, a spacelike background induces anisotropy in the dispersion relation, leading to an orientation-dependent potential characterized by a quadrupolar modulation. This anisotropic structure propagates to the differential and integrated cross sections, introducing directional dependence while preserving the long-range character of the interaction. Finally, we consider phenomenological constraints from atomic physics. Hydrogen spectroscopy constrains the isotropic sector associated with the timelike configuration, whereas searches for anisotropies provide stronger limits on the quadrupolar contribution governed by $ξb^{2}$.
Show more
Reissner-Nordström Black Holes at second post-Minkowskian order from Scattering Amplitudes
hep-thWe employ one-loop scattering amplitudes in Einstein-Maxwell theory to compute the classical Hamiltonian of a binary system of two charged, non-spinning compact objects. The Hamiltonian is valid to all orders in velocity and up to second post-Minkowskian order (2PM), i.e. $\mathcal{O}(G^2)$. The classical interaction potential is extracted via matching to a non-relativistic classical effective field theory. We also provide the scattering angle at 2PM order. We perform several cross checks on our results and find full agreement with existing results in the literature. Finally, we also briefly discuss a comparison for the scattering angle, the binding energy and the periastron shift of a bound system up to the second post-Newtonian order.
Show more
Riemannian gradient descent for Hartree-Fock theory
quant-phWe present a Riemannian optimization framework for Hartree-Fock theory formulated directly in the Sobolev space $H^1$. The orthonormality constraints are interpreted geometrically via infinite-dimensional Stiefel and Grassmann manifolds endowed with the embedded $H^1$ metric. Explicit expressions for Euclidean and Riemannian gradients, tangent-space projections, and retractions are derived using resolvent operators, avoiding distributional formulations. The resulting algorithms include Riemannian steepest descent and a preconditioned nonlinear conjugate gradient method equipped with Armijo backtracking and Powell-type restarts. Particular attention is given to physically motivated preconditioning based on inversion of the kinetic energy operator. The framework is naturally compatible with adaptive multiwavelet discretizations, where Coulomb-type convolutions can be evaluated efficiently. Numerical experiments demonstrate robust convergence and competitive performance compared to conventional SCF-DIIS schemes. In addition, for small molecules the gradient descent method converges from random initial guesses. The proposed formulation provides a geometrically consistent and discretization-independent perspective on electronic structure optimization and offers a foundation for further developments in infinite-dimensional Riemannian methods for quantum chemistry.
Show more
Dark Energy with Constant Inertial Mass Density: Updated Constraints and Curvature-Induced Sign Transitions in $ρ_{\rm DE}$ and $ρ_{\rm DE}+p_{\rm DE}$
astro-ph.COWe present updated observational constraints on the simple-gDE model, characterized by a constant inertial mass density (IMD) $ρ_{\rm DE}+p_{\rm DE}$,which belongs to the broader graduated dark energy family, and compare its cosmological implications with those of the $w$CDM and the $Λ$CDM models. This parametrization provides a physically motivated, one-parameter extension of $Λ$CDM, perspective on DE dynamics beyond the usual equation-of-state approach. We use the newly released DESI DR2 BAO data in combination with either CMB measurements from Planck 2018 or late-time probes, CC and the Pantheon+ SNe Ia sample, considered both with and without SH0ES calibration in this analysis. The data favor a small positive IMD, and Bayesian evidence indicates that the models remain statistically indistinguishable within spatially flat scenarios. Consequently, none of these models exhibits a sign transition in the DE energy density, and no improvement in $H_0$ tension. Allowing spatial curvature qualitatively enlarges the phenomenology of the dark sector. In particular, the interplay between spatial curvature and a nonzero IMD permits sign transitions in both the effective dark-energy density and the IMD during cosmic evolution. For the BAO+CC+SN+SH0ES dataset, the $o$Simple-gDE model yields a transition redshift $z^\dagger = 1.51^{+0.68}_{-0.34}$, while the crossing of the Null Energy Condition boundary (NECB), defined by $ρ_{\rm DE}+p_{\rm DE}=0$, occurs at $z_{\rm NECB}=2.36^{+1.48}_{-1.48}$. The model is statistically favored over $oΛ$CDM and $ow$CDM. These results highlight the potential role of IMD as a fundamental parameter in DE phenomenology and demonstrate that geometric effects, such as spatial curvature, can reveal dynamical features of the dark sector that remain hidden within the spatially flat $Λ$CDM framework.
Show more
Gravitational-Wave Propagation Through the Axiverse
astro-ph.COWe study the effects of oscillating, ultralight scalar and pseudoscalar fields on the propagation of gravitational waves (GWs). We consider two potential couplings of the (pseudo)scalars to gravity; a parity-even Gauss-Bonnet coupling, and parity-odd Chern-Simons coupling. We find several effects at both the population and individual GW event level, characterized by oscillatory features controlled by the (pseudo)scalar mass. In the parity-even case, this feature can be seen in the observed GW redshift and speed distributions, as well as in the dispersion relation and phase of individual events. We use the observation of the GW170817 multimessenger binary neutron star event to place constraints on the parity-even scalar-graviton coupling. In the parity-odd case, the effects are birefringent, but we find an overall washout of polarization at the population level. Oscillatory features can be seen in the observed GW amplitude and inclination distributions. Finally, we find that continuous, monochromatic GW sources are a promising target to observe these effects. The presence of a (pseudo)scalar field imprints a modulation of the GW waveform in the time domain, which can potentially be observed with space-based detectors such as LISA.
Show more
Quantum simulation of lattice gauge theories coupled to fermionic matter via anyonic regularization
quant-phThe optimal regularization of infinite-dimensional degrees of freedom is a central open problem in the tractable simulation of lattice gauge theories on quantum computers. Here, we consider regularizing the gauge field by replacing the gauge group $G$ with a braided fusion category whose objects correspond to Wilson lines of the associated Chern-Simons theory $G_k$, with the level $k$ serving as the regularization parameter. We demonstrate how to couple these regularized $U(1)$ and $SU(2)$ gauge groups to fermionic matter using the framework of fusion surface models, which treats matter and gauge field excitations as interacting anyons. We then address the simulation of the Hamiltonians we construct on fault-tolerant quantum computers, providing explicit quantum circuit constructions for implementing the primitive gates in this model, namely, the $F$ and $R$ symbols of the $U(1)_k$ and $SU(2)_k$ anyon theories, which may be of independent interest.
Show more
Enhancing qubit readout fidelity with two-mode squeezing of the coherent measurement signal
quant-phThe ability to perform high-fidelity quantum nondemolition qubit readout is pivotal for the realization of large and powerful quantum computers. Such readout of superconducting qubits is generally enabled by amplifying the weak dispersive measurement signals using phase-preserving quantum-limited Josephson amplifiers with sufficient gain to dilute the contribution of the added noise by the output chain. Here, we further enhance the qubit readout fidelity by (1) simultaneously measuring the two-mode squeezed states of the amplified readout signals at the signal and idler frequencies of the nondegenerate amplifier and (2) coherently combining them at the classical processing stage following a relative rotation that maximizes the signal to noise ratio of the qubit-encoded readout quadrature. Such readout scheme exhibits enhancement in the readout fidelity for all practical values of amplifier gain and noise added by the output chain and is fully compatible with frequency multiplexed setups used in large quantum processors.
Show more
Almost-iid information theory
quant-phInformation-theoretic techniques are based on the assumption that resources are well characterized by independent and identically distributed (iid) states. This assumption cannot be justified operationally, since, for example, correlations between subsequent systems emitted by a source cannot be detected by any practical tomographic protocol. Operationally motivated symmetry assumptions still imply, via de Finetti theorems, that the resources are described by almost-iid states. This raises the question: Are almost-iid resources as effective as perfect iid resources for information-processing tasks? Here we address this question and prove that the conditional entropy of almost-iid states asymptotically coincides with that of iid states. As an application, this implies that squashed entanglement is robust for almost-iid states, asymptotically matching its value on iid states.
Show more
Hubbard model at U=$\infty$: Role of single and two-boson fluctuations
cond-mat.str-elWe have developed a semi-analytical framework formulated in the canonical fermion representation to investigate strongly correlated electron systems. We consider the U=$\infty$ Hubbard model and used the equation of motion method to calculate the fermion self-energy which has two parts: single and two-boson exchange processes. The emergent bosons here are self-generated local charge and spin-density fluctuations which become strongly time-dependent due to extreme correlations. The computed boson spectral density is a diffusive damped mode with a long tail. The electron self-energy at $d=\infty$ is computed self-consistently. The corresponding fermionic spectral density displays a pronounced coherence peak at $ω=0$, while its frequency derivative develops a two-peak structure at finite $ω$. The resistivity shows a linear temperature dependence over a broad range, crossing over to coherent Fermi-liquid behavior at extremely low temperatures.
Show more
Quasi-pole quintessential inflation in metric-affine gravity
gr-qcWe study quintessential inflation in the framework of metric-affine gravity. It is well known that non-minimal couplings with the Holst invariant can generate a quasi-pole inflationary behaviour resulting in a Starobinsky-like phenomenology. The same quasi-pole behaviour can also be used in order to "flatten" the scalar potential in the Dark Energy era providing a successful framework for quintessential inflation. Agreement with all the observational constraints, reduces the predicted scalar spectral index to a narrow window: $0.966 \lesssim n_s \lesssim 0.967$, making the model highly testable and falsifiable.
Show more
Latent symmetry in a minimal non-Hermitian trimer
quant-phWe study a minimal non-Hermitian trimer with latent symmetry formed by a cospectral pair of sites embedded in a three-site network with nonreciprocal couplings. We show that the model admits an exact decomposition into dark and bright sectors: the dark mode is spectrally isolated and retains a complex eigenvalue, while the bright sector reduces to an effective non-Hermitian dimer. For a suitable choice of parameters, this reduced subsystem becomes $\mathcal{PT}$-symmetric and exhibits partial spectral reality, with two real eigenvalues coexisting with the complex dark eigenvalue. At the critical point, the bright sector hosts an embedded second-order exceptional point, which renders the full trimer defective and gives rise to the characteristic Jordan-block dynamics. These results establish the non-Hermitian trimer as a minimal analytically solvable setting in which latent symmetry, sector-resolved $\mathcal{PT}$ symmetry, and exceptional-point physics naturally coexist.
Show more
Impact of numerical-relativity waveform calibration on parametrized post-Einsteinian tests
gr-qcTesting general relativity in the strong-field and highly dynamical regime is now possible through current gravitational-wave observations, where even a single high-quality detection can place competitive constraints on deviations from Einstein's theory. The parametrized post-Einsteinian framework provides a theory-agnostic approach to search for such deviations, but it typically assumes that systematic uncertainties in the base waveform model, particularly those arising from calibration to numerical relativity, are negligible. In this work, we investigate how calibration errors in the late-inspiral fitting coefficients of the IMRPhenomD waveform model can lead to spurious detections of departures from general relativity in parametrized tests. We use an uncertainty-aware version of IMRPhenomD, recalibrated to a set of numerical relativity surrogate waveforms and equipped with a probabilistic description of its fitting coefficients, to simulate general-relativity-consistent signals. We inject these signals into an O5 ground-based detector network and recover them with the original IMRPhenomD model augmented with a parametrized post-Einsteinian phase deformation. We find that false violations of general relativity using this model arise for network signal-to-noise ratios as low as 60. When the uncertainty-aware model is used instead, the inferred parametrized post-Einsteinian phase deformation remains consistent with zero even for signals with a signal-to-noise ratio up to 330. These results demonstrate the need to account for numerical relativity calibration uncertainty in order to perform reliable inspiral tests of general relativity. They also illustrate that explicitly incorporating numerical relativity calibration uncertainty into the waveform model preserves our ability to robustly test general relativity.
Show more
Observing Micro Black Hole Dark Matter
hep-phPrimordial micro black holes can constitute dark matter if short-distance gravity is modified by extra dimensions or a large number of species and if the memory-burden effect sufficiently suppresses Hawking evaporation. The resulting black holes in the transition regime differ from their four-dimensional Einsteinian counterparts through their mass--radius relation, temperature, entropy, and lifetime, which can render even very light objects cosmologically stable. The most promising observational consequences of such micro black holes dark matter are analysed. Neutron star survival yields the most robust constraints, while a narrow region of parameter space can simultaneously remain viable and address the missing-pulsar problem in the Galactic center. Diffuse evaporation signals in neutrino telescopes are found to be relevant mainly in extra-dimensional scenarios, whereas in generic species models, visible emission is strongly suppressed by evaporation into dark sectors. Merger-induced evaporation bursts can provide an additional probe in extra-dimensional realisations if the post-merger remnant briefly returns to the semiclassical phase. Overall, micro black holes dark matter remains phenomenologically viable in constrained regions, with neutron stars, neutrino telescopes, and merger signatures providing complementary tests.
Show more
A fault-tolerant encoding for qubit-controlled collective spins
quant-phQuantum error correction (QEC) is indispensable for scalable quantum computing, but implementing it with minimal hardware overhead remains a central challenge. Large spin systems with collective degrees of freedom offer a promising route to reducing the control complexity of qubit architectures while retaining a large Hilbert space for fault-tolerant encoding. However, existing proposals for logical gates and QEC in spin ensembles generally rely on inefficient higher-order interactions. Here we introduce spin-N-Cat codes, which encode logical qubits in superpositions of spin-coherent states and generalize bosonic Cat codes to the modular subspaces of permutationally symmetric spin ensembles. The code corrects collective and individual dephasing, excitation, and decay errors. We also present an efficient physical realization in central-spin systems, such as a quantum dot, where encoding, decoding, and a universal, fault-tolerant, and bias-preserving gate set are implemented using only first-order interactions. Numerical simulations demonstrate high logical fidelity under dephasing and excitation-decay noise, independent of noise bias, and that full QEC cycles are feasible with realistic microscopic parameters. For the large collective spins available in quantum dots, this translates into a substantial extension of coherence time. Our results establish spin-N-Cat codes as a scalable, hardware-efficient approach to QEC in spin-based quantum architectures.
Show more
Quantum Noise Suppression at Scale with Crosstalk-Robust Gate Sets
quant-phWe introduce crosstalk-robust gate sets, which are obtained using a novel, scalable optimal control problem exploiting locality. Through the suppression of pairwise quantum crosstalk, the gate sets enable robustness that extends to multi-qubit circuits. The IBM Quantum Platform devices provide a testbed for our gate sets, where we study their efficacy via error suppression protocols and randomized parallel single-qubit circuits of up to eight qubits. Furthermore, we provide the first known assessment of the impact of complete optimal control gate sets on quantum algorithms. Using a Hamiltonian simulation of a four-qubit transverse field Ising model, we show that noise-informed gates enhance median algorithmic performance by a factor of four over baseline Gaussian gates using the same calibration procedures. Lastly, we provide numerical evidence that optimized gate sets enable larger qubit-qubit coupling strengths that can cut two-qubit gate times in half. This result confirms that hardware-software co-design using quantum optimal control can create new opportunities for quantum computing architectures.
Show more
Optimization of the HHL Algorithm
quant-phThe Harrow-Hassidim-Lloyd (HHL) algorithm is a quantum algorithm for solving systems of linear equations that, in principle, offers an exponential improvement in scaling with the system size compared to classical approaches. In this work, we investigate the practical implementation and optimisation of the HHL algorithm with a focus on improving its performance on near-term quantum simulators. After outlining the algorithm, we examine two optimisation strategies aimed at improving fidelity and scalability: Suzuki-Trotter decomposition of the Hamiltonian evolution operator and a block-encoding approach that embeds the problem matrix into a larger unitary operator. The performance of these methods is evaluated through simulations on matrices with varying sparsity, including diagonal, tridiagonal, moderately dense, and fully dense cases. Our results show that while HHL achieves near-ideal fidelity for highly structured matrices, performance degrades as sparsity decreases due to the increasing cost of Hamiltonian simulation and reduced post-selection probability due to higher condition number. Block encoding is found to provide improved fidelity for moderately dense matrices, whereas Trotterisation offers a qubit-efficient approach for sparse systems. These results highlight the importance of matrix structure in determining the practical efficiency of HHL and inform future implementations that combine algorithmic optimisation with hardware-aware design.
Show more
Hankel low-rank matrix approximation for gravitational-wave data analysis
astro-ph.HENext-generation gravitational-wave (GW) detectors, such as the Laser Interferometer Space Antenna (LISA), will observe vast numbers of overlapping signals. Disentangling these signals from instrumental noise and from one another constitutes a significant data analysis challenge. We explore a denoising technique based on embedding time series into Hankel matrices: a superposition of $n$ (damped) sinusoids corresponds to a matrix of rank $2n$. Thus, the problem of signal extraction is reduced to a structured low-rank approximation problem. Using synthetic data tailored to GW applications, we benchmark three Hankel-based algorithms: ESPRIT, Cadzow iterations, and iteratively reweighted least squares (IRLS). Our test scenarios include isolated and multi-component monochromatic signals, the resolution of sources with closely spaced frequencies, and the recovery of black hole quasinormal modes (QNM). All three algorithms achieve near-optimal performance consistent with Fisher matrix bounds, evidenced by an inverse-square scaling of the mismatch with the signal-to-noise ratio. Furthermore, a proof-of-concept application to numerical relativity waveforms validates the ability of these algorithms to extract QNM frequencies from ringdown signals. Hankel low-rank approximation therefore offers a transparent, computationally efficient avenue for preprocessing GW time series.
Show more
Crowdsourcing Gravitational Waves from Superradiant Axions
hep-phBlack hole superradiance is a powerful probe of ultralight axions. If nature contains a boson with a mass of order $10^{-12}\,$eV, $\textit{mere vacuum fluctuations}$ will lead to its efficient production around spinning stellar mass black holes, forming a gravitational atom that both drains the black hole spin and decays to produce near-monochromatic gravitational waves. Existing superradiance constraints derive primarily from spin measurements of a handful of identified black holes. Here we instead present a detailed study of the population level effect: gravitational waves arising from both the 100 million black holes in the Milky Way and the stochastic signal from axion clouds throughout the universe. We study the impact of a broad range of systematic uncertainties on the black hole properties and compute the projected axion sensitivity for LIGO, as well as the future instruments Einstein Telescope, Cosmic Explorer, and a high-frequency Magnetic Weber Bar. We demonstrate that LIGO can robustly probe axion masses from roughly $10^{-13}\,$eV to $4 \times 10^{-12}\,$eV. If the black hole population extends to masses slightly below $5\,M_{\odot}$ - as hinted for by LIGO inspiral observations - LIGO would approach $10^{-11}\,$eV. Under that same assumption we show that a future high-frequency detector could push considerably higher, potentially beyond $10^{-10}\,$eV in the most optimistic scenarios, reaching towards the lowest masses within the projected sensitivity of axion dark matter searches.
Show more
Solving approximate hidden subgroup problems: quantum heuristics to detect weak entanglement
quant-phHow can we use a quantum computer to detect the entanglement structure of a quantum state? Bouland et al. (2024) recently provided an algorithm that, given multiple input copies of the state, finds the "hidden cuts"-partitions into fully unentangled qubit registers. Their solution is based on turning cuts into a symmetry which can be detected with a Shor-type quantum algorithm for hidden subgroup problems, the hidden cut algorithm. In this paper we derive heuristics that can find "approximate symmetries", or weakly entangled qubit registers, to unlock this powerful idea for a much broader range of problems. Our core contribution is a rigorous link between the output distribution of the hidden cut algorithm and the reward function that measures the quality of a cut. This implies that reducing the number of state copies in the original hidden cut algorithm leads to measurement samples from which patterns of weak entanglement can be extracted. We believe that these insights are an important step in making quantum algorithms for hidden subgroup problems useful for applications beyond cryptography.
Show more
Exact Path Integral Methods in Supersymmetric $\text{AdS}_2\times \mathbf{S}^2$ Backgrounds
hep-thWe determine the exact functional determinants of charged, massive spin-0 and spin-$\frac12$ particles in $\text{AdS}_2\times \mathbf{S}^2$ backgrounds threaded by constant electric and magnetic fields. This is achieved using Schwinger proper-time formalism, which allows us to derive the full non-perturbative effective action in the 1-loop and constant background field approximations. We then specialize the computation to supersymmetric settings and we obtain the effective action for a 4d $\mathcal{N}=2$ BPS massive hypermultiplet in a supersymmetric $\text{AdS}_2\times \mathbf{S}^2$ spacetime. This setup can be seen to be equivalent to the near-horizon geometry of a BPS black hole which solves the attractor equations of 4d $\mathcal{N}=2$ supergravity. Our results provide a necessary intermediate step for the evaluation of the quantum-corrected black hole partition function. We also comment on the relation with the celebrated Gopakumar-Vafa integral representation.
Show more
Quantum Fisher information and quadrature squeezing in Janus superpositions of squeezed vacua
quant-phJanus states, defined as coherent superpositions of two single-mode squeezed vacua, provide a simple but genuinely non-Gaussian setting for studying how interference reshapes quantum Fisher information (QFI) beyond the Gaussian squeezed-vacuum picture. Using an exact analytic treatment, we determine the QFI of Janus states and identify the benchmarks under which they can or cannot offer a metrological advantage over the single squeezed vacuum. We find that, under a fair comparison at fixed mean photon number, the single squeezed vacuum remains optimal for principal second-moment squeezing, so no genuine Janus advantage exists at that level. By contrast, within a fixed two-state span, a Janus superposition can simultaneously outperform its constituents in a laboratory quadrature variance and in number-generated phase QFI. We also introduce an operational benchmark based on fixed measured squeezing and show that, at the same observed squeezing level, Janus interference can substantially enhance the QFI for quadratic-generator sensing beyond the pure-Gaussian squeezed-vacuum reference. These results show that the metrological performance of Janus states is controlled not only by quadrature squeezing, but also by higher-order fluctuations and by the benchmark used for comparison.
Show more
Autonomous quantum heat engine
quant-phQuantum heat engines provide attractive means in quantum thermodynamics for studying the fundamentals of the flow of heat and work. Previous experimental implementations of heat engines operating at the level of a few excitation quanta have utilized external driving, which has made the observation of the produced work challenging. Conversely, autonomous quantum heat engines only require a flow of heat to operate and generate work. However, autonomous quantum heat engines have not yet been experimentally demonstrated in any system despite numerous theoretical investigations. Here, we experimentally realize an autonomous quantum heat engine based on superconducting circuits. We construct the engine circuit implementing an approximate Otto cycle by coupling two superconducting resonators with a superconducting quantum interference device, and coupling this system to spectrally filtered hot and cold reservoirs. By varying the experimental conditions, we observe coherent microwave power generation arising from the internal dynamics of the system driven only by the thermal reservoirs. Our results validate previous theoretical predictions for this circuit and pave the way for detailed studies of quantum effects in heat engines and for using heat-generated coherent microwaves in circuit quantum electrodynamics.
Show more
Quantum Liang Information Flow vs. Out-of-Time-Order Correlators as Chaos Diagnostics in the Mixed-Field Ising Chain
quant-phWe systematically compare Quantum Liang Information Flow (QLIF) a recently proposed causal information measure with the out-of-time-order correlator (OTOC) as diagnostics of quantum chaos in the one-dimensional mixed-field Ising chain. Using exact diagonalization and MPS-TEBD, we show that the early-time power-law growth and wavefront propagation velocity of QLIF are identical for integrable and chaotic parameters, being controlled solely by the local Hamiltonian structure. The QLIF signal strength depends sensitively on the initial state, spanning four orders of magnitude across product states, ground state eigenstate evolution, and quantum quench protocols. We identify the time-integrated QLIF as a late-time chaos diagnostic: it grows linearly (monotonically) in chaotic systems, reflecting irreversible thermalization, while saturating or oscillating in integrable systems, reflecting reversible quasiparticle dynamics. These findings establish QLIF as a complementary probe to OTOC, with distinct optimal operating regimes.
Show more
Gaussian superpositions for bosonic encodings
quant-phNon-Gaussian bosonic states are ubiquitous in interacting light--matter systems, many-body platforms, and relativistic quantum field settings, but their quantitative characterization is hindered by the infinite-dimensional Hilbert space and by the poor scalability of Fock-space truncation methods. We introduce an exact finite-manifold encoding for states supported on a finite span of Gaussian branches, enabling the use of standard finite-dimensional quantum-information tools directly on an effective density matrix whose entries are determined by Gaussian overlaps. As demonstrations, we obtain closed-form and numerically stable evaluations of entropies and relative-entropy non-Gaussianity, and derive an analytic expression for the bipartite entanglement negativity of arbitrary multimode two-branch Gaussian superpositions, including a minimal which-branch dephasing model. Our framework provides a practical bridge between experimentally accessible continuous-variable resources (e.g., cat-like and measurement-conditioned states) and discrete-variable information measures, with immediate applications to benchmarking non-Gaussian resources in several quantum technology platforms.
Show more
Plasma impact on black hole shadow and gravitational weak lensing for Schwarzschild-like black hole
gr-qcThis article delves into the observational properties of a Schwarzschild-like black hole (BH). Initially, the research provides a succinct examination of the spacetime geometry and the configuration of its horizon. Furthermore, we study the photon dynamics around the Schwarzschild-like BH in the presence of the plasma using the Hamiltonian formalism. It was found that the photon sphere radii increase under the influence of the plasma frequency and vice versa for the spacetime parameters. Further exploration is dedicated to understanding how the plasma affects the shadow of the BH, and we find that the radius of the BH shadow shrinks with the rise of the $ξ$ parameter and plasma frequency. We then turn to the getting constraint of the spacetime parameters and the plasma frequency by using the observational data released by the Event Horizon Telescope (EHT) collaboration for the M87* and Sgr A*. Additionally, the research scrutinises the phenomenon of gravitational weak lensing in the vicinity of a Schwarzschild-like BH, considering both uniform and non-uniform plasma scenarios. The outcomes demonstrate that the angle of deflection increases under the influence of a uniform plasma frequency, whereas the opposite is true for non-uniform plasma. In both scenarios, a rise in the spacetime parameters results in a decrease in the deflection angle. Finally, we investigate the magnification of the gravitationally lensed image. The effect of the spacetime parameters and plasma frequencies on the total magnification are same as in the deflection angles.
Show more
Asymmetric Linear-Combination-of-Unitaries Realization of Quantum Convolution via Modular Adders
quant-phDiscrete circular convolution over $\mathbb{Z}/N\mathbb{Z}$ is a linear operator and can be implemented on quantum hardware within the linear-combination-of-unitaries (LCU) framework. In this work, we make this connection explicit through an asymmetric-LCU formulation: circular convolution is the postselected block of a circuit whose controlled-shift unitary is modular addition on computational-basis states. The asymmetry is essential: fixing the postselection state to the uniform state $|u\rangle$ while supplying the kernel state $|\mathbf{b}\rangle$ as the input ancilla naturally preserves the complex coefficients $b_i$ within the block, whereas a symmetric overlap would yield $|b_i|^2$ weights and erase their phases. Accordingly, when $|\mathbf{a}\rangle$ and $|\mathbf{b}\rangle$ are supplied by upstream quantum routines, the convolution subroutine requires only the fixed uncompute $\mathrm{PREP}_u^\dagger$, completely avoiding the need for a kernel-dependent inverse preparation $\mathrm{PREP}_b^\dagger$. We then introduce a reversal matrix $J_n=X^{\otimes n}$ and define reflected shifts $\widetilde{L}_{i,n}=L_{i,n}J_n$. This symmetrization yields a recursive operator algebra for convolution that is natively compatible with LCU/block-encoding workflows. The resulting symmetrized operator differs from circular convolution only by one known input-side $J_n$ layer. Crucially, for real-valued kernels, the resulting operator $H_n(\mathbf{b})=\sum_i b_i\widetilde{L}_{i,n}$ is Hermitian, providing a direct Hermitian interface for quantum singular value transformation (QSVT) and related spectral transformations. Based on this framework, we present a transparent recursive construction, paired with an exactly equivalent optimized bitwise compilation of the same $\mathrm{SELECT}$ block. Finally, we evaluate implementation trade-offs and resource scaling under explicit cost-model conventions.
Show more
Informational corrections to the early-Universe radiation sector: CET Omega, WIMP freeze-out, and implications for a possible 20 GeV gamma-ray excess
astro-ph.HERecent analyses of Fermi-LAT data have identified a nearly spherical, halo-like excess of gamma rays peaking at E_gamma ~ 20 GeV. If interpreted as dark matter annihilation, the excess directly probes the thermal freeze-out epoch and therefore any non-standard corrections to the early-Universe expansion rate. In this work we examine the implications of this tentative signal for CET Omega, an informational and modular extension of relativistic quantum field theory and cosmology. CET Omega predicts a universal state-dependent modification to the radiation energy density of the early Universe, characterized by a doubly logarithmic correction originating from renormalized modular fluctuations in the spectral triple of the theory. The correction is negligible during Big Bang nucleosynthesis and recombination but becomes relevant during thermal WIMP freeze-out. We derive the correction from the modular two-point function, justify the onset scale associated with the informational sector, and compute its quantitative impact on freeze-out through numerical solutions. We also analyze the evolution of the informational field Phi_Omega(x) and show that it freezes in before the freeze-out epoch and survives to the present time under gravitational advection. The resulting modification induces percent-level shifts in the relic abundance and sub-percent morphological corrections to the annihilation gamma-ray flux. We compare the scenario with Early Dark Energy, kination, and varying N_eff models, and show that the parameter range 10^{-4} < alpha_log < 10^{-2} remains consistent with Planck, BBN, and BAO constraints while predicting potentially observable deviations in the gamma-ray morphology accessible to next-generation MeV-GeV missions.
Show more
Asymptotically good bosonic Fock state codes: Exact and approximate
quant-phWe examine exact and approximate error correction for multi-mode Fock state codes protecting against the amplitude damping noise. Based on a new formalization of the truncated amplitude damping channel, we show the equivalence of exact and approximate error correction for Fock state codes against random photon losses. Leveraging the recently found construction method based on classical codes with large distance measured in the $\ell_1$ metric, we construct asymptotically good (exact and approximate) Fock state codes. These codes have an additional property of bounded per-mode occupancy, which increases the coherence lifetime of code states and reduces the photon loss probability, both of which have a positive impact on the stability of the system. Using the relation between Fock state code construction and permutation invariant (PI) codes, we also obtain families of asymptotically good qudit PI codes as well as codes in monolithic nuclear state spaces.
Show more
Schrödinger-picture formulation of a scalar quantum field driven by white noise
quant-phWe develop a Schrödinger-picture formulation for a scalar quantum field driven by a Lorentz-invariant white-noise field. The quantum state of the system is described by a stochastic wave functional that evolves according to a stochastic Schrödinger equation. We show that the Gaussian structure of the wave functional is preserved under the stochastic evolution, allowing the dynamics to be reduced to a set of equations for the corresponding kernel functions. These kernel equations are derived and solved exactly, yielding an explicit time-dependent expression for the wave functional. The exact solution enables a direct analysis of the statistical properties of the quantum field in the space of field configurations. In particular, we show that the expectation value of the field operator obeys the same stochastic equation as the classical field obtained from the Euler-Lagrange equation of the action. We further compute the energy density from the stochastic wave functional and evaluate its ensemble average over noise realizations. The resulting energy production rate coincides with that obtained from the corresponding Lindblad equation. This result indicates that the stochastic quantum state remains well defined even though certain derived observables exhibit ultraviolet divergences associated with the white-noise idealization.
Show more
Viaggiu holographic dark energy in light of DESI DR2
gr-qcWe test the cosmological viability of the Viaggiu holographic dark energy (VHDE) model by using late-time observational data. In particular, we place constraints on the free parameters of the model using Type Ia supernovae from the PantheonPlus, Union3.0, and DES-Dovekie catalogues, the Cosmic Chronometers, and the Baryon Acoustic Oscillations from the DESI DR2. Our analysis suggests that the VHDE model fits the observational data better or similar to the $Λ$CDM for all dataset combinations considered. The value obtained for $H_0$ is similar to the $Λ$CDM, while the current matter density parameter is constrained around $Ω_{m0}\simeq 0.24$, smaller to that obtained by the $Λ$CDM. Moreover, the parameter introduced by the VHDE is found to have a mean value within the range $\fracπ{3} δ^2 \sim 0.27-0.33$. Finally, we used Akaike's Information Criterion (AIC) and Bayesian evidence to test the VHDE model against the $Λ$CDM scenario. The AIC demonstrates that the two models are statistically indistinguishable, while Bayesian evidence reveals that the data have a mild preference for the $Λ$CDM model for most of the dataset combinations considered. Nevertheless, the VHDE model remains consistent with current late-time cosmological observations and offers a feasible mechanism for describing the late-time accelerating scenario.
Show more
Experimental Demonstration of Twin-Field Quantum Digital Signatures over 504 km
quant-phDigital signatures are one of the security cornerstones of the current information age. Compared with classical digital signatures based on computational complexity, quantum digital signatures (QDS) theoretically guarantee data integrity, authenticity, and non-repudiation by quantum mechanics, showing great potential for development in cryptography and thus attracting widespread attention. However, the performance of existing QDS systems are still limited in rate and distance. Here we report the first experimental demonstration of twin-field QDS (TF-QDS) using a GHz system. We achieve a maximum transmission distance of 504 km fiber spools for both single-bit and multi-bit schemes, surpassing all existing state-of-the-art QDS experiments more than 200 km. Furthermore, by combining the one-time universal hash method, we achieve a maximum signature rate of 21.1 times per second for a 1 Mbit file over fiber distances up to 302 km. In this work, the signature rates of both single-bit scheme and multi-bit scheme are more than two orders of magnitude higher than that of previous works at similar distance. Our work provides a new record for long-distance and high-rate QDS, representing a significant step in the development of QDS.
Show more
Luminosity-Temperature Relation as a Probe for Modified Gravity
astro-ph.COWe investigate the luminosity-temperature ($L$-$T$) relation of galaxy clusters as a probe for testing modified gravity (MG) theories, focusing on $f(R)$ gravity and symmetron models. Using an improved semi-analytic framework that incorporates angular momentum acquisition, dynamical friction, and shock heating within the modified punctuated equilibrium model, we compare predictions against hydrodynamical simulations and observational data. While massive clusters remain largely screened and follow standard $Λ$CDM predictions, low-mass systems ($kT \lesssim 1-2$ keV) exhibit systematic deviations characterized by steeper $L$-$T$ slopes in MG scenarios. Crucially, we demonstrate that these signatures cannot be mimicked by conventional astrophysical processes such as feedback or angular momentum effects, which primarily affect normalization rather than curvature. Our results establish the $L$-$T$ relation as a robust diagnostic tool for distinguishing general relativity from screened MG theories, with the strongest discriminatory power emerging at group scales accessible to current and future X-ray surveys. Moreover, a normalized reduced $χ^2$ analysis of the $L$-$T$ relation shows that MG models provide significantly better agreement with observational data than $Λ$CDM, with several realizations achieving excellent fits while the $Λ$CDM model consistently performs worst.
Show more
The peculiar case of the Viaggiu holographic dark energy
gr-qcWe study the plausibility of a holographic dark energy (HDE) model using the form of horizon entropy proposed by Viaggiu in 2014. This form of entropy is a generalization of the usual Bekenstein-Hawking entropy, having an extra term arising due to the dynamical nature of horizons in an expanding universe. We examine this new HDE model in the context of a flat Friedmann-Lemaître-Robertson-Walker universe filled with two cosmic fluids -- dark matter in the form of dust and holographic dark energy generated by Viaggiu entropy. We consider the Hubble horizon and the future event horizon as characteristic length scales and study the evolution of the Universe within these frameworks. Our analysis reveals some intriguing findings that include a possible cosmic doomsday scenario in the future, and certain observations are in striking contrast to other HDE models studied in the literature.
Show more
Parametrizing superfluid dark matter with rational approximations
gr-qcWe investigate how a spatially modulated real scalar background $φ(\vec{x})$ can modify phonon propagation in the context of Superfluid dark matter (SFDM). Using a simple toy model with quartic condensate and coupling $-gφ^2|Ψ|^2$, we derive the local equation of state and the effective sound velocity $c_s(\vec{x})$. For $g>0$, modulation tends to increase the effective mass of the condensate and make the medium less rigid, suppressing $c_s^2\propto m_{Ψ,\mathrm{eff}}^{-4}$ up to a ``dust-like'' regime, $c_s^2\to 0$. We implement this modulation for the background scalar field by imposing rational profiles, through Padé radial profiles, and show the corresponding variation of $c_s^2(r)$ for different $g$, discussing implications for the structure of SFDM cores and the possible formation of inhomogeneous regions of dark matter.
Show more
Inflation without an Inflaton III: non-Gaussian signatures
astro-ph.COWe investigate primordial non-Gaussianity in the Inflation without an Inflaton (IWI) framework, where scalar perturbations are generated at second order by primordial gravitational waves in Einstein gravity on an exact de Sitter (dS) background. Since scalar modes are produced nonlinearly from tensor modes, non-Gaussianity is an intrinsic prediction of the mechanism. We compute the corresponding scalar bispectrum, derive the relevant contribution to the three-point function of the scalar potential, and evaluate its shape numerically. We find that, unlike the scalar power spectrum, the bispectrum depends logarithmically on the ultraviolet cutoff set by the end of inflation, indicating a structural difference between the two- and three-point statistics in this scenario. Its shape is enhanced toward squeezed configurations, but its amplitude becomes strongly suppressed once the scalar power spectrum is normalized to the observed value. The resulting non-Gaussianity at CMB scales is therefore negligibly small, well below present observational sensitivity.
Show more
Scalable Self-Testing of Mutually Anticommuting Observables and Maximally Entangled Two-Qudits
quant-phThe next frontier in device-independent quantum information lies in the certification of scalable and parallel quantum resources, which underpin advanced quantum technologies. We put forth a simultaneous self-testing framework for maximally entangled two-qudit state of local dimension $m_*=2^{\lfloor n/2 \rfloor}$ (equivalently $\lfloor n/2 \rfloor$ copies of maximally entangled two-qubit pairs), together with $n$ numbers of anti-commuting observables on one side. To this end, we employ an $n$-settings Bell inequality comprising two space-like separated observers, Alice and Bob, having $2^{n-1}$ and $n$ number of measurement settings, respectively. We derive the local ontic bound of this inequality and, crucially, employ the Sum-of-Squares decomposition to determine the optimal quantum bound without presupposing the dimension of the state or observables. We then establish that any physical realisation achieving the maximal quantum violation must, up to local isometries and complex conjugation, correspond to a reference strategy consisting of a maximally entangled state of local dimension of at least $2^{\lfloor n/2 \rfloor}$ and local observables forming an irreducible representation of the Clifford algebra. This construction thereby demonstrates that the minimal dimension compatible with $n$ mutually anticommuting observables is naturally self-tested by the maximal violation of the proposed Bell functional. Finally, we analyse the robustness of the protocol by establishing quantitative bounds relating deviations in the observed Bell value to the fidelity between the realised and the ideal strategies. Our results thus provide a scalable, dimension-independent route for the certification of high-dimensional entanglement and Clifford measurements in a fully device-independent framework.
Show more
Measuring impurity-induced shifts in Coulomb crystallization
cond-mat.otherWe report a laboratory measurement of how impurities shift Coulomb crystallization in a strongly interacting ionic system. This is achieved by using laser cooled Ca$^+$ crystals doped with a controlled number of Xe$^{12+}$ highly charged ions. We find that the crystallization threshold is unchanged at low impurity concentration, but shows a clear crossover once the impurity content becomes sufficiently large, after which the shift grows approximately linearly. Complementary measurements reveal that this global effect originates from a local pinning of the crystal around the impurities. We further show how the measured shift could impact standard models of crystallization in white dwarfs and neutron stars. Our results provide an experimental route to incorporating impurity effects into models of multicomponent Coulomb matter, relevant to stellar crystallization and strongly coupled plasmas.
Show more
Decay-Resolved Charge Changes from Radioactive Decays in Levitated Microparticles
physics.ins-detWe measure event-by-event discrete changes in the net electric charge of an optically levitated silica microsphere arising from individual radioactive decays within the sphere, in coincidence with energy depositions in a nearby scintillation detector. The net charge of the levitated sphere is continuously monitored by measuring its driven response to an oscillating electric field, allowing individual charge-change events to be resolved on millisecond timescales with precision below an elementary charge. Simultaneously, $α$ and $β$ particles emitted during decays of implanted $^{212}$Pb and its daughters are detected using a scintillator read out with an array of silicon photomultipliers. By correlating reconstructed charge-change times with the scintillator response, we can directly attribute abrupt changes in the sphere's net charge to individual nuclear decays, and identify differences in the distribution of charges ejected for $α$ and $β$ decays. These results establish a new approach for studying low energy charged particles emitted by radioactive decays at the single-decay level, and identify showers of radiogenically produced low-energy electrons emitted by $α$-decaying radon daughters implanted near solid surfaces.
Show more
Investigating quark star properties through baryon number density $(n)$ within the framework of $f(Q)$ gravity
gr-qcIn this paper, we construct a viable strange star model in the framework of the equation of state, $p_r=\frac{1}{3}(ρ-4B)$, proposed in the MIT bag model, where $B$ is termed as the bag constant. Considering extreme Wood-Saxon-like parameterisation of baryon number density dependent Bag parameter $(B)$ in the framework of $f(Q)$ modified gravity. We have determined the possible range of baryon number density ($n$) for stable quark matter inside the star and calculated the corresponding range of $B$. By solving TOV equations, we obtain the possible maximum mass and radius considering the MIT bag model equation of state with baryon number density dependent $B$. All the physical parameters associated with the stars, such as $ρ,~p_r,~p_t$ and anisotropy parameter ($Δ$), have been analysed in this model to establish the physical viability as well as acceptability of the model. Then, we study the stability of the model by analysing the causality conditions, energy conditions, generalised TOV equation, cracking condition of Herrera and the study of adiabatic index of the fluid. Within the parameter space used here to construct the model, we have predicted the radii of a few known compact stars, and it is found that the model is suitable in predicting the radii of stars where masses lie below the $2.46~M\odot$, and the predicted radii from the model are nearly equal to the values obtained from recent observations. It is significant to observe that up to $2.01~M\odot$, it may be treated as a Strange Star (SS). On the other hand, maximum mass above $2.01~M\odot$ and up to $2.46~M\odot$ may be treated as di-quark stars.
Show more
V2Rho-FNO: Fourier Neural Operator for Electronic Density Prediction
physics.chem-phDensity functional theory (DFT) is a cornerstone of computational chemistry and materials science, but its computational cost limits its use in large-scale and high-throughput applications. While machine learning has accelerated energy prediction for specific molecular classes, transferable prediction of electron density across diverse chemical spaces remains challenging. Here, we present a universal framework based on Fourier Neural Operators (FNOs) that directly learns the mapping from external potentials to electron density distributions. Unlike conventional approaches that rely on explicit atomic orbitals, basis sets, or handcrafted descriptors, the proposed method captures global electronic interactions and long-range correlations through operator learning in the spatial-frequency domain. Trained on datasets spanning multiple elements and molecular geometries, the model achieves zero-shot generalization to entirely unseen molecular systems and accurately predicts their electron densities without retraining. This transferability arises from the intrinsic ability of FNOs to represent global structure in continuous fields. Our work establishes neural operator learning as a promising route for fast, accurate, and transferable electronic structure prediction, with potential applications in high-throughput screening and chemical space exploration.
Show more
Entanglement-Assisted Discrimination of Nonlocal Sets of Orthogonal States
quant-phEntanglement-assisted discrimination of orthogonal quantum states exhibiting quantum nonlocality is a frontier topic in quantum information theory. In this paper, we investigate the role of multipartite entanglement and develop resource-efficient LOCC discrimination protocols for nonlocal sets of orthogonal states, including multipartite orthogonal product-state sets and entangled-state sets with different nonlocal features. By incorporating controlled-NOT (CNOT) operations into the discrimination procedure, we construct protocols for genuinely nonlocal GHZ bases in four- and five-qubit systems that require only a single EPR pair. For the same target sets, we compare different entanglement-assisted schemes and identify those with lower entanglement consumption. We further observe that, on average, protocols avoiding teleportation consume fewer resources than teleportation-based approaches. In addition, when higher-partite GHZ-type resources (with $n>3$) are available among suitable subsystems, they can in some cases reduce the overall entanglement cost. Our results highlight the operational significance of multipartite entanglement and provide practical protocols for the local discrimination of orthogonal state sets exhibiting quantum nonlocality.
Show more
HEP (70 papers)
New benchmarks for direct detection of freeze-in dark matter in vector portal models
hep-phWe investigate the freeze-in of MeV-scale fermionic dark matter (DM) that couples to the Standard Model via a new vector mediator to assess the potential that future direct detection experiments have to observe new physics in either the DM or neutrino sectors. We study the minimal kinetic mixing dark photon of a secluded $U(1)_D$ as well as gauge bosons of the anomaly-free $U(1)_{L_i-L_j}$, with $i,j=e,μ,τ$, and $U(1)_{B-L}$ gauge extensions, exploring the impact of low reheating temperatures on the DM production rates. For the ultralight dark photon scenario, we show that current experimental constraints from electron recoil data in DAMIC-M and PandaX-4T can be avoided if the DM fermion is only a subcomponent (smaller than 40%) of the total cold DM and that future detectors can be sensitive to a DM fraction below 1% for masses above 1 MeV. For a massive dark photon, there are allowed regions of the parameter space with masses in the range 50 MeV $\lesssim m_{\rm DM}\lesssim$ 500 MeV that can be within the reach of direct detection experiments through nuclear recoils if freeze-in occurred at a low reheating temperature. Finally, the case of $U(1)_{L_i-L_j}$ and $U(1)_{B-L}$ is particularly interesting since the discovery of new physics can come from either the DM or the neutrino sector, which features new interactions. We find that freeze-in at low reheating temperatures can reproduce the observed abundance in large parts of the parameter space up to gauge couplings of $g_X\sim10^{-2}$ for MeV DM. Most notably, direct detection experiments will be sensitive to considerable parts of this parameter space in nuclear recoils for 50 MeV $\lesssim m_{\rm DM}\lesssim$ 500 MeV. Additionally, the enhanced signal from solar neutrino coherent scattering is observable in these scenarios, which can serve as a further handle to identify the underlying particle physics model.
Show more
Two-loop Six-point Planar Massless Feynman Integrals to Higher $ε$ Orders
hep-phIn this work, we calculate two-loop six-point planar massless Feynman integrals at higher orders in the dimensional regulator $ε$, corresponding to higher transcendental weights. In previous works, these integrals were calculated up to weight four for the purpose of two-loop gauge theory amplitudes. Using modern rational reconstruction methods, we identify the complete alphabet with $269$ letters relevant for the all-weight orders, derive the analytic canonical differential equation and obtain the symbols up to weight six. As a proof of concept, using a new method with Chebyshev pseudospectral transport, we show that the corresponding pure basis can be efficiently evaluated up to weight six, i.e., to $ \mathcal{O}(ε^2)$ in a physical scattering region. The results of this work can be applied to future three-loop amplitudes and provide new data for the formal study of symbols and cluster algebra.
Show more
Novel cluster-algebraic letters for 5- and 6-point QCD processes
hep-thBy breaking dual conformal invariance, we transform cluster-algebraic predictions for the alphabet of 9-point amplitudes in $\mathcal{N}=4$ super Yang-Mills theory to analogous predictions for 5- and 6-point processes in QCD. We start by obtaining, for the first time, candidate letters for 6-point processes with one massive external leg, and discover that they surprisingly also contain nested square roots. We confirm that our results essentially contain the alphabet of all 1-loop integrals with these kinematics, and in their massless limit also the recently computed alphabet of finite, planar 2-loop amplitudes for 6-point massless QCD processes. In the latter case, we additionally find 162 letters that may appear at higher loops. We similarly produce candidate letters for 5-point 2-mass processes, whose comparison with the literature reveals a nontrivial overlap that also includes new letters.
Show more
Prospects for precision CE$ν$NS measurements with electron-capture neutrinos and lithium-based bolometers
hep-phWe evaluate the feasibility of high-precision coherent elastic neutrino-nucleus scattering measurements exploiting mono-energetic neutrinos produced by electron-capture (EC) decays of intense radioactive sources, such as $^{51}$Cr or $^{37}$Ar. To fully exploit the high neutrino flux achievable with EC sources, and accounting for the low energy of EC neutrinos, we evaluate the sensitivity of a compact array of bolometric detectors with absorbers based on light elements, such as lithium, oxygen and fluorine. With 1 kg of LiF detectors, source activities of $\sim10^{17}$ Bq, and assuming an energy threshold of 20 eV, we expect to achieve a $\sim 3\%$ precision on the determination of the neutrino flux with 90 days of measurement. Such a measurement would represent a test of the gallium neutrino anomaly, and could disentangle nuclear effects on gallium from the misevaluation of the EC source activity or short-baseline neutrino oscillations.
Show more
Light baryon spectra and Regge trajectories from anomalous holographic hard wall models
hep-phIn this work we propose anomalous versions of the holographic hard wall (HW) model to describe the spectra of light baryons of spin 1/2 and 3/2, and obtain their Regge trajectories. The anomalous contributions to the dimensions of the baryonic operators of logarithm form come from a semiclassical analysis of the AdS/CFT correspondence and were used recently for glueballs and light unflavoured mesons. Inspired by these results, we first propose an anomalous dimension of the form $Δ_{\rm anom.}=a\ln L +b$, where $a$ and $b$ are phenomenological constants to be adjusted numerically to better fit the experimental data of the PDG, and $L$ is the angular momentum of each baryonic state. Second, we discuss the case where the anomalous dimension also depends on the spin $S$ as $Δ_{\rm anom.}=a\ln (L+S+1/2) +b$, and fix the parameters $a$ and $b$ targeting PDG data. These two models, called AHW$_1$ and AHW$_2$, give better results for light baryon masses $(M)$ in comparison with the original HW model and show approximately linear Regge trajectories $(M^2\times L)$. We also consider a third anomalous HW model in which the dimension of the baryonic operator increases as $Δ_{\rm Lin.}=a L^c +b$, where $a$, $b$, and $c$ are constants adjusted to fit the light baryonic masses of PDG. Apart from compatible masses with PDG data, this case produces Regge trajectories that are asymptotically linear.
Show more
Investigating Ultra-Low Energy Ionization Yield from Nuclear Recoils in Semiconductor Detectors via Molecular Dynamics Simulations
physics.ins-detNuclear recoil ionization yield constitutes a critical uncertainty source in low-energy detection for dark matter (DM) and coherent elastic neutrino-nucleus scattering (CE$ν$NS) experiments. We present a novel methodology employing molecular dynamics simulations to assess ionization yields in crystalline semiconductor detectors. This non-parameterized approach resolving inherent limitations of traditional Lindhard model through explicit incorporation of crystal condensed matter effects, facilitating a seamless reliability from high-energy ($E>10$\,keV) to electron-hole pair (EHP) regimes. Our model achieves the best agreement with experimental data in silicon to date, especially at the minimal energy level of a single EHP. Meticulously consideration of ion transport mechanisms reveals fundamental ionization yield distributions, superseding conventional single-value models. The distributional paradigm extends the DM-nucleon elastic scattering exclusion limit to 0.29\,GeV/$c^2$ under single-EHP sensitivity. We further report advancements in modeling quantum effects and channeling phenomena affecting ionization yields in high-purity germanium detectors.
Show more
On the survival of strong nuggets in the early Universe
hep-phStrong nuggets with a baryon number of $A\sim 10^{10-30}$ could be able to survive from the cosmic separation of the QCD phases, provided the transition from strange quark matter to strangeon matter is accounted for, thereby evading evaporation in the early Universe. Such strangeon nuggets may serve as a dark matter candidate within particle standard model. We formulate the corresponding phase transition of cosmic strange matter, establishing a parameter space which reasonably accommodates observational constraints on the dark-to-luminous matter ratio and the mass-radius relation, as well as tidal deformability of compact objects.
Show more
Spin entanglement signatures of proton from a light-front Hamiltonian
hep-phQuantum entanglement provides a quantitative probe of the internal structure of hadrons and offers a sensitive means to study the quantum correlation in the hadron wave functions. For baryons, the spin state of the three valence quarks forms a tripartite qubit system, whose entanglement structure can be characterized by the four classes of three-qubit states. In this work, we compare the proton spin entanglement obtained from Basis Light-Front Quantization (BLFQ) with that from a quark-diquark model. By analyzing both bipartite and tripartite entanglement, we find that the quark-diquark model yields a substantially more entangled spin state than the BLFQ wave function in the valence Fock sector. This difference mainly originates from the larger W-type and Bell-type entanglement in the quark-diquark model. Within BLFQ, larger stronger coupling constant and smaller quark mass drive the spin correlation among the valence quarks towards an effective quark-diquark configuration with an active $d$ quark and a correlated $uu$ pair.
Show more
Role of $Ξ(1690)$ in the $J/ψ\toΞ^0\barΛK^0$ reaction
hep-phMotivated by the recent BESIII measurements of the $J/ψ\to Ξ^0 \barΛK_S^0 + c.c.$ process, we investigate this reaction by considering the contributions from the $Ξ(1690)$ and $Λ(1890)$ resonances. The $Ξ(1690)$ state is dynamically generated from the $S$-wave pseudoscalar meson-octet baryon interactions within the chiral unitary approach. Our theoretical model provides a good description of the $\barΛK^0$, $Ξ^0 K^0$, and $\barΛΞ^0$ invariant mass distributions. The results indicate that the $Ξ(1690)$ resonance, which was neglected in the experimental analysis by BESIII, plays a crucial role in this process. Furthermore, we evaluate the theoretical uncertainties of our model using the parametric bootstrap method. Future high-precision measurements of this process will further help to elucidate the properties of the $Ξ(1690)$ and $Λ(1890)$ states.
Show more
Relating Hodge Atoms, Spectral Triples, and BPS Flows
hep-thWe compare algebraic and analytic pictures relevant to the study of birational invariants. Motivated by recent advances in the development of non-commutative Hodge structures, we examine their implication for quiver gauge field theory on the cubic fourfold. By interpreting the semiorthogonal property as a dynamical selection rule, we conjecture that the K3 Hodge atom of the cubic fourfold represents a protected quantum phase whose spectra remain invariant under non-perturbative tunneling processes.
Show more
Plasticity from Symmetry: A Gauge-Theoretic Framework
cond-mat.mtrl-sciPlastic deformation is widely regarded as an intrinsically dissipative phenomenon and its theoretical description is largely phenomenological. We argue instead that plasticity possesses a non-dissipative, symmetry determined backbone: defect kinematics are fixed by symmetry prior to dissipation and separate from constitutive assumptions. Starting from the spontaneous breaking of spacetime symmetries in a crystalline phase, we construct an effective field theory in which elasticity and geometry reorganize into a coupled higher-rank tensor vector gauge structure. The gauge fields are not postulated, rather they emerge naturally from stress and defect conservation laws. Dislocations, disclinations, and torsional defects appear as gauge charges of non-integrable geometry whose continuity equations and mobility constraints follow directly from Gauss laws. This clarifies the long-standing ambiguity over which variables are fundamental in the gauge theory of defects and shows that plasticity admits an ideal gauge-theoretic formulation, with dissipative flow arising as a controlled deformation of this conservative theory.
Show more
Searches for the leptophilic Z' boson at the International Linear Collider and Linear Collider Facility
hep-exProduction of the leptophilic Z' boson at future colliders was proposed as one of the benchmark Beyond the Standard Model (BSM) scenarios for the Physics Briefing Book prepared for the 2026 update of the European Strategy for Particle Physics. Presented in this contributions are results on the sensitivity of the experiments at the International Linear Collider (ILC) and at the Linear Collider Facility (LCF) at CERN to the considered scenario. Studied as a function of the Z' boson mass is the expected signal in the di-muon decay channel, which is expected to have the highest sensitivity. Signal and background simulation in WHIZARD includes effects of multi-photon emission and initial state radiation (ISR), with proper matching between ISR and matrix element domains. Expected limits on the Z' couplings to SM leptons are presented for ILC and LCF running at 250 GeV and LCF running at 550 GeV.
Show more
Finite size effects on critical correlations in momentum space
hep-phThe search for the QCD critical end point (CEP) is a major objective of contemporary heavy-ion physics, motivating the study of fluctuation observables that are sensitive to critical dynamics. In particular, baryon-number fluctuations provide a natural probe because the net-baryon density can serve as an effective order parameter in the vicinity of the CEP. Near criticality, long-range correlations and power-law scaling are expected to emerge in the real-space two-point function of the baryon density, yet the finite size and finite lifetime of the fireball created in heavy-ion collisions impose intrinsic cutoffs that regulate the growth of the correlation length. These finite-size constraints significantly modify the observable structure of fluctuations, especially in momentum space, where experiments perform measurements. In this work we present a theoretical analysis of the momentum-space two-point correlation function for a system of finite spatial extent. We show that finite size effects lead to an effective scaling exponent which coincides with that of the infinitely extended system only in a prescribed scaling region within the experimentally accessible momentum range.
Show more
A Common Origin for Diverse Neutrino Mass Matrix Textures
hep-phWe plan to decipher the common origin of neutrino mass textures within a $Δ(27)$ based framework, in association with Type-I+II seesaw mechanism. Motivated by the diversity of texture structures used in phenomenological analyses, we examine how a single framework can reproduce them without additional assumptions. We show that the interplay between vacuum alignments, model parameters, and specific Yukawa choices naturally yields several well established neutrino mass textures in the literature. Our goal is to demonstrate that a minimal $Δ(27)$ framework can unify these viable textures within a common theoretical origin.
Show more
Observational Constraints on WIMP Mini-Spikes Around Stellar-Mass Primordial Black Holes with 17 Years of Fermi-LAT Data
astro-ph.HEThe quest to identify the true nature of dark matter remains one of the most pressing challenges in modern physics. We present a novel approach to probe the Weakly Interacting Massive Particle (WIMP) paradigm by analyzing density enhancements, or ``mini-spikes,'' around stellar-mass black holes (sBHs) using 17 years of data from the \textit{Fermi} Large Area Telescope. Motivated by the anomalous orbital decay observed in the black hole low-mass X-ray binaries A0620--00 and XTE J1118+480, we model these systems under the hypothesis of adiabatic spike formation around primordial black holes, incorporating the effects of tidal disruption in the Galactic disk. Finding no statistically significant gamma-ray excess at either location ($TS < 1$), we derive 95\% C.L. upper limits on the WIMP annihilation cross section. Our results exclude the canonical thermal relic cross section ($3 \times 10^{-26} \, \text{cm}^3\text{s}^{-1}$) across the 10~GeV to 10~TeV mass range for $b\bar{b}$ and $W^+W^-$ channels, and up to $\sim$6~TeV for the $τ^+τ^-$ channel. Recasting these results into a Galactic discovery reach, we demonstrate that \textit{Fermi}-LAT is sensitive to $10\,M_\odot$ mini-spikes even at distances surpassing the Galactic Center, provided the WIMP mass is below 1~TeV. These findings establish a significant tension between the dynamical friction interpretation of orbital decay in these systems and the WIMP hypothesis, providing robust observational constraints on the coexistence of primordial black holes and annihilating dark matter.
Show more
A symplectic geometric origin of universal quartic modified dispersion relations
math-phWe show that quartic modifications of relativistic dispersion relations arise generically from deformation-quantized phase spaces under minimal kinematical assumptions relevant to quantum gravity. When the kinematics admits an integral symplectic structure, a compatible almost-complex structure, and a gauge-invariant two-form sector, the leading Planck-scale correction is controlled by a single geometric length scale. We establish this result through three independent approaches: Fedosov-Berezin quantization, spectral geometry, and a topos-theoretic formulation, all of which yield the same quartic correction and clarify the origin of its apparent universality.
Show more
Gravitational Metric of a Star
hep-thSolving the classical equations of motion in general relativity recursively, we consider the metric of a spatially localized and stationary source of matter. Having in mind a star of general composition, we characterize it by means of its infinite set of mass and current multipoles. Specializing to de Donder gauge we set up the recursive equations that produce the metric outside the star to any desired order in perturbation theory, expanded both in Newton's constant and in the order of multipoles. Up to second post-Minkowskian order we express the result to any order in the multipole expansion in terms of generalized (tensor) bubble integrals in momentum space and a corresponding simple expansion in inverse distances. In a special corner of the space of multipoles we recover the Kerr black hole solution to the given order. By tweaking just slightly the multipoles away from the Kerr limit the metric will describe stars that are Kerr-like and yet are not black holes. A subtlety with respect to the gauge ambiguity of de Donder gauge is also pointed out.
Show more
Measurement of the $|V_{cb}|$ element of the CKM matrix in $t\bar{t}$ decays with the ATLAS detector
hep-exThe first measurement of the magnitude of the CKM quark mixing matrix element $|V_{cb}|$ using on-shell $W$-boson decays is presented. The measurement is made with $t\bar{t}$ events from $pp$ collision data corresponding to an integrated luminosity of $140$ fb$^{-1}$ at a centre-of-mass energy of 13 TeV collected by the ATLAS experiment at the Large Hadron Collider. A value of: $$|V_{cb}| = (50^{+11}_{-14})\times10^{-3}$$ is measured, where the uncertainties have roughly equal contributions from the limited size of the data sample and from systematic effects. This is consistent with existing measurements made at much lower energy scales in $B$ hadron decays. While the sensitivity does not yet rival that of previous determinations, this novel approach probes a very different physical situation, namely the rare hadronic $t\rightarrow b\bar{b} c$ decay at high momentum-transfer, rather than semileptonic $B$ decays at low momentum-transfer.
Show more
Effect of gravity on Neutrino Oscillations in $κ$-deformed space-time
hep-phIn this study, we analyse how quantisation of space-time affects propagating fermions in the presence of gravity. Effect of gravity is incorporated using spin connection which consists of universal torsion-free Levi-Civita connection and the Contortion tensor. This leads to the appearance of a four-fermion interaction term in the Lagrangian and because of non-commutativity of space-time, the deformation of the interaction term is found to depend on the background metric through tetrads. Further, we incorporate this interaction term to see the effect of gravitational interactions of neutrinos with the background matter in non-commutative space-time and study its effect on neutrino oscillation probabilities.
Show more
Puzzles in charmed baryon semileptonic decays
hep-phLarge apparent $SU(3)_F$ breaking and a tension with lattice QCD have recently emerged in semileptonic decays of singly charmed baryons, hinting at either an unexpected hadronic mechanism or new physics. We formulate a framework that systematically matches lattice-QCD inputs onto an $SU(3)_F$ analysis including first-order symmetry breaking. We predict ${\mathcal{B}}(Ξ_c^+\toΣ^0\ell^+ν_\ell)/{\mathcal{B}}(Ξ_c^+\toΞ^0\ell^+ν_\ell)=(2.6\pm0.3)\%,$ and ${\mathcal{B}}(Ξ_c^+\toΛ^0\ell^+ ν_\ell)/{\mathcal{B}}(Ξ_c^+\toΞ^0\ell^+ν_\ell)=(1.1\pm0.1)\%$, whose precise measurements would cleanly determine the origin of the anomalously large $SU(3)_F$ breaking.
Show more
Krylov Complexity in Supersymmetric Large-$N$ Quantum Mechanics
hep-thKrylov complexity has recently emerged as a useful probe of operator growth and quantum dynamics in many-body systems and holographic dualities. In this paper we study its behavior in the Veneziano--Wosiek model, a supersymmetric matrix quantum mechanical model admitting a large-$N$ planar limit with manifest weak-strong duality and a critical transition at the 't Hooft coupling $λ=1$. Starting from selected states in the sectors with fermion number 0 and 1, related by supersymmetry, we analyze the time dependence of the numerical complexity. For $λ\neq1$ the Krylov complexity $K(t)$ exhibits oscillatory behavior, while at the critical coupling $λ=1$ it grows quadratically in time, $K(t)\sim t^2$, with sector-dependent amplitudes. To obtain analytical insight, we study a companion model defined by a rank-1 modification of the Veneziano--Wosiek Hamiltonian, which admits explicit supercharges. In this model the Krylov complexity can be computed exactly and reproduces the behavior observed in the original model. Higher degree-$M$ Krylov complexities, defined as expectation values of powers of Lanczos index, are also computed and grow polynomially in time $\sim t^{2M}$ at the critical point in both models. This behavior is closely analogous to the spreading of a localized squeezed state in a one-dimensional quantum harmonic oscillator of frequency $ω$, with the free limit $ω\to 0$ corresponding to the critical $λ\to 1$ limit.
Show more
Two-time physics, Carroll symmetry and Jordan algebras
hep-thWe describe Carroll particles with nonzero energy (i.e., particles that remain at rest) within the framework of two-time (2T) physics developed by Bars and collaborators. In a spacetime with one additional time and one additional space dimension, one can gauge the phase-space symmetry that exchanges generalized coordinates with their conjugate momenta, thereby unifying the description of apparently different one-time systems. We develop both classical and quantum descriptions of the Carroll particle arising from 2T physics, and explore links between the extended phase space of 2T physics and Freudenthal triple systems constructed over a semisimple cubic Jordan algebra (the Lorentzian spin factor).
Show more
Lattice QCD study of the $K^*(892)$ resonance at the physical point
hep-latWe present a lattice QCD study of the $K^*(892)$ resonance using a set of $N_f=2+1$ Wilson-Clover ensembles with three lattice spacings and six pion masses ranging from 135 to 320 MeV. For each ensemble, a large number of finite volume energy levels in the $P$-wave $Kπ$ channel are determined. The energy dependence of the scattering phase shift is then obtained from Lüscher's finite-volume method. To systematically assess parametrization dependence, the amplitude is described using three different models, which yield consistent results. The resulting phase shifts show a clear resonant behavior for all ensembles, and the corresponding $K^*(892)$ resonance pole is identified on the second Riemann sheet in the complex energy plane. The pole positions are extrapolated to the physical pion mass and the continuum limit, yielding a $K^*(892)$ resonance located at $\sqrt{s_0} = [883(22) -i20(13)]\mathrm{ MeV}$, which is in excellent agreement with the experimental value. This study provides a first-principle QCD determination of the $K^*(892)$ mass and width with controlled systematic uncertainties.
Show more
Lattice QCD at finite temperature and density
hep-latI review recent lattice results on strongly interacting matter under extreme conditions, with emphasis on the finite-temperature QCD transition at $μ_B=0$, its approach toward the chiral limit and the fate of the $U_A(1)$ anomaly, as well as recent constraints on the QCD phase boundary and the possible critical endpoint at $μ_B>0$. I also discuss selected advances in lattice methods and in QCD thermodynamics under external conditions, in particular strong magnetic fields, isospin chemical potential, rotation, acceleration, and quark spin polarization.
Show more
Search for direct pair production of top squarks in $pp$ collisions at $\sqrt{s}= 13$ TeV and $13.6$ TeV in events with two oppositely charged leptons using the ATLAS detector
hep-exThis paper presents the search for direct pair production of top squarks decaying into two on-shell top quarks and two neutralinos in final states with two oppositely charged leptons (electrons or muons), $b$-jets and large missing transverse momentum. The search uses the full Run 2 dataset, corresponding to an integrated luminosity of 140 fb$^{-1}$ of proton-proton collisions at a centre-of-mass energy of $\sqrt{s} = 13$ TeV collected by the ATLAS detector from 2015 to 2018, and the early Run 3 dataset, corresponding to an integrated luminosity of 53 fb$^{-1}$ of proton-proton collisions at $\sqrt{s} = 13.6$ TeV collected in 2022 and 2023. Machine-learning-based classifiers are used to distinguish the signal from Standard Model backgrounds, to enhance signal discrimination across a wide kinematic phase space. No significant excess is observed with respect to the Standard Model prediction and 95% confidence level limits are set on top squark and neutralino mass combinations reaching up to 1060 GeV for the former and 560 GeV for the latter, improving mass limits by about 10% compared to previous ATLAS analyses in the same channel.
Show more
Investigation of the $D^{0} \rightarrow K_S^{0} π^{0} η,\ K_S^{0} π^{0} π^0$ decays
hep-phInspired by the invariant mass distributions for the decays $D^{0} \rightarrow K_S^{0} π^{0} η$ and $D^{0} \rightarrow K_S^{0} π^{0} π^{0}$ reported by the BESIII Collaboration, we investigate these processes with an unified final state interaction formalism by incorporating both the $S$-wave pseudoscalar meson-pseudoscalar meson interactions within a chiral unitary approach and the $P$-wave contribution from the intermediate resonance $\bar{K}^*(892)$. By performing a combined fit to the invariant mass spectra and taking into account the coherence between the $S$- and $P$-waves, our results are in agreement with the experimental data. For the decay $D^{0} \rightarrow K_S^{0} π^{0} η$, the structure near 1.0 GeV in the $π^0 η$ invariant mass distribution corresponds to the signal of the $a_{0}(980)$, which is dynamically generated from the $S$-wave interactions. In the case of $D^{0} \rightarrow K_S^{0} π^{0} π^{0}$, the near-threshold enhancement in the $π^0π^0$ mass distribution arises from the combined contributions of the $f_0(500)$ and the intermediate $\bar{K}^*(892)$, while the cusp-like structure around 1 GeV$^2$ is associated with the $f_0(980)$.
Show more
Precision $YN$ and $\bar{n}N$ measurements with an LH$_2$/LD$_2$ target in the BESIII detector
hep-exLocated at the BEPCII $e^{+}e^{-}$ collider, the BESIII experiment provides a robust platform for investigating (anti)hyperon-nucleon ($YN$) and antineutron-nucleon ($\bar{n}N$) interactions. This is made possible by the high production cross-sections of $J/ψ$ and $ψ(3686)$ resonances and their substantial decay branches into these baryons. Although previous studies using the beam pipe as a target demonstrated feasibility, statistical precision remains constrained by the limited material budget. To address this, we propose installing a dedicated liquid hydrogen or liquid deuterium target between the beam pipe and the Cylindrical Gas Electron Multiplier Inner Tracker. Monte Carlo simulations confirm that the added material has a negligible effect on charged particle tracking. This upgrade is expected to enhance the effective luminosity for scattering on free protons by a factor of 10--30 for $Λ$, $Σ^{+}$, $Ξ$, and $\bar{n}$ beams, enabling high-precision measurements of $YN$ and $\bar{n}N$ interactions that will significantly advance our knowledge of non-perturbative strong interactions.
Show more
Probing the equivalence of chiral LCSRs in $D \to πe ν_e$ decays and extraction of $|V_{cd}|$
hep-phIn the paper, we have carried out research on the $D\toπ$ decay process. We employ two different currents to study the $D\toπ$ transition form factors (TFFs) by using the light-cone sum rule within the framework of chiral current approach. Firstly, we follow the right-handed and left-handed currents for the correlators to present the expression of the vector form factors upto next-leading-order and leading-order accuracy, respectively. Here the twist-2 and twist-3 light-cone distribution amplitudes are constructed by the light-cone harmonic oscillator model. After exploring the TFFs into the whole physical $q^2$-region with the simplified $z$-series expansion, we obtain the branching fractions $\mathcal{B}(D^0\to π^-e^+ν_e)_{\text{I}} = 0.31_{-0.05}^{+0.05}$, $\mathcal{B}(D^+\to π^0e^+ν_e)_{\text{I}} = 0.39_{-0.06}^{+0.06}$, $\mathcal{B}(D^0\to π^-e^+ν_e)_{\text{II}} = 0.27_{-0.03}^{+0.05}$, $\mathcal{B}(D^+\to π^0e^+ν_e)_{\text{II}} = 0.34_{-0.04}^{+0.06}$, and extract the CKM matrix element $|V_{cd}|_{\text{I}} = ( 0.21^{+0.02}_{-0.02} )\times 10^{-2}$ as well as $|V_{cd}|_{\text{II}} = ( 0.23^{+0.02}_{-0.02}) \times 10^{-2}$. To verify the credibility of our calculations, these results are further compared with existing findings in the literature, showing good agreement within uncertainties.
Show more
Light baryon static properties in dispersive approach
hep-phWe extend our dispersive analyses on meson static properties to those of light baryons. The formalism treats the dispersion relation, which a baryonic correlation function obeys, as an inverse problem, solve for the involved spectral density with available operator-product-expansion (OPE) inputs directly, and extract baryon static properties from the spectral density. We observe that the simultaneous implementation of the chiral-even and chiral-odd dispersive constraints unambiguously determines baryon masses and pole residues. A common set of quark and gluon condensates, which appear in OPE factorization and are universal, is found to accommodate the masses of a $ρ$ meson, a proton and a $Δ(1232)$ baryon. The advantage of our approach over the conventional handling of QCD sum rules is advocated. This work encourages broad applications of our nonperturbative analytical method to baryon systems.
Show more
Polarization-dependent mass modifications of $φ$ meson with finite momentum in nuclear matter
hep-phWe investigate the in-medium properties of the $φ$ meson with finite momentum, going beyond the commonly studied case at rest. In a nuclear medium, Lorentz invariance is broken, leading to distinct longitudinal and transverse polarization modes that evolve differently with density and momentum. Within an effective Lagrangian approach, we calculate the polarization-dependent mass shifts and width modifications of the $φ$ meson arising from kaon loops and mean-field interactions. The divergent loop integrals are regulated using two different schemes: a covariant form factor and dimensional regularization. Our results show that the mass shift of the transverse polarization is independent of the $φ$-meson momentum, whereas that of the longitudinal polarization decreases quadratically with momentum. This difference originates from the coupling of the longitudinal mode to the vector mean field and derivative-type interactions in the self-energy. These effects have direct implications for experimental observables, especially for upcoming measurements at J-PARC, and provide a new prediction for experiments studying hadron dynamics in dense matter.
Show more
Scaled transverse-momentum spectra as a probe of collective dynamics in heavy-ion collisions
nucl-thWe investigate a scaling property of transverse-momentum spectra in ultrarelativistic heavy-ion collisions obtained by removing the global scales of multiplicity and mean transverse momentum. The resulting dimensionless observable isolates the intrinsic shape of the spectrum and reveals an approximate universality across collision centralities, systems, and energies. Hydrodynamic simulations reproduce this scaling on an event-by-event basis, indicating that it may originate from the collective dynamics of the quark-gluon plasma. Using Gaussian-process emulators trained on the JETSCAPE hybrid model, we perform a Bayesian analysis incorporating the scaled spectra as observables. The results demonstrate that the spectral shape provides independent constraints on key properties of the medium, including pre-equilibrium dynamics and initial-state granularity, while exposing tensions with parameter regions preferred by traditional $p_T$-integrated observables. We further explore an analogous scaling of transverse-mass spectra and observe a comparable universality across centralities and hadron species. These results suggest that scaled spectra provide a powerful new probe of collective dynamics and offer complementary constraints for the quantitative characterization of QCD matter created in heavy-ion collisions.
Show more
Probing compressed triplet scalars with ISR jets and soft leptons at the LHC
hep-phThe Type-II seesaw model predicts doubly and singly charged scalars along with neutral Higgs states originating from an $SU(2)$ triplet. Current LHC searches by the ATLAS and CMS collaborations constrain these particles mainly under the assumption that the doubly charged scalar decays dominantly into same-sign dileptons or dibosons. However, when moderate mass splittings exist among the triplet scalars, cascade decays can dominate, suppressing these conventional search channels and leaving sizeable regions of parameter space weakly constrained. We study this compressed region characterized by $1~\text{GeV} \lesssim ΔM \lesssim 30~\text{GeV}$ and triplet vev $v_t \sim 10^{-7} - 10^{-3}$ GeV. In this scenario, charged scalars predominantly undergo cascade decays, while neutral scalars decay invisibly into neutrinos, leading to final states with soft leptons and missing transverse energy. We propose a dedicated search strategy at the 14 TeV LHC exploiting a hard initial-state radiation jet to boost the scalar system. Using a cut-and-count analysis, we show that discovery-level sensitivity can be achieved in this previously unexplored region with an integrated luminosity of $3000~\mathrm{fb}^{-1}$. Our results signify the importance of dedicated searches targeting cascade-dominated and compressed mass spectrum for beyond the standard model scenarios with an $SU(2)$ multiplet.
Show more
Towards high-pressure noble gaseous detectors for coherent elastic neutrino-nucleus scattering
physics.ins-detCoherent elastic neutrino-nucleus scattering (CE$ν$NS) is a dominant low-energy neutrino interaction that remains experimentally challenging due to its weak-scale cross section and the small nuclear recoil energies involved. This thesis explores the scientific motivations and technical feasibility of CE$ν$NS\ detection, emphasizing the use of diverse neutrino sources -reactor, spallation, and solar- and multiple target materials. The European Spallation Source (ESS) is identified as a particularly promising site, with simulations indicating an optimal signal-to-background ratio achievable with minimal shielding at a location $\sim$24 meters from the tungsten target. Alternative facilities, such as JPARC-MFL, are also evaluated given construction delays at ESS. A significant contribution of this work is the development of a compact, low-cost, 4$π$ neutron scatter camera with integrated optical imaging, capable of characterizing neutron backgrounds and localizing sources using advanced discrimination algorithms and neural networks. Additionally, the thesis presents the design and early testing of GanESS, a novel high-pressure noble gas time projection chamber with electroluminescence amplification, optimized for CE$ν$NS detection using argon, xenon, or krypton. The Gaseous Prototype (GaP) demonstrates a promising energy threshold of 0.42$\pm$0.04 $\rm{keV}_{\rm{ee}}$ at 8.62 bar of argon and stable high-pressure performance. Detailed simulations using Garfield++ and COMSOL provide insights into electroluminescence behavior and threshold estimation, although some non-linear detector responses at low E/p remain unresolved. Overall, this work establishes a robust foundation for CE$ν$NS studies at spallation sources and advances detection technologies with broader implications for neutrino physics and rare-event searches.
Show more
Spontaneous CP violation in the D_5-symmetric four-Higgs-doublet models
hep-phWe have constructed a four-Higgs-doublet model (4HDM) based on D_5 symmetry, and investigated in detail its full neutral vacuum structure. In the framework of explicit CP conservation in the scalar potential, we focused on whether CP symmetry can be spontaneously broken. We have provided a complete list of all possible real and complex vacua, along with the constraints on the potential parameters required for each vacuum solution to exist. We also discussed the positive definiteness conditions that the Hessian must satisfy for each vacuum to become a local minimum of the potential. The results show that, after spontaneous symmetry breaking, some of the complex vacua can lead to spontaneous CP violation in the potential, while the remaining complex vacua still preserve CP conservation. Among these complex vacua with spontaneous CP violation, there is one that can be regarded as the most general form. Furthermore, we discussed the relationship between the real and complex vacua.
Show more
Twin-peaked gravitational wave signal from a dark sector phase transition
hep-phWe compute the gravitational wave spectrum from a dark sector phase transition driven by spontaneous $\ZDW$ breaking. If the transition is second-order, the only source of gravitational waves is the annihilation of domain walls (biased by quantum gravity). However, if the transition is first-order, this yields a twin-peaked signal from both the transition itself and the biased domain wall annihilation. Both scenarios originate when a scalar singlet odd under the $\ZDW$ obtains a non-zero vacuum expectation value. An additional $\ZDM$ odd scalar doublet strengthens the transition and produces fermionic dark matter via freeze-in, matching observed dark matter relic density.
Show more
Exploring memory-burdened primordial black holes with ultra-high-energy cosmic-rays
astro-ph.HEQuantum backreaction effects may quench Hawking evaporation through a ``memory burden'', allowing primordial black holes (PBHs) with formation masses well below $10^{15}~\mathrm{g}$ to survive to the present and contribute to the dark matter. We show that ultra-high-energy cosmic rays (UHECRs) provide a powerful and previously unexplored probe of this scenario. We compute the proton and neutron emission from memory-burdened PBHs, including the Galactic-halo contribution and the extragalactic proton component, and confront it with the Pierre Auger Observatory proton spectrum and its EeV neutron limits from the Galactic plane. This yields new constraints on the PBH dark-matter fraction as a function of the PBH formation mass and the evaporation-suppression parameter $k$. For $k\gtrsim 3$ the non-observation of ultra-high-energy protons leads to bounds competitive with those from UHE gamma rays, while neutron limits remain comparable to high-energy neutrino constraints. Our results highlights the key role of multi-messenger astronomy in constraining beyond-the-standard-model scenarios.
Show more
Baryon fluctuation signatures of the onset of deconfinement
nucl-thAn anomalous collision-energy dependence of proton number fluctuations is predicted as a consequence of the onset of deconfinement in heavy-ion collisions at the center of mass energy of the nucleon pair of about 10 GeV. The effect arises from changes in the effective degrees of freedom between confined and deconfined matter. This may provide a natural explanation of the recent beam-energy-scan results on proton number fluctuations at the BNL RHIC and offers a consistent interpretation of data from the CERN SPS and RHIC experiments in terms of the onset of deconfinement.
Show more
Probing keV mass QCD axions with the SACLA X-ray free electron laser
hep-phAxions are hypothetical particles, proposed to account for the invariance of CP symmetry in quantum chromodynamics. While axions and axion-like-particles are well-motivated by string theory and beyond-Standard-Model extensions, they have remained elusive to experimental searches even after significant effort over many decades. Building on a recent development using an X-ray free electron laser to search for cosmologically favoured axions of mass $m_{a} \lesssim 0.01$ eV, we extend previous bounds on the ALP-photon coupling, $g_{aγγ}$, by over an order of magnitude. We exploit the Bormann effect of Laue crystals in a light-shining-through-wall experiment, with broad sensitivity to $m_a \lesssim$ 22 eV. Moreover for $m_{a} \in$ (3460, 3480) eV our sensitivity reaches down to the QCD axion coupling prediction, providing the most stringent laboratory constraints in this mass range.
Show more
Differentiable Multi-scale Effective Field Theory Likelihoods for Beyond the Standard Model Phenomenology
hep-phProbing heavy new physics beyond the Standard Model (SM) increasingly relies on global effective field theory (EFT) likelihoods. We introduce differentiable, multi-scale EFT likelihoods that combine renormalization-group evolution, matching, observable predictions, and experimental constraints in a single differentiable framework. This enables modern gradient-based frequentist and Bayesian inference in large parameter spaces. We demonstrate these capabilities in two 374-parameter SMEFT analyses, making basis-independent, fully multi-scale global EFT analyses feasible in practice.
Show more
Formalization of QFT
hep-thA foundational result in constructive quantum field theory is the construction of the free bosonic quantum field theory in four-dimensional Euclidean spacetime and the proof that it satisfies the Glimm-Jaffe axioms, a variant of the Osterwalder-Schrader axioms. We present a formalization of this result in the Lean 4 interactive theorem prover. The project is intended as a proof of concept that extended arguments in mathematical physics can be translated into machine-checked proofs using existing AI tools. We begin by introducing interactive theorem proving and constructive quantum field theory, then describe our formalization and the design decisions that shaped it. We also explain the methods we used, including coding assistants, and conclude by considering how AI assisted formalization may influence the future of theoretical physics. Our original release assumed three results, Minlos' theorem, the nuclear property of Schwartz space, and Goursat's theorem. In subsequent releases from our group and from contributors from the Lean community, these assumptions have been proven (or avoided), so that the OS/GJ axioms are now proven using only Lean and its library Mathlib.
Show more
$gg \to ZH$ at NLO matched to parton showers with ggxy and POWHEG
hep-phWe implement the recently-calculated analytic expressions for the next-to-leading order QCD corrections to $gg\to ZH$ in ggxy. This provides a flexible framework for investigating partonic and hadronic cross sections for various top quark mass renormalization schemes. We augment the $Z$ boson with leptonic decays, including spin correlations and off-shell effects, and furthermore provide an interface to POWHEG. This enables simulations with parton showers, performed using Pythia.
Show more
Negative running of gravitational positivity
hep-thWe investigate the one-loop renormalization group evolution in four dimensions of the leading operators in the effective field theories of shift-symmetric scalars, photons, and gravitons. We show that certain non-minimal three-point interactions induce a negative running of the corresponding Wilson coefficients, with beta-functions suppressed by the Planck scale. The decrease of the coefficients toward the infrared prompts us to revisit their dispersive bounds, in particular accounting for graviton loops. Gravitational interactions generate positive infrared contributions which, after smearing over the momentum transfer, are argued to dominated over the negative running, provided the number of non-minimally coupled particles is bounded from above according to the species bound.
Show more
Single-source-class interpretation of the diffuse astrophysical neutrino flux
astro-ph.HEWe explore the interpretation that the diffuse astrophysical neutrino flux is dominated by a single standard candle-like source class. Since recent observations favor a broken power law with a spectral break around 30 TeV, we postulate that the $pγ$ channel is the dominant neutrino production process creating a peak at these energies. We use a SOPHIA-based photo-pion interaction model with a thermal target including high-energy processes, such as multi-pion production, which turns out to be relevant for the interpretation. We demonstrate that target photon temperatures 0.1 to 1 keV are preferred in a multi-parameter fit, whereas the maximal neutrino energies can be limited by A) soft injection spectra, B) a maximal proton energy in the PeV range, or C) magnetic field effects on the secondary muons, pions, and kaons with B in the few 10 kG range. We predict that future measurements, such as of the neutrino flavor composition or neutrino-antineutrino ratio (Glashow resonance), can discriminate scenarios. We also point out that the parameters obtained in our generic approach, such as in the strong magnetic field values, might be indicative for an AGN core origin as a driver of the diffuse flux.
Show more
The photon-energy spectrum in $B\to X_sγ$ to N$^3$LO: light-fermion and large-$N_{\rm c}$ corrections
hep-phWe calculate the photon-energy spectrum of the inclusive radiative decay $B\to X_sγ$, induced by the electromagnetic dipole operator $O_7$, to next-to-next-to-next-to-leading order and consider the complete corrections for light fermions, for the contributions with two closed massive fermion loops, and for the limit of large QCD colour factors $N_{\rm c}$ in the remaining part. We discuss the total decay rate both without and with a cut on the photon energy. In addition to the on-shell renormalization of the bottom-quark mass, we also consider the kinetic mass and the MSR mass schemes. The latter two lead to an improved perturbative behaviour of the decay rate.
Show more
Shocks from Exploding Primordial Black Holes in the Early Universe
astro-ph.COWe investigate how Hawking radiation from low-mass primordial black holes deposits energy into the early-universe plasma and show that the resulting phenomena are hydrodynamic rather than purely diffusive. Combining analytic arguments with relativistic hydrodynamic simulations, we find that the plasma first develops a quasi-steady outflow during the slow evaporation stage, while the final runaway phase of evaporation produces an expanding fireball that launches a shock wave into the surrounding medium. We characterize the thermalization scale of the Hawking products, the conditions under which shocks form, and the evolution and propagation of shocks. Additionally, we show that these shocks can locally restore electroweak symmetry, identifying exploding PBHs as a potentially important source of out-of-equilibrium dynamics in the early universe with profound phenomenological implications.
Show more
Bridging Worldsheet CFTs and Wormholes
hep-thI provide multiple examples of conformal field theories (CFTs) on the worldsheet that describe string propagation in target space wormholes connecting two disjoint asymptotic manifolds. The worldsheet approach goes beyond the framework of supergravity by incorporating wormholes for which the size of the throat is comparable to the string scale. Typically, strongly coupled CFTs describe these stringy wormholes, which include Euclidean wormholes, double cones, and Einstein-Rosen bridges. Finally, I interpret a conformal manifold that contains $\text{SU}(2)_k$ and $\big(\text{SU}(2)_k \times \text{U}(1)_{k'}\big)/\text{U}(1)$ CFTs as mediating a transition between a closed Universe and a wormhole.
Show more
Zooming out of AdS$_4 \times$S$^2 \times$S$^2$: The Branes behind the CFT's
hep-thWe reveal the supersymmetric brane configurations that give rise to AdS$_4\times$S$^2\times$S$^2$ supergravity solutions, which are holographic duals to three-dimensional $N=4$ CFTs or to conformal boundaries and domain walls of four-dimensional $N=4$ SYM. We show that these solutions preserve the same Killing spinors as orthogonal D3, D5 and NS5 branes in flat space, and that the singular sources of these solutions correspond to semi-infinite D3-D5 and D3-NS5 spikes. We track these solutions all the way from the weak-coupling regime of parameters, where the branes do not backreact, to the supergravity regime. We explain how the AdS$_4$ factor arises from certain universal self-similar bending regions of the five-branes, whose steepness is the same as the weak-coupling linking numbers. We also propose a brane configuration that gives rise to the Janus interface solutions. Our construction gives a clear geometric explanation of the Gaiotto-Witten "good-bad-ugly" classification of eight-supercharge theories: only good theories have five-branes that do not cross when back-reacting, and end up sourcing an AdS$_4\times$S$^2\times$S$^2$ solution.
Show more
Cosmological Collider Searches beyond the Hubble Scale with Planck Data
hep-phSearches for primordial non-Gaussianity (NG) has the potential to not only reveal the physics of cosmic inflation, but also the structure of fundamental interactions at the highest energies. The cosmological collider (CC) physics program exemplifies this possibility and demonstrates how searches for oscillatory NG can lead to mass-spin spectroscopy of extremely heavy states. Adopting an effective field theory approach, we find the class of Feynman diagrams that can give the largest NG mediated by a heavy scalar particle with mass $M\sim H$, the inflationary Hubble scale. We compute the full shape of the NG and perform the first search for this shape using Planck data, finding no evidence for NG. This search loses its sensitivity as $M\gg H$ since quantum vacuum fluctuations cannot efficiently produce such heavier particles. We then focus on a mechanism where a chemical potential excites on-shell scalar particles with mass $M\gg H$. Computing the full shapes, we perform the first CC search for particles parametrically heavier than $H$ using Planck data. For a range of chemical potential $ω$ and $M$ satisfying $ω-M \simeq 3H$, we find a global $1.7σ$ evidence for non-zero NG, after taking into account the look-elsewhere effect.
Show more
Formation and relaxation of halos in the context of wave DM particles evolving on a background of neutrino condensate
astro-ph.COWe investigate the formation and relaxation of dark matter halos in the context of wave dark matter particles evolving on a background of neutrino condensate. To this aim, we solved numerically the Schrodinger-Poisson system to model the dynamical evolution of ultralight bosonic dark matter particles in the presence of neutrino condensate. The latter appears as an additional source of the gravitational field in the Poisson equation, while its dynamical evolution and interaction with the environment are neglected. We found that, depending by the value of the cutoff parameter, the presence of the background neutrino condensate can affect the formation and relaxation of wave dark matter halos. Nevertheless, for value of the cutoff of the order of a few eV, the two species can coexist showing only marginal differences with the only-wave dark matter case. These results open to the possibility of investigate about more complex cosmological scenarios involving the formation of dark matter halos.
Show more
Galois Covers of Calabi-Yau Quivers and BPS State Counting
hep-thBPS quivers are central to our understanding of BPS states in 4d $\mathcal{N}=2$ supersymmetric field theories and of D-branes at Calabi-Yau threefold singularities. The two subjects are deeply interrelated through geometric engineering in Type II string theory, where a CY$_3$ quiver, also known as a 5d BPS quiver, describes fractional branes at a threefold singularity ${\bf X}$. We study the Galois cover ${\skew{2}\tilde Q}\rightarrow Q$ of any BPS quiver $Q$ by a finite abelian group $\mathbb{G}$, leading to a covering quiver ${\skew{2}\tilde Q}$. The Galois cover is determined by a $\mathbb{G}$-grading of the arrows of the quiver $Q$, which can be understood as an orbifolding procedure. In particular, if $Q$ is a CY$_3$ quiver for ${\bf X}$, then the Galois cover $\skew{2}\tilde Q$ is the CY$_3$ quiver for the orbifold singularity ${\bf X}/\mathbb{G}$. We explore such Galois covering procedures in the language of supersymmetric quiver quantum mechanics, in terms of fixed loci under $\mathbb{G}$ actions on moduli spaces of quiver representations, and in terms of homomorphisms between the Kontsevich-Soibelman algebras of $Q$ and ${\skew{2}\tilde Q}$. Our main result is an explicit covering formula for the BPS invariants of 4d $\mathcal{N}=2$ field theories, wherein the rational BPS invariant $\barΩ^Q(γ)$ of $Q$ is expressed as a sum of BPS invariants of $\skew{2}\tilde Q$. We derive this formula in various special cases, which include the case when $γ$ is a primitive charge vector, the case of general charge vectors for quivers without loops, and the case of CY$_3$ quivers for some simple geometries such as the conifold or local del Pezzo surfaces. The general formula is presented as a conjecture that can be verified in many examples.
Show more
A Simulation-Based Inference Evaluation of Tension Between MicroBooNE and MiniBooNE Results in a 3+1 Sterile Neutrino Global Fit
hep-exCompatibility between different datasets in a global fit is essential for determining whether a chosen model adequately describes the data. In a 3+1 sterile neutrino global fit, long-standing tensions between datasets sensitive to $ν_e$ appearance and $ν_e/ν_μ$ disappearance indicate a failure of the model to explain the observed data, despite an overall $> 5σ$ improvement over the $3ν$ Standard Model (SM) based on a $χ^2$ fit. Overall, a global preference for the 3+1 sterile-neutrino hypothesis with significant tension between experiments motivates consideration of more complex models, but these are currently computationally prohibitive to evaluate. This paper is the third in a series aimed at reducing computational cost by developing a Simulation-Based Inference (SBI) framework for global fits. Previous papers focused on rapidly fitting the data sets using frequentist (Feldman-Cousins) and Bayesian approaches, while in this work, we formalize a definition of tension within the SBI framework. As an example, we perform a full 3+1 fit to the charged-current quasi-elastic neutrino data from the MiniBooNE experiment and the inclusive neutrino data from the MicroBooNE experiment, located on the same beamline. Using experiment-supplied systematics as is, we find these data sets favor 3+1 at $3.6σ$ and $1.8σ$ respectively, while the tension between the two is $3.3σ$, when fit with the SBI procedure. After correcting for normalization differences between data and Monte Carlo in the MicroBooNE $ν_μ$ samples, the tension relaxes to $2.2σ$, indicating reduced but non-negligible disagreement. The observed tension may reflect both limitations of the 3+1 model in describing the datasets and the presence of systematic effects that impact the experiments differently.
Show more
A Special $E_6\to G(2) \times SU(3)_A$ Embedding for Standard Model and Dark Matter
hep-phI developed a grand unified framework based on a special (non-regular) embedding of the exceptional group $E_6$ in which the first stage of symmetry breaking chain realizes $E_6\to G(2) \times SU(3)_A$. The exceptional factor $G(2)$ plays the role of a hidden strong sector, while $SU(3)_A$ acts as a progenitor of the electroweak gauge group. Subsequent breaking steps, $G(2)\to SU(3)_C$ and $SU(3)_A\to SU(2)_L\times U(1)_Y$, recover the Standard Model at low energies while preserving a confining dark gauge sector. Hypercharge is defined from the $t_{8}$ generator of $SU(3)_A$, fixing the electroweak coupling normalization and identifying the Standard Model Higgs doublet within a larger exceptional representation. The special embedding naturally suppresses tree-level leptoquark couplings that typically mediate proton decay in regular grand unified theories. The scalar potential for the three Higgs sectors has been constructed, deriving the heavy gauge-bosons spectrum and presenting a consistent one-loop running of the gauge couplings across the intermediate scales, which is shown to satisfy $E_6$ unification. The $E_6$ $\mathbf{27}$ representation neatly packages one SM family, while exotic states are lifted vectorlike and made ultraheavy. All non-Standard Model Higgs fields and \textit{broken} massive vectors are found to be invisible to colliders searches. The $G(2)$ gluons ensemble confines into heavy dark glueballs without communications with $SU(3)_A$ and $E_6$ sectors. Cosmological history is analyzed in details, including topological defects, inflation and reheating, demonstrating that monopole relics are naturally diluted. The resulting framework provides a minimal unified, self-consistent exceptional apparatus which includes the Standard Model and a dark matter sector which is secluded by the group-theoretic orthogonality.
Show more
Design and operation of a spark chamber for vacuum ultraviolet light production
physics.ins-detNoble liquids, notably argon and xenon, are utilised as both detector media and as the detector target for dark matter and neutrino physics experiments. When the noble liquid is excited by particles, it scintillates vacuum ultraviolet light, which sensors then detect. A major focus of the detector development community is on producing precision light sensors for noble liquid detectors. We introduce a flash lamp to test light sensors with light at wavelengths observed at noble liquid detectors. This paper discusses the design and presents results from a spark chamber prototype operated at room temperature.
Show more
The elliptic three-loop integrals of hadronic vacuum polarization in chiral perturbation theory
hep-phThis work presents a detailed account of the Feynman integrals required for the three-loop hadronic vacuum polarization calculation performed in arXiv:2510.12885. We explain how to compute each of the three-loop integrals, and outline the mathematical framework underlying their evaluation. This culminates in a practical numerical implementation that enables fast and accurate evaluation of these integrals for arbitrary complex values of the photon virtuality.
Show more
Glimpses of the X17 from coherent elastic neutrino nucleus scattering
hep-phWe show that the process of Coherent Elastic neutrino (v) Nucleus Scattering (CEvNS) at nuclear reactor experiments has significant sensitivity to the so-called X17 particle, which has been invoked to explain the ATOMKI anomaly, wherein electron-positron pairs emerging from a nuclear transition of excited Be-8, He-4 and C-12 nuclei are studied. Such a new state has potentially been identified as a spin-1 object, with axial-vector couplings and a mass around 16.7 MeV, hence, in the kinematic range accessible by the aforementioned experimental settings. Specifically, we fit CONUS+ and Dresden-II data and show that a robust statistical analysis renders these more compatible with the X17 hypothesis, in turn interfering with the Standard Model, than with that of the latter alone. The same stays true when also adding COHERENT data from pi+ decays at rest, singling out two regions of preferred couplings of the X17 to electron and muon neutrinos as well as nuclei.
Show more
Small-x TMD distributions initial condition: Nc-dependence and Gaussian approximations
hep-phWe systematically derive expressions for ten small-$x$ Transverse Momentum Dependent (TMD) distributions in the Gaussian approximation, three in the quark-gluon sector and seven in the gluon-gluon sector; for the general $SU(N_c)$ gauge group. The derived formulae depend on the logarithm of the dipole amplitude. Using the McLerran-Venugopalan model for the initial condition, we simulate the dipole amplitude as well as estimate all ten TMD distributions for $N_c \in \{2,3,4,5\}$. We compare these explicit numerical results with the derived expressions and find very good agreement for all studied values of $N_c$. Consequently, we study the scaling with $N_c$ of the TMD distributions. Thanks to that, we are able to derive the large-$N_c$ limit of the Gaussian approximation results and show that they agree with expressions obtained in the mean-field approximation. By comparing with our numerical results, we are able to demonstrate the size, origin, and significance of subleading-$N_c$ corrections. This work sets the stage for a systematic study of subleading corrections induced by the JIMWLK evolution in the rapidity evolution of the TMD distributions. Interestingly, we find an exact sum rule that relates all seven gluon-gluon TMD operators at $N_c = 3$ and arbitrary $x$.
Show more
Gluon TMDs for tensor polarized deuteron in a spectator model
hep-phWe present a model calculation of the transverse-momentum-dependent distributions (TMDs) for gluons in a tensor-polarized deuteron. Our model is based on the assumption that an on-shell deuteron can emit a time-like off-shell gluon, while the remaining system is treated as a single on-shell spectator particle whose mass can take on a continuous range of real values, described by a spectral function. For spin-1 hadrons, the polarization is characterized not only by a spin vector $S$ but also by a symmetric traceless spin tensor $T$. The deuteron-gluon-spectator coupling is described by an effective vertex containing three form factors. We obtain analytical expressions for thirteen T-even gluon TMDs. We also provide numerical results for the $x$-dependence and $\bm{k}_T$-dependence of these TMDs. Our analysis reveals non-negligible results of these gluon TMDs, especially for tensor-polarized hadrons, which could potentially be explored in future experimental measurements.
Show more
The effects of polarization on the observables in the decay $Ξ_{cc}^{++} \rightarrow Ξ_{c}^{+} \bar{\ell}ν_{\ell}$
hep-phWe investigate the effects of polarization on several physical observables in the semileptonic decay $Ξ_{cc}^{++} \rightarrow Ξ_c^{+} \bar{\ell}ν_{\ell}$. We analyze the polarization effects of the particles involved in the decay, namely $Ξ_{cc}^{++}$, $Ξ_c^{+}$, and the charged muon $\ell$. Using the form factors obtained from QCD sum rules, we compute the $q^{2}$-dependent observables including the differential branching ratio, forward-backward asymmetry, and polarization asymmetries for both longitudinal and transverse polarization states. We also define and examine several polarization ratios and discuss correlations among different observables. In addition, we evaluate the lepton flavor universality ratio defined as $\mathcal{R}_{Ξ_c^+}(μ/e) \equiv \mathcal{D}(Ξ_{cc}^{++}\to Ξ_c^+μ^+ν_μ)/\mathcal{D}(Ξ_{cc}^{++}\to Ξ_c^+e^+ν_e)$ and analyze its behavior over the available dynamical range. Our results show that these observables are quite sensitive to polarization effects a study of which provides excellent probes for testing the Standard Model.
Show more
Electron-positron pair production in spatially inhomogeneous electric fields with quadratically symmetric chirp
hep-phElectron-positron pair production from vacuum in spatially inhomogeneous electric fields with quadratically symmetric chirp is studied within the real-time Dirac-Heisenberg-Wigner formalism. The reduced momentum spectrum and the reduced total number of the created particles under the quadratically symmetric chirped electric field are investigated in high- and low-frequency fields. Compared with that of the quadratically asymmetric chirped field in particular, it is found that the momentum spectrum under the quadratically symmetric chirped field exhibits the stronger oscillations and the higher peaks in both high- and low- frequency fields, and it shows an obvious widening only in the high-frequency field. It is also found that the total number of the created particles of the quadratically symmetric chirped field increases with the chirp, and it is nearly twice that of the quadratically asymmetric chirped field.
Show more
Inflation with the standard and Randall-Sundrum model in the Two-time Physics
hep-phWe propose a scalar inflationary potential as $V(φ)=M^4φ^{2n-2}(φ^{2n}+m^{2n})^{1/n-1}$. This potetial similar to the shaft inflation one. The potential may come from the Higgs-dilaton potential in the Two-time (2T) physics, especially in the case where $n=3$, this suggests an explanation for the inflationary potential. Therefore, we call it shaft-warm inflation potential for short. The slow-roll scenario is recomputed in the 4-dimension (4D) and Randall-Sundrum II (RSII) frameworks. The tensor-to-scalar ratio in RSII is always higher than in 4D and is in good agreement with the experimental data of BICEP2 and Planck. When compared with Planck data we estimate $M_5$ to be around $[1-2]\times 10^{16}$ GeV. Furthermore, the potential allows much lower scalar field exponents than other potentials, which results in high agreement with experimental data.
Show more
A systematic study of global spin polarizations and correlations of hadrons with different spins in relativistic heavy ion collisions
nucl-thBased on the formalism presented in [1], we make a systematic study of spin polarizations of hadrons with different spins including vector mesons, spin-1/2 and spin-3/2 hyperons and spin correlations of hadron-hadron such as hyperon-hyperon, hyperon-vector meson and vector meson-vector meson in relativistic heavy ion collisions. We present the results obtained and discuss the physical consequences in special cases. These results can be used for further numerical studies and for references of future experiments as well.
Show more
Do the sources of the 511 keV excess explain the anomalous CMZ ionization?
astro-ph.HEThe anomalous rate of molecules ionization observed at the Central Molecular zone (CMZ) challenges known mechanisms of ionization observed in molecular clouds across the Galaxy, due to the exceptionally high levels of ionization measured (orders of magnitude above what cosmic rays can explain) and its uniform spatial distribution within the CMZ. Recent studies suggest that the source of the $511$~keV excess can be correlated with this anomalous ionization rate or contribute significantly to the ionization in the Galactic Centre (GC). One of the leading hypotheses attributes the $511$~keV signal to positron injection from radionuclides or pulsars distributed following the stellar bulge, which is rather flat around the GC and, hence, could help explaining the uniform ionization profile. In this work, we investigate whether such a population of sources, injecting MeV positrons at rates consistent with the $511$~keV observations, can account for the ionization levels and distribution observed in the CMZ. Our results indicate that positron injection alone falls short at explaining the anomaly, although their expected ionization is larger than expected from any previously studied candidates.
Show more
Gauge Symmetry Beyond Perturbation Theory: BRST and anti-BRST Structure, Background Fields, and Infrared Dynamics of Yang--Mills Theory
hep-phWe present a pedagogical and self contained account of the functional formulation of non-Abelian gauge theories, aimed at the construction of a process independent effective charge for Yang--Mills theory. Starting from the path integral quantization of gauge fields, we review gauge fixing and the emergence of Faddeev--Popov ghosts, illustrating how gauge invariance is preserved at the quantum level through Becchi--Rouet--Stora--Tyutin (BRST) symmetry. We then develop the BRST and anti-BRST formalisms and show how their simultaneous implementation leads to powerful functional identities that severely constrain the ghost and gluon sectors. Background field gauges are introduced as a natural framework in which these symmetries manifest themselves through Abelian like Ward identities, allowing for a transparent separation between quantum and background degrees of freedom. This structure makes it possible to define renormalization group invariant combinations of Green functions that generalize the QED effective charge to the non-Abelian case. The resulting effective charge is shown to be unique, gauge invariant, and process independent, providing a unified description of the theory from the ultraviolet down to the infrared. The interplay between functional identities, Dyson--Schwinger equations, and lattice results is discussed in detail, highlighting how dynamical mass generation and infrared saturation naturally emerge within this framework.
Show more
Power-Law Running of the Higgs Mass
hep-phThe renormalized scalar mass squared is a function of the external momentum $q^2$ and power-runs as $q^2$: it is O$(M_{GUT}^2)$ at $M_{GUT}^2$ and O$(m_W^2)$ at $m_W^2$.
Show more
$b \to c$ semileptonic sum rule: exploring a sterile neutrino loophole
hep-phWe investigate the $b\to c$ semileptonic sum rule in the presence of a massive sterile neutrino. Recent measurements of charged-current semitauonic $B$-meson decays exhibit a $\sim4σ$ deviation from the Standard Model predictions, whereas no such tension has been reported for the lowest-lying baryonic counterpart, the $Λ_b$ decay. Since these decay rates are related through the sum rule, accommodating such a mismatch beyond the level of uncertainties is nontrivial. We revisit this issue by introducing new interactions involving a sterile neutrino. As the differential decay rates are modified by these new contributions, we evaluate the violation of the sum rule in the presence of a massive sterile neutrino. We find that the induced effect remains small compared with the current experimental uncertainties. Therefore, the sum rule provides a useful consistency check for the experimental data.
Show more
Reinterpretation of searches for supersymmetry in models with variable R-parity-violating coupling strength using the full ATLAS Run 2 Dataset
hep-exA collection of thirteen ATLAS searches for supersymmetry (SUSY) models, optimized for R-parity-conserving (RPC) and R-parity-violating (RPV) SUSY, are reinterpreted in SUSY models with variable RPV coupling strength, which determines whether the lightest supersymmetric particle decays promptly or is long-lived. The dataset corresponds to an integrated luminosity of 140 fb$^{-1}$ of proton-proton collisions at a centre-of-mass energy of $\sqrt{s}=13$ TeV collected between 2015 and 2018 by the ATLAS detector at the Large Hadron Collider. Limits are set at 95% confidence level on the mass of pair-produced gluinos decaying to final states enhanced or depleted with top quarks, and on the masses of pair-produced top squarks, tau-sleptons, or charginos and neutralinos. In a model of pair-produced gluinos decaying to final states enhanced with top quarks, a lower limit of 1.8 TeV on the gluino mass is set regardless of the RPV coupling value. In the gluino model with decays to first and second generation quarks, gluino masses are excluded up to 1.6-2.2 (1.6-2.5) TeV for different values of the RPV coupling $λ^{'}$ ($λ^{''}$). Top-squark masses up to 2.4 TeV are excluded at high values of $λ^{''}$, compared to 1.0-1.7 TeV for low and intermediate $λ^{''}$. Tau-slepton masses between 180 GeV and 340 GeV are excluded for $λ$ couplings smaller than $10^{-4}$. Higgsino masses up to 800 GeV-1.0 TeV are excluded when $λ_{i33}$ is larger than $4\times10^{-5}$. This work extends the analyses beyond RPC scenarios to a broad class of RPV frameworks and achieves significantly improved sensitivity to a diverse range of long-lived particle signatures.
Show more
Baryon Asymmetry of the Universe from Preon Confinement and Supersymmetry Breaking
hep-phWe propose a mechanism for generating the baryon asymmetry of the universe (BAU) within a supersymmetric preon model based on $U(1)\times SU(3)$ internal symmetry. Integrating out massive preons at the confinement scale $Λ_{cr} \sim 10^{14}$ GeV induces a Chern-Simons (CS) term in the effective gauge action via the Callan-Harvey anomaly inflow mechanism, deriving rather than assuming the topological structure required for the model. The confinement transition, at which supersymmetry breaks intrinsically through the differential condensation of fermionic and bosonic preon composites, provides the necessary departure from thermal equilibrium. The time-varying CS coefficient sources a net topological charge, which the anomaly equation converts directly into baryon number. Electroweak sphalerons are out of equilibrium at $Λ_{cr}$, protecting the asymmetry from immediate washout. Matching the observed baryon-to-entropy ratio $η\sim 8.7\times 10^{-10}$ constrains the fermion/boson condensation asymmetry to $ε\simeq 0.022$, a value consistent with a one-loop origin. This mechanism is structural rather than statistical, and the electroweak phase transition plays no role.
Show more
Investigating $Ω_c$ spectroscopy in two-body $Ω_b$ decays
hep-phWe investigate the $1S$-, $1P$-, $2S$-, and $1D$-wave $Ω_c(css)$ spectroscopy through the non-leptonic decays of $Ω_b^-$ baryon within the constituent quark model. For the lowest-lying $1S$-wave $Ω_c$ state, we obtain the branching fractions ${\cal B}(Ω_b^- \to Ω_c^0 π^-,Ω_c^0 ρ^-)=(1.2,6.3) \times 10^{-3}$, which are consistent with existing model predictions. For $Ω_c(3000)$, $Ω_c(3050)$, $Ω_c(3065)$, and $Ω_c(3090)$, observed in the proton-proton and $e^+ e^-$ collisions and interpreted as members of the $1P$-wave multiplet (collectively denoted as $Ω_c^{**}$), we predict the branching fractions of $Ω_b^-\toΩ_c^{**}π^-,Ω_c^{**}ρ^-$ at the level of $10^{-3}$. Assigning the newly observed $Ω_c(3327)$ baryon to a $1D$-wave excitation with $J^P=5/2^+$ or $7/2^+$, we obtain ${\cal B}[Ω_b^-\to Ω_c(3327)^0π^-,Ω_c(3327)^0ρ^-] =(2.0,5.7)\times 10^{-3}$ or $(4.6,0.8)\times 10^{-3}$, respectively. The pronounced differences between these two scenarios provide a clear discriminant that can be tested in future measurements at LHCb.
Show more
On the Gauge-Invariant Fermion
hep-thWe show that the Dirac dressing of the fermion is equivalent to a shift of the gauge parameter. For every gauge, the gauge-dependent part is projected out of physical observables. After renormalization, the physical mass is the same for every dressing. The non-locality, compositeness and path dependence associated with the dressing are therefore not physical obstructions.
Show more
First measurement of time-dependent $CP$ violation in the flavor-changing neutral-current decay $B^{0}\rightarrow K_{S}^{0}μ^{+}μ^{-}$
hep-exA flavor-tagged time-dependent analysis of $B^{0}\rightarrow K_{S}^{0}μ^{+}μ^{-}$ decays is performed across the full dimuon mass range excluding the $J/ψ$ and $ψ(2S)$ resonance regions. The analysis uses proton-proton collision data collected by the LHCb experiment in 2011--2018 at center-of-mass energies of 7, 8 and 13TeV, corresponding to an integrated luminosity of 9$fb^{-1}$. The CP violation parameters are determined to be $C=-0.13 \pm 0.32 \pm 0.04$ and $S= +0.82\pm 0.29 \pm 0.05$, where the first uncertainties are statistical and the second are systematic. The results are consistent with the Standard Model prediction. This is the first experimental study of time-dependent CP violation in $b\rightarrow sl^{+}l^{-}$ processes.
Show more
ASTROPHYSICS (57 papers)
Type Ia supernovae interacting with a close circumstellar material (SNe Ia-CSM) are SNe Ia inside planetary nebulae (SNIPs)
astro-ph.HEI show that a newly estimated fraction of normal type Ia supernovae (SNe Ia) that interact within about 100 days of explosion with circumstellar material (CSM), called SNe Ia-CSM, is compatible with a recently estimated fraction of normal SNe Ia that interact with an old planetary nebula, hence, supporting the core-degenerate (CD) scenario for normal SNe Ia. According to the CD scenario, a white dwarf (WD) merges with the core of an asymptotic giant branch star at the end of common envelope evolution (CEE) and forms a massive WD remnant close to the Chandrasekhar mass. The CEE ejects a planetary nebula that the WD remnant ionizes. Most explosions occur within a merger-to-explosion delay (MED) time of less than a million years, before the planetary nebula material disperses to the interstellar medium, leading to a SN Ia inside a planetary nebula (SNIP). I discuss two plausible MED time distributions and show that the newly determined SNe Ia-CSM fraction of all normal SNe Ia, ~0.04%, is compatible with the SNIP fraction of ~80%. Therefore, although the fraction of SNe Ia-CSM is very small, it does not require a rare evolutionary pathway. I argue that SNe Ia-CSM follow the same scenario that accounts for 70%-90% of all normal SNe Ia, namely, the CD scenario.
Show more
A Unified Origin of Faraday Rotation toward 3C 84: The Circumnuclear Ambient Medium within the Parsec-Scale Bondi Radius of the Host Galaxy NGC 1275
astro-ph.GAWe present multi-frequency polarimetric observations of 3C 84 obtained with the Korean VLBI Network at 43-141 GHz, the Very Long Baseline Array at 43 GHz, and the High Sensitivity Array at 8 GHz from 2015 to 2024. We find that the Faraday rotation measure (RM) decreases systematically with distance from the black hole over 1-8 pc, following a single power-law trend of RM proportional to r^{-2.7+/-0.2}. Notably, RM measurements from earlier studies across the same distance range follow the same relation. This consistency across epochs, frequencies, and independent datasets indicates a common and stable external Faraday screen. These results naturally identify the circumnuclear ambient medium within the parsec-scale Bondi radius of the host galaxy NGC 1275 as the origin of the Faraday rotation, thereby resolving a long-standing question about its physical origin. From the RM profile, we derive radial distributions of the electron density and magnetic-field strength in the circumnuclear ambient medium that are consistent with independent constraints. The derived density lies below that of the free-free absorption disk and, when extrapolated inward, remains below the density of the broad-line region. The magnetic-field strength gradually increases from 0.1-1.5 microgauss at the Bondi radius to milligauss-to-gauss levels toward the black hole, providing the first spatially resolved constraint on the magnetic-field strength at parsec-scale distances in an elliptical galaxy. Together, these results present a spatially resolved and physically consistent picture of the circumnuclear environment in NGC 1275.
Show more
Cosmic Dipole as a Symmetry Response: From the Ellis--Baldwin Formula to Correlation Function Dipoles
astro-ph.COThe cosmic dipole in galaxy number counts is traditionally described by the Ellis--Baldwin (EB) formula under simplifying assumptions of power-law source counts and flux-limited selection. We reformulate the EB dipole as a symmetry response of observed counts to a Lorentz boost, leading to the general expression $D=βR$, where $R=\partial\ln N/\partial\lnβ$ encodes the underlying population and selection effects. The classical EB formula is recovered as a limiting case. We show that this response framework extends beyond one-point statistics: Lorentz boosts induce a dipole component in the two-point correlation function and, more generally, a hierarchy of responses in $n$-point statistics. We further clarify the relation to redshift-space distortions and relativistic galaxy clustering, and provide a unified description in which observer- and source-induced dipoles contribute to the same multipole component. This establishes the cosmic dipole as a symmetry response of finite-sample point-process statistics, offering a new perspective on dipole anisotropies and their observational interpretation.
Show more
The long-term accretion luminosity of V4641 Sgr through binary evolution simulations: implications for its ultrahigh-energy gamma-ray emission
astro-ph.HERecent observations by LHAASO and HAWC have revealed extended ultrahigh-energy (UHE; $E>100$ TeV) gamma-ray emission assoicated to the black-hole X-ray binary (BHXRB) V4641 Sgr, with a spectrum extending up to $\sim0.8$ PeV. Interpreting this emission requires a very {high time-averaged non-thermal particle power}, significantly exceeding the long-term observed X-ray luminosity which is commonly used as a proxy for the accretion power, leading to an apparent ``energy crisis''. To address this, we perform detailed binary-evolution simulations with \textit{MESA}, constrained by the known system parameters. The simulations suggest that V4641 Sgr is likely in a long-lasting, slow mass-transfer phase, with a time-averaged intrinsic X-ray luminosity of over evolutionary timescales of order $L_X\sim10^{38}$ erg/s, far above the observed luminosity over the last few decades. This is consistent with earlier suggestions of an extended obscuring/reprocessing envelope or outflow in V4641 Sgr. The inferred intrinsic accretion power can then readily supply the energy required to explain the UHE emission under the leptonic model, and is also marginally consistent with the requirement from the hadronic model, resolving the energy crisis. This supports V4641 Sgr as a Galactic PeV particle accelerator.
Show more
Novel insights on the Coma Cluster kinematics with DESI. I. Linking mass profile, orbital anisotropy and galaxy populations
astro-ph.GAWe investigate the kinematic properties of the Coma galaxy cluster using a new, large spectroscopic sample of member galaxies, from the Dark Energy Spectroscopic Instrument (DESI). By means of the MG-MAMPOSSt code, based on the Jeans equation, we jointly reconstruct the total cluster mass profile and the velocity anisotropy profile. Assuming a Navarro-Frenk-White model, we estimate a virial mass $M_{200}=1.08_{-0.09}^{+0.08}~({\rm stat})\pm 0.09~({\rm syst})\times 10^{15}\,\mathrm{M}_\odot $, corresponding to $r_{200}=2.12 \pm 0.06\,\mathrm{Mpc}$ and a scale radius for the mass profile $r_{\rm s}=0.48^{+0.27}_{-0.13}\,\mathrm{Mpc}$, which provides the tightest robust kinematic mass profile constraint to date. By considering separately the mass of the hot gas and the galaxy stellar mass, we determine the dark matter mass profile, with $M_{200}^{\rm DM}=8.6^{+1.2}_{-0.8}\times 10^{14}\,\text{M}_\odot$. We discuss the impact of the mass and number density parametrisations, the effect of different choices of the cluster's rest frame and of the radial range of the kinematic analysis, further comparing our results with previous estimates from the literature. The cluster dynamical state has also been assessed, using the spatial and line-of-sight velocity distributions of the members. We perform a kinematic study of different subsamples of galaxy populations, based on their colour (red sequence, green valley, and blue cloud), focusing on the anisotropy profiles and line-of-sight velocity distributions. The orbits of green valley and blue cloud galaxies appear to be more radial in the centre and in the outskirts, respectively, with the latter predicting a higher cluster virial mass. This study provides new insights on the interplay between dynamical and intrinsic properties of galaxies in massive structures, fundamental to verify the tight connection between galaxy evolution and environment.
Show more
Particle acceleration at recollimation shocks in sub-relativistic jets A model for jets in Seyfert Galaxies, Microquasars and Protostellar Systems
astro-ph.HEContext: Growing observational evidence suggests that sub-relativistic astrophysical jets may accelerate particles at slowly evolving standing shocks. Recollimation shocks are expected to develop when jets expand in dense environments; their formation may be mediated by the pressure of the cocoon surrounding the jet, while remaining compatible with a quasi-stationary behavior. Despite their high inclination relative to the jet axis, such shocks can be strong and enable efficient particle acceleration. Aims: The aim of this work is to improve the general understanding of particle acceleration via diffusive shock acceleration at recollimation shocks by developing a versatile modeling framework applicable to different classes of astrophysical jets, including Seyfert galaxies, microquasars, and protostellar systems. Methods: We extend an analytic jet hydrodynamics model previously introduced in the literature to the sub-relativistic regime and use it to identify the expected locations of the recollimation shock and the jet head. Within this framework, we formulate a semi-analytic acceleration and transport model for particles injected at the recollimation shock via diffusive shock acceleration. Results: By solving the space-dependent transport equation, we obtain particle distributions and spectra along the jet, as well as robust predictions for the maximum energies achievable as a function of the intrinsic properties of the system and the source class. Conclusions: Our results indicate that recollimation shocks may play a central role in particle acceleration in sub-relativistic jets. In Seyfert galaxies, such shocks may accelerate particles from PeV up to EeV energies, while in microquasars and protostellar jets maximum energies of tens of PeV and up to TeV are expected, respectively. Protons escaping the jets may diffuse through the cocoon, leading to possible hadronic signatures.
Show more
Advances in the Fabrication of On-chip Superconducting Integral Field Units for CMB and Line-Intensity Astronomy
physics.ins-detStudying the polarization and spectral distortion of the Cosmic Microwave Background (CMB) in tandem with intensity fluctuations of the Cosmic Infrared Background (CIB) allows us to verify our assumptions on cosmic inflation and investigate the dynamics and evolution of galaxy clusters in the last 10 billion years. Because of its broadband emission and being an all-sky extended source, observing the entire CMB in detail is a very time-consuming and expensive exercise. Fortunately, in the last few years, the on-chip superconducting spectrometer technology has moved out of the lab and into the telescope. With its compact size and background-limited sensitivity, this family of instruments is particularly well-suited for fast and large area observations in a relatively unexplored range of the electromagnetic spectrum. However, recent examples of this technology do not yet reach the requirements needed for large spectroscopic and polarimetric surveys of the CMB. We formulate several of these requirements and introduce novel on-chip components and fabrication techniques. We introduce a cross-over to enable distinguishing signal polarization, minimize signal loss by locally optimized lithography of a coplanar-waveguide (CPW), lower the spectral resolution of microstrip filters by deposition of a dielectric layer, and increase the yield of the spectrometer array by removing individual line shorts. These together have culminated in the successful fabrication of a fourteen-spaxel IFU.
Show more
Singular Templates of Imaging Cherenkov Shower distribution (STOICS): A background estimation method for Very-High-Energy $γ$-ray observations
astro-ph.HEAnalyses of Imaging Atmospheric Cherenkov Telescope (IACT) data for extended $γ$-ray sources face the issue that the field of view does not offer sufficient regions for background estimations. In cases where the source angular size exceeds or occupies a significant part of the field of view, an independent background estimation method is necessary to carry out IACT analyses and to have a better understanding of the systematic uncertainties. The proposed new method utilizes Singular Value Decomposition to extract the low-dimension representations of the distribution of cosmic-ray events in OFF runs and uses cosmic-ray-like events in the ON runs to estimate the background of $γ$-like events. Using VERITAS archival data, we demonstrate that the new method is capable of providing reliable background modeling for observations across a wide range of observing conditions.
Show more
Geometric Search for Hawking Radiation from Nearby Primordial Black Holes
astro-ph.IMA nearby primordial-black-hole (PBH) evaporation burst would produce a curved gamma-ray wavefront, leading to detectable departures from plane-wave inter-satellite delays. We introduce a purely geometric method that combines imaging localizations with multi-spacecraft timing to determine the distance of a gamma-ray transient. Applied to \textit{Swift}-localized short GRBs, the current sample shows no significant deviation from the plane-wave expectation, with the most constraining event reaching $1.2$ AU and already probing a meaningful Solar-System-scale regime. Our analysis shows that direct distance measurements are achievable to $10^3$ AU scales with the current and near-future technical capabilities. Once a finite source distance is measured, the corresponding PBH mass and lifetime can be directly inferred. Future wide-field localization and long-baseline deep-space gamma-ray detectors could extend such searches to $10^5$ AU and beyond.
Show more
Diversity of Type Ia supernova optical light curves among different spectroscopic subclasses
astro-ph.HEAttempts to reveal the spectroscopic diversity of Type Ia supernovae (SNe Ia) have led to subclassification schemes such as the Branch system, which classifies SNe Ia into four categories: core normal (CN), broad line (BL), cool (CL), and shallow silicon (SS). The physical origin of these spectroscopic differences, including progenitor channels, explosion mechanisms, or other parameters, however, remains unclear. Moreover, previous work has concentrated primarily on properties near peak luminosity, yielding limited insight into their behavior at later epochs. In this study, we compile $UBVRI$ photometry for 109 SNe Ia and construct the first set of average light curves for each Branch subgroup, spanning from pre-maximum through the late tail. We find pronounced diversity in the $I$-band, especially in the timing of the secondary maximum across subgroups and in the late-time decline of CL events. After correcting for light curve stretch, which reflects the combined influence of ${}^{56}$Ni and ejecta masses, we show that the secondary maximum is powered by Fe II recombination, and its timing is particularly sensitive to the amount of stable iron-group elements (IGEs) synthesized in the explosion. This implies an anti-correlation between the mass of stable IGEs and ${}^{56}$Ni: CL (and possibly BL) events have a larger mass ratio of IGEs/$^{56}$Ni resulting in earlier secondary maxima, while SS events have a smaller ratio and thus later secondary maxima. This trend is naturally explained within the near-$M_{\rm Ch}$ delayed-detonation scenario, whereas it is inconsistent with the positive correlation predicted by the sub-$M_{\rm Ch}$ double-detonation scenario. Finally, we show that stretch-corrected late-time slopes provide a practical diagnostic for CL events, likely linked to an emission feature around $7,200$ Angstroms.
Show more
Unveiling an Hourglass-Shaped Magnetic Field toward IRDC G351.77-0.53
astro-ph.GAWe present the SOFIA/HAWC+ 214 $μ$m polarimetric observations toward the infrared dark cloud G351.77-0.53 (hereafter G351), complemented by existing multi-wavelength data sets. Infrared excess from the embedded sources indicate ongoing star formation activity in the cloud. The G351 cloud hosts two prominent star-forming clumps, i.e., c1 and c2. The plane-of-the-sky magnetic field lines from Planck observations are predominantly oriented perpendicular to the filament's major axis. Magnetic field orientations from SOFIA/HAWC+ 214 $μ$m observations reveal distinct hourglass-shaped field configuration toward c1, while the field lines remain perpendicular to the rest of the filament. Using the Davis-Chandrasekhar-Fermi method, we estimate a mean plane-of-the-sky magnetic field strength of $\sim$147 $\pm$ 60 $μ$G in the G351 filament, with values reaching $\sim$0.8 mG toward c1. The mass-to-flux ratio analysis indicates that the filament is magnetically transcritical, where the gravitational and magnetic field energies are comparable. The hourglass-shaped magnetic field observed toward c1 could result from magnetically regulated gravitational collapse, the alignment of converging sub-filaments with the magnetic field, or a combination of both processes. The energy budget analysis further indicates that magnetic fields play an important role in governing the cloud's gas dynamics, followed by contributions from turbulence and gravity.
Show more
Correlations Between kHz QPOs and Spectral Parameters from Time-Resolved Spectro-Temporal Analysis of 4U 1728-34
astro-ph.HEWe present a time-resolved analysis of the persistent emission in 4U 1728--34 using AstroSat observations from 2016 to 2019. We detect kilohertz quasi-periodic oscillations (kHz QPOs) during all epochs, with centroid frequencies ranging from $\sim 350$ to $1180~\mathrm{Hz}$, although some detections are of lower significance ($< 3σ$). We model the simultaneous spectra from the Soft X-ray Telescope and the Large Area X-ray Proportional Counter using a combination of an absorbed disk component (diskbb), a blackbody component (bbodyrad), a thermal Comptonization model (thcomp), and a broad Gaussian line. From the diskbb parameters, we estimate the accretion rate and find that all observations fall into two accretion regimes, namely AR1 and AR2, with accretion rates of $\sim 3 \times 10^{16}~\mathrm{g\,s^{-1}}$ and $\sim 7 \times 10^{16}~\mathrm{g\,s^{-1}}$, respectively. Interestingly, we find that for AR1, the lower kHz QPO frequency ($ν_{\mathrm{L}}$) is always $< 500~\mathrm{Hz}$, while for AR2 it is $\gtrsim 500~\mathrm{Hz}$. We found that the spectral index showed no clear correlation with $ν_{\mathrm{L}}$. For AR1, the coronal electron temperature ($kT_{\mathrm{e}}$) and optical depth ($τ$) are $\sim 10~\mathrm{keV}$ and $\sim 5$, respectively. In contrast, for AR2, $kT_{\mathrm{e}}$ decreases to $\sim 3~\mathrm{keV}$ and $τ$ increases to $\sim 12$, showing correlations with $ν_{\mathrm{L}}$, with Spearman's rank correlation coefficients of $-0.78$ and $0.71$, respectively. The transition in spectral parameters at $ν_{\mathrm{L}} \sim 500~\mathrm{Hz}$ indicates the existence of a critical QPO frequency governed or influenced by the accretion state of the source.
Show more
Time-Lag properties associated with LFQPO in X-ray variability classes of GRS 1915+105: Findings from AstroSat
astro-ph.HEWe present a comprehensive analysis of Low Frequency Quasi-periodic Oscillation (LFQPO) associated time-lags in the persistently variable black hole binary GRS 1915+105 using 441 ks of \textit{AstroSat} observations from March 2016 to March 2019. LFQPO frequency ($1.38-7.38$ Hz) are detected across the $θ$, $β$, $ρ$, and $χ$ classes, with the $χ$ class further subdivided into $χ_1$, $χ_2$, $χ_3$, and $χ_4$ based on spectro-temporal characteristics. Class transitions occur on timescales of a few hours, appearing either as a simultaneous increase in X-ray count rate and QPO frequency, or vice versa, indicating rapid changes in the accretion flow geometry. The $\text{rms}_{\rm QPO}$ increases with QPO frequency up to $\sim 3.4$ Hz and declines at higher frequencies, a trend similar to \textit{RXTE} observations, where peak occurred at $\sim 2$ Hz. Spectro-temporal correlations reveal that increasing $F_{\rm Comp}$ drives higher $\text{rms}_{\rm QPO}$ and decreases the soft-lag magnitude, while $ν_{\rm QPO}$ and $Γ$ also decline, suggesting that the observed time lag may result from the combined effects of multiple physical mechanisms. The consistent increase of $\text{rms}_{\rm QPO}$ with $F_{\rm Comp}$ provides clear evidence that modulated Comptonized photons enhance the rms power ($\text{rms}_{\rm QPO}$). Moreover, the soft-lag ($1.59-13.49$ ms) observed across all QPO frequencies, without the sign reversal at $\sim$ 2 Hz observed in \textit{RXTE} observations, is interpreted within the framework of a dynamical accretion disk model around the black hole.
Show more
Resonant scattering at the center of the galaxy cluster PKS 0745-191 with XRISM
astro-ph.HEWe report evidence for the resonant scattering effect at the center of the galaxy cluster PKS 0745-191 with XRISM. We analyzed XRISM/Resolve commissioning-phase observations of the distant cluster PKS 0745-191 (z = 0.103) with a 54 ks exposure. The gain drift was corrected using the onboard modulated X-ray source (MXS), and spectra were extracted from all pixels well illuminated by MXS, the core region (four central pixels, about 100 kpc), and the surrounding region. A single-temperature collisional ionization equilibrium (CIE) model fits the full field-of-view spectrum with kT about 6 keV and a turbulent velocity of about 120 km/s. From the core (r < 50 kpc) spectrum, we detect about 22 percent suppression of the Fe XXV He-alpha resonance (w) line relative to the CIE prediction. We performed Monte Carlo simulations to calculate the resonant scattering (RS) effect using radial profiles from Chandra data. The RS-inferred turbulence agrees with that inferred from Resolve line broadening, demonstrating that RS provides an independent and consistent constraint on ICM turbulence. These results highlight the potential of XRISM/Resolve for turbulence studies in galaxy clusters.
Show more
Cosmological hydrodynamical simulations of clustering dark energy with Nefertiti
astro-ph.COWe present the first cosmological simulations that consistently include nonlinear clustering dark energy evolved as a fluid with the numerical hydrodynamics code Nefertiti. Dark energy perturbations become fully nonlinear on small scales, developing significant density fluctuations without exhibiting the catastrophic instabilities previously reported. We show results for the density distribution, power spectrum, and halo profiles of dark energy. Clustering dark energy contributes to the total density perturbation at the $\sim 10\%$ level inside and around massive halos in our simulations with constant $w=-0.9$, a significant potential signal for lensing and dynamical probes. These simulations pave the way to robust constraints on the speed of sound of dark energy perturbations from large-scale structure data.
Show more
Nuclear pasta in hot neutron-star matter and proto-neutron stars
nucl-thWe investigate nuclear pasta phases appearing in hot neutron-star matter based on the compressible liquid-drop model, where the matter consists of a dense liquid phase and a dilute gas phase separated by a sharp interface. The surface tension is calculated self-consistently from the Thomas-Fermi approximation, and it depends on temperature and isospin asymmetry. We employ relativistic mean-field models with different symmetry energy slopes to describe nuclear interactions. It is found that the TM1e model with a small symmetry energy slope of $L=40$ MeV predicts various pasta shapes at low temperatures, while the TM1 model with $L=110.8$ MeV yields only the droplet configuration up to the crust-core transition density. We examine the occurrence and influence of pasta phases in proto-neutron stars with a constant entropy per baryon. These pasta phases may occur in the inner crust with a thickness of about $1.2$ km, playing an important role in the thermal evolution of the star.
Show more
Evolution of fractality in centrally concentrated young clusters
astro-ph.GAWe investigate the structural evolution of young star clusters forming within centrally concentrated molecular clouds. Our simulations use the Torch framework, which integrates the FLASH magnetohydrodynamics code with the AMUSE environment, enabling a self-consistent treatment of gas dynamics, star formation, stellar evolution, radiative transfer, and gravitational interactions. We quantify cluster structure using the $Q$ parameter for fractality and compute fractal dimensions via two methods: box-counting and correlation dimension. Our results show that clusters generally inherit fractal substructure from their parental clouds, which is typically erased within $\sim 2.5\,t_\mathrm{ff}$ through dynamical relaxation. Massive stars can induce the formation of secondary subclusters via feedback, with outcomes strongly dependent on stellar mass and formation timing. Interactions among subclusters, including mergers and dispersal, can extend fractal structure beyond $4\,t_\mathrm{ff}$. We also find systematic correlations between the fractality parameter $Q$ and the fractal dimension: fractality is positively correlated with both the correlation and box-counting dimensions, with the correlation dimension exhibiting a stronger correlation. These results demonstrate how stellar feedback and internal dynamics jointly shape the measurable fractal properties of embedded star clusters.
Show more
HESS J1832$-$085: evidence for a new gamma-ray binary candidate
astro-ph.HEThe Galactic plane survey conducted by the High Energy Stereoscopic System (H.E.S.S.) has revealed numerous teraelectronvolt (TeV) sources, many of which remain unidentified. HESS~J1832$-$085 is a point-like TeV source lacking a confirmed multiwavelength (MWL) counterpart. In this paper, we present evidence that HESS~J1832$-$085 is likely a gamma-ray binary. We aim to investigate the nature of HESS~J1832$-$085 using {\it Fermi}-LAT and X-ray data, complemented by broadband radiative modeling, to assess its classification as a potential gamma-ray binary. We analyzed $\sim$17.3~yr of {\it Fermi}-LAT data between 0.1 and 500~GeV to establish the gigaelectronvolt (GeV) counterpart of HESS~J1832$-$085, including performing spectral, spatial, and periodicity analyses. Archival X-ray observations were examined to search for a counterpart and to characterize its spectrum and potential variability. The broadband emission was interpreted using models commonly applied to gamma-ray binaries. We detect a point-like GeV gamma-ray source spatially consistent with HESS~J1832$-$085, with spectral properties compatible with known gamma-ray binaries. No significant GeV periodic modulation is detected. A potential X-ray counterpart is identified in archival X-ray data, exhibiting a hard, absorbed spectrum and moderate variability. The broadband spectral energy distribution is reproduced by the adopted binary radiative model. Our results indicate that HESS~J1832$-$085 is likely a gamma-ray binary candidate, motivating dedicated MWL follow-up observations to confirm the source nature.
Show more
A Candidate Open Cluster Pulsar: Timing Analysis of PSR J1922+3745 in NGC 6791
astro-ph.HEPSR J1922+3745 was recently identified as a radio pulsar toward the old open cluster NGC 6791, raising the prospect of the first pulsar associated with an open cluster. We report FAST follow-up observations that yield a phase-coherent timing solution, a precise position, a measurement of the spin-down rate and the pulsar's polarization properties. PSR J1922+3745 is consistent with an isolated slow pulsar with a characteristic age of 7.8 Myr, comparable to the small population of long-period pulsars found in globular clusters. Motivated by the potential cluster association, we re-process deeper searches of the NGC 6791 field at higher sensitivity but detect no additional pulsars. We also assess whether HI absorption spectroscopy can provide a useful distance constraint and find that such measurements are unlikely to be constraining with currently available sensitivity. Consequently, existing evidence does not yet establish membership in NGC 6791. Further deep searches for additional pulsars with similar dispersion measures in the cluster field will likely be the most direct path to confirming a physical association.
Show more
Emulation of SPHEREx Galaxy Power Spectra I: Neural Network Details and Optimization
astro-ph.COWe present neural networks to generate redshift-space galaxy power spectrum multipoles for multiple tracer and redshift bins simultaneously given a set of input cosmology and galaxy bias parameters. This emulator utilizes a combination of fully-connected layers and transformer architecture to accurately predict galaxy power spectrum multipoles $900$ times faster than the SPHEREx pipeline. We quantify network performance using both $Δχ^2$, and likelihood contours for simulated SPHEREx analyses, using two correlated tracer bins and two independent redshift bins. After optimizing network architecture, the loss function, and training set sampling strategy, we achieve $\operatorname{Med}\left( Δχ^2\right) = 0.069$ when comparing to our testing set. At the contour-level our emulator agrees with EFT predictions over a realistic parameter range, with an average 1D best-fit shift of $0.078σ$ and $0.82 \%$ change in 1D error bars. These results demonstrate the feasibility of using neural-network emulators to accelerate SPHEREx redshift-space power-spectrum analyses.
Show more
SN 2025adpq: A Type Ia supernova in a collisional ring formed during a major galaxy merger
astro-ph.GAGalaxy mergers can both trigger star formation and rearrange where stars live, producing long-lived tidal structures and collisionally driven density waves (known as collisional rings) that can extend for tens of kpc from their host galaxy centers. Here we report the discovery of SN 2025adpq, a Type Ia supernova at $z=0.1540$, found within a collisional ring, which we call Pika's Halo, with circumference $\sim$70 kpc that was produced by a major merger between two comparable mass galaxies ($\log(M_*/M_\odot)\approx10.5)$. The supernova lies along the ring at a projected offset of $\sim$11.4 kpc from the nucleus of the primary galaxy (hereafter G1). Optical spectroscopy obtained with the Southern African Large Telescope (SALT) and Gemini South reveal signatures consistent with merger induced ongoing star formation, while prominent Calcium H and K absorption indicates a substantial old stellar population within the ring. Given the long delay times expected for most SN Ia progenitors, we argue that SN 2025adpq most likely arose from an old progenitor system that was displaced from G1 during the head-on encounter. The progenitor was likely stripped from its parent galaxy by the collisionally induced pressure wave and exploded far from its birthplace. This event highlights collisional rings as a pathway for producing large offset SNe Ia, and it motivates targeted searches for faint, dynamically displaced old populations in seemingly hostless SN Ia environments. We additionally identify other supernovae, including supernova siblings, in the low redshift sample of collisional ring galaxies, and find that SN 2025adpq is one of only a handful of classified supernova identified in the expanding ring of a collisional ring complex.
Show more
Analysis of spatially resolved stellar populations and emission line properties in nearby galaxies with J-PLUS data. II-Results for the M51 group and first comparison with the M101 group
astro-ph.GAWe characterize the spatially resolved stellar population and emission-line properties of galaxies in the M51 group using the same methodology previously applied to the M101 group, aiming to understand how environmental processes shape galaxy properties across different groups. Properties are derived by applying the \textsc{AlStar} spectral fitting code to multi-band datacubes from the Javalambre Photometric Local Universe Survey (J-PLUS). We present spatially resolved maps of the main stellar population and emission-line properties for the M51 group galaxies. The interacting pair M51a/b displays clearly distinct properties: M51a shows prominent star-forming spiral arms, while its companion is essentially an early-type retired galaxy. M63 exhibits asymmetries in stellar age, dust attenuation, and H$_α$ equivalent width, consistent with outside-in quenching likely related to a past interaction. Relations between physical properties and stellar mass surface density ($Σ_\star$) were investigated. The age-$Σ_\star$ and nebular metallicity-$Σ_\star$ relations are flatter than those in the M101 group. In addition, all galaxies align with the resolved star-forming main sequence, except M51b, which shows the properties of a retired galaxy. Overall, the M51 group displays signatures of more advanced dynamical evolution than the M101 group. This is evidenced by flattened age and nebular metallicity gradients, enhanced dust content, and signs of environmental quenching in some members. In contrast, the less dynamically evolved M101 group largely preserves its inside-out formation signatures. While these results suggest that group mass and interactions influence galaxy evolution even in low-mass environments, the comparison of two systems remains limited by small-number statistics. This study highlights the potential of J-PLUS data for IFS-like analyses of nearby galaxies.
Show more
A Third Galaxy Missing Dark Matter along a Trail of Galaxies in the NGC 1052 Field
astro-ph.GAWhile most dwarf galaxies are strongly dark matter dominated, two remarkable objects in the NGC 1052 field, DF2 and DF4, appear to lack dark matter. DF2 and DF4 were recently found to be part of a trail of low luminosity galaxies that follow a linear relation between their position on the trail and their radial velocity. If the other galaxies on this trail formed together with DF2 and DF4, e.g., from gas that was separated from dark matter through a 'bullet dwarf' collision, they may lack dark matter as well. Here we constrain the dark matter content of DF9, the galaxy on the trail that most closely resembles DF2 and DF4. Using Keck/KCWI absorption line spectroscopy we find that DF9's stellar velocity dispersion is $6.4^{+4.0}_{-4.3}$ km s$^{-1}$. This is consistent with the $8.3^{+0.9}_{-1.4}$ km s$^{-1}$ dispersion that is expected from DF9's $1.4\times 10^8$ M$_\odot$ stellar mass alone, and we conclude that -- like DF2 and DF4 -- dark matter is not required to explain the kinematics of DF9. The dispersion is far below the $27\pm3$ km s$^{-1}$ expected if DF9 fell on the stellar mass--halo mass relation. Our results are further evidence that the trail of low mass galaxies in the NGC 1052 field formed together in a unique galaxy formation channel, and are consistent with the prediction of the bullet dwarf scenario that other trail galaxies should show the same lack of dark matter as DF2 and DF4.
Show more
EGS-z11-R0: a red, dust-rich galaxy at Cosmic Dawn
astro-ph.GAContext. Galaxies discovered by JWST at z > 10 are predominantly characterized by extremely blue rest-frame UV slopes. Conversely, the existence of dust-reddened systems at such early epochs has remained largely unconfirmed spectroscopically. Aims. We present the spectroscopic confirmation of EGS-z11-R0 at z = 11.45, the most distant red galaxy identified to date, discovered serendipitously through inspection of publicly available JWST/NIRSpec data. Methods. We analyze JWST/NIRSpec PRISM and G395M spectroscopy together with multiwavelength HST, NIRCam, and MIRI photometry. We identify significant detections of the C IV 1548,1551 and C III] 1908 transitions, yielding a redshift of zspec = 11.452 +/- 0.021. We measure rest-frame UV emission-line fluxes and equivalent widths and use these diagnostics to constrain the nature of the ionizing radiation field. Finally, we perform spectral energy distribution modeling with CIGALE, combining spectroscopy with photometry and including stellar, nebular, dust, and active galactic nuclei (AGN) components. Results. EGS-z11-R0 exhibits a red UV continuum slope (betaUV approximately -1.0), placing it well above the canonical MUV-betaUV relation at z~10-12 and making it the highest-z spectroscopically confirmed member of the emerging "red monster" population. Emission-line diagnostics reveal a hard ionizing spectrum consistent with extreme star formation and compatible with a composite stellar plus AGN scenario. The best-fit SED solution favors a stellar mass of log(M*/Msun) ~ 9.2-9.6, a SFR of 10-40 Msun yr^-1, and substantial dust attenuation (AV~1.2 mag). We further detect the high-ionization forbidden line [Fe V] 4227, providing direct evidence for early iron enrichment. Conclusions. The confirmation of EGS-z11-R0 establishes that chemically evolved, dust-enriched galaxies were already in place at z approximately 11.5. [abridged]
Show more
Spectral Hierarchy of the Cosmic Web
astro-ph.COWe introduce a spectral hierarchy of cosmic-web classifications obtained by applying simple scale-weighting kernels to the density field before performing a standard eigenvalue-based web classification. This unifies and extends several widely used web definitions within a single framework: the familiar potential/tidal web (large-scale, nonlocal), a curvature-based web (more local, peak- and ridge-sensitive), and additional higher-derivative levels that progressively emphasize smaller-scale structure. Because the classification is built from second derivatives of the filtered field, successive hierarchy levels align naturally with operator families that appear in renormalised bias and effective descriptions of large-scale structure, providing an explicit bridge between cosmic-web environments and long- and short-range nonlocal bias ingredients. We quantify the information content of the hierarchy with a compact statistic: we map each cell to one of four ordered web types (void, sheet, filament, knot), construct a corresponding ``web contrast'' field, and measure its cross-correlation with halos from the AbacusSummit simulation suite on a coarse mesh with $ΔL\simeq 5.5\,h^{-1}\mathrm{Mpc}$. We find that the hierarchy retains significant tracer-relevant information from very large scales down to the mesh Nyquist limit, with the more local (curvature/higher-derivative) levels dominating toward nonlinear scales. This makes the spectral hierarchy a practical, interpretable conditioning basis for fast mock-galaxy production and field-level modelling, and a flexible tool for studying environment-dependent clustering and assembly bias.
Show more
ODIN: Searching for LyC emission from Lyman-$α$ emitters at $z=4.5$ in the E-COSMOS and XMM-LSS fields
astro-ph.GAWe investigated Lyman-continuum (LyC) emission from Lyman-$α$ emitters (LAEs) at $z=4.5$, identified in the One-hundred-deg$^2$ DECam Imaging in Narrowbands (ODIN) survey. Of the 7,498 LAEs (4,101 in COSMOS and 3,397 in XMM-LSS), we excluded LAEs that are either likely low-z objects or contaminated by neighboring sources. Additional background modeling process with thorough quality assessments leaves a final sample of 851 galaxies. We then performed forced photometry on $u/u^*$-band images from the CFHT large area $u$-band deep survey (CLAUDS) to measure their LyC fluxes. This represents the largest sample of $z=4.5$ LAEs searched for such a purpose. Within this sample, we identified 12 `gold' and 39 `silver' LyC-emitting candidates, with LyC fluxes detected of $>3σ$ and between $2σ$ and $3σ$, respectively, in the range of 5.16--55.29 nJy. No LyC signal is detected in the weighted mean stack of the final sample ($0.20 \pm 0.37$ nJy). Given the UVC magnitudes of LAEs in our sample, the expected LyC emission is likely below the detection limit even when stacking the full sample of ODIN LAEs. Nevertheless, having a large sample of LAEs remains valuable for identifying individual LyC leaker candidates. Among the gold and silver candidates, the LyC flux appears to correlate positively with UVC flux and negatively with Ly$α$ equivalent width, although the correlations are weak. A larger sample of LyC leakers will allow a more robust confirmation of these trends and provide better insights into their physical origins.
Show more
First detailed optical spectroscopic observations of the supernova remnants G107.7-5.1 and G150.3+4.5
astro-ph.HEWe present optical spectroscopic observations of the supernova remnants (SNRs) G107.7$-$5.1 and G150.3+4.5, each spanning nearly 3 degree. Both remnants were recently examined in the optical band through a deep H$α$ and [OIII] emission-line imaging survey, which led to the discovery of G107.7$-$5.1. Using long-slit spectra obtained with the 1.5-m Russian-Turkish Telescope (RTT150), we investigate the physical conditions of the pre-shock and post-shock gas in the optical filamentary regions of the SNRs. The SNR nature of G107.7$-$5.1 is confirmed by the measured [SII]/H$α$ and [NII]/H$α$ ratios, which range from 0.56 to 0.86 and from 0.7 to 1.4, respectively. A similar conclusion is reached for G150.3+4.5, where the observed [SII]/H$α$ (0.43-0.92) and [NII]/H$α$ (0.49-1.29) ratios likewise support a shock-excitation origin. Further confirmation of the shock-excited nature of both SNRs comes from their consistency with recent diagnostic diagrams based on multiple emission-line ratios. The [OIII]/H$β$ line ratios measured in both remnants indicate shocks with complete recombination zones and are consistent with shock velocities of $\gtrsim$100 km s$^{-1}$. The electron densities ($n_{\rm e}$), derived from the [SII] $λ$6716/$λ$6731 line ratios, exhibit substantial variation in the spectra of both SNRs. Additionally, extinction variations observed across the remnants suggest the presence of significant dust structures along the line of sight. We conclude that these two remnants display remarkable similarities across multiple diagnostic spectral properties, consistent with previous reports indicating comparable GeV gamma-ray characteristics.
Show more
Revisiting observational constraints on coupled exponential quintessence with energy and momentum transfers: degeneracy with massive neutrinos
astro-ph.COWe investigate the impact of massive neutrinos on cosmological models in which dark energy, described by a quintessence scalar field $φ$ with an exponential potential, interacts with dark matter through both energy and momentum transfers. Previous analyses have shown that the inclusion of low-redshift data tends to favour the detection of a pure momentum transfer between the dark sectors, consistent with the fact that such a transfer generically suppresses the growth of cosmic structures. Since massive neutrinos also reduce matter clustering, a potential degeneracy between the interaction parameters and the neutrino mass may arise. After updating the observational constraints on the model parameters obtained in earlier studies, we investigate the effect of allowing the neutrino mass to vary. We find that the detection of momentum transfer degrades once massive neutrinos are included. This occurs because a new degeneracy emerges between the neutrino mass and the parameter governing the energy exchange between dark energy and dark matter. Our findings differ from previous results in the literature, where the detection of momentum transfer was reported to be robust against varying neutrino masses. This suggests that the robustness of such detections depends on the underlying model and should therefore be carefully reassessed for each specific interacting scenario.
Show more
Late-Onset Energy Injection in Type Ic SNe and W-Shaped O II Absorption in SLSNe-I
astro-ph.HEWe show that delayed (weeks-months) energy injection into expanding Type Ic supernova (SN) ejecta can reproduce the luminosity and spectral evolution of hydrogen-poor superluminous SNe (SLSNe-I). Late-time reheating sets the radiation temperature and density needed for the W-shaped OII absorption near peak, explaining its disappearance as the ejecta cools without extra excitation mechanisms. In our model, the neutron star (NS) undergoes a core phase transition to deconfined quark matter at time t_QN, triggering rapid magnetic field amplification and forming a hybrid star (HS; a QCD-magnetar). This Quark-Nova (QN) resets the central engine, weeks to months after the SN, by converting the NS rotational energy into renewed energy injection, producing two powering epochs separated by a delay determined by hadron-to-quark microphysics. The model reproduces photometric and spectroscopic evolution of SLSNe-I such as iPTF13ajg, SN2010gx, PTF09cnd, and PTF09atu. We predict a systematic offset between spectroscopic and photometric ages when pre-QN emission is below detection limits, and discuss observational signatures distinguishing QCD-magnetars from standard magnetars. Double-peaked SLSNe-I may probe the hadron-quark transition, constraining quark-matter parameters like deconfinement density and surface tension.
Show more
Confidently Wrong: Why Ignoring Binaries Biases IMF Inference at Large Sample Sizes
astro-ph.SRThe stellar initial mass function (IMF) high-mass slope $α$ is routinely measured by fitting single-star models to photometric samples that contain 20-90% unresolved binaries. This practice introduces a systematic negative bias on $α$ that is constant with sample size $N$. Because posterior credible intervals shrink as $1/\sqrt{N}$, at sufficiently large $N$ the bias exceeds the reported uncertainty and the true value falls outside the credible interval - a regime we call "confidently wrong." We bracket this bias between two limiting observation operators: mass-addition $(m_\text{obs} = m_1 + m_2)$, a formal upper bound on unresolved-system mass overestimation, and luminosity-addition $(m_\text{obs} = L^{-1}(L_1 + L_2))$, an idealized lower-bias photometric case based on the ZAMS mass-luminosity relation. Across four astrophysical environments spanning $α= 1.60-2.30$, we find: (1) mass-addition bias of $0.054-0.086$ with crossover to confidently wrong at $N_\text{cross} \sim 5{,}000-10{,}000$; (2) luminosity-addition bias of $0.011-0.021$ with $N_\text{cross} \sim 75{,}000-150{,}000$; and (3) a binary-aware mixture likelihood that marginalizes over the Moe & Di Stefano (2017) binary population model recovers the true slope in the synthetic tests presented here. Published single-star IMF slopes can therefore plausibly carry systematic errors of order $0.01-0.09$ if unresolved binaries are not modeled, comparable to or exceeding reported uncertainties in some regimes. Since current and upcoming surveys (Gaia, JWST, Roman, LSST) will deliver $N = 10^4-10^6$ resolved stars per rich cluster, binary-aware inference is likely necessary to avoid binary-driven systematic bias in the large-$N$ single-star-fitting regime.
Show more
NEATH V: the relationship between line emission from dense gas tracers and the star formation rate
astro-ph.GAThe Gao-Solomon relationship between the luminosity of the HCN $J=1-0$ line and the star formation rate (SFR) is observed to remain close to linear over scales ranging from individual star-forming clumps to entire galaxies. This is widely interpreted as the HCN line tracing the reservoir of dense gas directly associated with star formation. However, resolved observations of nearby molecular clouds have demonstrated that the threshold density above which star formation occurs is significantly higher than that of the gas traced by HCN emission. We perform radiative transfer modelling of molecular line emission from simulated clouds, based on magnetohydrodynamic simulations with realistic gas and dust thermodynamics and a time-dependent treatment of the molecular abundances. We find no correlation between HCN emission and the SFR in the simulations: the HCN line remains almost constant in brightness over several orders of magnitude in SFR. The N$_2$H$^+$ $J=1-0$ line correlates positively with the SFR, but weakly, and with a substantial dependence on environmental conditions. The strongest correlation between line emission and physical cloud properties is between the N$_2$H$^+$/HCN ratio and the dense gas fraction, which is close to linear. We argue that the observed HCN-SFR correlation on extragalactic scales is a result of each measurement integrating over many individual molecular clouds, which, on average, possess the same mass fraction of dense, star-forming gas. The HCN line does not directly trace this reservoir for star formation.
Show more
Optimizing the Roman Space Telescope High-Latitude Wide Area Survey for mitigating chromatic PSF effects on shear measurement
astro-ph.COChromatic point-spread-function (PSF) effects arise from differences between the spectral energy distributions (SEDs) of stars, used to model the PSF, and galaxies, used to measure shape distortions due to weak gravitational lensing, or shear. For the Roman Space Telescope, these effects can bias shear measurement and cosmological inference, making them an important systematic effect for shear calibration. These biases depend sensitively on survey design choices, particularly filter coverage and the availability of color information. In this work, we investigate how different Roman survey strategies affect the ability to mitigate chromatic PSF effects and whether residual biases in shear propagate into cosmological inference. Using realistic image simulations, we infer per-galaxy near-infrared SED slopes via radial basis function regression for four-, three-, two-, and single-band survey configurations. We quantify residual shear calibration biases under representative and non-representative training assumptions and propagate these biases into Markov Chain Monte Carlo analyses of cosmic shear and $3\times2$-point statistics. We find that three- and four-band strategies can reduce residual shear biases to $|m|\lesssim10^{-3}$, lowering the induced shifts in the lensing amplitude from $ΔS_8 \sim 0.6σ$ (cosmic shear) and $ΔS_8 \sim 0.7σ$ ($3\times2$-pt) in the uncorrected case to $ΔS_8 \lesssim 0.07σ$. Single-band surveys remain limited, with residual shear biases reaching or exceeding $|m|\sim 2\times 10^{-3}$ in some tomographic bins. Average, sample-wide corrections reduce but do not eliminate chromatic systematics, leaving residual biases of $ΔS_8 \sim 0.1σ$. Overall, our results demonstrate that we can robustly correct for these effects in the recommended three-band medium tier, but may encounter residual biases in a single-band wide tier.
Show more
Out of oxygen: Extremely metal-poor galaxy candidates identified at $2.5 < z < 6.5$ with deep JADES medium-band imaging
astro-ph.GAJWST is beginning to uncover a population of extremely metal-poor galaxies (EMPGs, $Z < 1\%~\mathrm{Z}_\odot$) at $z > 3$, mostly through serendipitous NIRSpec discoveries and blind slitless spectroscopy. To accelerate our understanding of pristine star formation, we further develop a methodology to identify EMPG candidates from photometry, using the extensive deep medium-band imaging from JADES. Our EMPG candidates at $2.5 < z < 6.5$ exhibit strong photometric boosts by H$α$, yet correspondingly weak boosts by [O III] + H$β$, likely indicating extremely low metallicity to explain their lack of [O III] emission. We further demand our EMPG candidates to have strong Balmer jumps, as revealed by medium-band imaging, to ensure that they are young starbursts, as opposed to broad-line AGN/LRDs, though contamination by dusty/dense-gas starbursts and highly-obscured AGN remains a concern. SED-fitting with near-pristine models (${\sim}0.1$-$1\%~\mathrm{Z}_\odot$) indicates that our 22 EMPG candidates are low-mass (median $M_* \approx 10^{6.7}~\mathrm{M}_\odot$), faint dwarf galaxies ($M_\mathrm{UV} \approx -16.6$), with high ionizing photon production efficiencies ($\log\, (ξ_\mathrm{ion, obs}/\mathrm{(Hz\ erg^{-1})}) \approx 26.0$). Hence these are plausible sites of near-pristine star formation, comprising ${\sim}0.04$-$0.6\%$ of $2.5 < z < 6.5$ galaxies at $-19 < M_\mathrm{UV} < -16$. We discuss this extremely metal-poor extension to the mass-metallicity relation. We forecast that deep (${\sim}28$ h) NIRCam slitless spectroscopy can identify bright EMPGs through strong H$β$ but lack of [O III] emission, or secure the redshifts of fainter systems through H$α$ detections. Highly-multiplexed NIRSpec spectroscopy offers an alternate route to discovering the faintest pristine galaxies out to $z=10$, without requiring deep medium-band/MIRI imaging to identify secure candidates.
Show more
BASS. LI. Cool gas supply of HI-massive local Seyfert galaxies
astro-ph.GAWe present neutral atomic hydrogen (HI) imaging observations of 22 HI-rich ($M_{\rm HI} \gtrsim 10^{9.7} M_\odot$), hard X-ray-selected local Seyferts to explore how cool gas is supplied to active galactic nuclei (AGN) hosts. The sample predominantly resides in group-like, gas-rich environments. About 80% (18/22) of the galaxies have HI-detected neighbors, 61% (11/18) of which clearly exhibit strong lopsidedness, one-sided gas tails, and/or gas structures connecting to nearby companion galaxies, suggesting gas exchange histories. We examine the HI size-mass relation and star formation properties of these HI-rich AGN hosts, finding no systematic deviations from known scaling relations. In most cases, our samples are the most massive systems within their respective groups, implying that our sample is more likely to acquire gas rather than lose it. Interestingly, galaxies with more extended HI disks show stronger AGN activity. Considering that extended HI is often associated with external processes, this finding suggests that environmentally accreted gas - through galaxy interactions and gas exchange with neighboring systems - may have played a role in supplying additional fuel to the AGNs in our sample. Notably, the HI extent-AGN activity correlation becomes even tighter for those AGN hosts whose neighboring galaxies are gas poor or lack HI, further supporting externally supplied gas as a fuel source.
Show more
Magnetar counterparts, kinematics and birth sites with HST and JWST
astro-ph.SRMagnetars are highly magnetised, isolated neutron stars with uncertain formation channels. They comprise a potentially significant fraction of the young neutron star population in the Milky Way, and are implicated in the explosion mechanisms of some of the most powerful explosions in nature. We aim to identify magnetars in the near-infrared with Hubble Space Telescope (HST) and James Webb Space Telescope (JWST) imaging, in order to measure their proper motions and search for their birth sites. Candidate infrared counterparts are selected based on variability, colours and proper motions which are outliers with respect to other sources in the field. Precise proper motions are obtained by tying HST/WCF3 and JWST/NIRcam images to the Gaia reference frame. We newly identify counterpart candidates for PSRJ1622-4950, 1RXSJ 170849.0-400910 and CXOUJ164710.2-455216. The past trajectory of the 1RXSJ 170849.0-400910-associated source coincides with the supernova remnant G346.6-0.2. The transverse velocity distribution of magnetars is found to be marginally inconsistent with young pulsars, due primarily to a dearth of high velocity magnetars. A candidate birth site is identified inside the cone of possible past trajectories in nearly every case. We show, based on the inferred kinematic ages, that characteristic ages may frequently be lower than the true age, but caution that this depends on the reliability of the birth site associations. We conclude that magnetars are similar in terms of their kinematics and birth sites to the wider Galactic neutron star population, consistent with magnetar formation being a common outcome of massive star core-collapse. However, tentative evidence for a dearth of high-velocity magnetars is emerging. If real, this may arise from physical differences in the progenitor population giving rise to magnetars, or from differences in their post-formation velocity evolution.
Show more
BL Lac host galaxies: how to systematically characterise them in optical-NIR spectroscopy
astro-ph.HEHost galaxies of Active Galactic Nuclei give crucial information on the interaction between accreting Supermassive Black Holes and their surroundings, and on their common evolution. Their study in the case of aligned jetted AGN - BL Lacertae objects in particular - is complicated by the non-thermal jet component, whose bright and multi-frequency emission easily dominates over the whole electromagnetic spectrum. BL Lac host galaxies have thus been sparsely studied, and their elliptical nature is currently a hypothesis supported by few observations. With the broad aim of a systematic analysis of these sources, and in light of the many optical and NIR spectroscopic facilities that are now available, we implement an easily applicable method to determine whether a BL Lac is hosted in an elliptical or spiral galaxy. Building on the only systematic study currently available on BL Lac hosts, we worked on a sample of realistic BL Lac synthetic spectra. We analysed them and characterized their statistics using QSFit, a publicly available spectroscopy software. If BL Lac host galaxies were both elliptical and spiral, our method would be able to discriminate between them, provided that BL Lac jets are fainter than $L_γ\sim10^{46}$erg/s. Just two runs of QSFit for each BL Lac spectrum would return a single parameter, that would allow for a first broad distinction between the two classes. We finally discuss the two galaxy types that introduce some uncertainty in their classification, that might lead to possible classification biases.
Show more
Multi-phase AGN-driven outflow in the NLSy1 IRAS 17020+4544. Unveiling dual-feedback and an energy-conserving ionized outflow with MEGARA/GTC integral field spectroscopy
astro-ph.GAThe narrow-line Seyfert 1 (NLSy1) galaxy IRAS~17020+4544 is one of the few known sources exhibiting a multi-phase outflow detected in both highly ionized and molecular gas, consistent with AGN feedback operating in an `energy-conserving' regime. We investigate the properties and kinematics of the warm ionized gas using new optical seeing-limited integral-field spectroscopic observations obtained with MEGARA at the Gran Telescopio Canarias in both low- (R$\sim$6000) and medium-resolution (R$\sim$12000) modes. The H$α$ and [OIII]$λ$5007 emission lines are modeled with multi-Gaussian fitting to characterize the ionized gas kinematics and derive the energetics of the outflow, which we compare with those of the X-ray and molecular phases. Ionization diagnostic diagrams (WHAN, WHaD, and BPT) are used to investigate the dominant ionization mechanism. We detect a fast ionized outflow traced by both H$α$ and [OIII] emission lines, with similar spatial extensions (R$_\mathrm{out}\sim$1 kpc and $\sim$0.5 kpc) and velocities (v$_\mathrm{out}\sim$1460 and 1240 km s$^{-1}$, respectively), as well as a slower ionized outflow (v$_\mathrm{out}\sim$450 km s$^{-1}$) detected in the secondary component of the [OIII] line. The fast outflow follows an `energy-conserving' regime, while the slower component is consistent with a `momentum-driven' regime. The ionized outflows are enclosed within the molecular outflow detected with NOEMA (R$_\mathrm{CO}$=2.8$\pm$0.3 kpc), and the large momentum boosts derived in both phases suggest efficient AGN feedback, likely dominated by radiatively driven winds (quasar-mode) rather than kinetic (jet-driven) processes. Ionization diagnostics suggest that the outflow is mainly AGN-driven, with potential contributions from star formation and shocks. The molecular outflow dominates, with the ionized phase contributing less to the mass and feedback efficiency.
Show more
Halo assembly bias in the early Universe: a clustering probe of the origin of the Little Red Dots
astro-ph.COThe clustering of galaxies encodes key information about the structure and assembly history of their host dark matter (DM) haloes, providing a powerful probe of the origin of extreme high-redshift systems. While halo assembly bias has been extensively studied at low redshift, its behavior in the early Universe remains poorly explored. Using the large-volume, high-resolution Shin-Uchuu cosmological $N$-body simulation, we characterize halo assembly bias associated with formation time, concentration, and angular momentum across a wide range of halo masses and redshifts. We find that the sign and amplitude of assembly bias depend on halo mass for both concentration and spin. High-concentration and low-spin haloes are more strongly clustered below characteristic peak heights of $ν\sim 1.5$ and $\sim 0.75$, respectively, while the trends weaken or reverse at higher masses. Halo age bias persists at all redshifts but decreases toward higher masses and earlier cosmic times. We apply these results to assess whether clustering can distinguish competing formation scenarios for the Little Red Dots (LRDs). We find that the direct-collapse-black-hole (DCBH) scenario predicts the strongest large-scale bias and enhanced pair fractions, the self-interacting-dark-matter (SIDM) core-collapse scenario and low-spin compact-galaxy scenarios yield weaker clustering due to lower characteristic halo masses and spin-related secondary bias, and a primordial-black-hole (PBH) scenario predicts unbiased clustering. Our results demonstrate that halo assembly bias and characteristic host masses provide powerful diagnostics for constraining the physical origin of LRDs, offering testable predictions for upcoming clustering measurements with JWST and future deep surveys.
Show more
Inferring the mass and size of 3I/ATLAS from its non-gravitational acceleration
astro-ph.EPObservations of the interstellar object 3I/ATLAS have revealed a strong production of gas and dust near perihelion, together with rapid brightening. The outgassing from the nucleus has led to a detectable non-gravitational acceleration. In this work, we combine models of the mass loss rate of water and carbon dioxide to derive the non-gravitational parameters and estimate the mass and size of 3I/ATLAS. In addition, we take into account a conservative constraint on the nucleus size from the active surface area required for sublimation. If the mass loss is dominated by the sublimation of CO$_2$, then the nucleus radius and mass are $R_{\rm 3I}=0.42\,\rm{km}$ and $M_{\rm 3I}=1.6\times10^{11}\,\rm{kg}$, assuming a density of $ρ=0.5\,\rm{g\,cm}^{-3}$ and an asymmetry factor of $ζ=0.5$. This estimate is consistent with the lower bound from the active surface and independently supported by the slight preference of the orbital fit for a $a_{\rm ng}(r)\sim 1/r^2$ scaling of the non-gravitational acceleration. Models that cover the range of reported water production near perihelion give $R_{3I}=0.74-1.15\,\rm{km}$ and $M_{\rm 3I}=8.5-32\times10^{11}\,\rm{kg}$ but require a cometary surface that is in tension with the estimate from the rocket effect. Therefore, our results indicate that a large fraction of water sublimation is occurring in the coma and that CO$_2$ dominates sublimation on the surface. The nucleus radius that we obtain is much smaller than a recent photometric estimate of $R_{\rm 3I}\sim 1.3\,\rm{km}$, which could be resolved if CO$_2$ production is larger than observed or if the density of 3I/ATLAS is significantly lower than assumed. An overall lighter nucleus of 3I/ATLAS might be favored based on its recently claimed origin from a metal-poor environment and the corresponding mass budget of interstellar objects.
Show more
Field-Level Inference from Galaxies: BAO Reconstruction
astro-ph.COBaryon acoustic oscillations (BAO) underpin the key cosmological results from modern spectroscopic galaxy surveys, but nonlinear gravitational evolution limits the precision achievable with traditional analysis methods. To overcome this, we develop field-level inference for BAO, first reconstructing the initial linear density field and then fitting the BAO signal therein. We benchmark three reconstruction methods: (i) traditional reconstruction based on the Zel'dovich approximation, (ii) explicit field-level inference using differentiable forward modeling with hybrid effective field theory, and (iii) implicit field-level inference using a convolutional neural network to augment traditional reconstruction. Using DESI-like Luminous Red Galaxy (LRG) and Bright Galaxy Survey (BGS) catalogs, we find that field-level approaches significantly sharpen the BAO feature relative to traditional reconstruction. For LRGs, explicit field-level inference improves constraints on the BAO scale parameters ($α_{\rm iso}, α_{\rm ap}$) by 26%, while implicit inference improves constraints by 35%, corresponding to a 2.4$\times$ improvement in figure of merit. For the higher-density, lower-redshift BGS sample, field-level inference enables information extraction from smaller scales, yielding an improvement in constraints of up to 46%, corresponding to a 3.2$\times$ improvement in figure of merit. Crucially, we address longstanding concerns regarding the robustness of field-level reconstruction by leveraging 1,000 mock realizations to perform extensive coverage tests. Our results are both unbiased and statistically well-calibrated, maintaining nominal coverage even when using tight simulation-informed priors and under model misspecification.
Show more
AGILE: an end-to-end Rubin-LSST simulation of AGNs, galaxies, and stars I. Software description and first data release
astro-ph.GAContemporary large-scale surveys such as the Vera C. Rubin Observatory Legacy Survey of Space and Time (LSST) and Euclid present an unprecedented discovery potential for studying AGNs at the population level in the big data era. However, one major challenge is the accurate identification and classification of AGNs from optical/NIR photometry, or variability data alone. In order to optimize AGN selection, classification, and systematics, as well as to test different data analysis tools, we present AGILE (AGNs In the LSST Era), an LSST end-to-end simulation software. AGILE -- developed as part of the INAF LSST in-kind contribution -- is capable of simulating the anticipated AGN population in LSST and Euclid. We based AGILE on existing simulations of galaxies and stars, while we developed an AGN recipe based on empirical relations. AGILE populates complete galaxy samples with AGNs according to the observed AGN accretion rate distribution, and each AGN is assigned an optical/UV spectral energy distribution. Optical AGN variability is added using a damped random walk model connected to the AGN physical parameters. Finally, AGILE creates both LSST-like images and related data products. Using AGILE, we build a $24$ deg$^2$ complete mock truth catalog of AGNs, galaxies, and stars with $0.2 < z < 5.5$, $\log M/M_\odot > 8.5$ (AGNs and galaxies), and $r < 27.5$ mag (stars). We perform a pilot simulation (AGILE DR1) consisting of $1$ deg$^2$ of LSST operations in the COSMOS field observed up to three years according to the survey strategy. We use AGILE DR1 to quantify the accuracy of the LSST Science Pipelines in recovering true fluxes of AGNs, galaxies, and stars. We quantify the LSST completeness and purity in recovering Type 1 AGNs using typical color-color and variability selections. We share the AGILE DR1 dataset, an ideal test-bench for further scientific exploitation.
Show more
Wasserstein Distance in Cosmological Structure Formation: An Optimal Transport Perspective
astro-ph.COThe formation of cosmological large-scale structure is usually described in terms of the evolution of density fluctuations and their statistical measures, such as the power spectrum and correlation function. However, these statistics characterize the amplitude structure of density fluctuations and do not directly describe the spatial redistribution of matter that occurs during structure formation. In this work we formulate cosmological structure formation as a transport problem of mass distributions using the Wasserstein distance from optimal transport theory. The generative process from the initial linear density field to the observed galaxy catalog is treated as a hierarchical mapping from a continuous density field to a galaxy point process, and an approximate expression for the Wasserstein distance between them is derived under the small-fluctuation approximation. We show that this distance naturally decomposes into contributions associated with three physical processes: mass transport by gravitational evolution, galaxy formation bias, and shot noise arising from the discrete sampling of galaxies. The gravitational transport term is expressed as an integral of the matter power spectrum, while the galaxy formation contribution appears as a weighted integral of the galaxy correlation function. The sampling term corresponds to Poisson shot noise originating from the discreteness of the galaxy catalog. These results provide a unified framework for describing cosmological large-scale structure formation from the perspective of transport geometry and suggest that the Wasserstein distance may serve as a new statistical quantity linking continuous density fields with observed galaxy catalogs.
Show more
Calibrating spectral siren cosmology with synthetic catalogs of binary black hole mergers
astro-ph.COBinary black hole (BBH) mergers detected through Gravitational Waves (GWs) are a promising probe for the cosmic expansion. These sources are standard sirens for which we can directly measure the luminosity distance, but their redshift is degenerate with the determination of their source masses. In analogy to standard candles, the redshift of standard sirens can be obtained using a calibration based on the source mass spectrum, but without the need for a cosmological ladder. It has been recently shown that a mismodeling of the BBH mass spectrum is very likely to introduce a bias in the determination of the Hubble constant. To tackle this issue, we develop a BBH population model based on Normalizing Flows, trained on synthetic BBH catalogs generated from astrophysical prescriptions, including binaries formed through both isolated stellar evolution and dynamical environments. We validate this approach with a mock BBH dataset, demonstrating that the Normalizing Flow framework faithfully recovers the true distribution and eliminates systematic biases in the Hubble constant inference. By using this model on GWTC-4.0 data, we obtain $H_0 = 71.62^{+4.04}_{-4.00}\; km \; s^{-1} Mpc^{-1}$ at 68.3% credible interval. Assuming the astrophysical prescriptions present in B-POP, we also show that the determination of $H_0$ is degenerate with the fraction of binaries born in the dynamical and isolated formation channel, with a Planck cosmology favouring $\sim 35\%$ binaries formed in the dynamical environment while a SH0ES cosmology favouring a value of $\sim 25\%$.
Show more
IRAM 04191+1522: a compact proto-brown dwarf binary candidate
astro-ph.SRVery low-luminosity objects in nearby star-forming regions have been identified as promising proto-brown dwarf candidates. The study of their multiplicity can shed light on the dominant formation mechanism of these substellar objects. We aim at studying the multiplicity of the very low luminosity object IRAM 04191+1522. To do so, we have obtained 0.89mm ALMA observations with a very extended configuration, achieving an angular resolution of ~0.04 arcsec (6 au at 140 pc). We have complemented our data with new VLA observations, and ALMA archival data at 1.3mm. As a result, we resolve IRAM04191+1522 into a close binary candidate for the first time. The binary is detected in the ALMA continuum data with a projected separation of ~80 mas, or 11 au at a distance of 140 pc. The two sources are oriented in the East-West direction, with the eastern component being brighter and more extended than the western one, which is marginally resolved. The analysis of C18O(2-1) archival data reveals gaseous material in rotation around the binary, presumably from a circumbinary disk with ~27 au of radius centered on the faintest ALMA component. A fit of the position-velocity diagram allows us to estimate a total dynamical mass for the system of 50+-40 MJup. Therefore, we classify IRAM04191 as a tight proto-brown dwarf binary candidate. The VLA data reveals the detection of a single object closer to the western ALMA source, and with a spectral index consistent with a radio jet.
Show more
Cosmic rays: constraints from future MeV detectors
astro-ph.HECosmic rays are charged energetic particles that permeate the interstellar medium. Their sizeable energy share and penetration power makes them essential players in the dynamical and chemical processes that rule Galactic evolution, such as the launching of outflows and the formation of star and planets. For these processes low-energy (MeV-GeV) CRs are particularly important, both because they are the most abundant and because they have the largest cross-section for ionization. The study of cosmic rays naturally connects with gamma-ray astronomy, as high-energy photons are the principal products of their interaction with the interstellar plasma. In this article, after reviewing our current understanding of Galactic cosmic rays as derived from direct measurements, we present the state of the art regarding Galactic cosmic rays covering their direct observables, their acceleration processes and models for their propagation in the Galactic Disk. We present then an excursus on the current state of gamma-ray observations, and propose new prospects for investigating the physical properties of Galactic cosmic rays, exploiting the observational capability of future MeV missions.
Show more
Molecular gas and star formation in GASP jellyfish galaxies
astro-ph.GASeveral studies have reported a nearly linear correlation between the molecular gas and star formation rate surface density, the so-called Kennicutt-Schmidt (KS) law. We aim to retrieve the KS relation for a sample of four star-forming galaxies located in nearby clusters, disturbed by the effects of the ram pressure stripping, as testing this law in galaxies subject to different environmental conditions can provide key information on the physics of star formation. To perform our analysis, we used ALMA band 6 and band 3 data coupled with MUSE data at spatial resolution of ~1 kpc. Moreover, we analyzed data of star-forming complexes detected through their Hαionized gas emission. We also derived the star formation efficiencies of the star-forming regions nested in these big complexes using the star formation rates derived from spatially resolved HST images and various recipes for the corresponding cold gas phase. We find that ram-pressure-stripped galaxies show normal-to-low star formation efficiencies, depending on the position within the galaxy and on the local gas density: the inner dense regions in the disk show higher efficiencies with respect to the outer regions, including the gaseous tails. The global relation between the star formation rate density and the molecular gas surface density is superlinear, likely suggesting the shortening of the depletion times at high gas mass densities caused by the ram pressure. Within the star-forming complexes, the star formation efficiency is very similar to the one observed at 1 kpc scale in undisturbed star-forming disks. Interestingly, this result holds also for the star-forming complexes located in the stripped gas tails. The analysis of HST resolved clumps suggests that the molecular gas is not uniformly distributed within the star-forming complexes, but its density distribution follows a steeper profile.
Show more
Towards physically more comprehensive AGN modelling in cosmological simulations: A MACER-based modification of IllustrisTNG
astro-ph.GAActive galactic nuclei (AGN) feedback plays a significant role in many aspects of galaxy formation and evolution and has become a key ingredient in cosmological simulations. However, the subgrid models of AGN feedback in cosmological simulations such as IllustrisTNG (hereafter TNG) often overlook recent progress in the small-scale modelling of black hole (BH) accretion and AGN physics. In this study, we improve on this by incorporating central aspects of the MACER model, a framework that treats AGN physics in greater detail, into the TNG feedback implementation. Specifically, we adopt MACER-prescriptions for feedback output for high and low accretion rates in a new model while the estimation of the accretion rate remains unchanged. We test this updated scenario both for idealized elliptical galaxies and for a cosmological box. Compared to the original TNG model, the MACER-based simulation leads to a higher star formation rate (SFR) and BH accretion rate in ellipticals, yielding a gas density profile in better agreement with observations. In the cosmological simulations, the time evolution of the SFR density, galaxy stellar mass function at $z=0$, and $M_{\star}-M_{\rm BH}$ relation at $M_{\star}>10^{10.5}\,{\rm M_{\odot}}$ are similar in both models. The MACER model better reproduces low-mass BHs in low-mass galaxies, and yields milder quenching in massive galaxies, although this is accompanied by the absence of a pronounced colour bimodality. Still, the similarity of the outcomes underlines the self-regulated nature of BH feedback: for different feedback energetics, the accretion rate tends to adjust such that a similar total AGN feedback energy is released.
Show more
The extinction distances for over a thousand planetary nebulae with Gaia measurements
astro-ph.GAAlthough Gaia has identified the central stars of planetary nebulae (CSPNe) for about 70% of known Galactic planetary nebulae (PNe), reliable distance estimates remain incomplete, with fewer than one quarter having accurate parallaxes. Meanwhile, classical extinction-distance samples include only about 70 objects, corresponding to 1.8% of the Galactic PN population. We aim to construct a large and homogeneous catalogue of PN distances by refining extinction-distance measurements with Gaia DR3, providing an independent complement to CSPN parallax-based distances. We develop a Gaia-based extinction-distance method by combining an improved blue-edge approach with an extinction-jump model. PN distances are derived from stellar extinction jumps in line-of-sight extinction-distance profiles and are further constrained by comparisons with published distances, the spatial distribution of stars relative to the PN centre, and the PN radius-distance relation. We obtain distances for 1,066 PNe with a median relative uncertainty of 13%, with about 87% of the sample having uncertainties below 20%. The catalogue includes 765 PNe whose CSPN parallaxes have uncertainties greater than 20% and 128 PNe without CSPN parallaxes. This method complements CSPN parallax-based approaches and extends the traditional extinction-based method to higher Galactic latitudes. For PNe with discrepant literature distances, it helps identify the more reliable estimates and assess CSPN identifications. We find a likely misidentification of the reported CSPN for Fr2-36 and analyse 33 PNe with two CSPN candidates, suggesting improved identifications for 15 objects. This catalogue represents the largest homogeneous set of extinction-based PN distances to date and provides a robust benchmark for studies of Galactic structure, PN populations, and interstellar extinction.
Show more
Can cyanide radicals drive molecular backbone growth on interstellar icy grains?
astro-ph.GAMotivated by the value of CN-bearing molecules as tracers of interstellar physical conditions, we investigate the reactions of adsorbed CN radicals with acetylene and ethylene (C2H2 and C2H4) on interstellar dust-grain analogues using quantum chemical calculations. We find that reactivity is strongly controlled by the relative orientation of the reactants, with specific geometries either promoting or inhibiting reaction. We further show that, on ice, these reactions differ qualitatively from their gas-phase counterparts, stalling at the formation of the adduct complexes C2H2CN and C2H4CN and exhibiting newly emerged kinetic barriers for the neutral-radical association. We contextualize our calculations in the same reaction-diffusion framework that would be employed in astrochemical models, finding that, depending on the diffusion energy of the hydrocarbons, these reactions can be either negligible or efficient, highlighting the importance of the local ice structure in interstellar grain chemistry. These findings caution against the use of CN-based tracers that assume barrierless, bimolecular surface reactions involving CN radicals.
Show more
A New Catalogue of Galactic Red Supergiants for direct detection of episodic mass-loss events
astro-ph.SRWe present GalRSG, a new catalogue of 227 Galactic Red Supergiants in the Scutum-Crux region, which provides a nearly coeval and co-distant sample, target of a long-term, panchromatic, high-cadence photometric monitoring campaign aimed at detecting pre-supernova variability and luminous eruptively driven mass-loss events.
Show more
Graph Path Likelihood for Galaxy Formation on Layered Halo Graphs
astro-ph.GALikelihood-based forward modeling is standard in galaxy formation, but most implementations are formulated as forward maps rather than explicit trajectory-level likelihoods conditioned jointly on assembly history and environment. We introduce a Graph Path Likelihood Model (GPLM) on layered halo graphs, where temporal edges encode causal transport and coeval host edges encode environmental conditioning. On a fixed layered graph, the graph-conditioned path measure is written as $P(\mathbf{x}\mid G)\propto p_{\rm attach}(\mathbf{x}\mid G)\exp[-S(\mathbf{x}; G)]$, where $S$ is an effective action for dynamical increments and $p_{\rm attach}$ is a boundary measure for node entry. We also discuss a minimal preferential attachment-detachment prescription for the graph probability $P(G)$, which facilitates placing the likelihood within a cosmological ensemble of layered graphs. Trained on layered graphs reconstructed from TNG50-1, GPLM improves stellar- and gas-mass predictions over transport-only baselines. As fixed-graph applications, we evaluate dark-matter-deficient-galaxy operator averages, compute gas-channel response under controlled deformations, and compare full and host-ablated path measures through likelihood-ratio diagnostics. In these examples, higher-order satellites show a higher incidence of dark-matter deficiency and broader graph-to-graph variation, while the gas-rich response indicates more diverse environmental processing histories. GPLM thus provides a proof-of-principle likelihood framework in which trajectory likelihood ratios, operator averages, and response diagnostics become explicit statistical observables, with connections to astrophysical forward models, machine-learning emulators, and field-theoretic diagnostics.
Show more
CIV wind properties of the SDSS-V X-ray selected quasars: strong optical-to-UV emission is key regardless of X-ray strength
astro-ph.GAWe present an investigation of the rest-frame optical/UV and X-ray properties for a sample of 3027 X-ray selected quasars between $1.5 \leq z \leq 3.5$ detected in the deepest Spectrum Roentgen Gamma/eROSITA data available and observed by the fifth iteration of the Sloan Digital Sky Survey (SDSS-V). We parametrize the CIV$\lambda1549$ emission line to infer the strength of accretion disc winds and perform X-ray spectral fitting. The X-ray spectral properties -- namely, the 2keV monochromatic luminosity (L$_\text{2keV}$) and spectral slope -- are not strongly correlated with wind strength. Despite this result, the X-ray selected sample is shifted towards lower CIV blueshifts and higher equivalent widths than the optically selected sample observed in previous SDSS surveys, and matching in optical luminosity, redshift, and Eddington ratio does not reduce these differences. We estimate the far-UV luminosity using the HeII$\lambda1640$ line luminosity and define the slopes between this and the 2500A monochromatic luminosity ($L_{2500}$) and L$_\text{2keV}$ ($α_\text{ouv}$ and $α_\text{uvx}$, respectively) in a similar manner to the familiar $α_\text{ox}$ parameter, which tracks the spectral slope between $L_{2500}$ and L$_\text{2keV}$. The quantity $α_\text{ouv}$ is more strongly correlated with wind strength in our sample than $α_\text{ox}$. We show that the correlation between $α_\text{ox}$ and wind strength is driven by the relationship between the optical luminosity and wind strength. Our results are consistent with a radiation line-driven wind, whereby the ionising far-UV photons must not over-ionise the gas. The hard X-ray photons are few enough in number to have a negligible effect on the ionisation state of the material.
Show more
The ALMA-QUARKS Survey: Evidence of an Explosive Molecular Outflow in IRAS 15520--5234
astro-ph.GAWe present a study of the massive protocluster IRAS 15520$-$5234, which displays evidence of an explosive molecular outflow that unleashed a kinetic energy of at least 10$^{48}$ erg. The protocluster contains 16 dense cores detected in the ALMA band 6 continuum emission maps, having masses in the range from 0.2 to 11.0 M$_{\odot}$. Our analysis of CO $(2-1)$ emission reveals 28 well collimated outflow fingers, the majority of which follow a Hubble-Lemaître velocity law. The outflow fingers show no preferred orientation in the plane of sky and emerge from a common center of origin. We estimate the total mass, momentum, and kinetic energy of the outflow fingers and find that the values are at least one order of magnitude higher than the typical bipolar outflows associated with massive protostars. The morphology and kinematics of the outflow fingers suggest that the outflow associated with IRAS 15520$-$5234 is explosive in nature. We calculate the dynamical age of the explosive event to be approximately 6550 years. Additionally, we estimate the frequency of such explosive outflows in the Galaxy, which is one event every 83 years. Finally, we speculate that the rearrangement of masses within the massive protocluster and the dynamical interaction among the massive cores may result in the formation of such an energetic event.
Show more
Investigating the Temporal Evolution of Gamma-Ray Burst Central Engine Parameters Based on Numerical Simulations
astro-ph.HEA hyperaccreting stellar-mass black hole (BH) has been proposed as the candidate central engine of gamma-ray bursts (GRBs). Comparing the predictions from the central engine models with the temporal behavior of GRBs is of great interest. In this paper, using the open-source GRMHD HARM-COOL code, we evolve several 2D magnetized hyperaccreting BH models with realistic equation of state in a fixed curved space-time background. We extend the code to include the calculation of neutrino annihilation power. We then study the time evolution of BH central engine parameters, i.e., the neutrino annihilation power, the Blandford-Znajke (BZ) power, and the initial magnetization $σ_0$. We find that the neutrino power is generally consistent with previous analytical results. Usually, the neutrino annihilation process tends to launch a thermal ``fireball'', while the BZ jet is Poynting-flux-dominated. Our results, especially the evolution characteristics of $σ_0$ may help to understand the complex GRB spectral behavior.
Show more
Mapping of the Cold Neutral Medium via HI Phase Separation in an Atomic Cloud Undergoing Molecular Cloud Formation
astro-ph.GAWe investigate the atomic-to-molecular gas transition in the molecular formation cloud HLCG 92-35. Using the ROHSA algorithm to decompose GALFA-H I data, we find the Lukewarm Neutral Medium (LNM) to be the dominant mass component, indicating a state driven out of thermal equilibrium by turbulence or past shocks. Spatial analysis reveals an inverse correlation between the phase distributions, with small-scale Cold Neutral Medium (CNM) structures embedded within an extended LNM envelope.Using Astrodendro, we identified 2,214 CNM clumps with sub-parsec scales. While the CNM mass spectrum steepens at high masses, its intermediate-mass slope matches that of CO clumps, suggesting that molecular clouds inherit the hierarchical structure of the CNM. Significant non-thermal linewidths and localized CNM-CO velocity offsets imply that the CNM consists of subsonic cloudlets moving collectively as aggregates. Our results show that these sub-parsec CNM structures are the fundamental building blocks of the cold interstellar medium, driven by thermal instability and turbulent compression.
Show more
Spectral Variations of $γ$-rays in Mrk 421
astro-ph.HEWe present a comprehensive analysis of the 17-year Fermi-LAT observational data of Mrk 421 to investigate the spectral variations in the $γ$-ray bands. The light curve of the source in the 0.1--1000 GeV band with a 14-day time bin exhibits significant variability at a confidence level exceeding 5$σ$, which is accompanied by spectral variation, displaying a {\it harder-when-brighter} behavior. Moreover, its flux variation can reach up to one order of magnitude within one day, with a daily flux up to $(1.19\pm0.84)\times10^{-8}~{\rm erg~cm^{-2}~s^{-1}}$ on MJD 56152. The 17-year integrated spectrum of Mrk 421 necessitates a complex model for explanation, whereas its time-resolved spectra over one-day or several-day time intervals can be well fitted by a power-law model. We propose that the complex spectral shape of the 17-year integrated spectrum stems from the superposition of different spectral shapes in different flux states. By generating the GeV spectra that are simultaneously observed with the archived TeV observations and constructing the combined GeV--TeV spectra, we find that some combined GeV--TeV spectral shapes clearly imply different radiation origins for the GeV and TeV emissions, challenging the one-zone leptonic model. It is found that the flux follows a lognormal distribution, while the photon spectral index distributions can be well fitted by either a lognormal or a Gaussian functions. The possible nature of the $γ$-ray variability in Mrk 421 is discussed.
Show more
Mass Production of 2023 KMTNet Microlensing Planets. II: Two Planets and A Brown Dwarf
astro-ph.EPTo expand the homogeneous microlensing planetary sample of the Korea Microlensing Telescope Network (KMTNet), we investigate six planetary candidates identified by the AnomalyFinder search in the 2023 prime-field data, namely KMT-2023-BLG-1592, OGLE-2023-BLG-0766, KMT-2023-BLG-0332, KMT-2023-BLG-0486, KMT-2023-BLG-0792, and OGLE-2023-BLG-1043. Light-curve modeling indicates that the first two events have planetary mass ratios of $\log q \sim -3.0$ and $-2.6$, while the third exhibits a brown dwarf mass ratio of $\log q \sim -1.4$. The remaining three events show the well-known degeneracy between the binary-lens single-source (2L1S) and single-lens binary-source (1L2S) interpretations. A Bayesian analysis yields companion masses of about 0.6 and 1.2 Jupiter masses for the two planetary systems, likely orbiting beyond the snow lines of M- or K-dwarf hosts. A review of the KMTNet planetary sample shows that candidates discovered by AnomalyFinder are significantly more likely to exhibit the 2L1S/1L2S degeneracy, consistent with the tendency of AnomalyFinder to detect subtler planetary signals.
Show more